From b4868a0d316797ca8e0d11ab67687ee4968176fd Mon Sep 17 00:00:00 2001 From: michel heon Date: Tue, 22 Dec 2020 06:56:36 -0500 Subject: [PATCH 1/6] =?UTF-8?q?Ajout=20des=20fichiers=20pour=20le=20d?= =?UTF-8?q?=C3=A9veloppement=20de=20la=20restriction=20n=C3=A9cessaire=20?= =?UTF-8?q?=C3=A0=20la=20classification=20de=20PRS=5F0000002?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .classpath | 26 + .gitignore | 1 + .project | 23 + .settings/org.eclipse.core.resources.prefs | 3 + .settings/org.eclipse.jdt.core.prefs | 5 + .settings/org.eclipse.m2e.core.prefs | 4 + README.md | 2 + pom.xml | 26 + public-ontologies/.gitignore | 1 + public-ontologies/owltuto.pptx | Bin 0 -> 3537130 bytes public-ontologies/pizza.ttl | 2189 + public-ontologies/pizza.ttl.tbc | 22 + restriction-dev/catalog-v001.xml | 4 + restriction-dev/test-case-restriction.ttl | 293 + restriction-dev/test-case-restriction.ttl.tbc | 23 + restriction-dev/vivo-ehess-restriction.ttl | 237 + sample-dataset/.gitignore | 1 + sample-dataset/all-exemples.ttl | 27 + sample-dataset/comments-mh.ttl | 82 + sample-dataset/exemple1.ttl | 98 + sample-dataset/exemple2.ttl | 140 + sample-dataset/exemple3.ttl | 98 + sample-dataset/export2.ttl | 1336 + sample-dataset/resu.ttl | 195 + semantic-ontology/.gitignore | 2 + semantic-ontology/foaf_20140114.rdf | 609 + semantic-ontology/func.txt | 14 + .../initialTBoxAnnotations_fr_FR.ttl | 2656 + semantic-ontology/obo.func | 40989 ++++++ semantic-ontology/obo.ttl | 112697 +++++++++++++++ semantic-ontology/obo_ARG.ttl | 89825 ++++++++++++ semantic-ontology/obo_ARG_Label.ttl | 1210 + semantic-ontology/ontology-ehess.n3 | 163 + semantic-ontology/ontology-fr_FR.n3 | 807 + semantic-ontology/vitroAnnotations_fr_FR.ttl | 4427 + semantic-ontology/vivo.ttl | 8992 ++ semantic-ontology/vivo_all.ttl | 32 + semantic-ontology/vivo_fr_FR.ttl | 2667 + src/main/java/exemple/Exemple.java | 95 + 39 files changed, 270021 insertions(+) create mode 100644 .classpath create mode 100644 .gitignore create mode 100644 .project create mode 100644 .settings/org.eclipse.core.resources.prefs create mode 100644 .settings/org.eclipse.jdt.core.prefs create mode 100644 .settings/org.eclipse.m2e.core.prefs create mode 100644 pom.xml create mode 100644 public-ontologies/.gitignore create mode 100644 public-ontologies/owltuto.pptx create mode 100644 public-ontologies/pizza.ttl create mode 100644 public-ontologies/pizza.ttl.tbc create mode 100644 restriction-dev/catalog-v001.xml create mode 100644 restriction-dev/test-case-restriction.ttl create mode 100644 restriction-dev/test-case-restriction.ttl.tbc create mode 100644 restriction-dev/vivo-ehess-restriction.ttl create mode 100644 sample-dataset/.gitignore create mode 100755 sample-dataset/all-exemples.ttl create mode 100755 sample-dataset/comments-mh.ttl create mode 100755 sample-dataset/exemple1.ttl create mode 100755 sample-dataset/exemple2.ttl create mode 100755 sample-dataset/exemple3.ttl create mode 100755 sample-dataset/export2.ttl create mode 100644 sample-dataset/resu.ttl create mode 100644 semantic-ontology/.gitignore create mode 100755 semantic-ontology/foaf_20140114.rdf create mode 100644 semantic-ontology/func.txt create mode 100755 semantic-ontology/initialTBoxAnnotations_fr_FR.ttl create mode 100644 semantic-ontology/obo.func create mode 100644 semantic-ontology/obo.ttl create mode 100644 semantic-ontology/obo_ARG.ttl create mode 100644 semantic-ontology/obo_ARG_Label.ttl create mode 100755 semantic-ontology/ontology-ehess.n3 create mode 100755 semantic-ontology/ontology-fr_FR.n3 create mode 100755 semantic-ontology/vitroAnnotations_fr_FR.ttl create mode 100755 semantic-ontology/vivo.ttl create mode 100644 semantic-ontology/vivo_all.ttl create mode 100755 semantic-ontology/vivo_fr_FR.ttl create mode 100644 src/main/java/exemple/Exemple.java diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..af1430b --- /dev/null +++ b/.classpath @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/.project b/.project new file mode 100644 index 0000000..9aca497 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + VIVO-Sample-Data + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..e9441bb --- /dev/null +++ b/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +encoding//src/main/java=UTF-8 +encoding/=UTF-8 diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..714351a --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,5 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs new file mode 100644 index 0000000..f897a7f --- /dev/null +++ b/.settings/org.eclipse.m2e.core.prefs @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 diff --git a/README.md b/README.md index c4acc9a..14e8a52 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # VIVO-Sample-Data +- Le répertoire src contient un exemple d'éxécution du raisonneur le l'OWLAPI +- le fichier restriction-dev/test-case-restriction.ttl contient la définition de la restriction permettant de classer un individu sous PRS_0000002 ainsi qu'un scénario de test diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..99ddc4c --- /dev/null +++ b/pom.xml @@ -0,0 +1,26 @@ + + 4.0.0 + VIVO-Sample-Data + VIVO-Sample-Data + 0.0.1-SNAPSHOT + + + yyyy-MM-dd HH:mm:ss + ${maven.build.timestamp} + false + / + UTF-8 + 1.8 + 1.8 + + + + org.vivoweb + vitro-dependencies + 1.11.2-SNAPSHOT + pom + + + + \ No newline at end of file diff --git a/public-ontologies/.gitignore b/public-ontologies/.gitignore new file mode 100644 index 0000000..671b132 --- /dev/null +++ b/public-ontologies/.gitignore @@ -0,0 +1 @@ +/export.ttl diff --git a/public-ontologies/owltuto.pptx b/public-ontologies/owltuto.pptx new file mode 100644 index 0000000000000000000000000000000000000000..992d6e9ef1bfa60dceab23b67fb79f642e22167f GIT binary patch literal 3537130 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�V859|coQ)uf;L)tcYD6mGT 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
hbcw!#ojd%5Q@Qnn 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ðt@3)g!wZ;q{g9 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�c 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°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�A~5biM#QbSJx`+@I2}rP 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 z56⪚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⁣Ig8>@ z*U4+DPDVcW*-T*~mZk>pMk5+f$q8kPX-B|D%Qp9Zw$4Hh_}G&_(ju-p=_+Pq${xYx zO|HgB^GIa7ad|1>Wa+{vja*7}jm*&Gh`2%d{ZW*tmsBYc3HpajOhBrvf>j&0_^}Zq zV*Iy$g7&cR;M=qKX6_YfEFvc*OJw|T`VG5kK2F8@No@$WRZsYYDVs2up)^&7VnX_2 zLhDEz4m-}>OiDk)i}mnvbNW zka8}tU$A&6pE1uv^8X&4$$4!EzG`_=NjPfdI@Mz*yKqBU<>8#1-Bqs3Yl~#;w>sfu zKql!=?5q8t8y&f~@o|tmI<2x%BYNHg{^w=@OtE(F$iv~l_C_K=hoA#~hAY`5?bndj z@N~uw3oJ|qVYraXI7pFKs+wvs99sKtzLm;n*Y|>MM;CXQtYy0Wo0vY8y1qoUpx!-p zqk>b=gH09n#p!XCjqCquV*fo*TYq9a@G(!GL#i?p#Wm-}+pb8ZmthP0i)DKFK_Kgw zt`L|Vr7I5DkfVUevDEAs2`|mO%IW!2uLR8!7ge2Ge-HMq0FP#%oGGkElJ{b*YC)5a zhsY0EpEsIS#LJ&qUuj4G-FrZyb?Xp38chwUJ>$NIv&59gak4j7Dl{GpDIvVZRKu$G zjl{z{d_OXN(Chzk6$Pe+SH}hhN;#h5MkCZ`NcY}FV?ysU1@;sj5SP5Ns?S?F2U=zr zKWL=qUqT8qww&#o!ud8Y`dzEDcM>uy>SoCB0!6s;-PX_)_j z4kN#RDC0Y(2nMN@#r^ZdUgSIK>M2Cv$s~0=v2s zXg$y`cEg+%aY&XnZ`ajCuGO@b7!lq--`2coSi6GW;2jE)gx@elp8;t#$L~_^Yf;3D zaqseX%a3kn%JrwYGzJcAE20e3Ni`{sbksbF2It7RCWlzbZR8M59~Q_j#a7QO?DPF+ zSpd&3-u_whLycuDgdWaMc`})_q9aR&U^5y6@?IFaC6>`;wldU)azA8m<3pUnIyTs% ziF_1eUfdPr5Ze#t#g;9(>||^{ocZ4FZkxNUTvc&rgZTk!2`QlK9UC;}b{u0vBEN#g zpK=T?WZo$P*k0|BfYSzPp(6_Wd;2p4ort_Dp({fkBO&BI&c*e|8h=v#2PrYJEKS_n z7i#vTuJHN3mtGGoru2^-f67$9yAloqMQekWlXaVG6YS7$PCvJKJ9t*u8A{PJoQy0F zq{$6fsum!J!ixnK4W3YBr)}&dl_p9RLch8NTtrBt#Il$Zc7ilMzqpBA=Q~)Z3pnBo zoY!`%;iVxOWVH9Z{rm{-?l8AoU&S6ckWiJV1RgH)T%XSamI!>{JXZhouL&pF{T%17 z!QaJhm|i}8qie|)7>y;Hku?8?-u}6-EkTSukvir5T=ovM`0*=nAwGcE>qzn6iUy9I z&nwYjRoU-QAD=H%vn@(x>SkCZ@;n-;JeVdM@iyFKf|P@6h-sRDhtI z@Z{Y$Da#jY!W-!Fp~G*1u}Fc++WZz2?>voeX>m^WRw!Wb7jl1xh=iM;hkALnCrV$fLPEkNeCa-q zQFM^JPYsjZx^zYrTJ*GyPkid-$(7{bw8a1c*6VzB{qDiN>ZA>$S9Ou7gLL`*{Q3Em zU?rFz8XRfIE2T9~qNrqrJGqHv_G=C0PWxhQ0fvKbkw40#huUZe;YqSAAB{$!Uq~8V zAFrr%-W|Sp+xS0meaEZ;b`|5oXYf!)K2s{7 zX$$p?EwX)HVVSFpk!)32TVTS%}@{Pyw5Z`%&Mw0ilc|2NmeuJZjOIttDMgWUg?SA(sP=3|s;pdlc( z_V>bFsi9AJzO*$y#P8M<4Z5+(C;m89&r##EfiGmG3$#|yMTKd;OZI0gYeh&ZH>>}4 z`Qf|otBF>{ud}LO7u$?{_zhR-A>kroB0k5Rg}tC)#WTOrm<_!n|A3gqR?k(e*)u^~ zS;=Pbz{k~_=WC9x^p8_Trb~$mq0V60NQmk_GF(!Fcp&cSZ}6z%U`Iw$>ZFP4b_uN1 z#E^)OYnzrm4kVoNaT@3>Nq^jo5h=C?yII;2xA1Mq z65T8884}n9R1QX8W9)-)bNC43eECjf-i+HsL(pf)4t^;qDg%iS#V!xxAj+MVQn8Et z&>nVb887bQCfTNBzbh}6$$^Vd16mt;RqSBh6HNEVUkRc~vB|BWrby(z-{b~Ydc881 z7s?Aq7H%HKoma)|5Zj?BGLbT`Ov_z-)MVo>?BwbnZ9&sf#GIYZC08Y;L%rjSW&!^^ z$ndTM*;OF(_`Fyv!64!v0K}WDv%8r!opZIr7-F9awn>`0BD++9Vsnu@x_;T|JU6C& z&4)5?e8Qy6+GLG>Kfv0Fld4|{_^zw#Dp1oGd#MrPC%TbP3_l+{RXlI{c>b-PMGu+1 zkFgc_4@%9X$n?5lX*xZ{&+_i>Y+bz_S5C>T-W|y`7f?GHJo+cIEwESl?~7CYkyb2B zo_j7!GP|fH()+oWOl>AuBRgIgw`IxuEQq__o%x*=c!g(AaJwg-342G>slc_0wxh4j zm=^RyJ65;tB-AMeI}>y@J`2APzv2X0*#5|%BB-`lqnMozc|;)S$NUIQZh4Da`E(v# z;y~WlpdT((!P9M5OmfK;jk#Yb?-9)Bx;bB`g#$Kw@Nj>^$8_wS&gZU zhMHV$hUvuwF3Wdw%jB-+{6uOfQ~SL*o+4bLKMRMTFhZ<*yrS9oK>(D&jr2EYF4#Y^ zqSSIMD)%WQ;ZTnSF^>qG8N7H~e!rb=WN(L|AM?twI#;$KRH;8-FIoCGDQ14`hG)EUQ5HIagPJAgQO$iv(yRtJ6 z2VAc_ScfdTYl`t?ALEeDsTcqos{iMTqFg=WS9~XBCz<9VZApf0WplX3%#gui^X|SQ zm|=M;lr#H1!J3sw<*3;Xoh}3&-T&gvU5* z_p#^&*ZTj_)3l&C=1BYrshrg>U`@8-k=S2eQH07h`ajqL?W+o)pzRH(M$!`}0p~M? zM|WO!1w8a>*iaxM>b?fMAH5TV+s3WZEtFgT6kTWY-c4N9K8W{71g zOB=Pg!O`z1-ja|(`g?p9EJH6VCc8GasrS$}&u&GnONtgZ*S{Z3&w@?-@} zugwq#u2Ru&cqZ;b6F|!CnjBsGG(LwL0-q}M$loSV0W+pm?8JF5q7abJbPj-3hV zAQ-;>cnj>(ugB?cF^n?XomOH4t~2BsFG-B!%^+qTa%^pl`-Sl1g(f>i#=87*Y+@g}Dzn4^a-mItPqt z{aysbGy!~KMQl>`C4!4k+0N$D>wv@^+X=?6CWQ@>A9<@$}OY zuKXp7xcrLKX}-a@Y|zQHmCO!ZR;uv=l_ON?(Q7u0{FP|e|8)}C_6Rpjl7+7Tx2`5L zPi8yOdb&PSvuEZ&n>mBHDpY4ftG6+w?7DSI=drOkhkwK1dTNYA{L(=2mvY0M9+Yx5 zMy$-=>Ziv~p0Qoo?l2%M?+#YzOt;!2*9(UJT@TqUtroH+2{6$AePoX2Rh}vI(Lofz zL1JaFj0+x)t76nTzt~wz`PJWsg_fl9{#!Zr(%OSme;_5phty=^qi6q4`PGY{SgVQA z-i**6y<^ymkBah(&h1HGLpN8)5ZOh>3XRNRd5|bQ1M2mIz=^*~@XrfoTY?QNmez^E z`jbZ7*}C^S;cdW%`c%!)$KO}71qb`8k>H_d zoVXYF*=W}zHoVMAWLOuvh@r#DT~ALe`NvszT6HH4FR>~Ym#&ATB{yy!b9Vc|(-7D- zQK~s7%HOrt9gMC)424ok&8)4}MacyrFEsM0Y18vFwUqWjG?LR_mNK8HanD0QcKXkQdai=VH z!Zxflk~fIdP{gNs**jn8R9t`cEfo);d8;__yK7HpeptVz=o3I3)#oh zyPtPfn!5`j@_)M@@?-ny+%~|Q?Q@0fKs!wX{L?pnwi}@W^Rm>2a{(rs9VJ$}<)3fv zWs7REPCm`sbw(ny_uPz#eP9@6S<+{f9QbglNa=WC-@=sA9d3n} zqVTu_{QrGko*`a7rM^#%-aQ%f5Zz4+@bT(AXnxN1n${`?D>R`?^6xgaL*>s;D4Zpo zp1=QltuO8@zE-g%@*PRPJ~J(zw+sD|k?Df3hvsf=tI+37z3jR4efDDys9Fwkz&*DZh0e!$4}s&xQL8!rI4QA{{m1;2MDD%o<{U_005SE z002-+0|XQR2nYxOgRqrR000000000000000761SMaBy@lZDnL>VJ~TIVP|DAFfM9v zWoPYsc|28b*Y`G$C1b`;g~(WD84eYaWF}K8GKS0{ol+v13q{C0WuBsP2qDQl&+{x~ zKF8kgKAO0n`}ce9=Y8IPp69(!pWWxI&ULM8eb@S4>so8?9n=jC1BWguDk}nbczD1y z_zwW}0p|cxVqy|vB2p3(5;8JUa!R@bloS+{Ofa>W62!cyeMnXthKv+Zwrv#6TjEs_klJUR+MxkS@$AtdNAE*MLCIzr~)&zLR z0eosa0%|;{8bAO59ueN|2l)BH!zUmlA|@dvBd34|6deNa@dya;2?>aZ2npd|z2M&g zLTVzKW2fbbX*I5s9Cx4-dJq~<%6>Mll3ufAi9`5?qc<5j!(m1yX3i5_+$VWNM8(7< zB+r~Xub`-OLHVMVwvMje6@3F!vzz7?mR8nI&MvNQcicT5KJt0&>-WSz?Ai11h{zW& zqY@I6l2cOC(lhc43X6(M-j+?@>QNy_K2?+@ZNpQIE@ZE3&s0oRVohGJ{*C4s>Kzm&10V&tx;SNw96jV@5w%NAtRfBC!>S_2y%EeS&ST^Z-szqf@BC7W;Gd6pGK_kO+&!i zh&==(bViyi6DOuBxpVb!7I_aaB|fVcW~yToI@n$N?%vsKCv_Fo`bTVv^;C~Vl5c9o z&&Wr=77G~%pSO(c90u=~S%7#-5K!HTd?dEcG#=h?s z1nI1uss7oEe1)PIzR6ydryS^z!(IKTA@Z*nql+FQc%OJD6Fc}c5$dviYh});;e^%%*EbO+NmLBDW&7JrJP#q z44R~szW%BU>LI10+ss~w2a@B0QuQFa5k97#Cys`aCbJC=1ZAdMOhyem} z=C&`b+HWeZBDe9a;xz)EUzg}uw6AZq7eZEtq8n{=pEWH7-=U0)ipoMGKbXhP|^X*)nQ_fJaW}A>j3imk@B@ z0RomqS?;(gvWXb~3Z~7g_BG<7kSl!(X+5fxQOZs-n9mr_G9Hb`>r5X*zA!Ex@V0HUL}He;1anYcp}H#|88b(=}RRH1^nx4 zfk@a>8mMIv^nO*P$;3fA-I6a=ehfSDYZ&Sptc>utGR@Wr`7fW5-Dhw?{y8@hLvnu4 z6w!MTLE5tB>R?3+a+>Uy<$~+PFjM4Ie*;_-uyTC;4)$QKh}vF1>>p;M820qoz{{cT zGlG8>Oad!mr~FoJ*{YdOksmgFhG{P0mmWSKaKtKgI1Z+mNH1hKveJ6|_VQofFlk6@6X934khE}JxmSY4} zrR)};+Z8Umc$)!Woqn2rEGoQc&RQ>vH9upgZ2sEmv7HlISU+T-(+#sRx|V_a zsm#x;m2{7_Qei(j=V0-CVGwDrOCB#uju$R<20I>${%m=pVEW|n%9|j-Kn?<4Tn>l5 za0<6?J~vt&@4vuD)X(5$>aWYBrZW;GH?M|_P<1PA7q0$}8d7|osjQk@lJ1;aIKVN1 zP7WHov@{v|#$a~#*6YXe&Y5(@%WrHE+tM7SmNQ|O&zQwZ<_Nr9mR@($?0vs=$LLcv zK|Kkg^@B|Xb;FV9^e0alFxD%zt-SzBUE%IpRw+2xj+&b_*&*$Ur}wZbsLa^1d7D+V zLzRq0LcsA)a5A|H=gw_@n?%oOE9%fXv+Iv_HRX>yE>#s8?!9y5(=@l~!En}iwX?d1 z9JY0axO5;O?j04D00l~2wmT_s!_@N~eO94(n`n%fu`DQ@(!1ryKN;{XNSrl6V)mW) zt5Z!4orR0>CFO+?t&5CPCE*v9>7JHe@u1eZ8>0u_n@27kfXT6NniAYBog#1MdW z_0^>rh~$#g&nvU@O_>qrcd=#tcDsIJt4mz7|3dn!1>MjW8B-(#z_8ZgDrT}agz6b* zl&L4WSi~@z*cP+l(lp3+#x%gx|5;rJYHG0x=KK%@1hx9Pz{C`c__;`A;RDt%j?!k4 zxerFxIqPq~i6tENUbocgAmd@u_?Sx+ohGAdpu(-E7pW<*ARY1sIL)FV&owa?@T@7D zBw4EuHn?fR7sNwD09*1tDX~}XZoa^Wm^V=Y1`lhZ)8g+?Zycfi9KrZik{cavD(<~X zla@);e=%g|6~`H$YU>;QUk>@)W|DWUkOWu{N@RMvpti8N@V*g;fU!c`4hWc9`30h7 z;iONBp|4tA$y@I`{9#-r_xsMWZ|NMblR6s&Y$@5bW1<{ z1-%zO=w%($Xab`6ema~*bnhBFZ={}_y%091&?YD_UiP+lNaQhoaRfzflJ0V6zAO&A(+%e^ zc6gKb%H~~?dH$5H$Z)k27}Vbk(b`YjE#{ov z2`sn?R|g5!HTfs~)5mAg-#4zqX$CI-YAsh>Otvt;eeZdPq#)ETEMx1;o|)2td-j{4 zEwJv$*P33Vy&}4Iru*KtWC}^<$1T$v&lEf|fJa3B-1jO4dVi9DQt^FHNoLWP?js9A z+Y{O5-a0RrKMa>f&}SW(lwY%{@c z51!i&-tmG@vv}t1=*y+Cs3IlD8&>?2D<$WB&K>aEs^mhT*gW+b&P-tgm?M9TjOyvB zQk!#%GqKL;0exE{AYkP(ykss9Tn773+r*VXK$rv7&I1_Ec|G|ndeio5X&MUjU#;mh z6oCIHm$taL?)vSQ+1bavkKVqjM_#%e^{Jz1Jo3_8W8&>kvslF%_8=Fx3Qflh0z11` zrgW{;Xa#xmE`BQ(<0LCd#FuIwHpem9`NIhHxx=eqvUh zOU$7T8=kugn?@Dazh`Jz(=rY z0sC*K%SroRt4vvR!uS!SEs;4<` z&yWB5sBIZAyhixAzUl5-y6K0O>u=r1(1m&~ zrnFbkx*lnnVbaHJu|s$Z0={iSKp8M*) zajVn?5P+ToMfM3-C<=817XpPrZ!y%y4(e0zp6^fbT>X=G@={REicKIK?ah{b!Zm>w zZTL)X+9vIRfT1-AU`Fnf_=tM{2AIPAcM6(dcN=n=-2wtoU0BO~Lhj-Jt+1;%AK1za z`EdI8lAUIU9Njo-z+SNb( zNP23+@mjW>%y%IfnL=U8(?FwPI+M!fTgKMtwN2#ed7YKTvY}=5*cy_l=2fqJqO+6au+?b@^RUYZ8tSqMOl(Wb z5q-BzcY711qPyu!ZZc4RqOb66{;3C{@0?x~=LQ^-RZp&;Kd3WR6PdYuu;KDky&#(t zrH1vw{mdqvSo`YV4Cn34Q-GfxX3e336R|K2vbv#BcjvzZ(U5= zP1rkdonzuUv@OX)9tU^R!Hf_vx7Y^(N}Tfg?aVw@D$!YnAesd9^Dj5(Qo?GV`E^Kb zrz$a(!Uyc!5^CBnbHd9FRAf^D%i#{KxzSl^6XiDR)UcV^0$Oe#9|*?srYWK(NzvPC z#xjnb)2NZFXHm1{I8pVcVSJHn60_H+zL7PBh&bx~+k=m#^f`2oXi|D-D5)!r=%I^k zQB&a?AfN{Kj@op()~*885YQ)v{{9&QpY2?5W6BNo6hT0&-q0o5kF(F~kxaVs)rK!Bi)bhn zQc(9bCie~v3@H#NuRs0Zt>xelAGs~0JO{IUzd;%c`2VRruwIzox8Pc( ziT4{8h=TyXM2vYC=x%}s1$l)d&3tM*1vU^Mor7M&M}fzK7ottJCcNNc1D?7} zPekV_mxo+$%)zdd!-W^Te>VM*|F-0RlqFSy-^SiQW<2_MskHP#xs9YYzV|Z-m6mC;Z^6%YLUgDNXgVrzL8umwyeX-U80rUsq-%Q}5Y1+JO z6z#HcFO?S*T1CaL+M=<~Ufh9z7jV@$BjfDSWEi|zatZ>v=~1f+&Z6P>9=C7%&;`vg z3%?`MVd8iN@Vw}F<1hSD|7;p6R!md-l^MR|kEpCui9I47O+bq$4+w9CFn5D@T zZmdlv&+F~wmo0u_S*9sal&D42P)e}iQjl9M^totv$RU@$pJ$j2A!HTw$H0C#XL)Ouf-_m=Y857iJe2B|w< z!8^3{cPq0|b(QI;u6Fb`Q}zUwb43!dT&}h%>t6z&a^$mchpDau0j(a>bFWGe%Xaa< zi~c$0odfAEyw(hjZmIo-i9}Y1(zsG=&e*8LD0h7=7MqRu#zZ-*A`D1WN>jSkwieos zq03|E&pFvr-oD6=x6o6+MPCpyh8c{>s9iUQPgQveB$mJ)l+@=gPG!B-^=`Tez=N$+l!x--btmsm+7KE$;aLO_8ia+?%BDu!85%b$_^ zB-b0wwe8MbZ{L?jNjcwGw`DG25Cep`>XTcFl0{D z(;aK4-}2*fsFdJJy-M}L8PO9Jw?oJW0ZRwan-lvb)_nSwuf5aXL+#lbb1f5T1GBXs zy!C#65c$!s@M&HAlWX#nS!OMtM;_n(dOGaP##E8B$=_&W2r*_d5PjOqq@NIR=yRfJ z;T;Ya3Hjh!Nm0TxULOY)KOM-=s#4}09Klpeeq3w1eM(Uxt7*Pb4fJL}Z4wV*9fS7@ zzD(k`TRVkUJ*o0$(t^orr35(G31cq{DP1j!Dzlw4AT{XEJZHfHL~3%F2AIaaa;y1U z<5=_AzIu$Qd^j~A@ae6a|1p*bbva$a6p15SS>2rO@`Cn!5(~$);xOY;&oIJTaE0p= z2jan42%gd)2eq=dD9wnLS$00HAM=OEyk4z6%-(UY`?0FFfj20sV%%MQw~_Il=Fe5prN zay6R&;%INL)XO1_$E2eXrZf?u*X2}*ZU6(Zk7F!Gu}x04>H2;GS(lzl>zW(pU)(y+ z_)($s@d=|PQW?Mc1J4v5n&h{?5jby)*M2?Xe8lPFb!oY!nyKCg`|ruj^!h&XyU~Zp&ZBA?B_?b4K`3TK&Tn>Ja&@f>-`87IM~7w;~#7?ldVry~O+!W##p}(En?h zP7AlGgx4(lXTYfeuX&p}KbE6)Nav|4t?K&A%N@kM>e0pa-A38X7{!H0i?!AbaaCpG z#Rj&89@(LEuBz|qnYCk87HT6`yk1imFdy@$)XR&X4o%T|%mK7c?H2Kb5^U^XZhw+CtQq@}-)IosHP-BxU+9u5(_@2CqI} zcbqllgaB7Ejzi~`n;$mHr*E>^FBU0}wO=LvaJtaYw7%r}gJW8uF~fL$tZR)&#Y6^N z59oqdY$Kg1Y>2)%tw`5|l*?-3A)Jtb)}6MoArS^yHRG2F9sADN<@!{}Gu?HH#cZ1v zS!uaW<0;T-{!7R3Ut9#pe`qzd=8(%{h#jv!)bw~7@0o{+I(apd$-nt0y!Wor%pK&| zcQ{4mEB&iiP|tNRw6ia_npP*wVgL2B*)gjR_LCYftA+jPdbX zH%2wXkKN&T z{yI+meK^heXQu9QG;bI!s2{c;Toa|!wEa*~{}7a2L;k$SnYiyBr-=$&$s?j7e^!Sr zd#l55Th8T5>>%2BD1S8Xb&pOGvhLoMt zvM5TBM7M1lXWO=I+qP}nwr$(CZQHiyPRtifM1Mj(bY*3(l=xVzSJKXq&Ka&OZ_6!T zcW%|m`wU}@hM3IUs*iBw6zX`}U76lDeM$r3u>FrO1?*c5=I!y8XV^)c#rzp4-l&c| z>wZ7VyA*SvsZf(|@KB`Yhk(Z4%}#)0CG%xEPX+2Cc$3^^Bw7v)pO z;;=)(QoyXEOd|2^ewX;*0E))=nEe@UB;W{Lg`}>_bD~~#Fn_E*@#VI0)JHklUMgX? zFXo8NLiV0ld@Oqp{>z1a?N)rg_sMgc_kj!4iW4;4P~OMAW9pY<>v4Z!YU7(L7fTyILlaqrT*4C{PNmq)>uMqcIkZGIZiRRq0Dl$?_ z;wmsFgI+AflWTprdU_DKwt3NQ4puKP_-3GfWk09iqw7CV%o^y(vhK)I<%)2MlJG63 z)?^z{c%NiAwYkS>H?TyV!LbY6wPA;con{P z`Wv)S56Y+(h=QhoO6`Jj=h4DY%-CKk3fHctehPYN>xY4|+tkhb&kK-S zgIHOi(gI+w7#ac68_g6;=Ht*cdAw- z>d#Q5rBp7Xrj!3jTO%&+h^Ie@g4ape*JG)Z)6d5u@(NWw)Nx$5=*%Hs0r;ei0EAV2Dc=Q3==(o(d)b_Fg3{3B3C(&CaeC2FSPBAg_o=9F}xaiKy-^ z21TrKI~rmI^&p2BM9NB}mg=ZITCaDAjqdGHv~x6q{%;5RUz!MXo^@9&uTY%_&R`X^ z_Q&LwZVs%!EVEI+-E&;M2I>@k9Dv;AoaVfyN8?v4;gQ&x`HruhfkHvq8Vdxfk9 zm-P`05Sj@7$%xl5qcCnuZ`X(IdhH6)D!|dO^ZQ$)fpGh0$+Ua#(xH`-IE&vX>Vd_q z6SwO5K?6E;*3&GIYcKSwG0v~n$6jFh0|*Wf2@U*7ZD-zSFp6G5wqqojE>F!5 zDO|^&mwiikKV;&J-6M{0A>o+z^}iqX6APQ5e3m>!OH>A1LBr6{9fVmTW-NA-|9;j42vQY1~p{NrIuvKL)C z$M(|rkDe*9vqK&8F_mSqM=t@iCo;Byl!wzo_O_5~_qIf zE!e8yef_WC8G@+8>F80CSX3OF?Q*^N-lVtM?llpgE3x@Ki_d|X!{cb!o2A?^MCG7Kf(^ZRe@jJxMdtR7v|{@VF$@20>Fp9H zCn&gR#@207BU20xMOlUEiw9IU?3-NVZOo=!TCcgaOhs~^U%ca4sgFa=5bi}M@np4l z-EE|<2uT;ZQia!#XjmslkS>qESKlBE(D+A7>purB=~F7(u%2d<^>1y(Jl|gG7IbU9 zhy#WLVXj>Qv$BD-6;D)(m=4isZ*>fw!F7*m^;^{ow;YerBm=Zgv^1sSI-Yygr0+}G zqSv+d>Z9IoiG;exP2re1>MXuxpZSMRhK(Y|3&k{l!^iviCIbz4s*H61Aa0(TI+KoQ znciNVgfH5y`dT$iGkgw?m6iGvgzJSLws`qFzVCi#mqz4RG}O^)V*`JP7x&rd{xdt4h*m zyhGdX0{a@N0N0(|hk$_Ql?igxdiM>HLAHhT z*dG7(5~w85)52>oUZ-l5AGqO@j^iNh;Ms}ooW&{GA*EOe~c89JKNcGOAJ5QcDbblGW7cD+AsVe^Cen#0l$pZq8 zC5K6SguXgsIec-&NZEfVbe+j=_Htp?ARtV@dg1VPw%gNn@bmX1)2Syw;#+q|Y^?IY zv+}^#vPYd!ZKjRsL0))`zrk6YvsBKsv{ERV^BYk@-t8|#~P6A zW?3-H&2~x4#Mrqif#4JJ*V!JX4FAU4dT`O$S`BfV<+Zg*3JKGlAH~#J%K>mxM*~BcUj;!L zQm(Sth-e5d_Mfnyt^PZN?1$?`?*s&3V+nkWJ*CT^<(_@*jlg4+8hD)=B zrixxPHRNsZlOxk0&g{oQ_EVv;V3_x6pd*z8OKXo8CEOnOq0DpRx_KpI(<&^N_ZkGS z+^QYv^?3+B=*SGTzUGHWWbgDS(mK@h?xH4Wk2P;=U>|7PhSc?Nek+EDM<|g()L3)$ zye%gNr4kotaq&3^=6;0uy=-NA55Q)eis@zbPGCv zq9<8@1`fB~b&YW2A&~0m;$axnAxQ;lJ?UI~`SFZE34P3J07GLcvW=G~NX>RE>%#HF zu_skR>9*{A-e!G(XOKz20L3G+S!QIU7e3mzadCNUl|2lXM91O*!FRpD)F;5(>v%$Z zULH6`0e3P(*sO@c#Y$jkKd>n`#tas^>}Cvd%qiSSNL_w8an8$y;C^^nZ5K(yjCi$T zhEMuWxSHN7!&2p&nq)Tnj;)8ufWxr2fF=Pt@FYVpO-hZIQoj+FAJ7 zN-BCUb%%nHmjWDI%%8smg}+5dz*ZLG7Je3HEbvF$+r{o;j4G@5^L+dJbxL9?4r(iL z2;#>iH=>!>@3jBxwNu%J80+)s>bDZY0V@&H`Wj@DzuAROHSxqO7`iQ zCgC1y>_+Kto5}>vdp~qry$pz?W$hYkH&j&vYnYm}i_GU-xU4ms zQ4dlmrBEqReexE*(#nRR%}5*h0FD``V*=m||LQH_atdgI$TM}8X%qEH4aFVJg?KDT z*SiG~4Ab#@{%-%qj}8Oq++~UJQCZJ&%{@^9<+;Uo$q|BXxFaCd&Aj0cGHv~#5 z0!X9|PhiOi)yE@pE?~!jKn?~(o?QjLMz%k4nN@3*SkMhA@TM0%!@A}WW%&@L{q0o0 ztu8<)eM$Y~g`Z|V z3cdrR%_|Gn?Xdn^ra8O@)qTssfaXA{&wN?fWG%M+RY92U%~PqsW&17T%Dy+$t6R=iyMuuWGDEjm^-DtnsDnpsfP!ocqR0WW_gs*Ck7>@D;vJVZVD6 z@@t~BlY7wE2{6i}Y(vW@bUo{)Zyl%hGFK|RU4L!ZK-?hU z>jVy}_Ocl4fOg%2deVIeuDSs;_If1I%sjeu$GzyDNDW#YSjc0f~&^t~99>Xq7*xt{XY`#G2OTv1Q z3irI0MJ~^-VxFF>ZgFb9OtclWj;0VCrOmG&aFejt%u35Aft8{+x$PBualg@>$V$>! zQSGBsye1PybkCr-d*N0(+?OmNj%L1{?Wd&~dfOq(qyQZog#EmCBKub#+CVR$GnM=Z zCh&)_m(Z1RJ|}*#W_*zDF9YGN*D5EB5F($e7)rnK!1{roz6hRzFs+DMli|@Cz1c38 zGd5&IO<(%AuiKxpZ8LCm-w(RNvTXu#Mq zXid>u^u8+TP;l1!?YA%c0LUjt)B11KvYU6NBUe_AT-pMm$LfH*$-}e?Y0eYqLh2)6 zwi*0z)G1Pt6r6~zl()=kpm~=Dl1gZ4A{&>i}I9QW3x^^G107>;P`aD^7qwg6Y5gpzN_= zf#4A0%bJqQ<15R4TkxH0FU7CsS}=u4*@H2-Ldy}B2r}HY5e~?8O3oodDXpB70T8d{ zBHAUW3ljCAz#u(*#4YN^ym03Jy}@w)qIoC3C7|?BupgLC#4ZY4WZfZpbEz1r#c{#6HomIF zIu%V2L3V?)RV#02a$#akelPGxQa97gIFZOD&~AYfI75)iU{VT$pGB&4z+h=(tlUME zV8LN_J8sRFB(m}Z5Q)R;!cGN*q+ar&yiNs@0{MXx?%qFR&OI#zmGNiJyu|t1^H;*J(CfU>I}WhFj>xV|v^z z&Z|FNwfPnYcbRg}_U5_goa#W?;4XzlPeKh9k_12uu3M8f&T)*<^KEYxkEfHiT?7;K zOkchw=3N3}_6d~-R6gHa-S1~6UpL7{Yv+vzu%b0;Q9WJA3&pm(5!&EjQiC8fA;Oj_ zi9i&WNY(IfUW#Q56_$oR6K|2*-I6B>3+c*;|QpWXsl7)4Oidq(Jjli9!(b6le{# z5H2Q@oC1ytP-qiTL@&Isa6muQJO*tuJZ(f;RZ(t{q}&dZ9d=3%6zdP=rpo0l~+y&jGNd2?!xT!j7{q?3gD-P_Z(-)(`w*f{NqJZtBPMmb`G7NB!7I0 zDv7+gB6B&mw;d;^pePWAmRFTD``CIznuPI{fs?sVakV%AAt~x?ADQUnSi4cAeQ{@` z`iz6NbPeGJAdi+-kN_NcJkYGf%LJesisJx9KX!tVa5-L#e61jEz;}FqwL=(eNt$4m z=&_b~lyAsbX8GB>WdMFXi%>AHJf_5UK0gbA`GR3{ueWZW4(7+3Dz8zRV54Xf1^G?K4u)`ywP4VR3|caLfo8@~QJRER@A7>&o!Na~$f9Ur5C$X0{o(_)I>H-|fZ~ zi2ov>v3V(>88<~E0VH>9|7^UcfoX=qg$_gSWL`b|sIh3T0g0-7@E5U{$ekhm*E!_4 z)=p;k*kqx(!C}D#Uy4Kk+^jy4P3{*wq2jKn+*(p{nImZDxv?depWt^|=7r*K2M;x! z6(QrhPM{59*Lz&(Bp(=29NP0eMwTvmx|rRt@i!y25dPa(76YqWPOFv*r&p-FnFM)+ z8tPuK1kv9x#J@!It{cdv#PmoyG88lo-k9o6PN>BwCm{j*p zTGUD^@oigD3F;|GRIlx{k}4>9K?5-#k#veK;oKxa;?N<4>*2*aCwWPN!SbY%gTd0` z3Po&yvHS#53s$wCx4U0XKWLj5uU4YBU6OB2<_c{d9nTE(@Kv`aIMifqD3Q0h> zE7Y=ArAoeoNe7d4lAl$ItqI$)<5Hvwl%*48l)TG|6V3D@2ue9g9FX%JgJ{iN449rb z>WzUQjS>s2jsKXXK5-M0=8q)W^c~+@-V#S8Q^^1MH4S{~JgyDhj^QqwoC+%{gg}Ru zx^L1uHUbnHntcVx>x#k07@GRV3orbod@&1g~TXBFfq z!hzuPCsv=2{1WO4uLd$%z#w8M7y~1DMY>1r-Krd*8kd~B;*db!0h1kS*7pzO2aF%- z<`5Llg(N%OC}1fU_N%k!s`rZj2}=v(gzWN>L|R7`MtGu?Cj)_-{v$`Ab`lN%53SY0CDe?sUo*#&dP`nG{eq^ zAl3kv$=n#S4d5SL<4UFKy7t~#F@tc&d#)vae(|zfwUg4W%b32Lzb1T-y?6FPaK_3{ znBvK!R4&XORxA$e0FfY0dr&Fz!*^pPgY$%WnZLN1oqNN&vS-^EpTGtE<2X5ceUAur z(-O$g!}1uu7e9C`uC7-rq-dKN^P^nSad* zCK{BP`L6-kUZBjr0Kg6U2GsB5Tdu@pRXjp9*h)*j@;~mL{4q{eMw+GQSqI>rn0tBW zsP$$e4rF6!!&G-oqyw8N8V)Ut%g%7wH6SB3E_s$XIUeAwaXPHM=+tD}A?9H%BAC9r z4&XF)fCqu)i@sd&)NtV1Kz-;+Bf=DlnUp@e=HpXTz&LWje2K!K(5T^J_qBCs!pO=t z#HMqMw!4j{TlA>j7@q@ae8Gh9z7ctJYWi%5PEJ%uVUMWk1NE`czbJkHV`vZFa1jou zYY_n;5dlSN?f4HWdE0I#4Ux0yX<r|3z(ajnWso7YGbp|^h(tmKP^ z+9T0Xu+5*@5b&k)%_b4VVvY)7PKg`UFo7PJ#qUz(A``FQp+5`rXrSA1Hd%OpG{XzM z0m!B8Z;6QVwdC=iYCC*6ir%?Ly&3 zEX46@Ww(&sFBg4iGvY48D2a+o#7k<$hsiBbJ_F=63lqvD?77=6qxC|Q(uhBt>?YO9 zV2=7`FzC+ND*q7R_{pKHfepPm{m^IgL))&5J&mh9HPs2#<&m=zIoRB~i!0*B?nzoL zjT%a1QmB(Y!@p-8i!9i5|9zhi(ji>YCe!xFFYqt-{1i#v7nc(a7((XV`b!~7J{b@F zCCCzM`DpN8d|DAB)uP!cE>2K8P2+&1jV<*bpzNY8a!&55o9s?`lAFf zl29C>xhhg#&o&JiH$f6p$pnT16$GI`q66-r-+~NGm@$P$KqRP3NF^i4D)WLB7OE?3 zj>I0F-1lQ!yhcY&u1ToeC|$#iO1&8tA*jHXF@hmL(L5r{WCThR;s|mpFa-gJ;g|;M z5NL?rzlNb|o-Sev&?mz-!Q7Z22`|Nqx;@;g;e|{QWOS#8&aWY?rxQb?coslqb{m>h_-L3-((+on4uXSo`P)tPu#Ek%;ump4 ze(;I1L5Cn@I9-!T3Lyouc_(u{+)6k(G6{r#6gv^07n?*n^XuhI{2n>)M=2a0OyKSi z+4))52w~{ce=X6+LT*w&a-s=117Zn+^A|8Y4*W2jVb~iT@W`JU{1AjrKNYcW@Zj8n z)WYvWl6%phfUCN%?qgplo&cOr?TbvFjfeT_{GA=pS@-&+o zn+GsRxm%<2(onbVkF^6B8wt*s1n#Zg56!|xDr{e1>ZT-EaaCpj3`_|*#sJGu&MwYI zSsw;vM_L4}nDl3+K!XG{@gTBLbi|LCiUwl_*J)B%de0$)et|o{uQ>%KtAfdLR%2X^ zw0_yo7>1=bOFcj;&WntEBzDJWWlP@!PDz#8>C|75P-B_PCov8&$1Jrou(E}^lvKv; ztrJ%>IETFB_^Gy%N;oe4!3>POyvJqWcztZ&cN5>Re7kBKIu#_^wccflF_;k>Wlvg-ntb?f&s&dbS(9=Iq~%~GOJP3EQwDeIB1OSQ(dh9t->8{lt#=_~$48t|hh z3>l!K64eHew}KEu<2}Px^1|NUnb5*A<(7&NjCEd-DLDvH35KnGoCww@YIBYGA37sf ztfuLrE3P2bs^OPV&d>*GKVKy`eiGe?35Y^w5t96(e(w|NE7OR&62Y%O5RQyV3>a)xFMw_T$*B)!rtkT?lILu4+PJqOtqlmsRKQbiNUz7LP^gNuzvw*O zc&{|6W~g=)$xp(W;bmW+xWj?KgXfE!NYRdA6V3K4?Cy+{IZgM~o`P1+QRR@St4YlE zBSFY-qY$ucQ_vOmU(b@QZxmK8QJ&3!)>#>Q0d=HzwJA)BO>k69L+q|wR?b=F&fdXm z%2g$2Mis1mO*Z%V`Lh0X{|JY6$_L+n1c)?H&%3$Ark|B*n0pGbg$WzW3N;S=SHHY= znJ}15ATuM;3$DyJT!1uKNza+!R&{!NNAydop{q^IMW>q(qsTZ0rU3YbjX z!cI;fTkb)ERRqv`ui4Ux!>Fa^o#1g+-mpr?`SCoL<%#5*r*`VYL-7ZTs=}6W`O{oy z#ELy#)M+7pbp@NRVFl+p!>}kT`;tXuzQQ#9((p9k|B&KeYD6SdDsJi8_0$JcVzhb) zH5)fk6|8ep(u}2*Ior6$aG{W@8G=i=k&tAj*&OvhpySz|=w56)6Qy5K3#pM}FAGRY zdI_p00@r!5WFL(6lzw6!Xh?0!0Q zwXVE;U7X%uzjk5Pd%QMI${jtnVcutQe%5}s-n@7ESl?sg|FWA@hrEvO+rBq$TEPL^ zYv_o>EmFt`4ynz?_~cBUZb?2k9EinCTj(mCI%K<6jI+8Z!&BMIQH$vFjf3I=iv{i; z%p5@ySkKf>Ys&6~4i-0!PQCuVx5$1NKYY1OQ34ahnuUc8p?9tf57^Cyu{_!)T)^$I z-YRhV&$EofRQxk@IjL!y(6zU&p!nzX6zQYk6`1>to zLfPXSn;!R4-2O2*Z98QD8JR%2y8j#YT+3Qmg;GyeSfIh4f(e|?=&Oy{g(aHCVbh}Z z1a}F6Wyp?gzGa9O)ED(y@v?iT>+dp|`AmkLs3$$|6z-O8dgtVNFWX6~kNiYFOW59m z(y!n_{}(h4X=njKnNXl3l%-CH;L@Z{lQPPzNqPYe4#9zGOI8KMIjjV+)1eCZ*0W!d zJ)Fp6GKKMJ-Z&pZ9=1ACt!uh%;+7)g)|zhdY`F7Mr4$}}b@@_?c+ZgHm#Vzn(lzuj zUr5x3Jz&|ky7o#QB=~*@%AKq)?3=+ZgA7B7t<5~Tix$PnhaOJT8QYwYt`)BI>>wA= zYt9YQ1*TUbD4q`fQL>tnF9`fIp|Vo0H1J>Kk>*cWe%Qr6u!GgRzozMSg;TtiHX`EQ zz>;zgwrCAFw}I2271UWn!{ebAe?@Dx)MI?jlK;xBD6d6PS1|uu&35tt}f4M*f&%wd?V)7kJH^PHsxpq`!q-=;)nHLB6 zuJnEyFYeNePaP6e=-)xRJmQ`M3KTAFHBOPDkwN|Jb(9L4V)-|!Snm;pdwQ^PZ-sYv z#^84ONo?ayWhWg}wmNLl*lm&6M?(YsN4YpQnKtMe&wy=~3f1Ks&qqCOgL$%3b47$@SUEJ@DSUnmZj-LiFfKo31pV?N2O}@G1y5Y0(PE?wV&mup_U{ zKPfews19KRsW4&1 z7q>mS885sw+nq1`KyR#AZxY|qoa>G&7%bbqo6<#=PtaFd=65$e+GX-@?#RqJck=u6 zJA{qj;+LoEn;*-FIcHta13%t1TbBOmUFN@W4Y|~}FRE8HBuO)L|GCK!%5;6a$s zeh!CzI&EFU*|P^;DIzg)w-Cju$Az;aqx8hU%Fe%Zun6s1mBnjJA4yU+BB{#&Lz>u@ z@(J_wJ|!(V;U!u}^_rAUrR#WR#+>r@nvkMEhE=6pJgQRV4r$pul5&^W2q>?{lhkfm zxD`j}%sG(0x^DVKIEqafrOA*8yG&ZQs?gJ*zbO2R$tN$b_BcHU+eCOh!HNHgxohCOn2~J@g#3$}=reMZgAS?J!oY!C_ z-IM<&A#;MqGC-gmRVKsBo0={(@IjVrqRwy)vsYHv@v8PCEl(G> zaUc4o6yMG$`Vy_j)*lJ-L!QUQ+OhJOou-0fvneNIN%)>LVKuqa)Zq#@I@Y7u(B!W* z{HOBO$yzfsXrRoNI$qec@v1Jg)N9FrOly>NN#s5AXXDD@Y4$4-4s;-JfC}S_lpf^_ z$zhr}bQtaTYZL_#L3&meZtgBEX}Bug(%V)l<)?z9Y@lo-L8Pw@u^gHoD(BLkfiDH` z+~uAtIKZzDwYT5kY1XRLxOHcDs~jZrSNV5(_stFPTX{`mrNFSZlFty}r3@VBXf2ZR z@W;WnY{-dNcQz)hXRYhY{>sdz6qUgbwJ2Y@{YI;I^bfItc+OyT%5+N*m@o3E`^gd| zDA)fAH^|_I(|%$1>eJ+qE+`J!{ELO3VBhJX#irxUX-A5%-;BO6u_2+k!h2m;*AgKwS7!wvFIBOQ zNq$`+>sw>;h5iTfMAaSv2v2TvzexyR=FPyb>IgYIiiyZV{p5R+pUb2@+82Rq`!XLw zhDBz`#%3iNPSDwOT~Di+x>8L^IGOst8{?JMoC1x!(Z1;7)g&`$DajKTs33*$jr)Y;Y!A70} z7;lD*af~uarUK2vmr#J_}ixpz-Vsw`aC^asXVS|$`)toVwGjAxJ1Zj-OTc{5UE zLf!LtwCa!~zRy*AfQYBV;@;2TE3YKZn#ouqlY|{-n#Z>;N!c%#2i9|QKKL%NkAPfR z_JrJzq{D_uPjvp-1|F#jf@D=#9K-BbiU3t<@&v%W! zAZPWxnO_JM+sS{X+7V0B_ty2R&-^oxB25E|D3yVH9RBT!+>Q;d(csombhFS24~m?5 zg>e=e?|e+$c3x!kMu!>tB1Bcow_8Eok{R^5C-e=qaXA%o zXBN9shab4-mb9fcTw5gq=Zy~xsU*f^*O(sXj=;GWR?)G$2NA%X2T3~6Q~Y2L^SLL{ z@p?Bjc6HloqFd&jF4gyb(Y5?X)M^e{c6XTa^>E!Dg$&F=dL%l z^}*Mq6@KIQ#CWab3NjSSUkEBgoYD1WlrAGDl0O1S+F2WG{5EX@zN_=kUS(LTzM@K4 z2jYRO^)V=ZCPbEh9IxL+7=d2DGcA6)WIy84Z-S>&lxm&E$u6jEpW;6a(w2IqbIrqN zAW}X=5M^3fNi1WQZDKk6npS^^<_-k>*;ILKD6za43e7(XrM3C)xisT&6xU+KZeevBrMsRF}x!Id~c zd>XNW-m$wo8IV?yY?co3bfwF>xXV_(|X>9lWP&ZGV6rLX#u5hwb z-JXiIH%dp(Y?)R|7EHIzuj%LC{R_hq+!;wRoC;xE;3BI^+Ym25=BamuxCtNRFlm7_F{mxySH*rnZuii~y z#HN2*8c-(Hh=^@eh;cOyv!k4T8GTzJROnSGny*v4F1@$S#m9Kd|~>-9)xio~f5 zGfyR-7IB%mp#l%aEF9tns;C*iM(m&@9}74*S3HKKZaQgSybUIN|oyYCAI{8t^B6K z>y+IfrR_v)pAQ{-=<}VD@TG-!(6fO@s1#OCcvS|ckZJpIsAs#&p5AsRQ-ulqAHBh_ zj?vsd+$Fqc4W`Acn}YdIA0}FB&8Z$hzkdcEXB?m$6&r8YEa~ZA-Bzl) zO48u*5@HWX7@CuV$ttH@mhztK)xm9K8|m$g{%wW~2(_W?jS&0vzu9(vtub|z5hH(I z?o#<@M)wD>9x!W9`iD*aO%ViZ09Hq=%oS~M9Tv2ahnq&?m2AAjC*^k3x05zjf-!^1 zReKvAB0|5TH&%zpdijt6&_E&9d zj?D!(rL4f2Qnr@HeuuIquQ!XJs{49jc+|0_nFaHvNXO99n-O!>_?IyQKkr|yZB=_3 zOJ3safMrhuJx3Ok)2HngGZCN-%QgL5U1NdEiw$%|Z`&lV zH!|=GarKvLeZg;5NPSl`MiH}6j5ZzKpzz~U5&EQdt(Bq zL>+U#nQFa4PEe;-VL*RZ%<>=PyT4y@LH#(xWV(D9P|dSu;B5Tg_d$Sb3xUXhe?w1g zMi#3&>HODkyHq24s+$N&s{6g*2rS=0N1U&07h6H6Ddv96jl_?I6P#FSocR$qAk0{H z^@#o~g>WU?NK-j%l_ru1DlH7vYvJB^Pvrw%1drrz*~*bw@LbWK)u}WC&6+`%?ZI<-#CVB! zwWB^Bo^|3PD|X&4>Z|Kv8-TbbVFuw@t?A0G7%+q7l`hFq3g<_cH15KW;%3g|JjiSL z_D~q?7n>LOKb4=Nc626a43sc1Tr@`yUS_oqgtnPCPVC@2ecvZJ-t9ZzfNhZ*Az5Mh z5=ZJ4h_lk>fwq784Ia-nMxi_8&YhlAQEt`0YEob~LKvxG8|&9o6i_El{p->x+YO1t z)pZEo=rKTQ1XOPJ9gdyI#|%#F+O3G-U&f)*{&$v@wbpQOU#kj+0f8ydQrLCb{oybq zi9$D>Z5t~Z`%5~Z-jSK$%S2DO!?b2RU6E;}7_shZpl+_fyM*mCsJ9(*DD44j22EDj1VCwo0&T=E=g$4)et=Szu)B^ zvCjIqHu}*C8nYbk;-?*O4NZ_2zwf+{;|Q?7l{z-oe5RIg8>$tKl^PCNE@fA1H_~8eOzesg4oJi*_Pu)L!)-gVX zTy-(&!XE5!7(j8Pj%zLwjnmc~OkbsTV&&nGKsp+_y7(qFDXeZsqH#?J=et%uw+^h* z`A;#|81D_P49n~t=KWuT1o?KZL~#dyW;;yPr2@pRo{547!nRDOOoKh;L{hkhE84kE zlukU2RJ!b8BpN)&`fmYsAnNCYq@Ij#XwdEtGzBk8jHB{sd>l9CJ)^(?bRMF#gKr8p zWo|^yB-b8@+7O+nw^dEM%TNsM38J{==%hpLH(bU3OJg6v0wWv=`YIAT#pewe#%nE> zYtb2)U3>Fj5{E9GjZs_2Bs(t8qydK_&Srj}YDZnR!$`2{yTcHYwVSK4(|x|l*GoCf zgk!0msRIO`pdP)={?eH*#F6>CN-n=j&Wf*{l1tinQGXV#QE-WET~)#j(@( zf+;(0Jh}AZDJ5zuf3ngXCqQKTJ9wiXoRPuF)inPqcL$k6xlMKwVQX73?B+ellaq_p z6}?R0>CUq_1Tem^N!wQ($|TSL%c_0)DK&f`8K}W!B!qcoGfdJZ!837N^3x{rK2bjd zQ%5!;pv6^gLgoTljg2J<5{ae~x-52mTuP6QPzHu}Y;TTFweh#no3!x0n@)o(nI9OO6XFbeW1|{-7gy2LGtMeJOw0KKe;5DyXz$)V*4P~%=@i)tosZI=Q zwFwEcvo_bot$qI0H@36O)Ghu@l?ZUWoIZUS!jdt-w~rBES}?hCEP?F!J^sO z=k|75oCdxf0{ZAVYrw|36*o5ZVk(DmZI;d-(w}03xz^7L^J5@Uun%eT`uVO1PJ-asoQU? z1HlT|<%~~s_7eZA=qjVHg2^Y2$GZ7H=)6z{sg@^6n|AUq(;Pb2RWN+}3H#GVpGc z11cJuy8H>nMdB9}Ggz!dMMJ@l$uc>rOi!mmdNuAm_Eh8q?Z2970WtNMY(u3@u<w6TmTVyVV%5+U&vd0qm-RVQ6F;g^K_@icG>~ibz zd#sshh-v2~z*&vcweX(hGemQq~A zsf}gS!VLf>MMZ&>C#L26QO&f&s>Ar6?y}HzFDNaIm7wqM?dxDaw2lV$mhZEO_>URu zwzy<~!9lkUF4eWaO>2T+P$R+O`t-feAeqeBS-=S2WA(vHV(PH@5(IosmK}`1dI+Jf zl?dPrV63GxU7mIFC*!ZD@SgrI)>J`Prw-SR9!(G^VofzR5{g1>Xd-F>_j^v%bWIoe z+6%(tW}Kt*nEIa~=Mba}_vOe7bP{cCs!8mnD558)QluUp0&!y3ep>*U@S!Ni9tD7~E{$c-RoUct zRnF~}?OgbS9OZ$OxXkaKypbFw`ugi=mW4+~&D1$*l#+TO6;x>P09vIQi*pUk;d+vV z%qMS3J_%{9thkN;a>%`9ma?DNARs;5t7f2Az=z(B`GDNbDPb}@4|TA5j;ZT>1Aap; z9MIe|p9sxJK@m~01tBf}13N&(zc>5med4zX-HC(md9wY<=?X-dqb(hg%bBTX`ZB-4 zcA-vo5dFe56q6iLjJGVZ6b`eYh|qC4_NZv$9%8r6iic5TZ9%-ztbY^#iF_XHPvD5= z)Rp1TduCwR?CBG&?{*H13KCx6S`k_YI$ra$g zb*15l_e4$2SK~`Bg?E&;AG~yT6ohx})wxvVJrB!b>Lna^#L?ZD#^5Y2s<#UUG^T?I zSbaKo?eX9SawWH-ycXgg(Ue0$?V2T1qzTDMzMDxX?@0AH6}W7%BI!j&u6N-a3cZ#clTa`0(akflxlW&7?NEAhd2A zunR%WZ~0Uefsy}L61q(W_(S96sKnR`)=yjMaio?J2nnL=7UBlRTfVd<;R%H%rxC-z zdwnq3d}UQu3spQ5X=*mdU)jZ~t&RJbMmJLC^T*&kcl-px{q7W<|9j%JX$3)Amb=%% zOM`Lvetd4w%zG@4mtbhks3(jq`Dsn_VR9kN4K5(tNWc_)VoW%nKNUwS9gwAzZ2s5a zn0OvXWOKPdOf!A7_iANaYjq%@iwyn;ih+Ozmo~5RIn#Krh=2~02={0Q29WLxHZFRW@n6=w6^!p%frm|1%fuZ z7&HFTjIjxQZ%&pw1a|IJ-&qF-3m_za8mwB76gNAC2XP9K&bpqoc^m$G3+KDlKa;=M zDpDIjTwrR+ODD%G)(}kZNe$m#kWQHr19T%<(LO1x>6pr-Nn1;c;2q1;(MXPWpA~Ph z{eg=U^k|R%wOO z1fvB(4;n&xyPvx)c;D?`@5qbH4$pA#+W}zezLQVe@l(<=;QS*tL~i_Vt~MsHOM0Q1&j$a%7&o(W{NNk`LRTLc0`(+FU{nynaUQ|+GpR0<)P@cLn+)D0TB?hQ%)Sk#3d34$TJ02281{~Pg-qF60kFm`( zs{MWQ|D&`wIPj8NMoV^`2aXGk%wX5+9dC=qtUXKn|DeDzK!k!jy)6jw%kcIKi#-)E z+!`%}Zrot{9roj`4AOP`U2A6>1dr`%&2x)uol5r+x{m{v95d)ZsY@IJkJ3+RHjlIc zBvov5dFenz4der{hP@5;!=sH#E70Wm8t!pqyS2M6LUBVI5wn;2R_f%}EX1(w`sQO;!?{P~JzAe#xzF%9$r#Tb^i@Bvb>^B4V zum$)Af?n!=Tg*0lI@EdOg-Hr&8of^zr=uL~wEd5%U(Dl5dA?0k3@PN{lS*wE4t?`p zNcuK`k4~qP&DC1QJWE0d;c^CNdxM$|OMiDF>L7Nqz=T(x6IsN$*b4UA)d)b%3Ya=h zu#_h>Rya>{nSiQ#ym2r27wvTA;9L5g5E*w_&RxbA5bN$hp#P<89_#mHxmEs`Fc0@& z6N_8u!J)t@&8+e|u3S6xczr^bhJQXf$56o3>hJ^v=evHf!7o9E5QeTio!Ce@@z;Ey ztrlVt;3-#^SKzH}``UGUyic}LD6@TTeF<}x<|6+{M>KE~Y>RaIG=(twsl zA3J#a^FBv#aB~QVk~W6d|RQ6jnx&4d3pRgg>`O@ z=mTL0{^=(V<#kQaL&L;UgIaoCPd2fX^20qspLUkER7SdjOh882$3hJEELWcjH4E56yKP=~wq0{QfpG4XtEP%1jBt)OwB95T(#vbd`UG4~vI5vI*CL<-g9x zYEe1Dm4N%(m7Bm*12{gz&mWP+fP!Q2?(c1JzQE9k!orGMRcTIBU-82>=Dcn!p|!uC|cGHctPqH5SE5 z^-6d!T@WX-!2u`ee7{W7&x32%s=aX70;>P1-_&s@S)~jcMtqGCNk<4a77oln{X^Mb zO&8yke0T2x9z3Y1$SN>l2x+Iu^Ng8JheeeTF^^fEjrj|>+&56Bb3^XeBs+@Fe+lzF zlzL3%01G~Us;awpQYa=b{fC3c1kb4m$q&Ktd>_e`Cej>@9Q0JB7gT{`NH}tG^F0m> z0SQZi*JXhSxR-3^q0MC+eg#h=$btbyEcsrNTgWyqp;dkmDiRJl3{e+ObeuZMTF1ka z8f(3dFJ;SKb1sv+<3cfjIi2PeT$lIDw9#Ml)yCi+({tqJ{fY~v@m>)OrN*MQSc{7^ zp5_G2E>fNJ7z%`Zjy8yrm1$k?li{@dVIpNlt&Vdlg`%|c)O|?&gPwDDNyac91gyb* zOwONt9UFSmm>?F9o7X*ZY^k3}kNOYG@p}ke`|;28oL92(NU3&i2RNe;S)z$>j`2vI zQ-plqm8*mx%e@0p${mh@;%lu0;1@stWUSg?>Bqz0U|3f~*ENJq|r3Eq} z=ORtmyeZrUGb$+Im#uHMsU%x|zZ*}B7h4NnUt)vD*R^{0qgz5Z&??{i;qhRmfuoOyk7L|_Z%&EPn6lCw zVe%;q<+M0ga&6q1k`)}Sg3TB~9$NEB0T)|xCV_nas6g&;AE;0Bzt&vQv3EdY&@h7z zFQ{IBUeQ36zIpM4QyfI1q@eAXV1$4$5`*Hu zKxKBr3Rk24Y6so3@oP&Pu0-X&k!%YMk^h`bt&-jeNx+HVz*g_Un#1!LC$d;RX`W^q zRPj{z$fWNdpuajDCl<+^@XcK63C0lkXBbq1PPiLaF&tF?HP-jMS(`{lLUrpYMtPTYJ~<{DH}1#AOf7Mq)9e;kJj!&0^QH0%CT@~4rS(s zzvf)gldgw*S?takVYtsOr~u|hnfFuS4|o=;ZZqp%AywI^R( zkS(!6*5rE;ul962R%_0(9PH2Z0|u2QeS^C=Ef3!u0V1qcQbtSC<|bPISC$CcgRMsg zyF2nqVMU109>$BrD898w{y)tkcu!Qwr!kQYpe5>RMKRE@HT;7=6w|P88})xBjZ>?+ z)k5nA9SraM@Y==si1*aKy6XR3xj?k%S0us0>BNnxWITPW4$06J-VEOKKdof@>aHLj zniukjE#mt}f2XP4@&9*5iKtLL1lGU?!s0_6c0}hfF5i(8=2>KOu}~YMl`gJQZtgz? zX6Xbb3$EM1iHxV)ufjkxs>Az;3*A;t@UN{la%SrPDo_NFNeZ-22o3xpqXc|AoqfGa zD=woT8W_HMgAKmgOL_F&kW&%6-932wj_9yrFc4Vmq8($uAb2(GfTXJ-R9k}}w1c3{ z8~A5?t2_Bi)(p9o|JlWaDqU(6NjME8*ylOln+#nnmB`{>YdAU_cBJ6({fB&n!QMR1 zrNSE#Q?VXMpj{|oVAu@pw__X-@~IZ{lAYu4oUEp!ZlmI_9;b{xnQqp2!zeCF$fM29SZNV?owNF z!?~xA)Kk(Zk)nl=ObrI2(J~6(els{gPJadki*RQwwuOtLslsgDVevb(DB|Yqf`01of956uV{^xTr(k7g&Swm7 z^VDRV($HLX1Py9dqhw`NdTa3#VG0qF;G9CIeaunZ^M3*Hfh8v+UkzV?VEz4%E64wF zMTi4(`}---IcUWi7>`e~`{%AoVR^tR#d~o?=~g_QLHGNm+y8kzH|S>|Jk~sQ&`?EO zX1J2+iif>vAZss?#POP%9g|by`Y$L+7=zRJ4oHTK1>N(;0Mj5XI07o1i(_S_A&54& z%gahgut)9H|9(i2B3NMFZSQOT*a=?&Ji#0E|5w9R2DH^QUEJN>rML&T0>!!fwqEthCb(wb8O6B z&Lg=vX3$wy{n9N-D)5IY7o=VaUg&z0R zS&6*c*}6zXLl0hd^~gH?57^v!XVFGnWAqKw{I@yYJUAnN=@p&CI9WKYc7_{-UPlYx9aSP!e%(I~KLkDQc?;H?sAyg9Wq&t%E5?YS7-u>a z#{7UeU6FW(G&T~}gy8xa=E$7vzDuFHRA_8a<3p_g3A%2AN&IwVFa70bAz`_p>3-T)RcpYzRr`p(x2Ra}A7JEJ}Karjo>GA*XH-@8D-H*7P8)NY&E!wU(Mb%*m}-XCnfw}_j2gp_5-N=ANj-Y^tz{^6KU6YzPJGKJNOPX<#RWB=$DV{S$%AaUS8{E$U71?i2 z*mOur=iwFJK!{B4%Gt=hEiXW^RK5l#$ZcyN47KO1{>td>_ZO#rSRYuWnX7tb&%}O` zkZ9bYSe1O#jn6f=Zmsv4yk#@!%sN}CmpTlQr-gtlJ>B`(b1Cc*qhQv?UPR_k**?jK zOx=q$(KLQ062BImHw`aa-y+_MJ2$`RY2d9-hDBu|mxMlH*}xc#?WN%J~e!prc&Q;;UTeJBOV?U%}9iD%|;(UP#|< zLk$gDUz_Xb?{@ZqX;TAK3D}UYYt!cGF(MDW7f&HIol2cREOfK)gxUIG9ZRV`dc$tV z<*yKMzZxy%nOg*PzNqSPxmcI!>B@cX7t$2=KBzV3vYmCqBkAhieU!^J9a3fP+!f7z zY2=HWF{sj!84#=%EfoDBuJ!zT9KUS`l@|z8);ki&+3khOMW;Kws*8F!8tg+m^J?3- zc(z(Z5zL2*dsmBqLkZS}-MkBg33-s`uhoQp%tSKYt zm~?8^1(HtO}7Vxk&@SSF3p>Ks!=d8N-E zPMa>BZGl%y&0w`^jRDOSt`dIobdNhExCJbB*#G?1P zQ6Ky3A$p4@sR$M`0T7XJ)&I1|5XzQErv=poo(B8rRD2{zBNK(qv1&&$JF2|g=Z|ke zwxD@qU)xzs)>sd~3v>?>D>~b-f@mnrx4D#U{XPM5+IQ$)3MmQ6UuHF^1^)O@@y!A7 zURU|n9#81fo{amwDSw>}(toQh$-a?)4)+{tO&GyvE$ZTz6%7hT%*tNz?{UW(_>Y3E z1PV9mBf)VRbT~r=W*|HlIk493#uo7)=Mq!34q0&fjv&aQ^@lO8|sd zy1~m0cAkCJNN7lHdTH{pfzI#u>MlPv@AS~{?A@Hz&;)zrfVqO?+D&so*Xy-$HzycB zuXXC4x1pP=j$bx$Z}G{U4}7LP1uM##z)#1ZmDQ7ffx0Ui!try)bZ^?NXFqL<^tr|* zi>|5)U(dG&4~~Yme|fV)NwJ1TV<}@fkDt#PDQ`z3-s@3nDP>KkA47FjFWTPg+zlA? zJfp=%B!DLiKlA{8M-|Jc^W@#T>GPsnLkqENhPfTAnFROd#$e@^CFzG)vI!8WGF9u; zfV&Pf9Q>E#e4ggTdW1$%7>Bm~G!?k_vBq%!*NJ02_cr;i89j2x)+23mcs8VY+2`Q( zw3UCD4-)F=I_m}P$z9;?L8^{>6OLt0wLym0&fxvR@%?%jMP!@k!gXPM%}WO+3I;O0 zFR}Y;m!}>%%U(_si_c0k5BE8(DCpGfax>iqB2Uw~muDmJ`MdOcG+!- z$M{>gdoN2=m;<%uMs&Rvgr}w{C06P`xMA~`$Cj_b3grFvvfV?#4;o@$7o3NtjDwUK z|JPHC3-F>4h~6k*Rxqd2*Zx+J04lR0u}^VbcAKW#a|iU*)Yhq~?KgBqPPb+}(o_8H zb1qM3gM|lRyZ1YCqs79-13cJ=r;fi0nyyU|^Z;7IfY7Sl+S@GI3OsG}++7Vp{#fIe zlR8S8^mY0XB-0jpOW`bD->KLbuybq}zPK14L0ruU-)}IwQXcVx&^BgNJ2sH`q*21= zy>ok7j%>tjj(|cdK(SB<*W_92 zvUcv44J^k4c;Q6Zob2(>?(jB^A4z${di-92*rG<~e;(kt$_VXN|AZnv`w^>itnE;< z!Y#8K#+T3>d8r<^@rMqKE-qx#1cwDyJy~b%)X5wJ#W@%PzP4eeI%e&H`!_~Jspa;# zUALtKv@MP9ba)j`sHe{yOeWzPEQms3s=5Ya^=B%q*j$}Y?D;xT;EQfQP* zop_R}wgqFB=E6X6C1oe3yqZu@8HE;dxvDn_XftfoAQ-tAXB-?Tyl>4x-ux|ILKCO< zoH>Vo{mDp`FFidy&+qA&$gMR@uq~8I^Muo{IpHzHI_hYZ4=+$DUaa996hJ{t3#MRd zoncrkv$>XbB4^#IsMrponkBt6-A6wwal#F}fcvTXIF4SUp=Eoh9cXroI@U5j5eNrd zsWtX}-Vx~sBQD26%|9cjH_H%c4%||Y2jPG}A!DEbV?l}#Q=b?WyPQAreF)JE&z zIA)&KfOvsB;=LUcnI)Gy))`$|N!11&eusivfio}B5Zu2mzmb0vLR)sCPwBo^ZXS}z zJVmY|+S~!J!K{-(Zi!^1^{;m$3dqC(86mqj-$Swn9Pv`~BI4iubQ=PQ%))b{=fg0$i%MJzl3>2_d$t1XG~~C*l4U zV{~By4|*Z(G?z|X-3^*0f#WS7lx8{+rPyF4cqbX|detB>C-VC;ozft8mp?c`j zm}f;u<(pFHYhmM6dvUSb?;G4TtxkIm$X0#V7|dYt#3ZM4C|9^|?r#DS+KzErI2k>t z)HDmg=3vt)7mbYnp{raqEijuOg`pn=T*CpaTOavX%$T7_AtC2!3#yetIg@xsu|KIc z&0U_0?fp*8?rm&~QI*EOKn1{vxO01bsSE!|F+wNOCJvQ3T_=%6`-RB_4-z|&B9eDK z>Ziq~dBbCI=u@P(Uj7oTM7ZYz{p(>zgNjQkABGN>qqvicCE|dw9vDfNJkCqKt#oaLRedeQ{+^GE8v?{z6>V2 ztibQ4`A=*fG5BCz zE6P3FS8KYVdtVPwMYm2&QZ_msKtWm>l&0qp$l7MU8{QqY>A9Z$-tD_~*zs%qu-YvN zpZvQkxKw2H?8uYob^td#|3D8}j@rK4_xbMe`f%&Z2q}|h2l5cuS-8(kBg0A zD7=>rKq&mJmAb^C>y)6vh7V45MJy2W0~Ab9X7jzQg|VI)o_MGoW)v>u%FbcO*6T&< zmtAKZ_Pk%qLB$=2x}U|%{fh+X96yA8T)T0pC|?!aIc#8FH9Voc39Q}Afe$)jJ3GivF|=9OrwWqj|3YIV@^~EaJZ8@L?{g?iOgc#usV3l8s*IX%Qvz zg`J`U5@a+j8_p{f?W|e;OTKL)1YEJbRCy_G!2aYN3~o6Yd$(y${n?PsVU@99XzaUb zrPXhHdDg9ASdMZFe=1MY(y-dOT?_edbcaMQ&6h4^iwfZp91k^+NR&`dm{$=GC5%xG zm{!0St@t~2G8y}0Xle{8o&Na$uvt- zl;b*ejxA0=~6-ho{L3_D(T+oZ!^ZtR+j_bIZ*P6GidfKX;1r7G| z(2h?lwA)jVOT+f@2zy}G=ZW?2_M7`wHFl;;bsjoi;Vd~yC0tHHl(fIdD(ojZJuquK zD$fmG>@RZQA@dSp^30%Yp+o1Rho{&JT*(mZ6`>It=M9z`$#GAemyq0^Kla{62i@e1 z6(^0kGQy&BUG-TYS4vqMS*`p8;0NCQ37^L*Lr;^9Nu7Af2b%}q3aq$eX5b5!N+oVjg*-eF;3f{0IvfP` z9^3=OzBx>3rYKO&1<3I+GujovZl6P-=?yN4=lh=5TVM$bGIR3=%?<=>E;jtKCS|rS z$Ae^pg2amFG!3Q{%8;Q+mOXWwk5Y)Hm^F0QLDp4mB>rOmdCtSCpV9Y&vRk)QZ)2qP zAN$mOIlnR(%B|x3@tHA_k?+k>N`gqDl0pZ>+7)P9=w?;lW z=jy^2f|x-(eAQg>x=ESvesN3Wo!Kk#EC3eeY%clBEP~QIvH{kGfEUlL+)uqn3Ulm_ zf%v*3fgXSv=>a_*ipaf+&yE<9HwrAU0VC@1dcEXxssYp zt&y8zhI#r@P;WeF%vHmSuu<$f&Q+5X5RG31a*}N#)W|V5YSqaHzITwcnQ_GNE|FKE8N%y8EMoyR@wkhwsF*BY{cG7H? zHV@QtJR<3;2JuGz@Y4@!FhPE*wfSX1(z8iWmc}S?)4)DZ^dC}y zg_6ZjTt%9n&X(EB3vUG7LD7Ju~Mu+>-4OyLwwGF?|(phHCZ>Ap&-TJp|eVTW5gGHt~ZW$j~;ed%fFQz%j0O z`E;{u=7tJ+*$Mu_!%)R;iUn#FlU*yc2u&#kb+AeqIaey59VWALf@szifDUrnO7b+G z0!nxg!Jzbf$amdM;@6G{dh&!}-u|2Hix8W4*ZBijFHlK9T6z2>#iQsV)nMt{Nbs6#ncw;Rmc%yF;?-m6k6X(Q)6HdA+XH>$OF+d`*EdWI zQhhRD5EPmHbh3hHpDKUdPc)4o)u@V!=r9%{-hf?0{^^6Q;0g)PENp1lLL9DyW;>+7 zuKI~g&B-QBvQFrYlliUSSUjRnTimi6+3-iMKF9FXx*T-~-0*>wxm6(e#v*Qd`xs<0 z$`*-c^Y5sy7G7rNJLoEg_p6T>1M&tc>xYYmjxvbF%MY_hJ|h{ls#!e*MOi|7u)=iWRCP`Cb17{9F74+iZ?`xT+BAh< zwCvJDZ%2_%2E0(J!LhB@$3m}9HVCz&#Q$9AU-h&P5G&}YOugr))YQ!=0)m-B#=h@$ zA7)_CdP?i5IEnysAw z$o)x$7$CV3Q1yU^@T9~N^i|Rn~mozmsjv3%0@ZN#{yIC0$ePaO>|?dC3m2tFO6p8^z7D8Zd^k2^+;#?eTITA$?-3y_%g*6>iAvm%PB!5cyR_|H=AR zCJ+exR9k6U$B68bbU=8v-fegQ?|;dIAD9t;YkA6(@AINs_Cp47##v7aCt$x{^vW5( zvyMe?AmYg zba_=-5Okp6@xYU&E*#r%v%O(PRBT_C7BTTU)hq|*=rD+P1MqxDIKO1?Ve30~U}dtA z9(xOVqJQRVFdYx8O8vVmLrj_PKaW4tttKRJC5r8O(Ct>!eZB+V=}PE1{9E`J%wE_J z){V*eB`_#-`syZ5C9b@$Lr-zYSydVT-ue`wmrIUM?FUV^Yw?SKCtdJ#-@TW(J>-Ao z_&;-mLojY-a3}Nr_84z0%)hX2TOW`4Z{!DEnAxb0x`5mpP4tV=-Iic{`z!mte^vbN zQUSgxy*7?~T&{(BEo40bA7+Tv)%;h^A(@f4Of`NJxFu+ynXyM3ICZ<5$GauUq&u z7AUQ^(wE$Caov3|2Dgaf!G$;Ngx^jWG@4 zDy`X2fp;^->S1&VFbBJD{e0A-Na?$dcaZo?KD;pl$rZZ~?+CeUmh2bJA5?Ghf0@Rk z=qMs6bKjeY+b{i3TndtaST2O%k*42=6Nz^R5XzWxbW8 zMr4?kIa?8_sRJxPUhCJeKKcx<(t%_J(%f^7B@gr0+o4P7a#$%YQ|BN0?@o=NqTwG#(R(pWpJxV<`hUQ!%`r6rO}YfmRZ9xvX7lPYsK{w4w-?C(Y-A=nwcTP%uycR%*mO-G_R{X778 zU>1Dn^c#7>U=5hc%FrPQ#+2p6+3f2cA4JommFm}*>>Qc!U{ewQ`X{-D4IHmWihyeetSN{X<=U*E zg`j!#R@a+c?PtzrB{fFP+mZUrE~@u1 zrFtmp30!+sX)?W$p;s!6p>$aY#iA6Ii))1Iqu`P(KCDiAGEaJ10?f8Z%`8DV+xjff%I6gU5A%D_snwCOMBqf0FsC!dd<$w414M!e|xl z(4FYt+^Q7DN+;#u2Bz2iq{IE;1n9KSC=1d8JKvGwrd`=EL{LM*AHgyjrxKPxKNUKI zWO8QSC!U=?B9X+32ffPkDoE$6c5lOH(#cCsfdGJrd4DDBZ~Z2zg!;(8mo$eElH7<_ zZYx0JHO>vJ^E`$;-E5v8%zO5LPTXy*D)+k9lcIUn6CA@h#sBBNSRE{lvkK|ybGk+p zh@lIZtT30lHk!(}(q8A53cmGvqVs9%EKb=N3rvoPUFo211c#xdHoAn{q5%Qbe{YHo z=4@pSx-Ya$e(;DKlZWpcWu?qE?FT!lKwJh?!KL5oQ$cYcO`AXa$1Tk!teysm7M4o! zfPnQQCD$y-mJ#CaNDc|Wm2j;*R<-%GErtM%9E!TCnrO_A9 zU+w+R&crYvE~b;aW#NsGSR(=F;8?!2M3K$%s$Or*u7O8&Ec07Aej4351@i>UW5 zzD3+0V2n?qadndNQGQ2#KnlL4#sn{_2-WeQ?1S3rh@ppN-4Y>7rS}B&R2dW^SX=6J z-f`dGpolOFgQAG#=&}`J9OZ(20xbHcqNkFkSiBAJjqkbwH5?4Az880R&{I3ziCh7? zp+&_5N;SljJsZwJiW6JI_5TyzTTp|HoowZ;0l9$x^%=M$Jh(Z@@7RZTO^yA3zk;ol zHJRW4S`=2i5wzj9yjRw<|K+Z(F?zdB^0dL+BQ%7oh_%1GKJUlO0y* zGc@`BC)%U#_5KcNdWy|JLYQsUHCwe9)zjY`@=s9~OcC%*JRp$Fo$J&WhW&s;y1~kM zOmS{k@wXh}DhXpUr_D{o#J~{BMK+S0;`p;~XwYO49Jc~)R{A@)v=~II09Nd$-KQHa zK1cUe%yOI4f1M%%cu@6`O59Q0N>6;tGncF5M1z8w9qViVi`gdUR#-Q44`Uh;*Z3Gs&~VMqW?*?~Y+p1MkZ( z2V)&8956=%d&^fXZwaBinSSzL1ZvnLq|u*JT58mM0ZkvRlEX)<9KF(MnoL0#!A98{ z*_mK%&()`j5)hql+7H_dSMFwv5!0(N z5jaJiz*iyxp^)@|kFUaE8YbL(Xp!M=USmc5uXP5E2ZEO#jhsCCdw+F(=s8fgg=F~9Ikz6ZY!aM`*y4@VY*Z^0grsGjJ z7f+>Bj@QG@%m8lW@rX<_o8K%sUW4s*we5ZZauH>u)jU~3@7tXuNEU40S>=zOBN4>)1iM&aNDEg z6{Wc^Dcej?{D8LLJ4&hhDryFbkbtA&QTDRI(b$sNGHTYU7XEU@UqdbFxS{Jpi9!Q8 z`A^n*_Taa6fr=uHxI>mg{BJ695BUReH9zJ`zkZ{dY)e|OKU5+x;8SNP=QT^7 z*o{V5%Ie6GBy0=b^EUdry}2Hq%~Pl-4kZ$5(&#Dk5({GgQ%l&fh23JFh&@VI4(@dqX&95`L7h{sV#q1fk0AHl>k2&%&`3e;q$g zXYqf_*vHTImCNeCw!Y=#cE^qv^NLLvOvtKCdxwE|LKYvJC!l%4#Q|_+WrC>Yy(Cg9!BA_E-RDjmBT=H-*bOk?h!vWYI|9-{L&9;io0%) zCy>tnu8-Nh;5?X96aU2Zk-K=A@9^sT$Swgkly3KaF=||BXA@K>snRy3i|SxW75=oO-h)v80M{q&4u#*?+Z?oy#7)o#nD zWPI|&wZ8LBwDWH2HKhL>A^~Jca4-ujnYFW&!HgzYDzVi-eb_Q6sv0szwvU;AMTbCxen?Plob$HXBd~##RBC7h?2#>|3Du_4(gaJleR@ z!6lo$Fc6B*DSqN)kfWGFZ^)LB<;HU*-#xWiZH~)y7VJx*z-lQ+y z9D}OgnuRE%+!t=?xvHK1oyN5~Hk7rP z>{wpGF-7`ZOV(9(p}Q5+PdT?!JX!ZgO&_*u*pv;Near@rx3cg3{hvS$=L%nYLBbOz zxCSP)bqM36oO}xzfIG^axFInWFxw_z_NLh&f1E#(@nxhoJ;rk{(SoD!>m{%Tk^#N| z9uTIS?^s64cM&vQJVBL`WhCam9B-0CYN{E6rD#phj^{OpP-TM~@?kweWyuGs&bgqzx0Fko470ewpypJGiJ(t zEonz1#6v0CYS|BMQS|+m`Dd*A1RkQ8E`}EjEfjplUhrCW8HwmI{e|rrAZ3l5x&R^> zuRjk>zwBsq0d1DoicDYP)yH8&E{%Er?RrKsTFFuHMr!_{#S=HX0x z1`cCGvpzm@D%c6B9-}|Fju!Z+7hxrzLa1*{Md7r~q~NH2Sc*_$Ilqea#*@HPvLaFNXyyd&-TE* zggwCpFeb`kry(A8Z=ld;l_&|aAQWg*BSkNg2He3jPg2GmGpyew&@PB zx3bjQfc0mYs|0QKBpH1Z{mFtfXGc+nq(B{0j&+2J2h>trYRb@#foVxco@CtX3p}Sp;zK6ek@Cp+6&PX+9Ig3>DXy>1JlUwFYBybz^z0S+U_K zA8*==>;Q20aYJ$S0-pG@`%9^>1hnX2(Zmb#N|KyDwuuRC?*V()>Z}-(ZAObd1do4Z?B!aO zieLqT5#fUd#UL+F2F2FPM+e(WxJr~NZ3Rdb1$z&~_E*@%l>_SuX_yDP3Z(MW(t>j1 z{AW$E7;k5{zlyqk^9dfNLy>e*@2M7F{SakFizAIkl$}GACOo%=tIM`+ciFb>>auOy z?($o`rgi%37Iac9N6qy&uX)G@_-~hiqtgY$b`PNsb`IxZ@Ty6@bi6 zDS%;|dEEJ)4W03WqMy&_7l#vuP^LYU5U$h7uTrT)-J5EtutV)TO7|j)mD5Tq7Ak1e z1IIssu~rRNYqM0CEY?V1tc&`fb)YmHQebGWDt=Pq9Ua#@p^58Rd1+}m5at#v; zq5Sh0iy?LQ-hYHYO)SCwuofa9F(aeD9>L|_q$AtmTXeu68XII)w_7@! z;y|Dw2_7QW`tuqj#=M@Ct$PN)B4mVm?X?6G-2Bv%(BA;h6#J>^`=7h+z}Ts+7<(1tPt)_c}B-thZugcNR$lO)4p=IMHm#*TXz8=MpSxhXm8X^F zW0ESU#V`eO6BIC12xW|vSnz3+)OX(DUV*e171U=I-E*<&(kY*GBGx>XU3r zCgW*_|HyaisQ2jP#9F(t2Fy(7-nA*b`>Iz?^DSE;72C-EjDWf-ohBUfG3SHPK1d-W zfqhOhUZjMa_U~iW!XP!NeHg1f5mk(($0Gj=>Nfa{pp)U!Fjvl`rbP(WiI(+O8l8g6 z_se_Z8Zm;x3XksV?6QA5Is^#Au7_QN+`BijVAH4>$LK?9aGO&Sr1GmgYOS}%TT1v< z{GHBwV}5ev_TyF7dYL!IMkM5$wnHeU-%0_93$Lv0juuwXsqpP3WL-TYe#R#E%HzqhfIbBct) zAbq*>=?M$LT*Li=7$;nbSF&q)DgbKYyK07oo3%slCs?H`9v|tf3riZT;7h+%W5-*` z@6!7VWx!-L7Cs6#DV`LxSp_qtY* zy4ud1>-h_qiC8n4U7M#K%DkUPik84TLnMouLd+A)9SU9ye-lB@K5L%s*!D)YHn&K` z+)bch~@owoNK)RLS1R z=>3oAn%YgR?)eqr>+D6!zxt_IrekJE-%+aiuuIWId2jvpkcK`XR~`##SjZlV#m&S^ z=9dG0b8m)nPg|31c>n>`Djv(g&G|&4r&pa33on@yOR4EJUKC^^%L7iQF`Qjqi2*Jz z3m^qouM>_vW2P*<@U?Vfx+ur`b|xv=DIEUZqdgH#F`mBFfxJ+$ff3H0wiqxj7tq-?|W(8AfSXCxwP0!?N$aMgwKWJ(Cw1=l05M)vz>B)lI_=azcKjNFeE)4<}T<_EPAl$ zZlA)dA!5aD8a%ayN-(|AmQO^RO{%5;{|!41T-CKvHn1su$dz(L0Z zURqPb@1Sk`pkn>9ZwAXT5LNMm^9mG)q#fw>H}Xd*q!XtPwTx|Lh(~t48i%mLJpS|3 zMh{&woaS}@Rs$j+j zB}C34nO)rwi;Bv99vR&R`ijL0GQf8OE4RXt1jFS}4iN8>bHizyx13Zz6SdU1vRW!u z;>~C;?3FMLpMo6cI~z$7nG$A?V^SC;c+-tf%ZHLW_<*fCA{QY+b13TlE=-uz7VG!+ z@wo#&%iQ10mq>VFWY$TyuiPqBZaV$rk;!tGTqvb@BGYjZvP3`Tgs%&&i0yN^D`EU9 zSju6Iss~CH6~f9ro#A$l7V zV+#X%3mXG76K0P8fWkT{P%Mj91S3D^&4^USE5Z(Q0eom7czT?& zPgbUCA|bO-fq?`-eWy;rfglB3Kli>m+{8NN^hc&icl{2^iEf+q9Bm;$eX6&fA^d}? zxVvNt-zP&pv;4m=OqYjyr`JHy!Wr{OyOxXO!#4hiVwt zIoQWj!v|RR9YlDl;{z=wg^#Wq#bijxlIB(9h)|UvmplM&BE)-F8!gc?Ty-hBEXv9} z(j~WVfHo6ozkCXrf((CL8;JsB2U;oCL>1`?8Z0Yo1I5sGZeac=L_S7pa0rNvjg2%J z(~Xg`>$Jz~H0F;xIz5vgV|R{4-~JTCf}R)kB=-V6GwOM-h6sbSEq952&;Y3u$4i4bjJI1(z?8N z-D_;qap9ax1+_4?CxilxXzXWM+cMM)Z23hlm}pQOd+Q3JML~z`katU8VWal+I=)zD zsJ#3$hS9&@pAC&!EIFo`19ChT=iWre!Ug&55(S)=l#|JNwe?#H+--kJ&MH+FaSPE2 z5gxB3ccc4L!8kN0glGqP_yaZM3i)&KR#cI+{wqrf>!f8z5$P$gTK#kz_+oljKiz^( zn6G?x2LC>dMfJ-b->^kGy|^})IjM-Qc{O^C_-x$Z{0>i8*615&mzmvjCR71q5>(SO z#ox#@4EFjdjVd}t0L}GG&iWCL`-j9zuexh)$?wg-QG6IUOi-=m(l)xoqYLrsUMlRXrU8dFND<;S9I z*wq2jK;30LXA;}9P4PC=9RqeH_D=`=eBGwcHooih3? zY?O8{1>#$f$joj`nuACFHxKot!Dsi@3AOSY~l$JbToUu*9p1p)e zEpnX+>YJ)Llqv@LK-@E+680@yI?!pv^{+syUdJgbF4Q!*7m&B$1EtbL@JPSrzgMWN zfiyRW>1W7>bxcA!PvO=g^J3ssH$3YAU&(`rp5I-j1VKI0tdG%iWw3IXNe>5-c<-|* zn-b?o))yS*6lGC{<8zMf3h$0IOTT04Sb@a-@O!s!A%AC_(NUTm55>vMx2U&H${VOe zS`_gB0K<{fIdF7AA-8_Q$QfsBx=TTfNjMjsci=S9vm-qtnXs`%awq!*zPUyp6SVl7cT{jAu zI22FXRkS&V%b)Jn>-2r6WkWn;^0939GZ)mf+OF^^ z#zss)#8Jwo{T`(*|GXtGP&UA&2x#HJnzohIww=Qs;=%cJyt#09DKVm*Pub#W1MRkHccgi}uF0|U?)Kg6?*ylslgjUKn@=ipY#wiuTdmny3P_zAb;0ogd z(@N7oy&U6J&Q&E9^bFcsL%PQ{K)88$j-r~OX)}dLV2;GQ;%%+mxnZksRpgeZ#FarL z!s;c(9Xj$8La;oItzj>sQ-~W-i#eN|loIUNtrlr7834dDR**CQ-K*?*^c)goKUI*u zV1J}Ap#?ti#kK49cr9>IfP5O@r4uVh-t0|g`0oL6+YNE6*m*ew4s?XF0E$l228qm2_1et z6aSuYq$sz^`IsEA9gSDmODh8B6PQO1(}s02YaWCeWyNWwm-gJVU-m)m*1IHBuy<wWx@jK4tRP#X=txc?zWS=x53AE>&UiU(d z#t(fuKxHpj)|m!_=d{F%dIAQ~VIEGP)=!>v#+H6vu+Fwxv|v|w1~buq9>h6`wmT1S zISzC?<){HNIa*Vix7hZgblhWAMplw#gMPIK{{}>1lSK)6qpr9%! z_cds;0jLzwcD1dkZQ5RGg9;Ip#zj>bJf)F}Whf(Ft#*J(PNSdGx`wv^on7)^(>KV? zjjdTzxvixu2o4?VydJJ%zh?;=cK@-x(IoOwiV?O(|NVGyi|!+MzR}@BD}30*yM5Yc zyYsokudkS$9eAd=y01}U1Z$uZ!V)(al%C8sl(TGzNfnP|ksFI5Q#D1_iQnXL-{V$e zb)(m$eZ59AC0jX4^wQAbwpzDm#i5q04(4_=E}%vQtS4cAf~y8U;Zwt^kvI|_Gd1V8 zf9Qg50c3@vAkmJSimJX)4y!w%42`s&si*OBnuEdl?Af#aiAhEQ`CO?&?JUiDcl-WT z?t3|e5frn}2F{8IZ08tocHqV3KI` zM0V9uxY#T@RsttR@1dF!$TIUq?a2 z2Fl=u?+>-a`oa-il7l#xUIPHf>1GH?_NlwWm|0_kw<5qb1m)zF%T`U=KDCmqm!r0j zYtxnyeZfoENtGp56@!8fJO%{}i~v;}={ zK1HlO)g->$0Z>z3E4{GSo81J8ejty-S;PxGG>W2MDIV|LcUzQj;nB%M(D0qAY5>{r z0N4!N`Z!r9iMzdRMl~x*`E|MEI0%_-Aj@6+QBZKM!DA>gGzLB4h|%DtkVKtgi+4^d z$Lx%dEZA7$ zF7$Ny1dI$uH{=mZs*br(^;r@=7YAq7+a&LHgLAO~`MvOz> z>TWS2Zut$U!XifHwDU`Kt7o7+DPiePDJJT+3kP8g#fiGiIPS^zbS_y~Q%kL!Z;X*1 zMX^pc>4)@-BF!)aXhblrqYiF1{GhWR{|;bfWS|ubbv6{PVHB?EBG=6Ja&=E5J%L`y zDi#*|PMBA?iw&zCLt+nGaQQ3E7%sxQx=4PAN38gZ&2gpAnwtMZQp#QXm%=Cx&(f;1 z)x-<4@|fWKb@B%cw&vGTpVr-h5#=<%QyHxwIS3+W4B>SUV=#XPSezI&*u%F**Er`j zXQf9O8qutsX39ofeko6&r)7*yd=jFM)KyRfn@-P67i0Oi1938si{(_X3re-}{{|F!Y=Lq`B3O-?ZaD9~L<;YO)wz*naXgDhll_p_y4ro}B7{e7)O+=n+9 zeMb(zzj)-TPF`HWz{#e5| zKJ@Bdt(2eKD}p}PjchTHDUJWAtBc z*(pN8{u!#t@u4Y?E6}s&tBq95R8kEM(o8q1Ysc>!-@YDT_m(&s1#-nW^Iyh1q^LZk z?#u#kKoab6zMcL#^rXh9i#Y6awp(H&0+@h3;86)m%F$9vcH7*1VqX{WPx##Zt=^sq zBG*I#L5%3-^tc6PmLv47g8fkL$gd7UI$oTbjZ=|9(n90M7tCvBzTM-!qXP^?RKHIV zAtkBzGZ-?Hq?8(!rAIi}=)bZuQ`T3Pc(_@aI-NW3ukT%6Hw5VTNLXlJjO1*rzj+Uo zP1RiG#!lwz?<2>{&xebTlb4&HW2OW8@@@u53XBe%9$=#W^-L937hWF_Vd5hcC1xip zt#Lr8g?cqV=ot9G7);dE(A4X!bfm^3Rv+y;0MZHtjQF zq#a&jvSsdd~bY_rkBP#m{>vil_P&*#?jX*t-q z8quTj{%nb06bf|YSR!ynt5{$YLG95Nm+K*qWzEyGM@*W5*WuVD&dLR@$_&@GA77PJP@Er^ zoT%2J!m~bZ?0)xK0l^xC@#67lV#%`$6Lo4BS}q&FPp@B-A3E`j_hSbk^@|Dixq=P& z@VivKzj$3ZZm(w8=~aqim((L(CouII&^^1LTitu~YohKsp?7SU#Xwrma~~*!R#(dG z?xRObs@}wtI){%9L{gwO@%?0=_sKvl4}uo*y{s6BSCXT1Jq_)5^SD`YTlat<=yGy- zo+Y@1HAQy~+J_(Xq2XWcoDeW3NaO0DsNYa0-?@YO#oD*5NOnw>j;e+Z9Kp!dq|f&L zk?HbBUHyx_x#;)Nx&=Gc=uUmZXeuK3p&{DO3VnU@{>Ucvp*(Ff$#)U%#4B8d$e>S{ za##Y6!X`@vK{lecF{G=sQ+RfaVV2iw>Y=x_dVg&RU{TCD)SVc{8Lm!44+aqu!GVtM zJQS2zLuXxwud%=R;V)Jq-1--Z(IP{L9d?l!j$fxa>J&k~EEH|)=Q(&&%py?}X%9XH z;7P=zKV5c)L&E2E3mwC^bq0-&;_q3ONdhgmib#wOMMqqmP~9a9iHFZYB%+j_Y5t;_ zs5}!Vuuw9V)(ag%2EI{(&T#N59_MDqhW?g>-(iYlsuWq$ffPKRB9b5kh=>@~8jR z7;Fh6u(kTB@NalJ&r9!_&zZ!f+i}r*`s&xxq5_?YpDt>uB@SNmxv=BKKmL|9oK2g~ z(i6T<{3wrR;I#c*z_;tR6gTFtv!Jm9jBn@2%D*VpcIH(w6WhJNW^}hXTn!d9Kv5;W z&H%w%qN8t9tmn$ZjvTf6{2T`Diu&jox=hSZX#MZSGYR#L;7>$0Z}rLUsa&ag>yvV3gtaEYh%u1=^f%kR3Z{*OQhIfZU6mNi2U|G z_ImCE@OaQB$+a@AkZ?o3kan(2Oo!fXc=RKA=Y8g?wotPw(H`GvE!OU{Pe22 zM_bhu%F&+99GirpB)O^^#xXrvi;|l~XC8w@2by4SkrmgzBx(3$tKRGi0Jf4~d>l-4 zo&^$&;Y|+y+UDB1jKPi`*1wmpq58Q@jWRM% z!Yj{!hcM-j);_79OrjIcEUB(OvJXl#&)wG!1;jpbw{ar16{LV7OEHMY9>3V4^^NTO z`P;B`c*$1YEjtYejTIho6W5QZ`pN63Ccw3y%?eO~9W)Pkn zH@RwG)yOSTMm)7@hpWxbQ8A&lER;+2smOqWrORvM#_`wTMS#Im4Q&(4j1 zhDX%_7BAfdn}~c>e8eMcHc~5sSW-aGu=I~_;&&mTFDhZ?pB!z%RE}%P@oAIxKzy9# zo~GK#OR1Y657ntRAw5w5m}b9 zrIM48h7Bd6s=K6kor^#1^tgjl&($<}*S+oZ2Xpm@gDDP1<<+Iw;bTH^n03mRjH!=( zp6HVsVV4kPw!i*D>(I%cpCoz)a(@8>g>SSiwJsH%Xfv%#T1RqX*a1lz@$QdRjIM<- z7H2dONRdb9q)sB8KuAH8HI(%8dr`Evmtr+h$J_2mI@hn0#~LI94Va@Re&+weYceL? zK^w2>&kDCet0z?&SVS*a)mBwbvZ!~g6?mcWkPd5qZN|u$DLuTGoIdTMmTp+BZ+8z% znE}~$sR?5^ci1*WY$u_pp#am8jz93?LRx%v_8J@Y3+Q+LY)2rf|CDe@dUwY7CEWLk zEjGP9RY=C6zZtgFm7#he?DDgE0+MnP;4-hSjig0}U&1ci{vgv#NMH85>Z%T999*?6 zjMz>$--Pcn0X4K$Xen-IILReS#hhT02wUO2$sB@^6;j2nS`o~g#IaASn_?Jg$Zm!q z6`yT-hY5?0(au;HxxcCZ5KSJ>!5!d7f)1~J=Vn~#qEPIK1?9<&)B8(1bo#j_sw07g zu7QTAolQs8$CI0Z{aVjuW)BiVWX$(`**eRbX_@j`Ox_CepZ@1TsjV^3h@m6V1XWOf zbeg<2MT3*+(VZ`MRl#tc~=f@QN<^0C18JJ+>yO>t;0fimAET}k6Y z^TP6hE8>w)&9OgK``+V|4tekM<(H*Gp2uJ1r=3EH+T|LhA7bmlWIlX()z*tB(y?|7iVG8OA|%_X`o$qP`Qh6>&tuOBK3E1nstw0Rv^I+kUu{K)Te|f+E2u}V z6{n}Np`xlrT&?4|r3^Fl*Yw%`Xb`$Es?!#JUTQcd$B_GuUv|l9r)UWCBik?6O~vlJ z{dljG7n{93UWJW4hW>6yCK znZ&DuCKTz?|IC^G zxa=8a_joI)ecDgy(H=w8L)b5fUlmEIF;`qYAx)dNa7siE?=D)v(Ns{kLWzepB8R(& za@#t#i2^)P+WZ)>-IN|HSZ+Vq%(dsMYK9OV0?2 z?VNsup6xw=d`#I9YXCIqg)A!MrDduX714a&Hy`Wq3sk4*^NGbege@+7Kfe_-zX93i zWA&1;KXKMh9?O_WeZMG~KPf)aITfmPM-O(6H?GW)serHly5^_kq>@!vsORoWH`z&@ zPZ-lgmRx3#TdkpDJMbM5#^7x~>?q^zonQWfU=Dmg9)97QaWT|9XGc4W)8sRL@m)`z zUoI`BI1CGJCDfOz{o^M4Z6h z6+#a&l4Y;4M*0v~j$RdeTx)V0`!cq^rlfmc@(`JU`N(Na;ZBxnQgOJ%P5po$P%2 zzl}4le&T&**FwX5UnILlV?_1Gg+Xl>{(iS_d@UO8HlGv$;QrjnwO}TQqNl~B4J3N& zarHU7vEI7s4=~BHr$omt^?sRiuY>vBU{r)1f8ooEkIc0+qdabZ4cF+c3|ZR^1jPOk zYjS(HBRA&gw>v}-+8 zfQH*U`D*ueA*H_#-;Oj&vLqDK2dR22R@Fr2w0z&P5d)iufKJi#NFf;lUfUpSpwA4* zkK6VWirprmE=pVZ?4W}g)L3eL_)8#{RqMiMTs%&k*3)4^BXYZC%E!>NERF2+ObcMe z<5(yi9okwOQ^d0thCJZl3v*v6R|ek4pZP_10W2rE3WNv5LGgAbqLc)V5agir+6=5q z1jJ84ZcB5!Kmn@)Rgi}6W<&yzU6Ab~BpyUN0O#;eyv_+~1Qd@aM}hPc$6YjOc}?tX zB^XK)v3!2T(3#(Lwn1T^aYe(rvx9V?VVdr$(JyOeFTWK715zkCPk@XBLd%*JHHm|( z1<72}7~=gpo)7-=6{n=`q&Y|h%oQh7sEUI}ZlOX6@lVSbZiHd9RWBALc>E@IxufPC z5xYs%Eg&0j3yy+_!+Jtk<!DhCpl-*hFiyF zhi(zzOJ~q)ADf;#|2ECu)$57bo|z#pxd!dJFmm`S<&(K!z(k=N* za<(0b1xsrX{wTUf5~58!#CQnkM=?+gltIxD8TJ`@>F1sDNJ@Lc7s?9go<2mAIdPG5dsvpf zf~{kD@UBE?M>KUZZD8{(bS)lKP6w%Kgk|))cQsN*c0Ai3M@wBF?8kC3`)%0XBVQ6y zdect*I!tn^2nGE;v`M{ zbU)u^Ys1#F_jU_rM`$e|f%Odc;$X%gD+yiBcJo-2y(d?tbq?`;B_ zgMX(}OGVVaj*bZr6kcaza7s;}*?ZYk{izLnBDK;dwSMfMf9ihI6OD*tm{)s1g>*K~?#_r2oRwBQnZ;p^^Nd zdsfzq-vjb7yY}(;TN=zw2wR;Q{Ky?=i~z0utOGD%&^t?aH?Y3gm5B!-1N9)rcXuyDa`Md_7M>$ff&K1KH^lVIuphiH z*uoDhpS>3seBQn(~spo>pOS5%h{6zlo`(|ufqL)0``z%@4ym?181|XgfMELLa@^<2r^BG zhg~BJrBhDt0g~~-;)02>(^@)UauQ5I^P7~Ex1C?iHTh5n~@~7qd+Ic*0LKJ&6*mmu5|=1}f1_BzP|!Z5Jfx7H-6vh8FjeRo&~2OAj4@SYdJnxzKSpgwd9{MvY*jzh}O9!k76 z?^Xr!oK9NFJD~V7H4L!}B^bd^xF5a%%4>H9Dq4f2(0Lzes84cE4PCvEyg@xN!XJ

Jdhv~%R?`|avz=;X-b_Xe_ zldSTdJ>IMP2GiMQ3w8L~x$s!RLNJthPBdp3s5;^Cw0Pd51m0(_pd~qh8!tqc%;oN4 z{3WWHwYRP;n=qAGbY#8RYe-OvSn(_){x}VH2~F0Ntd(y4JF4p;jFcb#P8Hb*^9X|p z!0L?hsk*!;F9iUhi0T-ITbKq{C=WZQ+K(Gf=5LdGIiXT+J8}J@iF3Pf`7tVjis%v( zKOa@sl??$t2t1+xiCS@9U1{$LS6rn|$LeKND+&)UiiNBl6;Bht7i1H=&$2-$(-VY~ z!Mr$~D4~aBVn;vk#d_g&Wx?8EhlbXuI}Z2M$KliMVsK*w(p|L;0+GnI0(;JqswW~x zKc~DsyCT3OcfMFC^NiviQqn7{SlRc{$v01eXLdDb+XZdU@ImE-qPoQBS6wA^3oCp> zm9YDe+H;n+or(L%^EunGsH@n4n-c=;s*Li>m<63s)&$+;f1`a~_doDtG@4~6^Jds> zT65a6aPKcb=cY1vC1d!B{!;Wn0BwCRq$H!n34O5$O~QwCb9-`8b-AU#9@=QlI8jnu z)>RhtiFhBt!EJ3~b@E`1EG3wYeHT=yUeelpklNY`N+;V|)rCdnG3Ci7Ccj^ELfvwG z;z*aUqg_fTE%s;NrEd+63UAv@CMtDTMP}u=*Fs)qc}mk_6k?o*9D;-l+CpB{74|z+ z@)g2>C)60b{_SpeFWAM{$m{Y)@Ab*d_XX`&R}{1^&IZGV$i|6&Pu1dl`mUDBc!W3o zqz8FVxa_)TVTy62x7+$W%Xdk@=eQ+!r3qwb{mx?r%HqFD5yd~#;8^#Fl@wZEoQn~| z&cBpW#zl~VQ6DzNGsqPo6dkHu`{++EN~w;el6QiQ$@LT z1JmTbt&KAO7P#4_9;0I~a!E}Hv;I;drgi?4upf1xY$fPbg$91n2373l%r_wI*+p=3q5~rnw7h|cV>cWI>iA|Fjp5nH8S68x$n5MR72?d5+V%!h1JMcHu9jL_ z>#~8f4N<;Ua@;HddQ;K@82q07LzK8>W$FR6?)f|7nc{(K9r7&r^SW)8wQt-I*MxKO0y`IIy;oregCJAx{za+LVS3Y-)gknN znj& zgxgJSKoi;XS|m-F|97*q;5yjzkXfr8Fe z56#WU*{izAq)qk6$qQ&GiP71_%#%Y{7Y{A!&kD(7igx$UV?49>Ow_lQ8Uch*7j!e! z6IT5q9|^`27TxXv4o!+Wq+v~lc`#HCy9^CNXO!R8E8C?u$Z~9L{3d>3#|-Qs40Djx zv>v%pyw1Nvqyq6zCkTXEvmZN-TNGl&1D68=wc&Xg&2aH>bVXV~dfF7wV5QR?O-eX- z)DFQDoLQCvhKZ&JI~`%aK}Vsmpf`um2qW?{`C)MMEJ8QxYC z?^Ejf&hwk!r3o8A`zx}(QZc<6uFMTYxY-~+F}wrgb@y;(i^jM?4*B^Q(P85!Y_|Y6 zzIh4)H6g`WCj3_TU(ijD9aR8P{y=gyPl}&R}qN@#eV7Q z0DYxQ{rr<_e$>X7Cuomv^!o~@F?X``TSsF5dNsGpHGLPZ>JG2tT~tZ8PPjjkJ2jkW zAtOk6time2i*ZoY?+f+ipXvOj4z=-my#iQZnMxeUI;;i4##FfX6vg>cqpv=sefvj9 z;msCN8d92?6oyZYea?}XE1)Rt3Idwr!h!1Y{92Q zb$0Dp^#Uh|@72BlKeXO+D7ovn+j9g$`okSDJ>_1vzp1o-r>{A|#OvQ{Z+3lUC9;v| zeEhRH1z}f}yeMP>=7|i=`S1C7r+SFF?SJ?+ zM3TS7fmL821-kypH5OS<#*>;hSI`c;j}HEh#y~&ur&P+&)-z*FsrM}AT!kwiDvgX}lmhn}~m7U^e|7V~-vt?eBy+fi+-@iFI#IyCLTbXV28ik-voi6V%3^@q!mhMQiHCT>}-Ake9;zSBOZJB zR+9Es$igWs4V@-TL(E)mQDPOONCKmzPW4wmKp|lL*|lsKSb`tArd2hhr{z0Wj2hgJ z|K&O?+gXnY?;8mNb7y2*E!+1xfqGj6l|HuE#dVYne@IR zzJJnibN$?p<{~p#3>VCIIW9b)!;%~lkQO}^Kr3W`aroE6@#@qse6NsM7d-DaOz6>e zojz=EbsadeGTUhJkKdW0{aLUze0FiB*p&{mY|eiw>{*wp)11%gV_Jo?eoK<=@ZD}c zQ=HAB{C135_L&MMm73PI_>QURVn2GwlKYc-YyYV%REqcB7Y572tyeO*EfQTTcpZi$ zULIfSU|PC8xcr$3lwoN3-H+{dVqZu7A}Om?7c5Fk$a6eamP+$apf zVT5Ue3E{qRi`T3}fI2v&!0y=4G8Sr^-%x)0K%(|lgxs;33yDMxh1`e$_4SWMfKvu> zhag1NuAuZ+$H3*EoLV2pg+MO@Qa2isyCPL8rQwR{a>|SBRSv{>i|1kE*z)S6@RKy& zKZ!bj(JaL7zqPM0(xl#Ox5yBk!lmK#Ez%S>Snm=V%jY{!tZkSMG_4ews}uX zQd9=(v6wx4_}UxN&k3-Fox2%KT!jX^hgY0Ro+lb2TTyw)A(vZX*0*Y|7jl$x2P>j4 z9!SBQ7~>>Z7aBzvD(sg?V2P3Opvt0~Zqc=#dEiUZ*vKwbQRI!XqCD+xbyn^a5x4pg}ZiC_Wmge6Z;8pIS>6@gQt|36Be90P- z!JiqV_6d7(GPPPHj}NlqVya^4rP-m1w(PLP=a*sDuPtfQ$f8@_l)n~V-0-f}>BdEPE{4&GWy^gj zKXo$UK>lcOF>-7&9_eOd_dCi=mfLNrgXyQQg9K751*Wt9z|;6 z>(N?Ub&ldxVeUa5hj=y!f*cdh-jU*=Ly^$mkpX5dKR@LGmNHMi0zdyD=!5CzEC%;z zkKaZ+8|~S%sqdwt&6}E{sTdMf`kv<#;rmPCgHL^znA`<-OsaTYp_wnGE4+9sT`t7$ z9kI}bsxF1%)DFbEc*bnIr7=QM@j zzHK64i*9%W4F(O{HiA^xvtHiBIy&uRlQC>32)K*8aH}~G=df0tPoLOHMMgbi$5e|p zXFOd&{idSxFIV5bHf6T;3ksfWqM-7pZKJQQ-)E;xTWdR=>laww5~w7~cUG)Hy72pH z^+0^Hign*Xc~SPWxd8_?RDCnztPlN-Zg#kdOBm*C(btnhJwtL3r0r< z?;j}>jQWrhaEc?2z^m~Tqx|t0^etd&U^f!iwgopIr_I9OSN)6C{R~1DG{bO`NBn-Y zKd<)MS%T)YKs8T9d!{~n!{cQkGiWMaq;;~tI{0LTZIqO0Uy}Zk6?*U&BtAe{BfuRv z3z%jnKn`rO4)aL>a?rRQ9}oHBpCdAt{>DZ}Qa;=JN(E}I3{>v%K?eKQzStaSziC3c zz+!<7=}hBHDusE^at6{XVk#mTd60C@eJ#o0Dn%tdb4j3N38ujcxYzVrLsfR?ZXa+t z1bKPWc(Id2rwN-)hUde=y?hO8KC!lV2X77QyWwER;3$Z1>5Yc*P&j2_&Fr+=eR*7LAV zdndD`@=KFa#T(BwNi2 zy9GTy9k)e4ad_T@2hahX(T+IUK@}8w_gOyT(we#6Vmc9!47g z7s9nsP8rJ-KOM-l6&wOE@q_~X1}RyISJ;bZyv8iBvy2uw z!W_`0J`OMPhc4`Ab{`5A`(pmAQg)Qlu8@M-)&#|O)YhtT-UDMbyQD(h86xNb$?%Br%mU-|AAR?0iyeF=BGgSZojltg-aO5Vx$NdSL7_-79ffPGZ`6bX z@}F0$02lS1w*9QXkdoh%^U@SrdH3L!ezUUYe*ir|!oQ@A?F;96XO|?nWqCK2jpMR1 zZ0>sn<5)DE<%37tM}(@Hmxw5mW~oPx)=m@Rv{lpYxMmT)f6UK`bkT@(8@7i^VZWT= zZ<48Ek}i#0{7AvG3B^k^d4w_R^y&KiWsjvbaYXt0-uv6AS`xf%cW3u1yk|UztFg!$ zN_%Lhhb3?x6c}3fFX~rK?CHr8X^$LTnXt%wS6PQK$;1gc-|3p_)CHPyAgoeYUG zc6>H@t_hS8p5eVu!-VEzVe|tuiSy)L8?L-wmULGS3_@HX5@$Bf)Pf=T*2PX*vNF%g z1r3DsD)=1WfMG%*_jjczc@8P`obF`E4eQc<6s$6%ji%VLFLmrC>~{TVUur}_i`Z+Lgr!GRB3nODw;xgm|F5bLxC4$!3{ZdK{fp4`d8oAwjh=Ld-U zzJ$0I<(?h1#iagdjrzds@IK-~eZFn20^^1j1Rj|~&lnI><0u~VFtLWML<AW(3({NX_l#Zx&Hp&O)!%Lw0G|IT-As2S0Vb~^vai@^aXVsIi*i%@9yTGsym#ZndOmxHvSY2gZ` zl8VZapPq|RzUz5xe?=;Xov$NW!3g8Fp{eZqce2ds$sSej?3Z_k5C(jwQdR^bn;qeC*IQw{n3-s3sIEh$ zHZ)byf164EiP=m6;V%aISLE)0d=F<3{%7fbmi}ky|J6$s@$blR0NBzZS%~w9>%Tvb z%$?#SU*50CWqjeiNcR+ND2p~%cAkI7P@M%Ut*X{K$_N#Naka9O^km~OI|P&veknCG+Q>J)5!D}EL_;#VQr7mRKaJItmA>x&#t4ce1s3d?9*^z1Q){wu6=P-f z$V2kBvVQzJH6AnTY*`&qzbT)B@MqO7d_Pl2XMv_9h>60LY=u{_x}l`3wtjGn2UPF0 zof*Uc+A$#a5OS-VbC}&)i?>af;jw&4r*G;M>t2>vJa@M9r3?S-yC9T?eUC3XI5ePg zuCQbeE8r{uuu#>QN>EvE-IfAzh!J+~J=VY2qG`Ah2Xls%WoR4~_!-*U60V3<4C;F} z`+re-^wP=(d$j{Sd3M)E9u2^q!UAj*S~9Mx8ISJgl}pp_np!A}8mWGLu3F>MPSu$9 zowi?-Ra-Vd9?BqB6;W1w_x^%WQ{?KKV=!6hcH*tHq9{sP!gW3z8_1S198l_EO2MZ+ zxd*Pc?ZqL@fw*%F9My1`=a$;4wMTWaWOVza-&4NmzD=rtx9HjT(Dor^523ejZJ0K)%r;L^!=25`cvs@_)tQq45f{Cx+qKf*_qD1Sp8_&@nt83_qRjIoJQp={ z+OivirqCEt+IXg>*N)X9Xvr^xT(cr8P!s9xvD$lYZFF32BvuU`8SLp#j!*EbF8jo8 z86)#}5@V5nvUzoR%1>jVCCLx0=BaEkf79+FtPs%KLcgOWO#?^^W8yUCtZ#Q5KYHtT zpl#6~o^($xo_g_(Z)vX3%g>4X_it1;w+fJybWVu9AWwl2QMV+DQ9MWEw3w^#pO$%- zmk=|xeDT=YIpkslEjo-7`=;m$Rf6w`uZ5b7{;i~5PyLtg!UC0u>?f*7BRoF`QgH>3 zlA33l^{dfWt7}N;b7HnIw2Os)#4B;C!Mmi}UFAK@q7UAm>&frNJ>zIiGX3~;Q(Q`3 zXcP|Mu0taMjiGcCyP7Hm|LRAZ=?-^gZCv_%^6{4?`N$%c=d@IjJ{F^+7XWxQe3)nj zH|%30I5pN@et3+8m@{z+f}eh1qB_+w<7`NsOEIYl>ewm2F46E*4T=QS%c8E!aW6#s0m zWI}2&UA}D62hD5+je!DhFvD^rPJ4}PYB)A3JDHi$6031S(%cXNs6;V5;yV5`p8jRQ zXECc#IvJgJye@KTWBk!RX>|9+x9aTC25roTSiUq?vbJi2vRUhbM)}6sT576KY{^m^ z4ef^>Lbl$9fN7N7IMARXgiPGpW9Kb(N1LH*_Z0XNFr3SGy9){AnY~db?>61OsT4AI zN2Fs9>#Rb(hhv)Gf;Rqjsiy{^&I}XzXD=%W>u<5Z21@~LO_}fV%^A#gkVFHiA}2OZ znT!&*kaNB;_|t^Oy^gsue*t2eEgcWM&^ERDhq#lIZRSKL9iXkp+O=D&;693Q4=f|@ z=+G%io4l~kbWDv#_XEN*tQ&gSCl?q*e1Y$Yx3+anGBn$#B&-i8Azr@c?0XONg4Ca);Hm}IN?fduy<&92zaLsCGasKTR@=)StB zoy~_{tohD?&NBdq@Jc8a=3h-Vw)-ZT1OE2v7_Gnk;ZG~ zap#Ujz~N9t5dB+esk#BE{7ieNU4m;9O-Bf4SsH}gf@l~NJtMKzLX%KPU&eTgz4fw4 z-fhr;Ktd#*W3G3Y)Hv>Ej_0=)d7tbAEQ=cZ9J$`68D`jBIewdu9Q_{jVB-NkSJ6!^ zk}z!R_yvcVNIT}~UdX-uC+f>ps&p4ZOh{IS&u)_kd&eUSdfh@5dcj8=Mdl?wcac$D zU1kpDFRKLUmiy8^nZse}p93Pr(ZWAJ*!X8w8 zs})OG6l zR!xg+qDjp!p3i9BbS~Cts={GSOKs^esOJ`WxqVLXB4fZ6Ib2*2ERkBpBa3d9`K-)#N&o8Ut zK>xlMW){p4YvC{Icj(1CH@QkfL zIK>Ln!zqR0YFI;K57Jh_Z>XZT@H2e_Ij1zHNZ59gRV@rn4Gd(m z6&$&2ta8xiUJ6T5mO@$X#S*Z5FO`roxId?6_rjMV_%@-FrBsr5zhdY5o}~rmK_5$F z(-NAqp|cz@1H~7?<6N@3x7AVc!@H9h&Tj1)($8EQOQZ@!H3Ij)lp@7BLbIG4ZYIJ^ zEH??^K)#U_gH|RgKHZz9Aiv;1a|cEulQ3n>J45W)8FDyT!rq(CIYhCP`DN`jkr}mh zq%GeE(d>Jj6g;xnt$k2L4%CzYg(rmnPrZ>ORqCpWik!EY>FYjP(FS^+CZ3)nnb zx3hBJfJZJ-Fj~$Boh+NW?M`2A$)T&a<^bAmb_;ZSv_*!yDuqP;(HtB8_WYjlM4opX zkHEEUF{e>BP< z#}N4Z{Vp>`xpZX+`TG+?I@lRct8AwE7lzY@LTwY564RtHhvLz^{c-0`8O%zJP%j+r z#k{b6SUo<)>j_PJSRHcTJoP)~OS}c9Ac^(f1%-ZAth%~!@iKb-ubsjC*%of<3qcI> z19P>}a!Hya)BJfX`XPAZ1)Ku{>usT}R!n;GZ;$JDeH!N4dH9}NDjpv%OF5PedWYSb zjO<633QMjS~A1Ek{hpYN-o4Z7Ne8HbQEjV8%|MZ>SbSwXvkaVI%>x$cAFqdaA zmu5?569AiWV{~+jvzmj@VGjWuKf!~E(|UzUiGeaKk!($-l&%T$zTcx5l?J^c`i1?19K zT?X*FL6iL;H%iaZAa;KSCROy1*oxyeoqZhU_ZoD;hUrt@qCfA8@ zM>T3?RFTOOo$Z99CQoW6dUto{J;Af^7w_q+rC+~2y^rkstY`%# z1y<`Y%r0ZDYiTLcH6=r679#9%Gt#3$4~PQ^g;>+UqycAU-@7r}&6)ZNcutfkZO!)n)W0Q&Ix?tF^2GcI?1HkYHFGG#H9ip z5axznoUxrM9K!)ZXdf0e3?>7+qmYxzJ;Qc?VSnmSyUTCkvz5mHFLJ zPNGdMltML26`8-KXW0~_cpme#nMIA4mzhDzSlGm>1Byb^>D?Pz#ZK<%4QS(ysXZ~r z`VvO_{t=C71_)^|>_LViHY08Npug0{{r?d~Ujm-~r~m25zrP~(f8Ib((-9`_06x0@ z&(t)ULgdp5I6xN$9Z7}q7FtxgKh;$1Il?n5fLQRdl+SZ~!Irjwjl$fVqFd_ED8gZN z1ZQOqFJJ`x>u`VwJR;$eCk390l@#B^8~; z3`6P*s-K^31phFTNP+`2HS*_6_HZEM_N#e^_hnQW*$mDUHMQMs*#sRVmv>$P;11Bf zbB}H7xr(<#dBx3R)Aq@Z8{K&?1|1AY7zQsT9L*aqrBh~1T+-THde|ePgBKUyS1le~ zYV3m(#e{=KkJw3E?3cew?r*yWC8k(HP49fq8|Xq!vk{!?^M(TvPq?^MtXa24ReZoPt`v9rogg zw~fut63ZH2V}t0#)+(k~gfS{th1@VAB!> zRUFc!ob7=D9B?Svnjb1iPTC5{?Xaxwoy`tj)1-Ln)ufBZ`A?6oh( zwQ%5+m=6vRD;4nca1QV%t|2jTiOapqt@rbL%0541=QCta-a_S!k7qoZkCyQq zI!io&1G5@4mzo@`_{uC4Vbxwrk+mQ9v2R^my`!znD!o#iCb#NwD;b*@&5fj;i>k#ku6tmo=& zTZ+K-u=ZBo@j1(TLUKqAXQ%u$Fm5=&H4VMQh=T(G1<1#g(rj$cva@sA4NQVQe6Xn8 zPq`&6Ki6&@b;d7{OU&lPbE;Pztr%=tpdaM+DO893W64*%eT!-Gt1sZ1C*`pE!hH-l zpgnSATU1?NUR+@wP!n#6ykHlu{nVeU4fKUEsyaV%pKe?$z~=*zI8h3dFEAVWUZ8=7 zY@yku<;vSgmCRh|BMV;4vj93tb~dgDp^3;RBu&@?*_II2(yGj;#p&t%ZpAM4!G%~F z!zuJ+WX|qdHjVJ0smf&Rk?s>j;UO=>f%(+~krg=bwW|KKdd>osDQ$GZIq|NMqs@s_ z^jz8^(V1kgJFe)%jb3aGgQ5C4jxrNy>64sZIs>N_1NM*7*snrK&WhNTD(Rvq?-yyy zB(%lsfMGX!5R*>-vTGk4@U(^Q*|(d8IExm9J>+56WEpRNTmn*^e)h#=PO>W)1P440 z6sAQh%-wBv=_mU~+Xo(dTNBf21?&`s9|DRf1$;%!^C(u0`hgObMpNw|>-v86ebGp^ z-`k8(+M3#$ScsDveiSpLcp)9W{0wAa;}ZWtzPO+~4kL>Bh*aNeo8HuRWmf33Xv=6k zqn?dz(sQoxQ66UtR0XbZKFTj6eBje7Uh1P4(2*|aYUMgpWnd9*)g<;q$_=vp2-A)x zS7KQPP)0HCcXela`mwd+j)SwE+%9%IOtRN_Nv9XripaZ59(^CLA~-kLT$$FObU(7_ zLSFRkNKCXI(@;dj)X2KMo@pba&1!2~zUjcEyd_l{d5^{ISe_vR7F`X{8wi6%eGPJBF0*ZXCL$ zyJ6-Vp7%ZP`}jTQ@thy$`mXci`!W20*(>jLueJ8x?7iWm>oUb1jGK@k`Lm&NWH~4a z7N_m-l}A?uuPXd1u`E1E;~H%G_7(i!q@eO|D6GAMjciOzsb#)ub~ajuM>R3EqEkj@w_gProaWNqhq%ll_} z!#Ro_0ytjBgTF1Wxl3*spZV2}l-A~2ks9w4jG;Us$8NZr>ieM;O7e!59}gxP?sM;qi2aFo4Zr-r2& z-@wpc5LSR$)h_1EKk39UT)wGS^S#F2=wM0Ow;TdVDS9a! zFJm3sVH@@k4?GqTB?6iDD{>{%#9A#R`PLlm&`um*oJeA+h?8jx6p67u{aSI!_TGZC2*@YJ}BR`PPs9BbffR&pH)JD!f*P2pfvi54-&ro=y?ch2jOolaB zx~I0XBc700`#>s7m?oX$!X$y@10FqgiM3u#WjI6z73XrL=6bGP^Y96@xIBJi!_M5F zzIvu`tq}oqoJ-BDnjuU56smD8CA!KU!B0OCz&3Z@t;v)1 zfTk+O73(b#name^f^ds6I8D%FK%!nZ#B{bxbs_uy1@X*pI1wWDPzE~fH zY#JR17W7e6P5SV^>}Rd=R&$zofbKW=ymZh52lgkCyo7DPaeWURgPWM~=q5vx^z! zEO%vn>Y4NF6c9e|LCKdZ+K>C|#+h+Fg4b0DAW)^VH&yKszaI*eoYP z84?aL%Yl9VllNonoNkXtGd#BhMGC*589W`$a7~}a6vUUFDzLfHV0k7R znvi(-OXbkg7Bco#Hm~PJU#gECMOG{1J1qW1&M&?GHMF^mlR(R6484kS3Nq~681E}t z%F`((>wWHDbV)*Aj!ZAmtSlLO7K~Xp^K4Z=KPes@mY)?b3F9jO1mt&yKD_DoMgQ3YPOvaj!W~ zuL5?!o3UU9Y2&f_@Ae^$hXlN*PsHUrWZO*rTQ0w|2Q+DzDI`ZCgE0k);;vhA0NKq?a`nTo>u93R+62s%s)+p&5l*9EW1RR;w-A8(jXTX} zuX?nTPu0aDwpTO86 zm|+Hd7bZjs6YWnw8}Fo7M_SGim5MDF>K>T${bL3Xsg4wW@M+9@s15WN;FIjwP@`Y2Eh*THIc6L$f+`re0 z7q$?A1VjEZ-a{sGYYu0|r)X+Qi^ZGv(g+}07Cd19KC;lR50#H2($M5d3uOWR2S2yt zE_TKQb}x=@t~EqY1YQ{%dk!gFi*;PV>Q@ipvNhmqZ(}4ablNvdaU+1v9nc^5Y|W{{ z*V7|&ueW@`^4>4#qgu}DLB%)M7IM;chmRbvRb!t-?!&+p_kB|wfx}X_lvBOq0u@j6 zD|TD;YZ+4H7dON9&91^~&@U&z7h(nSg3o37CUuzEv{zVm5dbPuRA5hw+2M8`cp0>x z4kzTk3m&K}K*j?()0D34RY2_S&v*EeUa2hAkh+Q-7|M6-G){_&F0C@d@@G9COl+&$ z1NG%DUetA(GdxyRy8Wxt#NHN?st(7m#dcgTU#k{n9p^axDmUuvah)Inkb*(s4-o)G zbH$KAfdZ2`OqPXPtdKd$1u10$AYNo4C4sK6j3HW&4YB`S#p+1~VOC##h3J z6}8P_cQTjV2pdEl*2z(Ea04Qbs7W6MuNnFUt#q8Yek71{4P~Tk_KV_}kC;wMR*+E` z%QhVck2Um4mAtFiX~;tWF=fah@MCbp+LSIbU*IK$s|ThO2q4A52m#O|fQY9Cw%$7Z z;Wf20%JJhrd%SRu4<+X2F+1c3oL$NfHEbyalhd7epl>T@f2jo3-K||GP?(b z9&I@yfM%%9yxrwgqWCPT{5*nYHpPQYO>C)N!ET`k z)14*%%MOj(GwLQkD@B-r5xO}E8JSiRRcwI5*dF}pK3QCPNyV=+b->U%;*-_y@XoqR zi^B1$gJ*{r?L0<>ylpm8e$Q|t1UKbg85{QybV!cs_J)4N|L{~rSRzP}b1i6VeweZP zU^i{bg1CD|dA^0Aa=IO@X@HrQcl}1&v*U1um~@B5D9j&Ine_$1nW!v0F|9FdMT59^ zRDQL=)I-kxm_i<8n(xj0f8~yL@3W^p+_%E%Dg-XL_EO`Rg8q1;BMtobK|%_n)kvd7 z$|CfHHt%!}*yQrlPY1q>9P#H9UGi60Qu_srMdE2u*+Y0mx{~;>Efz9$H5~GuB_XLn zZ#0OeVJq~{X}9nHnZ6qicGa{ z&-m!h>9%ZEM~(A}Ib0iE_2>N;stUcX*ewOxzNCMDM~Sf$G#&X}MX~kG*4=>EWGRcI zER_Xc(bsA<$_lO)Xl9?e)8Z8-1N|zrSd>t9Q543C;l5ztqMf-XYtd0_)<86Lx`P=RAQXJX@r4%dTZ901Vc>n8z9_tPyWDjlk9*JWeg6vB(zqKq^dD5e z=;&lX#lgzUvh{vb;qGN+$59E@5V4i(?d~3mq-A6~5Ow;>P-%CqhqrcZt3F;rX#zI< z;_-`UZE$lJvQpMy2mpSK+?t7v9lvDSC8WGxErt377i-6*TgPe4nG;}|R{=58&Ucj) zbRqFIK{KtwrY7alUn8-9W?Y_k&1P#K{bcb}rcP1skk-$CxKRVgT0@p9HnReK3Y~tjDfX z1$ZhUI%DZNbtE;0ydU}5CHkt^-o65ol06+i#FOHlG#n!UTu}ZZNdnkxuXoCf?99$0 z;!b5jpqvc6DD5pe`1vp8@L-@tNH_+&^L|4D=8NP-cH5cPGd~xwb}(E;`(;B@eNqiu z7VS-VxhPoH@JR_@4`B0<%fqDhBwkX>yJ#1eQ&y&VCdoz#g~%s!?bRvkic4w`L0Vbf z;lx6`j~QdnMjHOC4DGPF8x~&j!=#0{x>~3b0ocWbsnczsF_10$L4d9e?{SCmAi?<0 z#M^ysb=I1jRH!8}p+e(STxfVX--@d|oOo3T-|1CP{)W+v&-QAje^!#}LN&s2<`ZoE zbwypsMSlb}&V%u@K?_6;4q~tqQ96j|awHQ>|5-{_uQuzE2s1j8^qmpF#5Ap8tJC2X z*GmNOCo&cIv%+yI8hoBjrDtH*h#K;Y`?tF{G?d73zrI!6496cFQ+mzrMV88v>pNpSG>!JbGP4 z8_`!fs5=KL?HsPCecfH$h)78e!mKg*+haxax+r<>K|CeiD%8{Jw1kYiNH!F$^QZkn zZ>dPW&WLzo^n6mY6`Z%z76sO{M_1o_J&-Holrun_D>?V$)vow517+ni#d-X$4ny=n zuELC<7avzFOWE8JZur}|rO@Gu-WTViikqAL zi^_Jo0ajvFl&%^X8oV8LL(smY8_yV<%AHhkzv+JVq}3TyV!MgiUlfJrO5@lV zbbRd2Mq`R1J*VtXLeLLCdA66YU8n{yeF%XL4J#+fNxF@> zXmF^jtQ~b2oPr6qKLI@v<6*CMc8Qjj3P?!Fd$#QgFMD4f8S<;d&)i|J`31NMjW!lc zl#{%?*7gfufiUL!Z0y~s##a`e^y)aiui57xy%!Q=}9g$Bqnt94lTpPExl>`)!6VC7G4+pWC^w z8LMQqt&+dkndttws?)s6A5}lWoT&+KvMw#JyEMtipRL9AT#bR=qqXarDz_+9q8(0X z9y~-3EpiOe0KLCravc)5c$3a93%8Vi^gdMhG}xQgMe~=LbV6J>z-j(7#6HY+$RT0~ zB6I((Uu7~D+CZh4=EM2T^TNVsMqwt!jIIJ-YuVYub8cx@@{UFWyDA%#Z~pKk{TEO2 zbW`q0fUI87MNVk3ktcF64D=!^SJxNg1l>D0OEn3t}lBc&_Dj>w{ub5>8BX2w6Yo3!KwDT^gc_l*eTW zi|osG>0iFp;C@#v2`{D$?mvU?W$aB_7F~O=iG-_wCsK!z(diy+SR2r|ibW0#>2MO= zAY{_Lqn44K(7C1gRBoH$(&TIWD!%i*va1+k4wJ}f01#c1dOMg*S{+TUd(sQL{!)0S ze{E7jpWOxeN=B0Rs84T zGheT^Xs0XmKJ`&V>(5fLDwnuM9nKL+>2}dJ8SY?52Zx;p^)(e0`do%%b>-L}v85d;{U?XZdT*Pk z_Ua$>tgeF$9QjmVZO?Js!lNwIM8pUtHQN^Ht2bzW7kI-n+5H`<{*UpTY|7DUY4X=C z&>3BEXD_mIw>~~@%;$WW>AO%Fw^iR0hHeZ@rnC8bS!4ssW;!jz$4RQ&7SLbCDO_@}w`IH_iv)Q0?Cc54)lnr!nFyb?To>C{9Ha?YzVShs&xcn#XXU7bON@G% zV)W}=d7pI4Mr1{XNP6!hyCrgI$ybOO2mgISU3wPugt^R5n?;^3+f=P{Iz)P6tNMaj}-OuRXO!98X*YmypG8XWfiUFH?S(1)jb7As-40It`-R{`dr9ZNKw`ZA#g8+$*u>JuVetZ9dtX!Xaw{5r>vML~wGHXeV|Sn#KOwJc9#L`PMQ5*9q$>jEbEs|gjm0bc7E7>B#Sy^Yg1?9@t^6X0 z5L7fSsrMTjy0g3213(@`@ zTqj_jdQyv5ULGo&&KGY^%e=f=y(Sy@Ak`*kM6KRy#I0uV2=w=+vxarWYD7}jt6YkW zrFjU`{y3Pqn*XXjMUHAoA_|(xnq!KnHADb5n+O0F!C1=_c1f~0(xV#gu^aR5vPm8U zJIVEYA@-5!GdBJ^=e3%W4e)Q!ZR(U}U@-e!EYI|zIRdcWyFPB^Gc&?m@|WY;j?U5T zpY>)H>1^s}r)UyV@^rzR;SryQ9x#Ao&~zlSDgCn z&&nD6id9^hA9hf7Vv=xHv(Gp^o+rqSV6=YJ6FTg??=SL%cT!3_LPvW3B~8YGorIv2 zo%|Hnl72!`Op4HM$@ZqW@!St_fcNeJjyK0X%QaAR?+m$PF;pRdB7Fpqs8=RO7rD`y zvh$qwLW|n7sBQh$er}49BJxkV+7mk|$D=>zO zw?3N|YNoo^;*aMxTi+cj)j(YhqCErl2pq2vK*$wgtDZ>$hIME+Y_`u5A_{gjjXPjX6I%d_y_Cx^XgqFFXvPHdQapd#MKF5OFM;h0uw98lEc`x))ra$D+@;B3u zehX2q9*MKynO1~|-}AU#-7b2X^YYpxpJT^?q93+_9jxG<0@ms0(fK$!QLUl6%6c8u z0SDqu$Lg=^8s^WF1>oGHvnyP@z{_g;m_QN6Y|TKMoo&FPsGbjx&{(>7vAb)z(#GC^ znk><`L&Pi*^|q@pTAPoYR)Ee(q0K#`4U*Dsw|7gQ4I;(%?y66uU!_D{-G--XYz~}( znR*>a2?<0N{Nt6oh`yvqE52yE#sk$c}m z=6Aaff^97$(L#;%w?AVgJ(Jpue6x4F-nCd?8mdA|ob^W{!5Uw7Z>*Afo%TH-t>{wy zvLWgU1++D=`-XN;J%y#{>(BIm{1Slo!cT9so*#r>;D&d)%vKlnCyD3Ru|#t)2BPr+FW8wWHfQGGlqq+kA7cAzH}Sg zlM>>)y+jARG-)~cJEg%S49vx55A#_T$H)#2=8O_2n#D#|S1aQs)aF_};)jeLG59U| zV{-O7X5_zHhEOJZiIR25sGAX*%0>`yYGmwdA?oCFlYEefZ%&)uLRyQU*@&-eGi z7B^|PEao#(-$MWa%bu#MS%OEErOG7%4p_2@GAml&yf*b#_9cpPg)$P{Kj=9%^u9b) zyWY@VCS_=Np;tEau=hT^V`**~`xaAfisP5c4bM>fQx&&w#-A3v%J)zmyItq0vfp^2 zd~FxW<`A?y+LqgWrU=v1)1)HcnGYDeoTwR6zmyeseFNINbDhFIm$J8gD8Z~UnlbG3 zW{gNf`IUqfQ~xlza&jO|$aq0h5y!o0=>*k~A6YB|nEb>zpPSHo2f)U96-Yw}$69W@ z!REFzxbeo{Gw$@AQw7;04=FA4l|qj@bn$dJ?(ID2M0odR!1ktdb-KGJgFP-NtOwJ= zBAYRtsQ27D3{R-l1ma;V%W^M$J`u+S%b;m@-baF=xEy?O2g#)KV&EW=CG&}<8*rfe z#r*;CLkTf;0+Sjgiib`_ckNHKg9V?Ke4B4ARC87ASCV{Q-(KP3o;$UnselK2cF^?{ zZ6h3F2;i$u6dWb%Oozi#Hy89S8BNt-;16#C zO<8Ipe$2v#tw}jOFk_5P33$8MgQ;w&gcNRP&u&0TPb!Pmi^F_Zj8Uq?Di_tIzSW=p zS)j&s5OTj7WV?C7`N$QEerG}IS;TzC%`3t1&X|K`7R7r!^OqFo?~ju|eVnsm*}ru- zk<8ZC5$43@5YA_4K;2HTWnpgI&QpCSbcqT-T(1HFJhMdrM_4xx+<%Ge4WK_qiPk90 zWBKY0_!9@wFch?~;&>fJ0w$aL%=v?J+d`2*JCeRW?qT6bM6V+75_l`gR_hsm41FD) zW3RZ)m+Oj;K^OVv6lDrl-|_c8uyPpdOyFIN!+kji>5jkAs8To#`|?x=%ul^AL;{lh#SBy8+kaL}HFzrLu-Hk{`Bn-}}o+=Md*0uCoCtdI53R;l-+>D|J&v7~`{ zm&j@JxYt@fCFY)-83El8=AgLB&cc;`=f-8iCe)Wjj=$9;1x5CqhZ|aOa0?uBLA6MI z*;IzQB45Kq!m*3WO4bYfk{guls$L*=*(xj+RKF}tayOs>_2|30@_JK(Dm(n@E$d&Ik7#f4orJSBO7_E!wycn_j&+_hQ8{)AOtq7t@4@c zl?u6)wKK|X%=HfHjspFUZP2n=uY)G1``2*=IBJ$pEi7W=x$9ESh<(idwj8vt9YI}Z zamTC(0Q5(P3Rn_9AiO5&6|3VT#X5H*#ZF1276;hsq*%U(*y&-bMg_vN&pslNRo$3p&G1Sx^{XxJr5Fs|Nm~iHb_d-N#IW_ZJI60{e>Mn|ZX- zotxfoLX`Tw`n1c(Y)VIA7mOi3j(DW;s4ogyxQ3!W1cc-0eFy)h7C?mx=U{?2>D+5K zErQ~;!b_qK;`(wP-?(i}qPrEu{rcf0qRiC~@+O}T>rbgZA0I!}9pS5eDDnc$G#o2h zW;wEcbGG5{q90Yry@Esx9}+Pu)5t0bT1FOB9pKkNeU@c>_U&Tl zU}IIWpv=vY^T%!K-0HiH1Df()16rmtzjDK`@c9n?V-mvqCno3D3_qx3m%kb>E;xE) z)ImV}h%(@HfP`!Mc#2ce46HJKC_{9_Ab~1J94fR_o3avmYWC+~|2e~1$DIg(dyzZ4 z=ll;6df&HLTm96QWPF&VuM8F>eZ|0I(Pi$Iyf&VQ7wVW+cd1cP?)6BcHUD8Aog56S zwD_swWlOpugYQ&MJeD zamF|hC=PS*Y8EQdm;R9STq`be{_j+*8!|d;(|er~GA_g={yz3bZHEajFO^9SWd{{98qqY{;L%jo(1o7 z7dSRQteO4c@QRqpGMsCe%qA(IpZ82>lbeV`$%X3V$vLfsy}gg^Sh$5-uz2ZIb<>*Y zdbnQM?{LZ-7Iq1GH;$$9M-j&?Dzph}k`wr-h!&Vw=v25naiYHFn&xpt^NvkAOh}h1 zkZeyLSEXVnG_Dxf8F3^Fe|oEtjGEW<^mpkP=R-0n-5%c`obB(q4Gj}g$uU!*>6yyY zaLmC0(>nq&VZ8Kjse!9Jg2e;o%3?)&{Y>b??>bL1CrjvJ=TN97zW=uKV3QN=r2o;M z{bP0AZYqx2Yf+`PJeou3QAS)P5DV4lgemu^WBj$DxVzD)_S4Y0 zS`^VAvF)yI69vDaBh8Cx(9Ou~w+zbZKmA8p!x?KW2=hsDBxLc479~29pES=yyid3O zI7zDE3Q3Yju)LQ_oCT`QX$mLxf!#V%yNvTR0d%*eH%-@n zmymca))|F;%BH?N(VMJC5lFFC!-qqj7*V2DD^cjVzc1tGn~xVSi>%{9Q*$vmtx5V= zSy|ammKHn#jxX7n=XYdaOj?2-7y16SO6PRMxB6-8*8Y#NTOX~IyB8lG@ z8m^t%L2=}HfO#C;Penfel^-YId!FQ=Kj`GuR9hm`Xi;XA)%I96R67_H4Fwe2K1Da; zzI~$;>z3X2AiyF^wh%{CNuYPKMf@p_&mE2Pgwv?M%XvnLi`oV#>grY+YH%`_H1k6Q90`0A`R}j(*~C+JJ;qf4Sa}+26Ir ziGS@tyMOFJUu=ug{=NwnApnn?@tgL?+$=J~DPlura=+sm+JD*&Dr=~}SrgsUzK8yv zW*e^OkjpgK2JCag9IrPuhobBJF=7fWM9KeopNH z0x)wPHytkhW7$0)54~Xj4gX$)Z#KkR|5CibaoYp|)Fn&qOW-Z{@9#$JS5w*mKtR90 zQGS@Wq!G!n|NGcyl;nv2p?KC5R`w6Y12{~fwyVkHspdmHr~`zlbU7`osLrkKyLwl` z1Tuwo_gZT$B3FqulIGC>y}yuNrq8!YgIT*$!yiV{s~(y|k8%|cn3m{#G~)#Yu4fQH zVN2w#Jf910?z0C(8DU|x7i-xFU|m~h5lr$P0R%R4UmU4lW9CgUqE1gP!M!#>7dphA zDQ(3H;S97#KT|FUbp;SWFj7vIoY|tn#F0(4QTP>K7`!nL0i>~Y1UD?3AXflyr)#QX z(+|lV0eNO`(+83e*0ByX&!yQsOzy2nVgrK36^r*=#+{v5NlC$y9goLH zV=}TeAL(iR2$sX6P}HtrcM$)`AR?6(*w`7XRr5Z}X`0WdJ4VcbKB-caYEN|DZKOcD zreG2i2Oou@uC?rS3)Uo@nRXyb8Rlc;@kwp4-C83k`YVT2aBA4&3Kb0}MtiXk?#~~D z^dU;?kw+%CR0YL9X8^wO_hJ+n{S`VLI%wHZB4@n%ZA+@___~>@p-&xQ5+ZEQ=yGdC zYEl*7PAU%+Axfxf``7K3s6~S(86@$|S}f3aibgKJ0iwqPMFKl-`}WOFLay#7q@0*t zz45xcvLt%i4hkdh_|Cp&hJyfX!OiO55P%f|=-5sEu4nANCIY9jk@``Tots3V`^7;d zc}~3|R3k}=iY=diBAQL@ii`J2;MXOecxy%(dURCQwY?(YA*M09k)xZ(?dpWWJhwGp zjS7-{QfKeEhet+GqTzpzZY%zlO#x*XxhBiYY(Jr7*R4>|tqh#%fLhA)mb|*2#tk4N zJ8BcD6~Cb3*0K0fIqF_nI_kJKdQ@U}58L6T!20c4ltb!dFRq5>D!TaoTVykz3(itn z6CS)L8kV!-JcA}2*p83BjsC`4CD5dO)#8G?Oc4`&S%%$Lmx(>RyAXGlctO{G~ zsZ}3ak1593N7mCrU%moT#*WK}6O!V(pMse}y71}3$R>##I=-=%!lni&It1_)!%lSu z?@7HKahx|t01hT9lu8s+?F56yanS@uvC+5+RPI?3<~v5E_n{hCVhrePnA5j5^u70l zk`~L&R4X96+XRnFh1#SGzvj*--Q#Uq{bp}V;r``ocyAph*4>umiw(Z^l#Y&B(p!BYP9g|<^ABQlA{sK zoWoH6kT{UnM6!{wB>YjXG}b$D0A0P%&KScoW@Th+R^k0jp~HJywI}d%F&|y~=dhWg zcY;Kbt3UEHMpr9rL1T7itV3SRrqrGYN!9r$t?c_l}?)pXtOwyRCz)|$;O80@Oiu*n#x^H(gA76DT-c%+SU-xpstsp(^m>Q8 z_7n&=2@4H1;)dOR&?phb z3ev)C$>Q0Pd3ps`yVq~PUS zBgbcHAHWs$)U9=yKDap>r7Vzls3{0Q-w4)>9FwQk_~YGgwv+$5QSc!=d@7E7;|FjV z5arNWc*Tz*J2-8JU(VDkN5i}FQPj6;J$8cHHh#B7_%6SyONOEi1{2qQ3J+`d&VVtE zy!R7S!{EG}$usNzh2e2YwUzC8hmCfYjJPo+2D)hMm!18*F$rCZ-a?4WMsIfnZ1~y{ zY_{OTWNbfD$W9r>**?R&r`Vm8qw|x;+ai#h+eLBr(Eh~}t=u1~`0ioW8agL@Yv8#i z6ly$&RNsXPc^UVNK)cr`8jPNNHsS-92EbaO9N)!S^F>PR$@!5_1AS|Z*Dg`AQDk`a zPv17$i3PZ~U+65;__tA`ZXsR+!MRC@updmv!hQ{%v+gzu74cN(4m;@azErhS`ueI- z82LD?yV)q6Lw$AnI<@<5LBk3iZidk6z)WH7<-?X>b)K1Zqu%6KyL=M6Q_xp#rZQ@je)__6J+!iG0c`dPbp zqb~C&5ml%#A`AMmk#Osj98ai@zEjfmTUZzMSuoKdfi1lE)$9I3{;I=+Aoj+te)|mW zg$FhM>xqwqNw)fMTHC(gZ;fa3_E%zDDzxXj%iUbEIZ;#JUSQ=R2`d$Q>>#`S;x^_Z z-8TS=*9*LyjF469mL&&o1E*CA-!y|<6VB9Ree>Sv%BFb!6+eb(P04C<$$kV7Bsevr z+kY%5fC;wYRiY<}a@^p-=;jw$OCs{nI52t?yZiJy2 zv=X-%otNIXYDWOGx#wXJiH1ZJlvi>-1EiaKu&!mWRr$E{Y?t#YIo4x`Wu0c=T(v3E z)yR&vEp$%*iXzNAI{~ZURQM@|bkzpf>l&U_=$-J{dN0?AsZ=GM0~6El{@r^z;Y%#& z(pe~xNm$-y7w5inQBS}V$7^R)m6?mw4(+M-C-24&l~lssGnGfgkYQ-`;NzW;~dZe|L9hl&G*pmg~w1K4Z+gVbEr#_{96){ zSrnK4;i|3z@h~u!RGe?tk6Amz*B-4EErwxEvxK9iHKn`^0oCegxs&VP$w%f#3Kl1x z361lWFQN$6WRxZ?OtOVL4BUE^y%dRt+c0sQb~(E+asjUZyF}*{OrM3GFNJB_=h>e< z`slK8hr=TLA)#`z%tvO?*Kf8C8h21F?QIReRcEVaaMq6n7*r(j&$N%1mPZGN-}~`5hoh;@_UaMGMZOM)r+e!M3Tw*!MA6@@r>p618{DFU zbXQqesPCIBe+Rx#I2NRlR)X#Hq5@@y#JNR0u%tAS_$`tMHCw)&q0M5>2lupSv^b|) zN8EqQ@s{dsBd#|r zx#WFzX+5v%R6 zQSJsG?!E=!=omA)6CiU>LLS_{`+Tx;H7#FmOg z4dh=~Jb!0CpJL3*dCYj6OfZg@2sYHO z-%ay54f8%tN`XRFLB*FrXe7DQgGY)Q@do7DC`^s4Z>#zlr+v7UE6_eJ=pS#+m@es- z)+TQoP(Kh#eN}l2HH{qv+^VZYA002~>j)}x+%DY79LlP$5QQe_zE39H2=_7#$jW3I zq&1>?lefreu7vh=La4`fJRv5ypA;gDcAv;A$k66cC)gvXixKrejZ}zFbQP6USJZ0ycCffr=2f+DN$iPB)Uz{Jm5+K!;at&`6A9KT(T?@^Kcb zRS08vkjN78^f=>$6lqnolE8&TWNH4wmqkX!bgXkwD>`s|y8r<={zR_l#5e1CAOfHO z2GhzA0Q4pJ0_*1O*0SIT+Nm1Q^_>^sJ$g|4TLBg%KW)#@!u=~jXZKQ;6i#-c5P*yk z?G=Xl{@1%$?4V1Jn^O`6QE*h|v!UzSn^O|H9SGny;gv0lZ0G=d=H_Gxy9EO9!-NZf z|G)D870UDbjNnoN0~hDuYkbaMWR0=UC^sJ*sz#2Vz&r?Ri9>bF(POwp&}W0uj4@~q zT4{HlgKlol$!f=F+^>mJxw$z<4{8YR*p9kP2!Vg-FlFD5f-9t4zKlArc&P=agx4fh zfWv6bhLXD+L5r}52;k`-H|qDz5J0^!JkmRO4zBb8bb@MjjjuYi?0Lm)wNg0_ znQyDY)t2mGWstB$X$Kpw<`qPKq9`>kj!6%O83n7+_E_G+dxB|=BC>`evLw>k^Jc^y z0Z7-TTwbCh0IEFv_89q+_F4^ZoVDo#FUBN@I%878DhTTC5TM)k@kD(}s^jN=4tRHq_R2M?dpgtqPK>o( zmVS`|qQ;+6zu1|+Eo^p#U5x-5ioyHcElxxxiPwCSwqg<0)inoJr1$A7Br2V|b!D^S zmTxO!x$@~r3gSt#M#wYRoCGU8tWU?Mt_@?Q^9zVtkXR!lX9S+pZbx0XroiDXH|Em& zX)*Vzt!HgsG4#Jduax)g=O45nd{R9+rRU$Fo;-YSe3xIatyTp>E{%d)bvb)vWOS#$ z=h6b6lyzg#&HGD1m7w)*@Z}{Q(%3?DI3czosj5m9W28}EUi435*1p4!u@WG#=-M$P%-V^QaQ2UQ4gNs09JB=P=U`2C4iQ|l}jdpCOy z4eW-pCQ!FV!%NyEUIvLJzfs)sfVNlpox0t}sjO5*LT%U-;>5b5FXp!gfTVkhX-#fb zaAYZEu_A!oEf6wme~!ZYl6}+9*_)c{&QjL0^R#^YRjDm^Q^N}JPCwXCSwmThjpxLY zKoJnG6TRhJUv!1=Lw0U|9 zf04@G}Ik6xT81>5px+Qh6!ZoA)kkfJ~i>mw{N;wJ|AXl1iJQO~@~cZ_1cdS*3A}tZg+d1TZ%VK3j1vSX44R=>H+mlf4Z2+2lg? z-SlTjyfF<`KukcB#BJUrto&Jl;Fq6YaI8WWvESW?Jn(#v&9L2%n!-9CQQ(hB{$Het z0z@QJmu@uOO&}YqO7%PkgRk7aij;9VXT@zpHb6Ju{ijn=UoLFA6)$n6k4_ch<%r+d zLf9nPIPjcSrrDY3KN(lxPtl)n+V=C@qcXo?9 zw{G~H${xCA!&MdCdQhLVfUm+!AnQrftUOl8cL|p{1s!)a#1!_&Qed&9MK_1Ce7&7Q zda;ZEJhlFLca>lj`RUyL={E#0(S;;7O&wUKF9M+TcDjC@a!t%+l0lcLT8c@k_HNl&{QEzA=aq1PK{pscJt-HKgeW#w(!=QpRJ(a2=vIleHgi- z6`cV=^RZkS9g}glApJ4%WJ0rl@xbeTWw6q-hpc)qVicT`6$SF;C_{qV)3I%Ytq|pR zheDlWpKfpaPts&zb7w=OxU;s@X8r5Wd=;6?GU}I=5whWck z@5P$xzSMar@7*UPK3P6V_#}?07W=Y8E%4g;mPjK9v5Y9aHg&3<{kJEpjQDx0K=S4C~RA ztRhn(NejOa@G1olAiLZ52sx(UuTtCF*%vTmslejygb(+cgUK-dODQ;FB9Y^E@fAT$*(r84)00L(N}f$OI>Sf z`e2qr1z!IEtsxupoP5-O9F|Y%V6{A&UhcJR5^DP>s$H}bX<=X?^LtJ~uSWP2; zyDiW^McdvyVl5fj_I)X=hzfb(FH#PXJ$*M_A(8p&2z>c-ge7hMKmD#T`uTqtP4gcI zJx&Yz&#eET;Y|CVxyprd^%vW}X~;E#|EYWEUk7!wRN?(wxx{}Q^;wSe*8jKof4jvx z%U|xh%QD(LRn%Xy5h3fEr`33D-)dTH0w;l_T*rs`IsH{qfs;G&pc~D8NhOcx4-66X zbif<`e00?Ge>P6!mJD|$qY98wLQ_q-0_!7y>YK}gkKGqj$VK)iu4@#oVD+UPaL^Wb zGZ`6;Ox}sm*H#E1W*0ug0CzAA0xdLb=CtXZ#T;LgZ;da(Im7=kUTWBx9dOvq9bYtD z=xG`un^AK~kgG7*oSPg0d?U7R!Rc8DbIk}?RT)G8BL?irSr5NGh(Px0W?rY00sd`h zgT5;x^X3*$Jmq?P_o$01$ep%+0 z?(F2|ULvS5Q{l0O8fThgQe%X(b4nJ@kfKS$C-mw(E8X*GU7`$b)YT$wP8xC-=tiGh zJZChoXGUMPd1J&&^H9IN_&21CIlRJW@k?Wt4hkLT-)j=t zrd!fqWz7bKv6{Q8d95b8FJRk$h`D=xWKZ{n@>!IWaWDA@6DA4+LqpE}`iFnbvo5FlyPdYVT*wnC0g}%iylmU{G1JGy%qs z$niUBq%o(8k}`|+{C|}y8e}n$Uv61a=ap7h%LCbp&tK{eukN`Abgh9rqxoDyhYK72 zdK8y9)l0Meb$bM0It2cSZ7^XSldtxt&j817UtzhHjG*@jzm)eX&rT>di@2U za?Kq{3JbL&Uu|^_PKbg44k?}YJzuGOmVTnYv9sJ;`A~e$C(xT{qbYo=wXeDwrDXlu zeyHv*#hkWa(Kpc&y(-FBUl+e%bC~SGTB9EQZTNN&cKOm^bxDlycy1I}7~vRENxx2{)H8EtV|j0~rTuMGUyS`7p>?9E zwgFLr&N@8{1QN7zN|x0~o;;oHAa*_IW+7qZFrYRT-qpeeI_At>9PDhlJ*B(CtNDB>D%RJnA8)!a0`i)xH|A@8elgQ72ZPM4Va4E= z>7W^nT1)N%b z*ZB%2TjBoQeCB)(cLmXbmD<9}qS}b9wr#$im&M^lk7h7P@TN~gaECF9od%;Rcv*H7-JX9b;O& zYO{ACPikUP>8VsJQ)zBr&Sa}aN2Xc;0{KVDA{NX^Et?!K!eqa1$+ia06tkMz8X#8& z^_qc}Vx&2qFgZmA=VXNvj}A0UTu(Vk|9xdVSty37ihVO-_3K*bp{+g9nL<7vxmhT?_#Q)$X7hW zA)|V`MCr+Q6CCp0?+*xn4g0TQ|I@>+azIq~aGC4?@2_o& zJ1_WBM;T-DjOOqIP!~+&66H#`tu-f2iQFtnED5n$tVD4IH+c62--fsRQ4;H7Tb=&g8?=Q ztx#rIH`mn%Ll_m^-c7fqjDF5*>V1Q&KE3)}I(~Zti{xzy46vQ?a+4|(+dQx(hg#H< z2M~|xdYpcqKz0!Iq;z~sb%I=IfJb?QZ!p0fxzV?}_))(ea2+xEXtzbsWq5r|)Phs` z>pF%A_Hzgwjz^nhBW56JO)CT^+%(*|xS0gKLN9F5X2~0pZ^e54V9ol)q1^-gD9gOU zYEacSm}|aoXF72tE@*zqX4Ba?oIr0|4Z!^pWec0gI;W;i!9F zf|sr?T^H3^VXVc^GNFi92Zo@?%LA|ey+KX2hz~?*X zJvwD&N|oA2sOVlc>`=@?=UC!31$k85n`Tm9NL4M3GE1X74he&h=uP4z)ElXS+n%;U zD>nXSGq*e^18xrhSBAG87<0g{RXqf1BnqzGTD58RBfXt=>1~AC$tX64r)B5BqYB{# z`xKiO?8A95z>=sRw7wGtNL?s%V}}7A*VJ9xMZf^!?W!j*z`-N9EYO96p8;!)hj17Z zracR-1i=6)`nj81HFu2dIWqJ4Thv?9(xSsV_P?MnG50bNkU||m9TADs1z`2Xx_O>` zvTG#p0TTF1hR=yUlAcZjh+tPGOS8rWfB#T^sVfyZpK>fqB(Z?!$-Ej;Y8*PTcj|*;}*J{3h>?P5mk!g09|M2;TCNAvr zckIZ|*o^3HQpT_)`sVr#QSxx3h4Ltk?@kgn3Um^x-3rDMAen=L)r)Q2$_AU!yo~k3 z)FSl|lUiKDHpM(3Vn(ew4IG83a-Gy??fW7f9PG&i6RMrG*9!&m zyilj)t~>M$oTXK7Qo_=MRi(1aRRDOHR%olF?$*IaAM!Oo7;Wzg8|K%A5*?sX#TMG2za*@e0&7H&q_%v?vR?l8aPQuLD0X0I9zXBCSf zQdANz= z9A=8gqW7t%+mypTn`YEiUf%s|?^p~Dd(a8tnJ#${c(SfZ_HAwWZnm)CV?@e$%(k(I z-nQ(z)=_#x;qKUld00kr%|~1*3KN6!>Y582yZ*1Cd%||f-ksr3m6vS~zL?!_3o0^wr(;Yr)*B!c& zaI{a^jA*c?jpN-qX2pD{TJ|2@>1sZnjmwr;U(c6BS;G58l$(aW`PME)Oe{u8w8>g( zizsO_Ydc0#s0hCb?*y_%*0)^Ed18&8m4_pWsb6@tVE~E|+T?1zR@%O4LZ(N7Q+%2{ z1cK1QqoEN}%XmV;6xuKT&Q5O06Jv-pGjNI(^h(y*8`V^9Q{0-|G!=#%C|Bv`9 zT~5I|Cvgmsa#s_6HBXpBrjG}D&<4==@ol$f3o3-ti_>!+`X9UOa{as{~?qfcvbMKjiA z^>9Y;lI=l{rZev~eD>h~7#>SjgUJ6?oK_tQI1<$CCP#`TKp5J|%(EOh86eJa9-ogz z3M-SGO4TPJGnp?*MD;aAsvGE>5J4Vkvkb&qs%j^c4d=X{^{o&=ZYWmpack3+#H@Q_|fKVzpX}Q8#aZ+4g^tCMvP;ERbg8E1M9-XG% z|F|vif7E)Zv|Gw^G)ZU4yz`LX$yaNyyTpi)Tz_%4R9dbVNk#c!vdeQJ5`!hD>H!^~hc)e{S?$J%1ZV7WpPutJK4F zO*d zI?iJFRO&9(sy6(Eh;u4*MhpFQ73k5yM`y_jU45(ug?`Xc8hCSuaPW`Qq^*>4CZTj| zga7lR1xVH9ZB0=+2*yqX-Y5Td#wuC0+x&M4BARL5Gv*!1uo1g%@{3yBxlmOrZIX+b zp5l-f&u!fC5+0A%S~NLSJla6l8auZ9{S@e$3@RK&cDzjn^`h4jBogErCY37s=IOa5 zjC*qxhg=%#;^fBP0|%s5BIO8*Hp!2M|7#9});xj%`tb6Uw4OkPC&1S(qHxy2#O%#R zd3gff*&w@6B6Wf^>zoto!KKeLc-6R?be%c_=*|}yAWd%cgPRguJ1hhKdZT721G?ip z44$F5wln$)7h`QcSl6ELc0kRhXGTylSMbF;4KygchzYKKiu|U2=B>2y>Dp!q8Q`(H@7NW0TuZQJl-Yia>vNqox4SC_1H6UP9mY2t({9_Re5SK0 z5IxXH8fqtZLFZLZR!PK3xjxnk7DqcrIHYTq?j-<#X}c|-9)Y1zQzau1%0@841&+kI z(8cOn8o6KE_jH`>F{2LGBsi?rwlMWdNKvnc&tI3!3n2XWXx!AefR*r*?E1XD9K3+k0&!}r^V=c`# z`giKziI&6%RnQ!+G@5&ZS2_x#|)LCPf-96%@1 z*3k<_T6FG$mmZEJCQicuNPSv(c>eFx;y@VmevE9NUWm`|lWATK!KK~Ww4rmR&f}U0u3a|k9tk)h-@^vw0Se`?-wO``y?m5a_uELumA7h7p(5MH=hw4)G8*Re#HPizE1i^S zQWl|J);q#TN2H*f;U4g-^~A$v{AI~X=BUQU9YU!#sdhZO(my=?B0OLvWq>1Au}J-y z@ar0^my*Ctj@{n}!TGmAsQ)sEl;n!uzZGTk+T}eat=d{Ve~)ns8w5!39wYjPd0k)2 zxBY$2P1lK@n-i6$3b#$Fc(*qI+lT~%eysf_U(IftaP>ee*R@EPpV*ip^G;s^7T`q4 zH&uoL6z$L{>90)x;w~HCwYyLSDV*MZ?b>x35Lg98AL!RyJ$V=l0|?2zRs3z>5`}r= z?z>k$e;aCWz$);M#PDM`*1qrb@3qH9zMrz-!qSjC#uw?Iz!p&>Wv41H+depyZD@1r zitjm5df5)Sn-u(^D>4fCWsn&-6MA8naC#Yi9$34#lINH#t@p6h(&FG7(}{%M2U9zp zV;Q8U!mq>7Fbk>=hwc^npFV*BhDG4&v;z!q!OKAWd)FL3VT)#TlStmjSM^6GMeV)A zpr|0_aCt2dZ8I1cVa@r2ik{JEGU`&gz|__E8tv|ySNL1w^7D^_KUB${@S7Tj0X8Q_ zZ&3FO{@CF}N-Cj_mAVtg#3Q^~xZt?)=dlC7hRY)n)7{GzGAOs^72XV)sZ-bJ=xsV- zt*7xQtrR;Wt?%lVaGzW|0xvK|q9mwD^s+c_Gr96d0Sn>0D5>=H`Vb2SAWpf&lfAgD z1D<7p0ro2!K4|YFw|ionGvn3Pm6t)-G}@j?qet`CIdK;w5g=L!=^g6fdRk^~f?w@j zA8c4leO)`nH>5MN*LWWpsaTR=!oaMl=R{FpgAt`tT9>1_1FaLSfi_1#y+&tGyMR{~ zAzNy|H70i$z^xGmXxZd%Bw9(!(a_90jmBM$Y>}tlD5?_mkmnQ4c85J+=7t`tbZLeyUyTtE7u{8IeX_Ao8_fs&p^3Hc zTd$D*Ý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 tk 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]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ⅇu9UVW-Lx74Tx=f#c)LO)I4=+b*kxnB2Rs94 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%0Ar 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%0DmOK~ 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�pCbmM_`>D3 z!G@=+?zl_VJlO7p{a36#mwihJ>KCqRcRz;_SH27OS5@%X38M1jI2$!Ana`)9NBPi< z^%4^>gP_0lC9ijgK~&RA z42DHBgh5281Qd)Gs(_SmCI9s@&y)3&{+Du%+QK}lvFDg+ZHJWj>@}-l%&ta?jS0}vWHbSWDGh$v^`Gjg}G;cH6xI7Pp+T2#E z_KGdtZT2d6h2kg?nX|}aI8OQw1t6-erBgjkO`5nb#zaV|3`V z(_b~f@xtUUasGSYWWw#i*)790%a11R%JMFH97QQLXVH?Fr@X)dY|B|=}FI8Ts_y;o=DtYZ}Ar8Q-3lh5a(gBvNQGYP3w9{I<%vKIKKB;!rMWe<(>(B#k7_tHd!H;PcV~+jskyI(AgYkiWp%kB(^mi znlB_sQhM9(Qlo+ypA2Hwlg*|bVf)2TJ2#jxE`^39ANN+31N6esJD#s`=WJw?N{0$a ztKny-7DmuQ5u&yYZ{GDOw!IoFrySI+2S?KLfzSB3t$Vl?(GJ0u-6|)-7ld-u+_KgY znCQHTaXZ{?jmXW;$At&7XXHpLp%o#j>Sb3WDuGi^Y76~NEU(UCO%N4fmd?sD z--YwqGV|?S>m!{U?G7V;nSgk|4$jVRcTm(IaP^$c=b2`kisfI5?M8=$Mcgndhf$k z1eF@MRTPe0*EPgpQnqabvV2Q$gp6;#xN`iu(I4N4u1s+Gp7BXDYK-gGf%SpIUHOE1 z#;y70h%?50}+ zeEg?eg;G!)Zs4+EK3a34LEif&eR<6eBsK;?c;o!8fxa1RQ#GLHoSlj+V>N^xMbe|m z(EIPB@Z$aUTko4DyB*_zL-F~=Qy;r{LwCMut1a#A=YGTcs%mR5*5@b$>dY5{e1b!q z2WKkbwgH>c7m;c^7G z14)bmxwKFUQGiac$(Cpn6O#N|-96`p>#2?~p`E&8BB4AUyvC$jgywhTwzn0ee!#DC$gsguLf2v~T+J zgUISW=rp#iza*K6*{G2~c8m0cjUYT?W>M6|nwFX_gYN@KnI}mG_o=dGPgiVPL`ylo za+fWKp!X^suY+mYhN>OP){T3oe{WM5;Xs6%e`?#mp-ZXWJxdgp(2d zgNsz9_=XC(E&W;NF~1Cn`C`^N*I$^;yHRRV(=}V))U=I6K!xMaZE12}lGD8!kRPZ? zQm7FO-W+$2*J*Pt?|j zDgA6*czSxe@|Bm-#p2CH2UvR3x4ZpHN1GrMDq{!Cfo&7P{i!=r|F;%bkI+^kD`FFGo~HSH4VT~g6~e{H86n1bbxg;5f7bTAcuPK; zg@usY>UjrW^OVD2wT8uV`&o74H!Urg5n#!wYFX4G4FiQ)_O^oyQVBeJ;gg@@ep z5}_9IjkKz%MS>c**nXZEV0FA;TWeS@GFfG_p^N6}r1sIMnh72t@EpR5@TM1DSXzf- zESqi(7({QF`{xCCLHtx;7%WuwGx8=_LRA8Dq2)#Lc7gq~e}pgwgo!x>bN)&ka-HgtW{4JZy40{$_U zt;z#?JymO`bzNH~s*Lc$zk>A)vS}>yYrHM4zq()SVzZY{kPdY4s-+lhT3M2iIPpGH zA-|vcL9E~O1q9D-F3-SL54?Am^dVfBRu%{lMN6lCo@yx!&+~x9?y%}xsxD73#}#e1 zHHOf-MO|;3GgHKp{4KP60$4D_p}ZwN;As%=m+dbPUtV1xB0Vvb<- z;7ym`51lo$*yTXA&4I+@l*Md>YP(U_h5ak2W@nNx#(2c)%4?vNV)(B)`Oeq≺J%NvPF+NkdaZw2?6A(3x1m(Su;XD2bzmxNb%sw%!LTYRC|4Tt$)*=i^xD7g z;Ly)2G!Besw*MjklaQW8K45UwNt{ZIZP?hx4g83>A?V02b&e`USb7pMPGn*Pu8YMA zSEk9u;M)7IB1d=l!jW+&j$bNWcr=kt=&6!p6ZcYUc>}72K&TP$)q{|v90RQ zv6iy9qalv4@-N8?Oh@-gV?0^J@>hEaa`PU$l+Z@XA8@Y#;?bxQ|7rhrGwcKX7-9!}=!x^i3G1upzdgpmfqBkHKAGl&9l< ztteu1nJ_m_|M(RG`%=0G?Pr5-_oTQkZb`%U38OI7zCyFs1hzcqmSkhTxG!E>u3bKL z{4bId{m_w?zm><$bL=vZW*Wb-++t(*u}1D||J@k6-Rc#`?dt0K7WQ{1VGriJ#oCir z0t$Zc<(fZ>=NMT8j%~jz!CPm{;(F)3TdLD>l%S!9#M4G;ZFcuS0rY5n_SRF-I%{Jz zo;wqQ;k7%ji5c%7%77XQ{s#SlT&)nFKM=J`NK>uO9w1)(fhwnMVG*+(1aW^(%dFaK zUnACg%1O|q7$i?A$m2|M+x$euDuXlOR%K>UF5jI7F`F$k^3wTxMtp)U4l!D(ot&&! zcjC>h7=n7emXsb#LOKhjO@Bpz1`l^@Ic;+>$`3~Wpze3*_h`l?RyYQ5=D;A=+9+k3 z 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

lK+Sz6eC0a5foI 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%0A=Bc#~8{%PlE=+yXNk&U_U4*>Ws-nhS|9mAiIzg zf7})=2Bg6BNuXgbg$!!+`DW-j{f!%d6BZO)LLIg>Qp#|J(?Stj{+B3EcGQT><&o@i z9xtai2C18$Y2c;3I4uo$xV6D0;O&2fwx;;!f@Lur*V@e7K0`SvC{kSRk}+t<_#5qC z0N;>Uz#e1)J1Rnx?KQ&xkX0*}CIW9%Y$GZ}zRyv(-Qh`zF)rE)=DwA0RFxb;j0jF*|=Y9s#BStuE;}N1|N;>|#j}_%0?HKUQR^p2-E6T*!V2 zP$F9h7tgLLZnqogq(APfx(oT~==fW5uSgnOU-FTxJ3!8)YmI$;?cgLfpwmgVqjv5q z-52d*!iat_jEaseWJ)JVAtS5tG>6|kzy4sfm3&R$VR6Hc)rT|1AxW&}+dqC8N|(8v z|K>_Y%kAgVi64wF4KC^qN&Qu1JXUpuTSb?+lxV%SyXWBF1{&sq5XhD401jEJT`Vzg{5uQN^64D}# zd*1`8$^IVY=rJ#&AJZD8!fu?;{53{i@KE_Qxu?x?AaMWz#xcH?ItO=BT6XMk@52%y z##MhyTRzY%VTD4AH3aflKS>b#Mc-uj(vxL3$zG{{pZVc_0A~=GgNVti{k&0^U)n-} z4Iu!G^;^ixMc1a`+>vd;25ea_Ikrq((3}EBm&rZ9dFH@?h%w7}lu!&>6K&@{3_juA z2fkzDWtb$D6gTWJJhp=0dH{J-@uC8K7Y@BqxyqCLdG-DFY(24c{9D*~-+POo@ooZ& zLyWQgO`=P3nV?fu-c))5|7Q_JtmwA3Ls0jcmmP(bIE<8o%1S!}#rO*yft9VTtnd2- z%hNm1`C`@T3j{=V_-{CvdT-K-is^LuuD7{iy2`lwGUHeNiVpD)hLN(!nT?_T7BZ3s zX|MyI_uhYuZI4~@;PAJbTK{6gHI5xt_%ANrpAz;_QqAg4wD72l$@{XsMPd{lP>&L;hd+voJ~bIV|!Wcbbb>Yv-+ z4gUW!R@;-csW+Crbg;+5$_5k$ye(=%jwj$9i;Ip&pEa!CE!U+=2f#N^C>^)QP*Uk*@;N9DOp&xT)`KjBFiv<>doIM z68auf{@9<90sY;Q`R0Xl4#Nxij5&YtH+EuAK1AKH>H;O2stEfkn+@D&kv>|Xw*H~N;~7rYMp^&g&hThTSxz>S96Rr}4yDgEdkF#mbX2H1_0 zMf^L>TI&^nS%2LeEdGtJ*mr_e4D*ShKxAwGAgZLVkGzx}WxkIK^fgH~<;0S%Pf!4; z^=D54vHYPy``yC_&^T?z)u!r`ejjLW7jHD)>GJ3*0{pI?gmoJVh)-1v5fa(^panV)G{ z9RQ(u{v5lfEwBUQznUo6(vo7Vi5Q^0;Zn zWy;VZ!#YtS{YqK&Q@~-p_??o#Wlv=5nb&m8B^%4VYHIi4+h^FhSdlAiI9*v1COvR& zDqZMOe*Sw-#BQy5y0fyQ@?%6T*0fo6A@Z{h9oAblxo?~PX@#1)M$LU$Ub0 zf*8+A@(qvknd%ridyst5>oA=cQknm_+d?}8j<+S#MP6Bnqj{B)c)HT~&=1zqjHUkZ zh|7N>yfnW!V?FN8?h~);i&l^&r`pv3Pn2HPr}XREOlB&vvNCIpqiozeGZ%p;HBdPj z*9&a>ea6xd{7UR!F~6>W-a4wXAl@Qglg5B_TI*7>#MyZL{27%VhV%Rj6QXHl3 zP>S~@k_R`flR2Jbl&b&Q&%seM`c*>bL@G3G_g~b1ADw?HWXvmJ%Qos$t4G_Hr7o5VgOzWtGUXa;K7 zJON&i(!DV6M>w<`4z7O_70b>3WDI*Z3d_o+%cWIRRK&%_4cA+F`ZwM{+WGLi$1#;! z`g>m1r815(VATJ;6Z?+zH~cHjSe!c6A)7L0#K}3bcLxcNB^>~m z$^~$*I?_PSjMsZ$(|ll9O~9Tc(M^eDNc2}u@}pG)9P132;)Q(n{{(&mf&69UpB9#` z6)c(?mrjbT=EvNL3~~&13_mg+qp{dymhX)@ljT=jVayqSLI?@rWO~f=4XA-t{Sg^Y z5&9_ylo*ae^lGZ+qN>?Q1X2p;gR`oQ$#HBVYk}gLiCDb7ve8HR^V;>l$W1NRq68x; zDz!IV^2Z9BbRZ14wWWE{!Ub@2^8Jl@9zb~|nVh4<&N@09_GhmsK#PP{E4e@9wYkwE zK<3xEFn^8yevtFn%QGZ}{22SJdKnqAJ$(o;SE3x~$%8xb$Qogtn>TO%$3OnD|6tPt z6Cdn9;E0yCj)U^zCw;N#KvLp(l@;I0ub_xY5DZLwwec$+eL9vpE@gpXbQvNsIvOP9 z6vNyv&Td^;+z0oRNBBD*8sR(B|Ik<*cg=*cQcG!6j&+f_F58?8H*a#B1)?mN3z;WG zmQUK4W0|pMzIv~dua}B0CyH1QWmn=%o?uF_i_I~MEpAg$6d*1AvqlHg_eBw-B|}zk zcb-NFXwrSQry%+yLH!LR&f{ZS#0Z-Yp*|lhUxx3{p+kq3mzT@Yu`DuHc6zcEW1J;> z^xG^x3Mr7_WS4VaPKEgrJeKx@`H$uNA97Ka=0$Eu)M)eDekvYCASr$<`W$P25RZaF zW~Uhe&W};RHSoY16#0iAe%Q5Z*Oo0?zW4&0Fw|Uj`4tyjc;PX_hsQF^?5U^$p^n|Z zh_{tVsL$ggk}xTWuiE<(5r1jdo~TDnhEF_I*7lf7YFw=L23@T(9(Up#nomoaA+sP0 z{;wS&6fDXDZe;w&rmM`2nfn-fiSWgID13ci#NBT^fKgDQv?azYO7rAW@QDYLJLY8y ztc<5J-uu>p(S9&gPl9A6@dtj-_j@*O*zozf&w5lGHf-21@V3JaI}8~W1V84EWZ~4b zZd=Yu^1F1A&r$5iBga=L1@Q7e`Avx0m&{qU+Ru`+NP4~FiSuLgp7Z<_UPp)QPY(jz zUB_L>pvd6Ih_BeYckk}qyLax~i6x=me*5jV9d!o}{=gG6rN=62CDjNhu^_2#CJFtj za8DR3N41D}P(EwB77_UE!8qO|V4|v-LjXyM%e$9?84K4YwkZ(a%}Ba2#*Z1@rpNu3 zM@p6NoVn=LE@Tch=f^BjwCthBiLwPtWJ42j*jonMrGo!I9$Liw&~T5`00000NkvXX zu0mjfP)i30679@0WJm!3b4mdKP)h>@6aWYa2mphyl~Diy0000000000000&M003}s zbT4gXWNBe9X>DO=Wic={E^uyVoV!zeCEFJ@8fVA0ZFg+jwv&!Jw$rg~bnK*K+qP}n z{&LRw-|u%H?$dqPs9m+z9yM#$m}9OvD@;L791a>A8VCpoPEtZd2?z)T_xt-P0Ob4K zY#0XO`vcffNn8l1Y7+P4djrZ&Lemil2)^(8)ejs>&zBDbq#-IPBBp&`?XN3R07$HP~!wQ3KG+Ge`0`G4LGPP~xmhVxq(13zsA+plwe`i1hnGy7p zAmidtruuig01QNgnrdcTMe_SE3BmGy1I0->*%c}M3qb-3EL24)FRe8G-(y7}fr*oj zw`B_dMH7n*NR>1ln$26^G{2t0I|C8w4zdXapPk$3B$5%(D%>yFlKf<%ZX9jdj5{a}_Fs(fh>Wq&myzlf znf2(^E50p9k}ekw(rb9f(0V`m9z^EMankv;U7o;ST)To2;AG3ICINc-h@5o}leQKc zM9jb3T1+3W9Qor^w;rYNGJd#7sGX!Q6bc7SOKbjjVq{?Ll7$~pN!E|XrfDGlGff@5 z-tFx*YI-!@DPc*sjpaqCybm=Hi>)n6MNhgoz2MuEr;@YYErnV{?2h4-<=!t3;raQJ zTn&c9&rlVr9O4&i-Nbv2TKeeGTAnl+JbZI|)$6QJ@K=`9+sA(xdkgO{n-L1OK|kTy z&9&Kp8N4s?X5V1-=Qx5=_Mw1<2t~h7c$6Z;G34jeo^Y)g!pQC(f78T-yWTT>i{sT! zXGC)C^LVoBfo_N8Zoc`iLuR_Ex{O{%LWnH9OMafrH^7rtHs0;^h1ZYqOk!<|z4!sn zDd;bVcsO**a9afkRW&2N)kx8K8&F>Wu%>HRMz;Z z-cCJ$;P^d`Zta;7`{)X4?;#y8?c?${30afw^R`*qj66#Fn#ZEia{J>GouMVRcu_p# zKTd=U!bX0&#=oND@M4OaIHR82{$=0Rd@=dO&qG#zKZ)!v{$^6=k1#I6%*8lBUx)>-?z(zC&IR@n8>AwW@VA%IcYti_1JDVY z#wjyf9ZFkjHZxI@{Tar6wD%kuk|~6Hl=OU~prwFyB`}e?N3Xe6t{%05Q_PBnSZZ1R$0!_k|Vwdn_TCHDT=IYAc3KXppQ) zUxs#XQ3NUy$RrY`_Xy)r8YSfS{L7+*7tc3)E~b4%u3sNdQyJ_Gxaks*MBA9ar#{g{ z`LKb0!eBq2$A}C_<^Ch{Z5&`?v{StQk+PxiHz`{y#1sDy!1pfD(xC3ok2eHd4!h^; z9pj;BQFkGx2EU@!BI<9jrK`84T2~uwuD%Zo>f1^A;xR?k5GuApgaO~sMG$qA@InCf zjg6PI_Oj7288+I|%9N(&Q|t8>W{oUx z%_&Fos7+FHmYTVw3FqwrMd*^=&NS)N)VCQ2F^vnX70tu?P}AzeiDivyKhPlh940LV zX8$!dhe$V5sUN@Hv9yJiRoi*(7~ktL$(N|``ECS*%g=1#oAWeBolCS?vT6L&m&$e< zMGJRtZ};eS1W(;v4Dl#xnmu~av`buik*s?bH}aRiF;}(B11z@=?19`ye^@4w(Nw8X zWJ@ZNicB%kSVl-}=nUfW+Q}{Kv{`(>^C|;)L_tVhb^c}!!OXmoOu!U|?Ayc-*~XuI zmMJ#^oY96$>C>0ec73q~6&%w9U6$kj^_TA`$)W_DwQko37kqO(#s9^_!op(k5m&C? z1m9uk!z;{PD)t{Pi;pV_4L_ZA#BjH6WZ z0!ziQu2iU8NH2NS1aCF{?9S1dHn){>rR60+m*ZsLY%j%5=Txn^qkzs1$n-GfNMkxh zvT<|b&~6CsGBQL>pdx&$06WGj_|(r9CWD&8PB~-jta7baD26J9KtssdVDul%H&K3| zN~IMQVELG3zx#7O&dnuYIqt9&2r~tCg5kSFc;qlz)40|PHqRzfpq=CbT&m>fBbB|t zlZf6?_v`pjidqejILLfY!3N1?CLk>gohAo-U--#YMr-OzX+RVr=D~|4a4h?((=y65 zN`aA$owd>vwfZCo8dD#--Gr+Q44_opTmJzP=I5uYq}l33g$Yh$zJGICUQG-h>G1h- zWNu<|zFd=UyVd!5<~fLE?)A809yi#(hyN3WZs>p`?(*7^3h?G-F(;c{VqNr1yyA`t z)MuB1J9hhNItC<1ZzqiIMkg(>@L@LiM_-P`)nMCfg?fOn;IyffqMZ=ZnDKz%Smw##J!5g)8)rOioRGu`lXQRW-3Et87e40 z3;V+8OGxJJyH<9;t(Q^WrWX}z#=AuyYbUPk>fn+M)Erp(eyzt;AdHN$40~=~^dweD zGr7vGB(kvTz$#d_#%iYipT&ai0rcZj`UIvwWd2$`Ix@&XFWnv>VK^AbMd|n2$2G&I z{aba3TH4B$`Z{=0I0|~-)EG+gEmwVX+TCsz)b-&!cZv#%XDBMcB8FqWSu-RjD90Scm70RMT=MUumgUVi^&wZTd}64MZ}+^{cr1&JhWndnbt zWAI!tT?qV7IlC5+GO~X~B@Y+~g71dU+r?N4LrQrxY1Ypp?WSLqrKMP$4*NkEdOwR# z`9E)BE<)pE&Jh)sQqt7fpX;cab!y7Vl4QOe6-k(ovGmXJ?XAOgI4&4y{x+`8?I4b= z)8)GR;dmMw7MYPM;lTd_#!Y}9osxfz>$*MUU{66^fbF!5q~u6piXJw@10nbS;?^z@ za9aV0@^^|M$3e*vc4`%A?}wBo@LvEjKmmp<0Eu$laK>;8k{BRwCjCdW1PYW9ZAYs3 zP14#IV9TiJ|1TbK131XhxTPe6|BIJ|tVo1Pk`pe)S}6Zag^2W>ClG_sP?7!r*cl(7 zQvU(Vdn0x_YQpgf6e1~8ECo^A#CLzQ4Voml1of|J@xYLCRP20@YNYym_M!mf*Wnrm zZLD+y^|3)bnBnSP)$=FlD$4(Y4G<>0kpzEG1F4Ky*5PrnTg#huz|Ysag%RQ(6-EYg zWgZ=MTdlq~Lcb1sRv``~1|cFo&69(Yx74FV^PHC&5<428Y#BwT!!G=rFojy@-f!OH zY%wbOZJQdAe`ap-!786dv1Io&Qxz2y6fNJ!5c!?xzoHso@DI~UxKENC=0hbi-u(#! zcNZGD(NZf}KR?@ug!DR^jEh<0CkC*qUR!@Nrs=bra(IK8MK(GGbMnXUQSyI<2+}_h zH8eq+3bL!HiVnxR|3Oy(2eGs8rZU2EUQ03Uw7Wb`MHRAdDF7Xky~trA58=aFDAKvg_-Hf zo%o2QN{TXvF(DFgV>2w7|T?q8Zbtj9nb==ik6pHEMr!UE$*uU z618WuoHYN%o{5~6cig+2J~qHewOb>UJOS1)0#d1TpPn`@E53{bRN8*?N>iNaaBETg z(CeB)ugh3~^{6C4L=-y;DDZA6CQE&fEAIXJBrue>wzJS;(f|k!*I^jWpdXgRQI8_`?){pVv{4~|FkuYbF2W0-YryGYiz5G~lxlqvuw z|8PO-&K%XY?O6C$dz&4edpIZ$J6a!wSNne=GFkqdYQiyq9HS!$`nO78h`o>XjQl@Z;% zZkN)2{gP_0GnM)Bj%x2w1}Y!8fVv7X6ryzb%F!Mi4oeuYEZ*%yk&>?$+{ZlQbHbEZ zuX$sSr#!jARoEEzVGrl|sM_elg41k2D%uvRWwh)RN6m#@fNU4asgy+05hzfPD6t~< zt9W7jVBinSV;z0XQy(&+GNRZ`QG#z=qDuZk$E=8vEa zkBK(DX2=$q_#Kg3Mq^*MpvslrqWAZ~uJ?nJ45wWR$x|k2h54Kg?K5A~w z^Wo+1bV|<%Xil!EAcaUt@|C;@dJqFd=E&t*I`Ep~j-H=`;V8q3b;+XX?fHVD-V4=d|i`*WeZA>N*TPqik0S*2L>g zjIGExC}enVv~w9NVe>6g$BSI;5|Qm(L#yBSR0&g?UA^eO)9SZ;+On#j6ggNX(e=b) zagN^G6XdTPm3xdvtAz`eWR=jNuQh!)`B&iGmAO5Xzz;>#@(^|(wda{!sv)kY{-f>@ z{>m?--KHUsjVafTw(JeJCx*9?(dc&LUo)poJ9)6pC4Q1hD-9^L4u)bw>!#5?aCy!v^esy(MR1KjCC%T5#y-AwKZakd9wzW? z7gQ>dsGjW4y>;n7zD?w)SAN1(uPjDKdg^&qzKS)Pa3)Z=#cs75NiOQ_po~vw)e7P1 zK_eg%__n_tGr61>WPX5t!sG}S>pDMQ-z1|~KNz5sU97gSTK$Q3e>H`@c-A+;W@ME9 z3*#!w{0cWbj2J!UnW1J5TYFgQgAr{govkiDmFWAIaFdsd4-Zp%XmOq) ze10y-|M}N+N!GN9t#hlnqw=G4w7Ajd`t^^$CO=mg6Zf0QmDbDkYe1KDpNO}2BcAP? zx&{xl#2azDIep*nm z1BR#5)ccr$#$p;tx$Ui##h1xl8$vW{_9*K@MWJ&@kW8diLEv;eQBcehu|Y>n>P_xi zm|M4hlH1Df)W>+4M7t**&yDb+@bGuD5pSDvD-HX&1~ocLlkc2!pBk-MOp=1>`26m* zBnex~F1Nkdl7fSP(eC*4WmhpJsX8P2=-CeMIQQ*|;CP;@!}m)seKK-8iOa7EuMMRW`vC}2~Bjc0GVYOL+?1OBPEw_&$ zPe_12-@x)8Q@zbm@+?q#OqP4J%To*Z%<6XLH#~m-u3K{$Ae(tgchT7{FV99&qJbA$h>4K|XeydUDN>d|%!bY!y8j)-A(NN&1Rth$Yp67B3?e8{kO{`3?YKccP zEI?EMU~2D%W54=aP*v!)!UacSgJhENJlZ*~)5K!coTu%_HKPBOP}D<_AE-8ahenN~ z@jS#W6*Z3^a=&S04wjAM5#96g57|A%A#3=_vLmRDc*W-OW;sCB_PP8q7t{yo^@Har zRd3;>qwR?|$<%cX4A_g%;)b5otx7kI0m;JvE?l2pq#E5QrLHlrL0e^@NCk}e%WrZZtaMHuKerl)|6eQYiB2fK=1DKY;4Ke z`fI7pm}RAvj{yP#{kI|+cXdj(l!1jUl)gLN>`Ug{Y1GvS7FD!4;8t6E>#RNZgzdtQArARoG!43 zg-W}lBZytp81zZ2P$OF2TBV?MHvyyUd99g(MV2Dj_~)Rjo@?I0Iq(J^jsE$xYeE`` z;OQ=*t-URr){Dx8If%)rORcqwH`n(L89o#8unnv4$8>mP2p`1Ls4*n89`B*NTo2dWQ|pg0=Gio@ zx2*&@zBBxK8ZX@+Pcm)c4+KV)l3iu8ak1}BFBc2`W9XX@zn>Q4$wn5`^&DS^VItHR zeBHc*hx{ECei@7@2@0i^bQPKYv+yoFnryf$A~!aMD#tkH;Nwc9RMqV?mcN%8B(uJ~ zf55YS2wyGKOa|C4=U@PL--W2!JgziVi5|^vDGg8ZpiwxrOk)CqM=5f^fXrKG&L~h5)#>t)aUC@Q4h1&S-HrSqXY8_;``%Q zBG;u)>ti(js*PH{yuNg)@M6#{(5TwsdHZ016?sCg(#ZE=Wpk;U)ohlTr>8kFpUV$d zJt1vYZB~8-btb}lX!zEV>Pr6hwlO64yyVOOk(2UuvM9ajdHGn__4;%!^!Vt9L5E|t zKd{$=MJ8{a6v}GxuE(HdLPBFihxcjzCpg-Cp`@2C6_W--IAGDea?aP`!Ksl|8jr_G zG%Eu$;E_B3;Zw$&>cs}Lk8z16fD(*+zt&kHIVC7-tlT5EaWN-zxSla<}%J1&N}mH6~A z6&_f0C=m`<`MbD8f2*z{aHf22F6#6mmBo5sp`UE4;IEEzNJ8TUIH2@=_Vf81(+>nN z2+ras!G)Rip@I`}WrQ^lU|v#s010ieAHUlzQ|UHtw5{E~6;Iq@3?G%H&yEZvM=be30fI(o=Tcs00i(R68&W z-gm%8l-L{-&Q}y(dsYTeKnX&KpfH@9zz|zKy(cn72}JfsARI(|K~4rN-r$*r$)BQJ z847rM(0{IIRQ=fADEbalfiP)0ua%q)1c~62s}eyk?Ex3l7jSo4-9MO95kn1f?6cA4 zO7P>Sf}S3Jr##n5fn3(PH8Qd)NhzZcVJ=cAM=9pCpacPNQs5;MlnswWq4H}F@W)%0 z^I{t4>l5!y|1S}0sEt1+Ubw`uE?eGDqARq-NtB>+0~P>3l}(ScN_<|A`^ycSE!|cp zN%>+V19Lo)&kvu67x7nXHx1fRol6-cNeU_u3pih1igZ=&jy+4_q@N&irdVS7T_49` zEOHm|3s>ULmyaa7s6%)r&-Ile)X|F4g|PRj$x@ZF&i}0z^!~G&jcK4H4!C@SpQkX#tGX=iPNM0%Zz&MZ_k6i zMeq*82xV$|A!icD$vzYNZ=R%7c3><403%s{<`X|t581@Upg7Iy^_&6n3ni09J_kdh z1lc4`=(sc**!;v9&sW}|osriIlds1Cj~8Kn*0YclHIo-@kRVa~5@|K250^=zkd^Jrm+VMTp@rvX=+a@R?b%SP|Jz?%k*k=^|UpQ-V%u?#5UCWWDcswK)PhYLu3Kf z&N?Y?NZf{16)G;A4j>td7zzUN_<@EvV(W8)LXk2<@9%}W zUTyVSQ_TOqHa*w{_i+unctsthUZLuO!&7zEc>(DeeRdF5H!f);arn5wAlUaJ1YpEQ=Q;MI6@9Pqx}rk7sRv4k0eC0xt*elJSY@(DMXsH43#q(FL^itxC~q^($M ze2%ywt6#RO$xLwH36nENUx@4NyP`M)ThSqffR?L3+bTA8@TE++$L4+ zD~6EF$I`9_-!@NO z1KWgt`wr9X8pYIczUBiEN;SF2@KuRCMSPr^f zUz3e2_9pq44>6C;$H}lNSL15<*yTi?^v9SGqLB&ZV@GdNR1;2z@zon`>mej7>~%#5 zJSo*-M_?BJSH^KKK*QyE_Oe$rs3b-D1*R0Peu?|lqyKq}Aq|L&E+@*f!hD!LRHt2l zxK_8$=p~qXs$6SJ!CUT}T%*$n)4p!R>jk}*8P_1U46^9cf5mCCQ3inuAmT8Fnw$<^ zf=zo?!1vr!=8GRpZ6fLI+(9+vcm|}lFFjG8gCoduND4vCg&SMjEoE;v_M{V#3{E^7 zQk|%Zyj4b>Vdaovv#6aa!q+kJk&>C?E;s2`H=en(;)a+1I&U>@#AH*6CM87c7jUu= zY$jJ(Y&EeKiTTRSwxHrcE#PSf5yB=BaY!yHQ6hP_Om_zo|GzaNtcaRQtS%59F!0kF zCteA#Q1#wP%2#{F4-ZCR7|q-8=C|Wtdca!F4%IR|Z(DBB?ZP{9T+3GEzE@{%j5#)# zEwwVR^PaW#{0scb+N08YZ5EgDZpcfS$d_aW=tK&VomJW?^j-{+Z((6%a#g20X#}(K zNSahn6eHr}RoG1!%CcUM!;Yy@H)Ix?cmrs^LGN3aU=?-~q_m|ILd(nXxx{;04bMhZ zp7PNYQCYQ0X@q0lu2LT-vKgavlFG1%aKLTtXGbOmtBcU>V4Gzz2AP)m#9x$9fQt)$ zUaNyJhwETfc!LDcig#FRnfB0J#2C|-EV+*=(KEqqJLYw+y_kBz3uova`9S4V4DM)R zkzJnO{*{5%Aff*QTl?ZgBcVtfvNR~Mci_~-H9|!8_-T>hv*TB4ePa8NGPYoiMlIg` z>mnsAtWe98IGje&%n!`Z3tJ2^o4K69O#hiEoJHz1>a-007#ugbp5X-Yx}O3~yF-$q zUs3`NB}Sm1d6H4+1-+KDOc_~%Y!~*ocsJDx&#(8u(iZ?SLW3pktH8>M$1~D(ogCGB zP>?psrXB1qnfP@$?)j{o*9zGK4qtL_yhOb_YM(sC1G@363rZ6V-F_A2r)yz>f8?;)s(0bR7tU^sp zy^IcZ54kzUkIzB2YAQr~0u0B`k6_KpDD;Xt=MS9GW5gT`D4h~aV4R4W>W($l$vG+{ zpzxXYN9_S@wrD*Dh(G;?R3m&m*HN{0+kZ5yfH0^0eeT|4;kjF=d!h?+CS$>D=Z&RI z2UO(XZJeF0djr`HC?M*#J+38D0kp$b8$S}l5~AvS@XIPrzToGTz-G)A@lrWgc$m)UpO0$sD!jlOqfa zy8D{Fexx$lZt?$b;mE}!Iv^VqbXu*T9eB$v+|8HIF^A)9A?-`dK|u~!tNDU{Xu;Om6W)IdUKLkmby3w@dF1YZE8adx9t2z_opm>}l<2xF^K|I+_ zv;Yr+?*O+;nYY8Y#D~|PoSnN?&-W}XQa5L+yyOB{qq zC{K1j$mT|^MAX>Xb&;$eRK=r)y=^g2cDzr+PN#F#zZwV;CB74AVm9~nOUd+b3*vF;bfr%oHFCzoZ z-S8hf`B;0B;^XXH_j`L&76Ijb0j!Mm8C5)Nt#!cxmRtQ2)d;Ph0!vT*%=32J8JE~W zszJZ zh~O9zE!>^jpI$rbiW5;~aprO^-kcyIhB_^Dzj{9Pj-rCh9Zw7vKm84`$NK$%7TFI} zb4{>>+5T53J1g4y668eMVM4{CnB$(dhOR#5@g@S`^&mqZHy;DSOWq1dCCqc=R;DXREN ztoe8opyqvryBvA+xrS(uy+{+CBR{wg>`4wA)>isK-skF_Na*8ZJY2>sIsh$Oa#|1g zyBg;48?qQxePRdc;~vyFS4VZs+Nw%D&w&s=6!v*Xzq0fa9UD`b_%z+_FDkkd^@N0% z(uv*Hu4X-pMau)}W^2$=o2vt9L&DFGFa=H|F+xJ`fJLZ9FgzKmB zJW&3pU0;XVIUX;67DweF<uQ7?`th2bzdL2jCeC^af=KH&}OuUq_)@BFSdm*HE6QKWKviWMxnd4k* zrnfye#q+@WF4(M@2!(hcvjIseo+AOG)whef?{}VK;9OIBjCbf^9-T0@fMY7kZRstv z-pZ=#8kVZPU2iAoS-!yLP3aK-s-M+a;Bogo^s`j?2j>WCA+}j}yd624uYGM%yahrT z>GfOXeP-A`vbac1;ahL8_jyx$iVUx8|Cjx{o$AS8vZQBy=~KoQ(-qKJ&^jM1_fxahxq9(wIb#9;a&ts_=E1Q+;etWvqywFIU9U2q zbm8H=hGfdPl7aV*Ik-;m-7kxO#VU{QZoSU4MqYoY&{odhs@8VPwL*L{^-eCXPahNI z%z4v}uf{g*xE`8Etpe~~oFyPE=;KIrSm4N*LUgF~EYcCmOmlUz8WzHSn$`>gZQ8(2=?9mJ$WOd zm}LY-+A*28`}0phg?6gGr{r93jwSOU%HU>8*HuP}Hycf#_gKGbN|mNFD}*)?Ta7a| zvr)5*rQhKaH2XNt5ahH;_*|9bEs}u16q%hW9NF_$5xBcaINoy;hw1(oOY%-GnKMS{U+1r6x7fO+$a)lLAZJv`SrLi>U5gJWS80!ExoAw*I@LRDiSDuz?zIyPKCb(rY9{7`W03$dG4iPsUOg{pInluBYihxY}ev&N;cI^A(9Ux*fMFM$kLG5|r+ z*h5TVjAWq99K~Fhmvy41kJ66$KEq>zHj8GbStwI^fmOGY#5fXjrEZjg76DxT`m=s5=n}*|82NTPkz)*|ju>?>WA)q(EpH>zSXCAS-dCg5 zW_?oR2+B&4S<~{rUzBL-OiJ+HfX8yGJg>3?d-QZN+V5GItbWo`J(My$62D#)XBN9JI27F9i!W$>W(*Uu8tOf>K-jx_d!nErA&Y>rR#K6Ps&TIshqc*eX*TdQ)KXy~~ z7h7VK2hg9aQbN`nDiA+e8i+)sltc^gBi(O>ZKgH7L>kp|-wnJXTsa=3#5xv%cR|W0 zm9A6f&5Htxld4B5zBP`eD>2=aYJDL~2UZ+9N{6A|~5Ae+&SJ*W70;Vv4HP$?{b zkWl%*etRb{BR0jHZ*hw(#wdyQPx}ct zNXOK06b!f0EPyyE(b}b~9t!w;n0V>81*8(7SVROUGC*~&pQgr=n>a~>Nd90D3FMSb zpT30^CSZA2*%hQ!`FRdjG;>J<^Aqjt{@}ed{&dlm+Uo40_9<5C{rpD z8N`MBw1+b486Z|_y&ZRY;Q6rpBz;ak()87P7OSR>Dqf0Cr3#x~;rVp=8v>4+p8l7u z)!)csr6#itUzxWCc3Ma*?$l&9h1sy3ZnvWR5=GOakH%ZjmXP${pzDWm!DtqLSY7t7 z5yZbfK4ygZae1A#k9UNJqVbcMmo`0$K^Npi^mQACi=Gb>%vKYfs1IR(6|X+rx|s;f zalr(mNVzAnA0Yh|rX~@K6aYfArqo>72FbTW?x{-1RDAX|!Wo6I{--GmtGa`i8FVQ~|>1&Q;{mw-D3iA_Ut z2nQEotfBR33tFR@BD{}6TxNBP@8Il{ltAOn2yGwjF?hW)EH;TIKgMI3FS;^q@_zoUt>s&NyS$oVuwMgIsCeI91=k>=0BWA*L)yhPP`-S`;me0D45 ziJ3+sQwocH(4iCZJWV-ITzH|EMtY#w9nnz_E}2KF&rk`0^jB~bg;S1+W9XEwiLA^U zI0^9HMw6q1Q!5An+Q}w)^%lLzIi8_HqM)bqJZ^=V!l9fZaVq$FoBMj%`l8zCJUn_HY{|uZo73@-?2zl5 z*AyvJRG5K|Ng-&Ue*(!-nQm+iwjUXVVypORWl>8cN_^udVAtMDar9!%12E=zq)w)X z$)+D@>gZD~zi-=9L;x#!n3|6ga-*cX0K4H_*+#+T|733Mzu8-O)QXdS*^T+*MwY2! z-UY2xyJV4;sWLk^o>Se$UwFGi@p;xs_T{{V!r@xB(&@GO_Vs)+Bm8C>EJu+!dz2YZ z@bH!PPBm0vE$28wg|ZKl@AYZeFweOgi~y%>?h@Q`p*=-*Q=m3lHqUR#!&j9`{S(wY z$cUHn^H#R24kK!ms(MKm&4Wj>PHP`wdZ8#yri0kWGy*x}E^SS>y2QndQ8EMpm^Ukx z!s5e~ZGT{&CkCAsq^v|xt=T?RxhC`Wfq8vyVcx_kGHBw(0ju^LJA1M;JC}tj3o@&` zvAGCwL*_(182@ZzqTRFN6^651qxAR-y<^@$=GmZW{yssQU9=fYiJ%M6&Q;xHrlZxT zKQ*Hbt%r4ASEe8Vjvq6q6t8|=`4J|Ts&ehxLMVUhH~J&H%lm?1{jRu5SA_+7bl4)> z5x1V0m9on|WSVNKlnVV_NZc9;5T}9&qa=1POI&(=3J9+erM@i%4=Dhzt|HF1p_LSM z!IuL$h4M%rg*#T3D&FtUbzyOgVRbSyIqF!PmTo{j5TwbA0#|yub9zk(r5v;`dw(Re z@lax#ES2B`{Ay_$FEmFj0kPQ0m(3CdOM1P(rx}QkBxabx)D584&F^ zl*0sP{kSrzvP8~I0)zmuIC)N^dpa7w+?@)>(H6g@{Q<18`XMGC?0=CyleJPQ~Hn~b8`qF-AgRYyBirM)~I77sN z-t0?>c5bA;$JfYN-PI0jB<0lKCDc6Rjl&%fwOo!2A=A&T23$LauLH%2!Q z6zWXs{_tG2k$IXB9Qp!5Do& zzwerch6xYVAP*6C*vNipsG4US}*{P{R6(!y*FnLKL3x(%V}P!;0{mj z#GlY5WdR(Go1j1UUW3_h^ltj#^bzI2y>3~X1o^{yr0{3Xr?tYn%;ZNf?`m5XF$=H7 z^Oof)yY`al7JN{?bAc818@*>6+`@~y>i!eNt10?hu1-E%K{#0&|2&1a`v_S}5zglI zwDAOqfY0OgJX~Wug!l~I|-Hir^4u?^( z>;Cns)%nb0l#0UjVs(L|IIj{y?4qC!qP~@f{(hKzhM-Kf^a0 zZQhF8p3b+vHsVOcc?x!|E|Lvd)w|`2eC5I2dz21csX?iUzNOANz>jD@9;LHnta7|| z7zH+Tha^nggF=KNcPGa4rc8Rtt1IXYOJFRV*Y@}U#)Ufbd^ofW%6g7|y%R6a{%u)IIM)iP)KsiDbt zYJ8NaA7%Mk)9+U*x*=QiTKcC&4}Y(caY(h!#*EBm`&RjfG5@>W_I4Kn9;XMGuiD@a z!&rkhTU&ZzHHrH`5d<;`7{EVK;EzTt()*o=Bsu|7`ZAZS2le4AP9Q5Ve~TSO5E}

i@rxD$>-dd1ICy02Dfh(_dat^%IC!q@&$Ke$pGf~-yf=@=?kw&kE$@-Qs>!B;g+1@D%QtE`8lpl1d;O0*x@mR zLEk&LniL$a32ntZTf=y;%YuvPi1O4U9$v^|qFN%ViRsl>b2*U?!yHs>>aC;0(bDiZ zu^2B+zgW^6^6^i?16GxR`XkNIu&h(!3i=i0@wYqSw;7-fiYLt?bi;dSmP<{q`@bS= zZ3r0OcsWq@hkU3=B>{*a_K`qE#N-`(iZTORRpyS*Jg7MDgo55(hMi(+PIMP2L53Vz6lbC;AS!Ve%WD?ckR{~@WgU|HFfx;9y8lBJx zmTui6+enK&OrvpW>T30K5tr(BEvv4ZDush3m6#ScdR4a2?kUELeJdE*b4}EYAnChA zJ$p=^lElO})HBN2&lRA^>I;^U;z@C#L3Xx&(xY0%^V+7Spi*$_jHvL_QhmDXgQ=eV zlbaLQYl%nd-FpnT^^zyAr++d=F^=1U!yhmYIZoVZ2QXB!_wRJ zBJ3iEv1s~)F1r`&2o>+^)z_i&$3m;RTV%-Y?k=g7XjwEKSmUn^%Mg`<7-Cn@KAbpW zgOpk>7i^vmj&tf{K?QZ|-&R5H$$*kwW-}w_=m+9&0_w~ZX*{kLHU7f{Q zt9OAYauV`Q8o8(QnDGeUz>!Y|e}@oLI|$seEQGgBRRgXc8A>y#Y4Sg236^>NVhU=F1h<`-8H>QLrJzGKw z-`cG?|J9?T9+r!zgMeT|EC5VLDN?t~B-LZ5s9Ch0-VQ2;%;buE7!*J<%)@V@;6aD^ zHxz9&f08{+qVJgq1c+q61pRn*StdKR=M>E`+@Y|_T4k)_Il7M!f+#vb3l~m^=YCo^ zYZl@0Y>l0p8z!csS>BmgDePg3Wzdsx+4%c{V+M7lO=iugJ@fNUY!b*re_6i5Wn}vZRSSr|wELVCrgVP3o~@d`&qwUW3j(Q6Pzk2UVNC#@DbN;V z=-=eC9o=eH0HO^C03d-g`Kzk3;>oUhi%*9BDY$C{IMo@nXZPcfI3faUTM< zA&3sAa<-^Gw%nG0ZF%mmmY(`i!c>g5ivBg<&Y~qbTEXyibSbl*g}JgcH}j)5CM_|i z7&p_=LPG5SspG2OqW-on-7&=A3?eZ@4K0XtgOt)p#|$BYbVzp&HA6Q_gM`S?-N+D9 z5+c${h@^rdyzssEeV==Oct3x@dCs%X=j^ri*=y~fadt2R0YQ8$NwRbm8Fg8>U{}fl zUHyt&d37xuXy`cGM4H|xK*RQ+y&@~F#WnWl2r?ddoMXHEp~?Qz1GG-L87AbOmz<_! zeR(H1BV!&*;sM8n2y2uKX3_M9aT({v0Oma;MjZ6Jwd<3fah|dGM<2Idy-(6P%RZi; zY}?Jg2cKsIM){cPJj6_YL+|Lim(NX?ou5E>G8vmR4T#nvzB9#278bs-AyqzgcIiGt%N^f+Ly6fW}vRU4Wi=*e(Zke2-HvLZ}3r zY2-E%BgjYF52t>t{DvqwRR6dfvEbA=FRqKvT@)B><+1~m&Q9-E<2AXt)H z94@8o zG@WItt-pR+!1TaDqkeZ;&18H}p36CUiTOVB^}nhVF(%*V`?zkMn|_IH?-ZMN;}3an zt(*GX|B^guz8Uy#_#RFa2D0GFQR!$ z!YMECoAT~~|3Uh=`;W+E9H5kfa!9Mo z9xChAObsLa$Ro+lANi(kxvu=R@6lcynZYn3+pqr^JIf4jwUX9J7RBNbU*O&_&+Rf( z&ggC(jZ|YsoWxOO8HRjy;CAX;)=Uizj6}K&)+NJy{gm5JkDRx$jBiHuU@Z4m%kT8? zML=oN6Gm($?@p2d8?YMq^GEDz6#AN&3wTK>a z^!~bE_LRjCSfv=8x3Q%ODHtcG#H5Z-vW>QX5Z=&71&Mnh!nD@=f>>K-|xmO6AaQUY@ zHYa9vYY{eL^>$S(o(dDgA}Ei4&0HupHYs&_`(j_w0=Y6<&DM%2vgG5r8}uo#Nx~?p zoMR2mBPi$iB&M15NEX@TZyZfSzLh_$=0(=ot~8g|1d#?p(NU39*t?5MiQU zEO^S+x7d>Wm)CmS=k?P>|Hs%#>*N{+eZeH^7U5rS2YadBNeBqcQV72*y3S-dvnxTB zL*7tcg<^%RH#?6bPJC_XL6v@L1Kh8#6pXhrEn_cG?KE`7%6OjBm8?CP_xfA2nKv;{ zAgfs(B`G9{iVtaTSaKjVw6}J3InDj#!uATP-jZVMBm_x6KWMkT_m7vAG)jJSypr8u z4^_{`25`$Gq?6_~ zP!>0YpH;pD(F~SnBRMJk!p!njO`**K$bKi2WP~#A;()K;f^zssmYpu38BjN1=Y-aE zPsTwbYdG;d&ygeHUh6z^c*1!{)uCB$Tpk?`hR($P+IQdl0=lZ#wI|X>S(dNl6`4QY`I82`BAGXza$I1R z)cXAZFK8%^qh1Kws8(v#9jp{XCAykGU!qDJI36?=c*m2>MT1C?OR}ld6c*@FFgX+< z6y4rB+-Jc+W2Qnb!bCz#fHcaf`nYBJYGBXfz3*}CT&y+kt_?<2?{nu$ri*ubz{Z(D zySBGMGRt*gbHV}Nj_KN#E_tpfavWCob?uqkoYE2x+-b@VlUIVSuZovzmOt$d4M?Or@O6(_ zynwz@hQ2;uR(E4jr49g9gd~6CF143?T-8FrYt^%M*i?UQu!>&|h?gTmM-0YzAgTruOMvex8px zKH&sY=^XmbOnHdU#&Ja0km$f7jByTpGz*xlu4%Q5`&}JCrDK=n0|6SBDMc*hM7fBz zHB6ru5WQTENa0o*MU(yDAtVg?^K+22%boeH==Vr)6BJ5*{G;q!;%h=1++0q2Tt4X2 zh5+M#^;%(8mQ#;J0b9&5_2Sy6RvZ&`+5wm~!CdXSV3)Mlvl6hA(b#M^bAm=?n-$Bu zYqN^(oE&d^pYj0J35}l=NVj@^oj7lbFuR5~6H%y8fTgM^X3kP!XUv!y9S}+b}&ONsQtp?;}7s#Fa68=C<{53GQTiPfN#E%y56=qlen`QY(eIXsyCT z;Z9}|;Y6k+Elh(43`>6s41LrdNFR0-^f|ACbGFGL%na=4 zz9cENIckEvTdHrN&N@kaoiji(AI>>5f+yd%9R0#-4nE7dYd16ERP8hK`2H6*!?-VH zG}s=8qvPXxMOJ=(VowQ>ZiBdZcIkn#%y&JemOIaBefy`FkPBtW>#snxlyrDY0)rlW zSkVsJ2Ci3R9n;+EDvzi7rNFumi>BKjcQo`p+h>dOa(dM3=?HtH_d~NKaV_biWVr+} z{`b+>6LbEW{=i60!B@MV7fIT(Q2E*d zX%o{qnUa5?_qc>MCQ*$uiWv9r$6qN%JQkN{zTTz<$-!X~=LRw@L_enDaqlN;22QK{ zRzvw2NC1@s@Mbp+9+>1MFos{1Q-vP)!ap!OfIv2#@)GFZF&+Do`65!iH2x1eMeaLm zh#f%(o!Y4QPx?C9qC~~fR9aj}ddZ8YRcVBH)+7?;gLk}J(@hxs`d*@5cxkSqBP^7; zW@AXgRspPfq*P*~={+QBf&+noe0I0ulpXimNo>mx2*HZ~Ol4Sy%F~_2eTg=}XCcu^ z_#L^&=%2(2P&PX|ySy;izuD#U^vq7LSZ@wmjYEU-5f)ucfT;yR(!bd-BjPZ> zd6jWC*ra3#m5YJg^zILI%7kzGv{bi!T3@IR_j;@nQxe`GB>t)<;3j1;A=Qc5P^PzH zKF1#p(U1(HotOBja?apgbF~nzIiyc5XT4{|r@+?Dk9-SE#9Z|Gvh{bj6H6UFlM^&9Pm;i`DQN6UL;CAho9t!@GU8I}m%W z5s@Ugt~YqT|1kLy0P3dZZb$Z5Fn6FF?8KE6n#!3Oru@pb^zg%R;I0l%3*cPd>Rkr#b^&(!g8> zhl6;Z88Kgw{WT|jvMP)1*xNy2iVWE6Z_OrqYVl!;Ja=1CAz;EV104uxFzP#}#eZSy z%~I%a^Vrw1L4G_B`Gt}-z}psM!4V8OD#f_Y(ocR+KlkU07h>NPar|8@^ynEKhbrPw z(bmBqMFt|wRfiOiCD-@izd0N?Jxr4MQUkgH*;|DtH7*1gAWm8dP@?&BY_K26+l0~U zo{FVEOkck)t9z-z)U)=zQhXG|)#sSy-_^i=Ne4DliJu{aZgE<>A^0e^*>W(eJsP$b zhqG9^Ldy@Gb;i-M*lONXpQyQtLxV(23C_*VCm1Et{t1E-H==*D;~rNJUoj>6xoz=# zwZA_08{>#B;idc2;1B4`?bMUNhs=@pm&auo4&H@w4>pe%Tav0d=r4C=F$9BpDbmFw znna*N?P)6Fm9P4A76sx6NO8$;j*sbOJa;7IBQ@_u+n-#!{gQ>c8h9HscpPRL=fgc3 zJT-+j_)O0%VEo9q_YOo3sUM)KphB36wyU8|#6N0!1Ff?%G9}MApTkUxq}?g(szna}w;BgU9`-gR7nux-k`uzSsFzoq zkY*CbhYxMdy@qygKog}W0e>3B`0{he0$emrGRs<_;DZm-l&1^^!51}*<=3&%(%|G( zSujHjc6S)C35(@A3XS=stD^vix72TgdAiYQ{;o?4?w6mQkl3JZ_{^Cn*A1ddv~&jL zD`+k;{UI|ADY6|9M$8%9mgLVJR^_&^yi52pMavs+D@=cmNp$4_6J!nR^$q~60&e>8 zrw_@H@wVot`$g+`3Zl23FQPm=cBnvZ5+Q1e7pdtz*WX1eq(X%)j>LwT3;DLOc>BAef^Hyc`(15i8&=; z2%C%xQu)?PpdLmD4HY4ih^y(5&y`#};27e1x_h#W}k|Le7<;7wnQxluOyE@tQI+hC;j>N5ED=SLl_c z;R0VOxv%57cdiXt$@`N+WebpbP+Y@T^xmeHLTbgQ)zXTto_k!zR}PzVV(y)bQB=x7QRACYcTLbq0=B6m3~Wad6M zFK%pHL>;3NXD@87`P$zPh-u_R$>3ZX0dH~eF0tmEFs+p~Cu$57z++M05(pZ2^}%Ay@owvMyxD7DZ$ zhw@6)Nfv1z9dgwVPOoCF zhMXmo?R^jwu$)T&Uwy)ve40`eS24Xj*9k@SnU-dNai9NqJD2r6WOc6Iq3_Sh$yr}V zWIJ7p74A07cfNbxcdi>v|71Z|;d7g})OXAb5fzi~Ze=+_&Nx)1 z{N?JfpISAEiA}FQE|;^(_I=9EOgXmjPuEKA8QnJeRn3V43lyebw^9THzm!D!@@%`pM4MIoyF}`}V);AiV^yele-{(&y_Wvnql7m_I%gVc&8pvXonN zDL6S439)&_B13S+wHrh^y!c#2o&C3~RIAz}CF`rpi<_b#U5-+!S+?u+!pybnQ8G~P z0bCX2sQX6cEBhmN0!wp}>yTXg_aca5_X3=oPhCYzxmM9S{C@yYO9u#qcjz9PR{#K@ zSO5S}O9KQH00;;O0E4iVQ2+n{000000000002KfL0B~@0FKuOHX<;vEZDD6+H#shF zZf9hBbzGF)6ECHNNGY9y(jg$-Astd8(t?20f^;qj2#9n_3P^V@y-0U=Eh(_XQcLf0 z@%8<^a_{|v&$7>+m^o+WJM%qrp3qln@(*z+a8OWC9x5uxYNDW^7own`01NAY})ky=!qiM&U`e9fjwksZGt@vkepsUFx?+5l@# z4eK19)PUhjmR~Xd8D;QgE0X;bc%GY5v=_Sz5dM5(ZGrYtK=Ou2%=D;b&|C7kz@N!P zP!Uq8d*#2{#aORIY%f2z3s2V37K;Jfizw4fr`1GvD$l$aTUr(!yV%8QZB9}my&dzi zDT0%>E@2Dj2NK{iWa@M1?v=dj)Ddvt1wV~8& zlJ>YGP%*pY5jZC8@zLv7p<#6TS9@$}Wvv2|a90AJh4m833CgsGBaSEf2JoMP z$5Mxb^#>7Y-hD*+Pmb1oc*={RN!)9g0S|>yd1vqS^|CZR$gn4uY`up;XM(jg{O&?a zJc4%sNs+NK3*lDA-+4SM?6@{ZEyL*Jrme_vf0z1#+2>+El zKIRT`caTem%T@zqJIPGg7o%}*o z+{=iR8pe6FT{=Khe;g3ek0;V~mF?;n^HQ~#`czHC_Ehtc$%m;lh>*(Q+k~Uh#auex zh=codQO_}{63+$)>rJS`KWgIdu%^WXhtJj>udK2dh<=_FFgo_(+deFF+X*yH%cj0i za|a>E^k<2#U%&bmNw>3j(laT7ijtBX1p=TJ6WSCdOG0s zWVecW6mf{zQ)*0-fZVXD!#jRqP<7vR*B?C+c7uK(c#(Yh-4!N!BKC=aLSj6cUriTMBzbExuk(%*Wb0RM!6fi zID|6_{Ld@ z3dg)DnyF)Tle~Jo*u`Wim|G-&A_##w01sV?ZEnbt;6g#QWNuzG=7%)37FdA#g zfZ@c0tP;qayr(h4z$%EwtTBQOm{=${2FB~9e5rvdBJ;Tg*`UPQI4Ns^?Zp-)K)#u` zudXPv&XjA4=*zrnkGpbRiFoI0QSoTr;;~Ig&Lc)4r~v)NM&7ZAl4L)=lFVX8;RH-K zhxYqtL5cXl3W^G+h>OF*6Qew_`zqzBeqtgwjo~TZ<5wRgCV3uDu*_E`L>+um$8if; zo!9sl>L%P?Dy9;Hw_nPFlzmO(AAXjfb!q3&HBh+r{f_CBbi zW#ax8L$}o~r>ytsvSuGat)7^ti*6QzHxNgg6sdET_eQS|oQ?m@8LZi>**5Rhd?fE8Hpo+Vw?WEBy0Bw6=kiCtg0BZ6tB%QWrJA0c#KXvwCSUf~kM zZPLu08LhZkY0a|xl?u?z6ljvJr05fid)aftE3LgBkh3UOpO>|>-QV>+s-L~r9B27@ z0yC2tS?7~J!anqH{#cFf73z*m{*SKvaD(#uv}{j;5L>1LJVMBJ3#u2M1Nu^$QmGEQZcb+f?d?`fCKRLG9@4nCr63>XCuRd zh9ic|%dcc(+;3g?F%cr`^0@F4#mylfJ`L;|UUdCi-HJZbe#f78SJm2EkRZ<+% z{Nk1Gh>CevbOt^eA;>2L@3|!E=9WSEJFW?`4#buQ{ICo-%;LTGmGZ@E2^~eFh*D#FBd)G{gBUHqLKYPj3*!-1Jh(AKV_Op*@ZC#-=j=0fWD6%OrjX=az`~@Jn|gs& z*#WOr?^wwbr-i^$o&+V49SVo(0AFHGqUmXt#xPGCHeaLroy!>fZ)15ULC}Cf1RcwD zVLp)W5eKCU`g=g(TcZvHNZ~x1mb}Orp%F%vtXZV%@L+Tap=uLA~ zL)7s{&Mm#9FF}i9iuV1lwhv)4&+gq9D|#S-C^}jQky@nBi2{8}GBgQaZJCdoe&i(# z0FN~v2BnUE490*D<#K(9KWo6I7U}EbjoCe4#C@EeZB5#Q|f&k zavn&;=u)xltT%(Yq>o*-B@8nLyNfsmTj}Gv2|6lP2VuD~-KuS@y@0p}RA1A4rslDK z;IMC1#%1mWyIxC7UQ5kHW(=sekaEja+_34!b1BQF(tW|}^)7ZptWT_J+_vQRZ7e!q zihUwarZ5q~1)K4+y=2UF0QDiSHl6>f85b*fn@5t3q4oB^wIDu>kFs>g7O)Ub!YjHc zWi&_imY(+`7?af)Kg^#gzE>U}0{cGF62M1wLAdi0VemZlyB;K9EPb1Zf>Y;mCdT_u zI_odT;CF3TEhg9G@yrixXea#%=f9aSxxeNftf`*Y^j0%%+2!vm^6vXFwGJz7pT*;U zxYpC7k;(kij_uLb{{GS=C}-tXbV~a~LWc+}_w_OZbf%+<(T%dE#0@O&%s)dKVY9!j z&X?NY>csaD%MB?S#WII4tjVPa97_Mmo+-ZGrqw@P$yR>FqRa_oTm|L-n{fN0J(h6L zmZTFyHN0M~husda?LYSDPoH2vPTwe?naq%WIL0hw#_%&LMiy4o*~a-l`MW;}6CITQ zUGEdBbpW0l&J(HsCHDSu^mJ!HEUyg*ijrqQ#tY}`f;+3n1 zjbUZ-Q;6E5S%mAJS(nW4oLDLPwB0aeyomCW**phRnsa|G&y|i74u{3Fxim+@Wi}5w zzG@Y6-Sd-J5f%Gyv)61?ngcnNdF6E?Ez+2?7)BJ%lc}{rMO1kQ#-okb+hS^3xCVn0 zyDb{NUxHQDT64e4l46-Fm|Te&Cpix9{KWGDq;MPA=Ku%CzkSVX(kq?FFs^F`1+BwM zf%Atu#Ao2c-5X1zqr4Xu(xglTA#~4kZMt^#pe|FRn6I&vs$o#wG=?G9#tgAu5BO*n zTIqSCk_gdCzBE=QvynxTo{CZ(APfMNw{?n0AG zt6{n@6sl}L`}!uyPWY2gU$oiePqz!9JYoUc#tpg6U&pYU(w^1A1YwmyaodmgYFQne zKTAHuvNcBJJ0ZdVfR^nz3PCqvu3jxCaG`J42Q8stTXQ)x)4zJ8wi2$pZ=|u3 z*BE%Yps%=avkF63szRrXb!V%J=Hd>{2e9t%w9VIws7*{Ke_0&QoW;stYl<4-uyB}U zIqq>Pt1DR5^&AX@xbICOPt9^8b{zDDBleTUifqP4cxal3iJjUzAC&+NBZt9{Mz%f^ zev@80F-$|zRs`9B3_ik-hmFPde*lnYZG9Z`+NCx_sWIUgulokc>vi5#5ShJOzl_V7 zc{}(zEV#FrnCH`|eE?oD3ck}Xg(h*lAn*L8RYgh9G^^*OVfyw$ifimoryuO`6Ns$6 zrFqBV_@+&l#IHtPt>JzA5Cl3?-27_heXW!p-ejzC{E%5>s^*+7g4+KcG8_JuNU~3d^bCdeKrGSNUo)k zo}N-t2HPb{2DdFXK9gRz8J+115AA@A^Dl?af7;N*);{u-Gkyc%Y#FT# zyjdcX1vDM0fKw>b9$h@i1x7>$5esG*1R{7-SI^F@R3Uv zttmjQ>^H1p*4pGy=5WUetsLj~srnMAV9bj8cA;*#-q1>6g@2cITg!7p`a&C%SG?>0xz{U@afA5Fm&_5ta!yL^zb0Dw#}uf2XIdmIqm3 z?nAqZ7+-u*Vb-GXSU4`V$1U2p5J3KO6zczUclFC<`|iD>MScP`ErZNL*WN*38Tcoe z4%6J?Wc?I9IV5<9r3g~~_Gyb(s`A7OoN-ncmHNmpy*7rZE1X&5(>n^?MsSX+#!uf8 z#iS&xx#&TKc{4eZf)4b^wV#i9Lln3$HYFZ&xYwXix_gdc`CmU0M8+NoG1CSI(}G=! zuHEgq=7DRu{_&q0OoFOBirAVXB=(%_gDYJ!Hg;|r`s!EMl;|Vt*XQ(%aDoTx>6MVV zYI^bERh9s-`KMqKB^u?6k^`zF=)OHi$o=>yPHgl`?i(vLL)?}P2i&TV?+)AGL!aJ97wo`A;fZc^ZiIc$j);d7)a{EXe$ zCIal+OGPNrLUQrxXy(IyBIWTU)A5Jpa&D}o@s7ax(NQCUnkT%ko;{4*r{Z7=G6z2B z_m3TldVJ(~gj`NbDd7)R}M z)~bT~?rZtJQfBvs#PqXsDygu}ZsZCZ67I55DNv@=kV+eb1Zs!QRpOXtL%(cKy)#Zz z;`ni~*mXpr(YD6#qntPJD3A&i`QtoO`||sbY*ybW(fW)1@7kx-u4sY|ukfK5{so?) zN{lfbIh6&ZGd~VZF#Q*ZlHfkNvIWzzO0q#*y&Un8v9XUOeyHeeUymHi*5GA)&vJ>?}nez=5QKPc>So_&V1(+INwby z#R7tA=s>k^COFqfs{%*usV%J!LEiD|4^Id_KN*;Th`U~E+}%5{PG^^$=b`Gu-N=l06$~HG()5$sla8vWEQU?MxY31#sS6VjOSPJ=px2 z@8FLO9i~~!emvk$4ow#J4Gv9l$5lY-vjVa!% zHcREeZ%pi~2m8j&y3zOqhHP7!kEfqXQ+JLy8ph6r-ts5XR>a&7-*p-$;v##VSBCsKz?ZJTY<@P+=g(edxGiuLnjA;KPhrQ~Ad<34&3g$u zi(~%dX?b78!)U5grOPoR!&e9dQ!hD|NV`6Olv&CO@qKzK#xv=i9_-!oEBxtbN$13@ zO_jtps@CYUb8)squjS?|g??{;!VRd!N**$^lc$J!aJ=spoBy&e>DlDl5RFY!9}XqO zMiT3W2ArG*pC4?A%JQ)dYXRcRU&8WG+62&Pq2Glru`pGh&VE>vxW8M)I3ll9-n;q} z2Q6Gd@+jb=*kou7?e(=lH&6m9N8sDfoycBqx^s^eRA+m9h#HIUu~o7Dg=TSV^!?<$ z29BX0A6O&V6tmNt_q)sEj$0K@Ks`CowHx=WA!s0a6a`#w}l@wc&Jz}&`_Ohp4Ynt zoY7Yrbd;gR;X2!{$Z&pohJ__br;Cx5;a&{-#cG1h`1DHTjcLMBUjVUGn`4gO3T>)> z?*wDVWVJ;}I>K&_y1(O30VdsV2@U?;~9cZPJgpX#ez6mHti`MjHiI{dm9~F7C5Np(p;LlSoEfa^AZo zn;*|4PX#!HE~Q!>=_|nxea?(eIsUB_g{iqIC;nH;x$V+~5e24tbVpVWS(J-; zX_1ry>Az#r0fp}0>GL+^mZ}E1@@obCtqMsZKjPkzqM8789q?e!HW%l=UUYuf8)SZx zrP$s8F+k40t5Jt~or#%6#nNr~|B8mZ6$5TL6hfe&B#E)p+A7Id$tR<$nB9%{r|&Jt z7lm^qHU@n!WT4Z8ErJAeHyJcwZzbTWHdD2=wa~oS%pzHT_z|K% z3u9$~)&uEUbd#k~`JOIZrgU*N&XmD9Xxi#HM`hW1u}15AHVT6@?ouvRDpr^A6Wn9J zkqcSIHROZ%*Fd9h_zo93{g3CaN2a?ooQjs7?({%@&0h`tF2VU_pd2M;XU$^0h`Kg} zua6t2`#4_UowquQTiIMGGkEWn5PrBF=pGG$6C*+bRED69r(u)uSl0uReoNM~4F&%6 z$S9ZqN?&!;zUA4zPQiB-Kbn`QT-DdIKtuvK8{CjVOaKJvJ*mNYe4sdYz(3r*>zU*p zU~Rv#EA0AA1c-!5fX%yOjbniC7kT~HiA!s9_O#||PA9XJZoXNnux1w}Ai}uxbnVb@ z@p~Kkwan-wgK!ptYj_bFdKxc>0OTkK1IT}I0uM=nj!`w*&|3N{3GWl`3P>KuGMv^+ z*nGVC#(6X}7O7cQ_0MV&q8(M4Zo>l`ksageqSxoyXNzYeUm9u7e^y@EH*PHD+!PzD zc41u1n~S^vj}xZNfgC&KY4_s^HjMQ^#10J)s%$g5y)PinYNK=`z+VQaq}hvQby+ra zvZ!UWWbTS=CKqQ@_l#8ykSUpL#Bn8_<1EWk63oHW69wxqaXaKRuw~l!>c#*GA>q6N zJV@-n{2r`?^4m(FipyEEq{c6=gFOr+Mv1<2rJbvk3gDshCgd zeD6M&qVcpmEcCls9X`D{M_wgQi`&^xgymyTHj)X=^L^}JvU?RBmY8jQM(xwR$d-kodqD=`rswbIM&N0Rd+CoH?%Z zxh^oNBgK6o50qO~ns2fk5n~1-(Wi54%aHyW`v`^`C@}yEBHAkwQ&{OJ_4jw1pTirgva%5= zEZGwTiPe9NC^)f`y=O~H7IRKrdDC*WKYkhg!S=e%T$f%fxsKgJRmqS^fB^wv#ybm?+ea^gF764Tgv?aNfjJM`X9)pv__G+ zU^r}du-IW2WRtO2DdMbPvoqpoIhZ`^V&!QPeFP$DSbAh#Jpc-axNq1;j)7{xb8}U% zT_q=tv0}WZJ85wt&O&6`PI5-tkxS_{DhKPckWLa{>LBDgY|H|vxI`oM3mJWGR>*K-yWuBZ?} z8CDtbo*`-oYk;CHD>Z2O;w%Qir)WH^^qy0KwLZo=xI%cFZD_;T@S5&@2eHT3SFP!u z@mQc!4&Oa5gqj0siQmgBs015MnWq_xd(3n9c)A@U1S$_Db z|1q_yVY2DNF1FzlTF2VPNe%2@Mh0?!EXS?Gf{y3gXNzO2r{(C=2$?pg^F4)TPuox2$-2i=+*B8IX1ehc3$}6uTc} z(AL95BocLZWxul38z%dbn{w>nLxd&j*?3=n*)(up#T`IWP?q@ZaCy6+TnXA;)zF*h!EkLME=59RmDvng+mXqd^`!xL{xeYf%~)m`Fpp|jh9URN?uHu`J#b~53Q z&cRh)d)A`>5n;=~eu$(Y*s`c34OHf`lO{v)ayoK5Sz`ij|Nc|s?mhrUBqXsD$ny;b zbt^+qmWejGmf2J7^<1NqTy%Yp%g@qk!4PJDusoi&1S3huivQVelV&!Q%6&D!@OjU@ zcS3Y`Ur<__)wfFMRm)|au_{KV5h_ovlkB53YQAquGd`58gH>`6WkHuMVf6yy^6M1Q zS-tHLT7(qF^t@@A1QO}CY2-C^ZyI=-hJOk^=(EXAv)t;V>0w@O{e;;}%dlTe#SDxT zJyIwDj%1VFI_dGRq2k9TI;VDO^WsC8`y2N7zOa6+$h{w@Al7u}&nOra;gZBGNg&r< zg3g8wQ$mx-LhHr7=9TH9oVKi($lnAVO{Ee%%N`>^BIc2*U>6;cc_i>=I?={5J}n{X z6NRBz>3wEvE#-Q*>LQ~JmK zR7k&5bu#_9`_MaQOYky;dtdhv$Y4E0QD@?vWmVYm-b+aJlh`YMZ6KHFO)~?oXo+9; zaiUHPa$Nq1Z0QEq3vnnz*nLy~<7)QJ9-FE8Rv#}*w%;D~Ud7?H9wClCs&com6$A#k z0r;1JMa^dhAwCC3_s)!4mb(`&GPBY`xNq@f3qx~L^>W%Sx(_p+N_$pCM|pX7=G%e1 z=R?)auhUy>1vnQ|pE}0wd!0VUNGj@(PJAPgliq;gvFOi=KF`Ohg8aOF$+PEuhNDBX zEa)FTW+ctvJaEtRt;l_jpQk!hM*nDx75SV!fiPRXUpJ$qxmokRcxCpN5dA`%Wgki+ zBCG*gWr)&oH&KA4tP^#5HRT>9qID&ZJMX!2zE7-sX_pR^HKcXU_`}JBr~+PH?sT(i zitnYz_~&~qEr$YW0)}FedKi3GO{&bGq<=NY{L}Z-CoFF92fPDR(mMbfyTki06odW zAv2@B7&v<-ksyRmNQC}BGE{KOvsA+)A_yE}EP*zjmguJ#|NE&In+_OT)kcJ7ght#8 z+26Ov;-~k28Aeh8qj2md(Fu3hJu#tcQF-qZFea{uM0R- zRZqdbWpm-ubh@zc_&#G!ADg)LuYynhGCCeQ0#@M7$;v)x>bmU4{g4)}JeBh-0M!xo zFMUJt|H(kW4t%-WQg1OUPfL=%&$!atP_1ya9Msoyhd>hKCrJ8T6NlS8F!sXuAdjjW zmWm|k;q~7;^InNMJSxXOb6K&Q=Z%Ed+gL0dd;T(V#Pa{lG~zY?_0YJkc{;s&2V{I6 z+IswQNNXtjGh~f}*WZAq)aZhZ7|(Q07sfpM_C0aO$@ci34<~Rg%=U;3qqcfLqh0pN zD>t-m_%U$Af(+bvy8)I~b=zx!t=A*VU_5VMPz$+^XF`M0VW!$XpcO>GPA1_bGYP zGHFEin1;Q5T~scs9raDMEq;s0YaCR{ zYyKQ-J+zg@_@cH7YCNdUIj<`LHIRTkCe9Rs^$o>oYO3;dcS5X1EsfKE$+HtY$7l+! zrW*KN#=1G!LNMz&%D!;3J_=95lJ_{+yZic{#DKYZr!#1!9EDW+UF zb&+ScQDeLfZ#{)H<>y@&l>|drFP16AtNv6s@;GB=WI$&>1}lO@;jNG@bsZ;4#ug>3pgnAc3sM2ZvrxGo-X7|oY zkH~PgA9WP?n1nKPUT7KhN0);F9B+=2j`!F~zR+<5Wgutq#n6#Z0jM^wZXBb;RV6-E zBtd?lfB5fqu3@+s`@VrAm-7DdK%{`XcUHY zuekmHJ-^(KEFWs_TsSyfGrDT1_C}_xfq}6GxeQ?IUJeGe>bJY56C%kCCxgvRh;ssT9L5v(9yNB2RueRcNsbYbGQbi0pJjy{|6;U9@Fa za_K%OpIc1`pYyp~_SKflG_W_t0$9D{t_MPObBWal*nnrVz&Fkxb!)$bi$%O{@KiJk zj0!d3lVPF-y_0tKlT;>*iX86l2UKe>eVj@4a?uIUYzW$jJ*II}rf$(yd7buACi7eh z6z3s$!C1kL`viOK=&`PHrbQ(I7UReTpHOC>n#@_TM&8WBO3m|_Z3^#SUiMdO0t+YZ zhdcS3yXZU^_tX5mF&_7?e93s68C<>Aa|jbk0)IUJwHg^dJNWGTsawZ7Adto6Lt+VX zbddN1jh-#CdZR!QTi1Hmjh=?yJ~4s%nWz*Bn%<*VAj_D*Lt>Wxuqr%E;Ggp_CbVJV z{Q%dVOJI>T*rxL6WdaOOBYhCRIy`uKoaMof4bj$x8Y0n*7o)`6k1qE zN&U}UeEtT_0!q(|bj#F`Li(}YMlay|79a0~8jq)R61|KbPk_gD$068v?!?R8hIBr( zF#S8hOOz--^m?)0Vmp~O?fhu*(LWI`vWkiEP8$-2sOD?pimPAA?`eJNrlaD1pUIGz z^*cWykX!~Bd(rhiaQ)vT+KQ559M@5YzD(r(#-nw$2Q}TXu8$q!y`uLCn3>A=5@P3m z6_43j8z!t~)JxY`4=I9d`*mb7(Er?jS8K&G2BYCcfp?}#8sSs=We?u|Fs%K&5`z=` ze6Ogn=e0U<;AI^r=bRkU`gHN^a_HY!is47o*FyeE5=e6}Yo;cV~FkLP=w1WvMo%8EOLf1;qNN-hIwebaA< zg}Hk7(qC9c^uY>G?4OK#jkyUB3l}Hz?n5^-z@DjdZ)ccuJL7f=g_fusSyXL{A9UsT z|F~jJ(|DcIHunt0v5Yj$gQQ=`2}f0UMtNaI0Y%`aM*rh~whzt!mU=aE*PX8vR}De8 zwhmNYz5OBfZfdl^c#(TbF3d!PjcV#$3SV0bog9|7{PG1{eu=>tA0VN+-J6{rGwBs! zaMN_^F}J4=NauN32?k}(dt?*ilF75ZvquS8qa1-3Ddzc709AUNG)j6xH zKpYiTOrm}l`1fEP+usecM0L*N6R-j6iDqC@OWh)uyp_E-e{w!4uDovS!UP!B^G^L& z-KFCpivKlH(nln&u0+FoJYbnMRhJRGq~GT-LhNH7bzWoro4kC_Fn-OzSI#`Ag~qIk zO?KnQi5Y7N%Bla<+sEMbFH^?8xDw28(r8cVapXZ(iXpoVNgsbu76fWq^>FFX|2g-a zVj%F`p5GKdt3N$;MVFn*$szGp$(lAk{eG`hEPpX;=h=y7SnC0{e=-qP(~Zo123FG| z&DysZ(`!m~{VtVy9Omx4GXZsfES=)_tw&5Mht`6;bZfapmk*(M77&E;N1=f+fLWdk zTXJz4q9mW8i@?eX&CD_t_PCJZwU~3T8*5OCR2}_!L4Vlx8#_MNYmMO@;rk$yvmg4} zzON^l^1-wX*-=#`xDiJV+4_8@kk45>v~T`3P^cmuw98T}SB0GWU7#$(O`oUjn|7vw zz79E&P&LFHdNd-uGeSy>@KtB^&f?`~%IT{i<;|034- z*8cvf%CDMfqsHSQ5w6DF%65DS(Oyx8{VTS`XK;~=EK<=vzVfD@*;a!-PgIN-l~cA$ zkaM9=QO(f(oiRu_-u@US74osgztoO-zqIfz-Sy@o-rmY{@|&c(y1K5eZW`u$!QT!p z#PmBW$F_h&Cy#`7E?(i8kud-z&X)tcV9jT354fm!%oW-eZ|MzUP9RfefG$b~tp`H2 zA4d@sR|Gnz7$gM!;rbt_=WD6t{JrBwzT)=BcTj_nl{U3m0p|mOZZU+TDG4`D|ybO+4Uk!#ymOWI^%XBE}<-YgHRB z#+@Qh;S;~>lFu|gcUS_&SIL1Kz(an@wjjx7tRHnJc5~Gq;9nvf|Ls=tQj*grw#~S} zTY<-J9YCZsBiX7<7jz9@z(BP{P01PY1*J_!P)Mlf+I> zb}#izCiMKTx(oz8Z;++>p#3R*Kr^RRwCgNImn@yzb{(BiK z(C-A51)|$Y`$UI@cZwq-@P-3(Ud}Nv%jWsI$b-W}G;U+Sz%*3O@!h-^JABGYac>wW zxP}biGO|@K)`W%opI+pjtrnAA=NwBG(`#)~B_+3uaTCNHe2_3XrY9htLD z$@WH7{;)voN*|4(03G%79a0uTcN^N`f8L_Ua198QqVeAFt#vh}D7FbAk15oKl|(e> zfv+<44?7Fn>-YF_Iw=LS9RAT0SZMZl_Mhl?2o+oQLst`nYd`WYR#tYFyxKR8={HSK zwB1d$VMmLt4A0-H8E>e-vkUk_U(mzbbthUEU{A;*m0tV{0L4AvN*YSY0d|$DIwBtC-tlX_xS=<@IP2?7!smmKN8-z* ztV06*)mpZKp5J5NtDIcxW?-|sXS-hPd`OD)WVe%OnD}{e#HKqOWMA71j%!=vc!D`_ z$4RW^Z-;X0iF%S~$G~K48fK!GNCG}p-G8Kfw=_$J#uo?PW>yXg2w60< z1dMR$Mdo`b2w*hdt*s_V?ym#-_purA?r4vB3l74P7Fc)8s);}n`Rlzp0p=ZdrpBTJ z?x1{oa%a3FX_SkUL@_CENOmsc)2GdqDQ(N z`zbaFJ|`;XrYqW3zc)FW+%jv{N%>~h^PB5EcS}#mOt&osU$@#H0#sL}B54Fuw`sO! z$E|G6Bmt@pUwQ8RH(}J1-^+2e51~lXgGPe*W% zbX^D5!;G-BTE{r`#YBd&##@Q6Jb5Am`E*mrD{MsPOKo|9ndO!?9S(2lcYtDi#7Gh| z3s1g{C;dPE?jRpVvMkd2p6JIT;##Z(mk)<1hG0ejma}RzgmFqi&bF6ELVy*8%N&JZOJcj6gyC*4)#n#qLI} z2$UnxiYqy)%$-XTOn%p@!x8CsWO*q6yh;zzZ=+>w}QZu2?5oZPOIL>x@4K4L}hO%~tak=yLt!NdN5~ zjumpPn%-sic{SMQ3=sK}+-j{%C*;5k>KLoLYF$v6_x$l={xrB_Ehnvzwn)oXq^#A|jKqg-)L+@w{Vyac4=732&EF#QG?H z6x(E$m49+qv?LNvl+XvCPf7^c1rSkE*T1fI?V5w!`V-%atp|V2E>V)V$2e2sHlu8N zTwdM(`WE_jG#1~@q3iDQ+@BAy+huWi4)nbC>Z%0Eby$3%|Jt1QvJoCRS%=9S{hz7& z+x~{wNgVg}bv9c<_MNfS>6Tfd4$3VPwyDH;_o+4Ex_LvXS9z5unBGN1d8MoKY3Iyq%4yEY{}B~uQ?NAllAVX-)8{o zANrXL{e8ZT9dhuHJ<#eruVv5USXUK%oMeKBz3{O+R`f(L_$nysPcuI3t-O|AUalCG zjNN}S!aM$p?VlS1hBYHrPc2(o_VTKJQ}P@|*T>^`@|K=YlDBFRHUdiZPDg{i9+KQf z)(^vIkHznb?k^cTf&9`{6I5n7+;hy;r2?)YcO`Y|d5CHabgE**!uT`ivcewVBhIZq z<+MpvHjO$Zbc3lKda!*{A~cvzV8ykPSrkm^EvBU^jm1fNTRlbOVi*3Oa)KpsE*{AI z7f&T`F&W?t)z!jNL9tm8tUKZky5{rrabOs3Ul9r6)@B9bQ}}k!$@P!?4g0rKZm@!$ zdO7cI!cLPeHp)H_Do670f6x`#gdQ$ej27sL#W`=VBdXAub`O)bO8sM)ZxGD>C{Qk{oh>#rLZ9R8k z>jDanH{tqb+W_pZOlbuKE8DUv%R*g=syuIgR>uMUlPm_>-;2W~E|=2D)t+adE@D+y2( zF0q_!(XpirS+7`A<<(;R7jvw5&{XMx43D1=H(6E6@H35vHXqBVtv<#5pH`w6$(iR; z>Wb+*jKj6%Hr}_%vHKDwrr2LE^Se!lW{q80f0J0nQ@2}KgX4x){1FKz3+_wUm{2HsZaY(_&ZXf^SWSrcQ(k^FMjDz_N}s5 zIjnk<7|rocB(28rH@RrEUun|7t&V_tUF-oEFLg_a>`?)}=E$2nd{;eQrn zu15C;d3tiP;5u&yXt}U>xuzH-lXN=iYhILxlQsCZI{bz9i+npD9RR=zwjf1 zpTf_d6FkwEKpsDe1utDC;?36$IhhLntCEMNHO%Ee$z_0w-W`~+m| zXfcPA1;&URjhkQf_NW`gbet2T3+vPntHvr}W*HJT{xpmQp<87zuZ{yhem4X-4fwHy(O& z^CMR=!QVb`E6q&}ep4q1Cdg0s>ruM;%*wUM_tR;8M*`yG<+S?-+pzPJ5IvIZ!zjoj z`t<3d7(es&Ie3G#<<#_qA@fvY)f*pe=;^bP+7Zj|L7;n+o6CPi#x4N`eHW z?ZETbpD!9{kdeuJpTdw;y)61Hi)uqy3~mZNP|f$TfhuK3Jz>>pon_sA3nRS#^G>A9 zqmV@K-rk<^z0zyO`@0ip4P4`RvOetEU@<4A99U8pZHAPx6FA2}^kMHDQ z$@W4bA|hhdgcSo}aV%OflH`0BeOnmiw!|q6*^x7| zNR)B6y-pTUte*Lu&;6h7-ZLD|F6KfWK|kIz44uDNFKYp=b|wbr?%+vlW{HWwp$ zjM;FS=YL7WY4ogE8QlJuvhZABNbosS_xtzH4$YWX1nDcVOz6gWCx9=Hl(07w}g#K$>CQ;+0!x3VzI_@kG=_BT6kU=rWfSCStz#& zbzj^h|8(@@Z|V64q?10*^=P!*Rh?PAMZTj+e61D8E>SPI!Pv4}ou9vEZ48HWMX_kr zkVlB$;NfKbC?59uNi&)BQ|gEJQn}9BLU$LG#M)Ob&G6qu7^hxto12ylV@>7N)Gw%n zN1;U^*PhLN9yxfC_voX!^%p|s1Bs4@tjnVc`C83l(ck9#6NNL@p1mk{ckPkKxqWUK86E7tw-CL%EDno_XTSPquyH$^uJRcUtZDZ|Cn5#{I}D2zX7sk zxAkytU8utaV0;vt`$8kn?g#fB)gMwei|0cykg`?z&Z?ILtaF2C66r73xzE z4;?@Kq?!NfQN8uZVTz`atDBEk+^_Kz0a*CkPUjjW?TX?qt)_FD;*gOsHF@#dY_=f> zM-CeSlu>%`knP{4XV8+A_5%t zX|7KRPgH}Ry359}nk(8!Xz0`?G0WBF7!`u@Y5g`YnQS8Pe3W3W|O zg@~vH=L>rmsHv=unS#RKlv=Jc4!2ExZ$iS%F)@041DRJ?q zyxl(=4W|I%?hi_QhYtt86jgxQ`*5*Dl)T`A7Il-xN0~jWuLr3gSmIO>&M)QZDeEkM zET*`#E9zDs;>$S8v~4WqrQU|G^V<5|D`A(#T98s}eJ;kT*Pa}qq;Q4(u33>W;uu7fD%V4xd>$H?Dj-CZFQ3%FfiyLVe zT^Pgl_8KoQN}Kq59LDfx*Pv5XgF@bs-@n{IG19EguP9=;rR{`2(890ycWqxDyPNk! zt$FUB?BPEHPf2ul;pVMaMhgfaD-fF#;8MRQn=xCpm|LV*!jKlf@DYFa?9O?kDH5v` zA1wINESfN?T}$VnL$|(9YVV!;?!%2zP$F-N)7=0pWZllr2+(b^Ap}R5%049z_zvC> zuX)?hf@n0ua)#~z3gv;)IR;^G3w?=O3SIF8jIXM3 zA|4+vPfxr0jVe*-`|@;f<`UB>np&BTjZNyQRv*G9e@V9g@OfrxDEmi2)Zt1YFJlzI zUH24QWEn+$`fJj8?!y7sghLg@iVhF$rm8luq>o!<2_^TDB!(@3)5WVa)|Zd5UtQNZm?`*B0JdE)tDA{~T;V285oT^?s zG8j+aI(iE|&=SY7iE{lsS9v>sW7ysdE=sXNd4ae~>T4uOJuRffLyMOf4h&U>t}io* zQsHM^7xLTp69^>5e^P#v#*3sr*25)z{MgLx<6kB5P>T6m- zpEHysalDa#L?rHbb8L5kj7kVsXXmfZLyFArKN}pee~wzNd&1%S#=6y_>8+&IxX7`- z%8slYm!Bb{Y3~``=bC7DlEg*RrvFl1m(SL$GSm*q&(060whGGosUN+2ojKc@@}3Fe zhNJ-6tGrI|1;xdcZ?$`}OZ8c$wC`a0W*hvM@=xR)z?MY)dzknzMT+=Lg!!I-4?L?s zxo)lH$x)%`Upg0=YDfW3>ZVgUI54&k%{+<0z#Zy&)L5!unAUKr?>w($VQ#9|Q*J{o zbsk!)Md#Sxk{+h~&1R=MAi_HJQDq2zD!yFvSN^3Bc%DyEl{|Os ztckdun=y%-5Odh|v{jiGO3pOLLHg9vv zIVZ#KmUcn~29UF`arF0A8Ip!~KE~(K2LZx_qj-rW#f;l}r~0i1lgA_k!BqcFBPa3k zNN+;_FRW3a>7Q|ZG^c6_c|vU;g%E!N*?IM67SsF*VQXI5mfv>^5qD#rg0k%AMsi8v zB69ei+ar7IcJ8y2ZmiwhAE2)`$HLuyxAcqG&rDXB9=E;H3sjY1d0t;nss^QJ$I

ymAQPTjLKpR72By~17a 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%0DI77nEbLa*rGkk$Ah(4^cr*~$?dLx{imZe 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

Zrj3SmzAR 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�}R}*Z`F{e^%lQNExxXjMV4#AH$UR&6!8E?%Y=%x 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

`S3F(TMM~=xEUZ|Aj%aaHbq3%q1!z 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

%us4F4!h`*3jcv; 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 oj;`$&92f+A_#hc;IOnk^xARm~w}Ab}Qxb`c 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%0A&Dyj9(VgzLpbFQBw2RS=SGHm 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

5{Gb5I`7Ip}i9u z`>82(T14dq$gAj#XB3k$6zK7ZlVl-z16YU37>1zyY}MWv*&haaho#8+%o{Ji;y?W4 zJdVJn9hGbAlXTXNnP>XW8O zeThNCr;#$3o&FjXD;*tWNvbWC2NGnuhv*_JmdXNP9DCg|dhkg)#VH!SFZhDaAEwpf zR1aLoA?MXc^XEJRtl~b|l=zn1tL^=~_x+l6FfKKDo;uw>?E|xS8kvMH9J{=Jc^bct zki*p}l7=Z1^aZl3P6n@bNL=t?$CFGZkHP5=VARc_5EYdrVVzMT2XDW;QDA^x$SSPj z;;V7vz*CWtM1xPWc9HA!Vx%80h1AP>)XvxI<7)ikHFm27MTdst%PaJuGgZAL5>`$k zR@iC3xm8=(cI7CcE%z`+s33S%(KuL>CuQzpXDw6@off8}A8r19D5}1ob>oP)Up)E&4a^NUd(iAKJ_t zX5@5iWQ=lHhYyj;%|DfG)v7@WkyXEUr;SZ5I{rlWA<4D0xmIs^0?h=AM@iiu5}|2A zrv7#In@RYs9ZWv!0E4DN3*}zADtD9}BA%6{q_^W0NeHCZH*R`O&N83(fI{bn@^{_S z&%G2k;gmYX39HAXh^~E#&uY7@`-dpRRfCYst0V>Hv;IUremq8sY7?#^$~&(M=f9BUirMqZ%ReVp z;bKTbMKDozicuWCeiU}`Dm`^aG>>rEFrT9_n;;e(eR7KrAeM>?uB7fZC~#x8xrm$9 zV{(lg>-n#@w`?;X1Kis;|LTs(-9$Z<6AHq1w=-BtDpQl`;s z{#eyjJTcYhdhdYLSHLV&S(FU1_k!0@1dizmD@($oWe;&1N|^e&);Oq*`!vnXDxc}K|`&7XoYsZjm9djZCY13I8S*Y}twVQ!Yi9%kPsB-6`Y}k1UE`m~~P)#^M zdAtWp(#E0$xWB-%b&PW>HmLl8d5W804Co*NmP z^?}_n@-PqwF%yI?v}s&3BYX5)`t9?+!TK!m@ER9WX52f= zNf(?~JZqxrW9fC4#684$sSCz)F`-53dic7PJ`f8g?`KKg;EpyJ!?R31@WC>utYPC% zU%K*yp18lR>+RGACDh(J{soJ;U>g@|ic1^6!GpR6|8Pydz62~^(TaJU=mIjv4HDQg z$%Y7zfCDNCKkVOClAlUMH-#i$VFn=90;aZ_O}pFpvPgw&p>Lzk(~79v!nJ^JQy z(42j2f3mP2ZOmX_EHIll8Bb%eRTqmquhfIJPE$Guy-Z<>wLUj!CTh5b9KsxiqRdPT zhYDSBwaj(ZX4M{JfkS)z?G zQ=xcyh+H8Q&=IAd>9`br%`Y1t!nn!h$Mogtb~h9&98t+b*%NIE1X``!QI)8!#fxQTkre`|__nAIx z0c;MqE#dLK`(DCSk|iU{%9ktlm&%tD6R;zTM9Cq7=vH5-4ToL1ktzDvvvKhoZ6)D^ z+1^O0$iW~acHlkT;75$6avloPXyKci@}VcAPmt787Nbl;X{8dlk_gSs%_YRDP+mH% zj0t+|2`kXXe(k*h;oStH+RF)VSAE@b3buvcly{gPLQg|D@nF5$I5Z>#Wbh$_?Udlf98%K`PkK$+t8(d*PkB0_Cesl0GiQr3%9BaX9HIQ-6IynX>Yb9L`y9BDv-=`6t`jTzM<8P zGyT^|T+!P#bKGxyIBeRJKG&IL8L9i6ge_Vg*Qk@K+hR10Kc^mbj68$`*SqYsVrce24_jY;fWbVSP90wB?Pfd+7ChzHOqY^tC+_>*C}#!Ipr*YZl`j3(JlgWL zAsgA+tnyA9X6oYdaT;z3Jv@KByz*5YK`E1z@HsNdnaai!8{ zu4`w~*?F+Y1It?I+V`LQEM}S|NJo-?Dy7QJp!dUB znYZMOdY;6K81c;O9?Yxa2<>SS>CccIphu|HKv6^|c*4-Q;xP`{g-gw-x=YRL6`BAQ%PeSr?*&G>^t###<&3TTd?nD8KLV$_X3TF(OR z`G}$^R;POgABTOGOqeXNO(`Hd7Uzs~SZQslHqRddOp=)xWR(_u2Ch*()Tvr=X74fw zgQY(WuAR3tVGA2Wu+gf7yH4_Tk6%$d6NWTRFKDXYi;#nDMLfv5&tyRQX7eH;u4Ysy zP4_cjrNTz#PFt8f&zYAOFN?#_4lXgM{z=^{Y+T&0)uIb>*rauC^AG#QWZnl}Hp=;_ zJ#LMY37BGyO~ArRrv3;gZrkR)8vs?sjOZPjRaS<{UbycKs=Etkh9sH^T^yG4d^c zL|z$Dxz(uk;sPACVw_4E8G~mc>6i4;LCQ`;rJ-De=P2dVfwvS1DHt(LMs zl1@AkFYsF}H=sAUf96{aK4?~QIpm2G$E^|jM&A1Tr-KRlKJwTw4@?iI@ zQZSMFpo(cR3S=gs%1n;Sw`Lu2StBNKv{rrtc@RVJ=#(0Jl*4&&nZmW)35RIa7lNrH z|AKIDI~=p!N``g2R+|bAE}X#l!^w@DE%~@aFbc(wDem`MpCYdt>b2AXQswU(WN}{Q)?Fv zt&~jQs{93lI3E&k_^IAQVgBi+dVU(V*1hyj(c2CEZ38_JL&Ow_tE;(ta0$y-7%zh| zHnJ93%vId}S#e!}?CL1pRvx93mq`%(Q(y|gCgHn|n%eF1W5TVp68l{9Dw5O4)(YR& zg3^sxB4rsWB%j7LTYlQ<6%}bX;yz^^R_7avlUU>aH9U81Q1|t5tTI}GRHU3-uFlj{ zX*_Lvqr#npmN=N-@H0E$5Hpc&T-WU%uABY*Xi6(xJ^Jj~KVvHVjH>=b6XHJ5kV4SNbwVuu!i7s3biy=vtGv>t`-kf`L7;r5p}8D zO`Z;^gn|V~M+pDmI9)AJd$+Os%3EZ})jZ*f$8g9PB)5mc_A+QCxk;rGl9z_QJ%m?P z;koO-6#%FTbgX}?Dwy9AtYu2F_REw2&GDuxI3kZ+h@F=%r8u@`ym%45pBNV zJ$QLyM3*jzElHkU5_X;+_n$z(G~ZQPlPAVGi;4?p zLX&QP;yp7wZ1qWIlp?azu;r1hxmf4>v)6CJIbtl?fa}-Q!(C0(naio(gXKn$c7LQ1 z6$t1m>u`ZH^Q z5SUa;KkfAGKA5aZkC@HlSPe+neJdR|&YAYKOw)h0fNSYLSpfO5xM|tf{Fv_b68o~p zQxWg-;~guIAA_Pam<+&mlt^`aGUnIRc9x?h`q>+Z9chP{QCo5y{ekGWy9k^)MzMBkLo0+@^RaNxEFT6+g?w&o7iYA;9? zV5!@EgEUI;>1VqtCu{;oQ$)C^iON2HZVV$N7QKWYxO|_lsG%v=y$Sd0aB{@19dS7A$uQh&VkyoL@Iqzli z{(xAOnQgxOL$Of-W_x( zuFwyK*G|PgBT}q3tyS)eyvYi6Kvq~xy0lE%G<}D79#{Igt*X~J^UHB#`M416h#YZ5 z?8zS~T)Lzz;xImMd(UTrn^E|ji+Vfsucp{*d(#x^pB~;A=Ga={52ApkNc`8D;;k*Z zOlj2)pfTD{`rT9-dp9-&d>-zGSU;$ zCOH5kgXu4l5%3pf764G@Kmf@AF(na;G1Q-u`C)Tty|!ij(OJXwfM{Y~^vL~ho^#$} z`Q6_LjUV!=@p1oZ{DN8{tnZUGU3SB+10VIpFP$oXi4!6z8KhZnsMB6+9+5E;wn6d$}-yN<8M zaS?*}csA0u`0(kNY4A4(;vOd16m9-&tE1B>VKqUcQthQD)pP1S`UmC{;wjx8I`)WMYAmu;Jb%MRlCxqa$& zT^Ee3apGXC$onhx!`aN?xfaI_ExHY&>gru8W+H`B8kc-7-$17N7lFlbxG|g{+e&>3=QThpiDmWJO zCvM}Fls?6eN7>tcC8U&$x6#M4Ap>H^ZXo^lUkNE0s(FBr8oZ(AI~CFb2&oSAFz>e? zrS{h!3v$4ZGWGxbQU0&b?l)Mv7qCCKSYZMClf9K9-k?|MbBwdos!;(`3Mq>5GLw`n zI!>s9*ix1Ik;GNiJv2DgV5B}p+Of7rH04>h$U88Gv)&*_+R0EHn%W^-5A4^Vb%0D5 zu6I+%=Rt<*$YNjdGM7lUm0t*Pr*x@R2>^{@*w5UbU_Y9SI83c2?_P{ku2V6SpAXM7 z>Wdo4^WKzJ3|UA(PX32Y!FsDu$EOv$?Ltt2sF>u2=)G#xaPNx6>JR0KJvLaPmSos1 zEL746K*k`vzS*Hbavl%O^pb=v0^Nr;^7<)s{25-XT12j=%3hdW4&g7-afVP*0&$lCj~7 z8w+ai=aHFHD=B}?3j%OG%j{vP8vlH)?iikjuX0KQn9$kLlKay8O~XK#YUAjeY&MRb zvIy0eCsLU|t^~#I3^q!WfjOAI(wqtqH>m?E%!C7xg`eg;cbb8Y2mS68pyNSVd9H2(|5vZLHZ)Z? zk=!wWiW0SzjV`z=T6{Kvx3&RrDN_KKg0*twrOTiba+VH*77hrSkA|u1mS8bY)?Nr) zWeieM@Kuj_*R*g$CHrH-SQE_?|9LjVVwijE-f%A9%OR{fHAlVO(X2%sN%^SzHWb< zB5S_8gI=X9$kT$f5;$l=C!kYAYxrV&GlEqv-9GXRXPjN&<1w4!F6-wy|A@4@pIR(! zXsqoHLWFUTOXykFD)&juLFLn+x5}qKuIM5VWN~?mItvMs&@6H7#)GY8;@|tVw_T#) zTiHYl-y=iI=|q#05KPwxd#S43SSq3-X1Oft6N!OdTVUR(RM12nYQFGqr z9&C=U`iCZ$h4}Z~eDq7_V|gZS!%x^LpDK27$3F3*>r$I+6TKU==`T*yFSykck(lC3 zG_aJA2<+CqZq3UO5=*?2|Ea?)9yG~oVXD2ap9@2~2$z_f#bVC-Oo_)9%E=P|>!*a~ zKP}$y~3CNYLaK&Pg3;#1DwUs0DOtkx{dDL{BC;J!Zw)kiSdQU2$fyLm zk~nyi@!L{fAy6CRVB-r=)U~sDT>8ys-$l!^8jI>6O-$`Dl{p`gqL1F?>YYNBX7AW4 z-n^>`)OnpKaGRSF3)HM}0p82^Yc?kxGxuRd##b{M**m+VR`c?Hf*`KI#~#gsja=lz zXsw@B-3ce%02O=k$4KRzEh*DtO|Hv#I3`S;(Z1?0q(M0zTZm!ZM|rmOkB6go7I(Xc zkQl#z5)lX;+HKI<&DC>d->c5aIkr_xE7y>faftgkO)apX5Sw$=6MtQO|Ge5b@hRr! zf;4IqHb^WHu65X5A$`}cmDj9GY}(_J3I;t_pg6)&yRkg_C0Pd;Chb|}9jX`~TPo(} zqG&uxa$!rv94Gkn5KP+w8O%35Kw{I_60~o<~gc&+H5rSCT{xWv*f=?TtF^ zx?fjzY)w)^_~(;8>q8M1?x7%8WR?v0nvcARmv^p-uuie~205KUq*7kugA~X)p|o}T zwcl&!rSEvnb_H4dvgD*xuOC|Kyaibh#BUFg6ZRq>>J}klGfLLFk2->h7md$GDNlrY zX`8pd?nx^vc#2Zj=}6hZI8i6^(V$~G(sWNEzD}4$yW*5@HpB^dCmNy65kI|2n098< zyE%8vk>IBn2!d?_x$46)S9_GfcgH7o5T!(Rb99|@8$A{Xa*v6YAZ)$P5V;jsItId- zM`BO-g_pS0di#{8Y;y{?WU}z$XC_?RW^82r;~(6~Hi$oW+VH_Ca~T&_|JdMX1kqMH zpa|D-&?wcRsCLpdz~&@B`);u9cl)`wBpV%HqQxOANAhvrqHp0>7w_q ztpet^_CSEHum>U)3>{wT)e(2l zX|RJ9@WUVw&PQ(_6Lh;x=!i@99qr`mT!QoiPw{i>dqs}=0NDEd# zVk||oJAIoZ!BH9t3*Z%j`vWQFv_a+SF&wnh2mGQ#n_6@VDQ1|(DQQKQP+x|-dNVOv z42K%0Z-YrY&mjQmc3JNJfrLsrKEklN!hBR*DgeNm&=? zp%foQ)Ao|JBR-wMWFgRZYH5`ZHk5&Y|78lbeB9{%A!2!qS=$LE>4bZf5?NrRBflP^QxEYq zB$wclso8h@aZq>h8IslfG&yCgGe%1ywE*m0g;b7$sebXn#^tTFk3oV~&Ulw74(8AV zcaLa9Lb>H};Q0~!%IOXAkJcN@bMz3GWztN^-#!Vo{0)~-s{#Y9w)?+I1{)kFPCAwk ze#fh^Mr^yun#uyic>mS8TEeaEQLh+n+`_5;(eXZ*AgVeZR))Xq(U$UHkD8M*Z*h`% z1&o^d+BB|<>TDULk=@y1R*oyYEUpUl+Gs*J%=XMjmOT*zRgdl20jve+FJ|uFj|sz% zbedTTg-mALFHmNOk1lqyGh3|E(sBfxZkfz_q-H_j7%T! zi9#7yB{^nkT$NX7;oo_oDu?FvmfQy!cCl6#Xj7pO;~dH|KKY#t4^j`1+#7 zAf(%$N3g`kgB@9j##B*9s5W7t7)$}txvE?LjV}1G*`@(bw~?=QgUwV{QvUq*pQ77H?&|{{ytx(@V&s6$xq3NLczyTB!WLNDDmo zjG@or-*;b0i+9cU)n(vI4Ejy6^68qnn4iQH2e-FSy}cXvBR*9}4#Yx|Eux+#_i7t; zXzYiek-axIr7#Fp9@`g-RcY2^slpIvf?B6GGy_Nr{J5!TW5P0_*n)kABB-RsKl7)5 z<^xs9@oW+IIFK*!krfrwtJhIA=YOJ!!J_!glsDEtL|6avuh;=d3u=J0Se5zjqy_8k z8)=abkQU?sY2p4#T9ExEEk4K#VPszdqy^?*(xPp`*(flzzq{S?1ojtMDQGxpk#4iC z9hk`q{D|E&R(Y(v-M7#9QNrZQLo*Lvm0wsUoI-V>P9C{99*64TCvQ_SAEcGN+xNdJ zcXW)|B;bPmt}zjScLbc*2hAV%TiLX;pkR$ENTV_zguY@cfZk*dSb8g}Yp)p8SE!XL zvqirE$uxkiK3&Qi@}&C98C2bge1U zcuT`3(0`4}t=bTE5%S|>#+ryNsa*9KE1rBdf$E4Rk8#NR5;=o~>sc``t=Ni1kvXAFzA^?_~a1YUd1SW{w%FWpR%@oT>8L`9N(&eDZFXMQBx`Uq>a zBz2%KFN}VU`=gK3L7Wn?HI(55v|)R_^sFrPookVY0%4AB=C&-MpDZsPMn5zb#@2JC z?7-Q1HKw;HA;@B#mlD<7F<97uyAq#jy)DXn32>f%RwYHmUMRW2F(vyV*hnF>g>gu^ z6>+ZKBwY}~i|Q@@0!;t0^Z!O#P>hGTU0gEJbRZz)Whv4NfXVWe3dKWqiZd&l?~lMc zwIG}3&3EZH3XHFmMJuv6@K9e5UGB`Ee!XLVH17_%jn-f(h?rpKMmwrR`{?0l-i?Us zNLGVd|DU8qlJ8;tD{0|BEAe3~d6_XiX%gRP9BXHf+Rh=eB9wQS9^zRNwqM^n9&TFy z%DCHOqPRm8!f)~{Zg;Cgl-pE1%|W?5w=H1S!HyOn-sgsKYhiCDbkZwOHNYpiAKXVb zi@ADjz~PeEjDu@e)@5|LzjT($jAM4ri#4&1iib?MK=3<{V-8sBjM71Qx+R*P_eQ*L%$75)rqc&tlnDN7`SkY~!~gI^s<&M9jP05v3YapOQCe;yk*bpkzyF6P z!Y=KWat(MQ)enD;0Z*iPjRo1V$&tSVYi#_@6G1iO?p{xH_JjHdw8+}zcD{9c?oUYJ zR3(N~vJy9Lyk3)pvMt?#b2NVSL=yh-MAYtKzrT7SIB|i{0n08IF)sQ|TSM{)g6r?A z2tXzk$uM6eYNS9_pnB}E_%vz5xnzdIP+I@)V6mp9V1OO$4zPorJU?OwcCa*r-6a1J zi;H-R#VPSacSP-PasaWo0U#Eqss_a3EO}LH7!aHymna%ntqFimy(7?YR7;(vPp;b& zfp{si^=uk3@-{ZA9hni*&Iy+APp_bbRiG}+3D74Ib)F&e5w518Pxa}l;7{rEgQq`@ zogm%9GyCtcxYaB-j2^NJzyFHGg;V5+B~A^AbZ?R}c>fsa z?d@ftSt>nm#f%Kw<8vd_&v@x^^yAn6r&7<$mZ!;y4gf7Oq8X)$XJcMLi^f#bf#Ma2 z0yK~R0xf#iELzJ2xxSu<0(BCC19b;ad1{#G*khFtJClh+gbpq?{e*7On0TM3VWO36 zPsOpNE6Ok*?GXy*JD4<3`FMV&ZSvv6Gt*@14908qD5d{h!X5z&F{LGDXT^*xf*l?^ z7>Xc%FKZVetaodHep6F(v*dPO&#DP}G(&I+@U;8X;dj50l4KJQ5HFMWjPX3nKdhs_ zKs+7gIq>Fn{Ix`KL;y=9@bVD=Ev{M=|AH2pvw*6yM7z3qQOQ z@+INjq`1jjwvuCB@$lMTvCr=)R#N~&B;s;~`rxii3E!&Dq_vDiJ^Fqgv2s`6 zwK#|a8V8WrSVJo8mgzYs3eGc#TcKKZ{F8 zR8u=cC?wRCh?a0Lsr}iY4Po07hkuETyAF(txrzB(mCVr6J^qnw6{h z^--EXGAe4>Rt+M7)bxQ8F4*K)6z6b_L6O*dvOiE3=&DH3R8!`|0lF#q7?u4iY8(&rC>Qaftg)_~*z7OjDp{O2w+&RqD> z;BS?BFWqo{--3PXM3f-TnBntif~~cf*6z2VQ|E(tq~)`C&gT2edTyAyt#yZUu>(pf zOBH>Md4_EC$+zrvi|a00r&Y_^KrSK#h#O`;QlR2yKJdKqlxQ4mF4~AejY0xBD@kAD z=(ENiYfHY|-1Uz~@ivPj4O&1}9=iLdShV3hq4;mLq_riT!O^D(DO*IAD~cIdR_`dI zi51T0OXmoWxeI1kg*89XhjMc4lmF3DEFe6*q*8ohAnKOitB&FV_N9J}BO638XcJ<~ zh%n`j&xbS3{ZQP5S~abmoa(v=QL*`=N*9sgM7Q_FTCzI131!$`l-t-fEj~xcIxP?D zGZ!3G{ejj{XF;c5y*vztUG)0cz||YLayy4Q$_Tk;)vy+L*^~!5w!d?zs^!`#6o*5( z@Cu3pIX{1htZ3v9v5h$lPD)}tgrMs5GVeeYKi*b(AnUh5<#w{304!eHFjkK4Z{JA3;Zj}GvdH8Of^QS%K z0LCiFT6>4bk8|&;gZ1YQq_U27!BL2m*lR7Q{&3RB48NW4^!}X}{I)|AEDx4LaGmEc08(-Kf&C70}V?d8&-);anI-#wC2z%W8=Z zgIa`S{2(n~E9FnD8tatq^#orOrq3njm#?mXfJ|=;Zw${tqUE_Xk9^z+eCDa7>5>1U z58S=$C)OYI!_y0jv*l=bdcUr0eyzzWAL$u{_NlT%;q1jZ9rZ`-XKl?t;Rh@otJm5n zhvQU*#5YSPk(8{cNT#ul?X-$5k*oak)yAF#=`}a0TOD%vOZH;@hw?z+J1@2>j5*&D z4?q4^8|4N7mF4OHP)YIzRFe1G=JoOt4MvKZU1$C@Gb5-sdYAseR~4G-Q63gyT&HA# zUupAjr0svO4=u0k13SPzsC7H(+r2j#jSQSUVXzSz8w9E5(TtG3rcu9nVt=i%KYmWuuYmbF1&|{$nVQ}$JkHyteNGCyq zOxttnuT2JkevtnxD!^Cs3#9&yelUEcA7lagfxaToa!#x4yjA-F5}i7T|9SAO#{v&J zFOPPHb?k0Y8IAg*2%CB@f6))*QCfqlR|Mh`j>oFFc;}0)Gcv5QpLH0}+5NjI+WLb% zz1hhGt+$|abAB-k$L+kum(MV(ScID809naIx8OP!uQ~R!bX_en5L0pG6Fc*65en8A zWB#tDxNb8fKh7dlMH22@m3B#T$fyfym-@+K{w6zSd#ZD^gzFTURw~Az>Q0`aQoQAk zVRWkLUFXO{ngdB&tu@VOPQ}JsK4@bCg+|;2p*hO*sPjigE?M?*VZ${V*o~L4t}Xe1 zVS-$n=T8A)*(1VbT>|VATfYT$Z?jMhUv3&lrYF6D_>+dHsIy4X;_sR_)ldhh22BVMAQqMWwWmpYafz z{0OI+h}@)+7ps_!OD~TJD@xq;4&`00XoUukh~2v^LWnad4<8L8xRIb=BBAM7-Mz3A zE>9DydnX`YGb_Y>5+!lU4FYp=5J||3s2kG_Z%0R6t%GB#1knX42N_$9KJXHF+sj3S zQzBAIFcD*As;fu%{+!^T3E_}Ki>qW+Y$ip|cSA=_T>&wr@@0pG;1g@?iSW8YeG+Ht z&Lu;KvJT zTX=N5lP*aa`_KDxprl`%-3s^U9d;cpkfsNt=;Q%9u3B1RCe4b6txm`g;cAB%ayOQ^ z{f-sutApo;FDE!NI=mFJ#yY%{H%S*5|Fgm}V;x3eA>iNxZ2E{;uM8L;0b!*rG{*{WL{Xv2|bMZ$u8=&p1!N92(R8asDK;^5(l?5_Po9XjO_?Iu`BR9ss{ zpF$mjW1zxhRuvbw9Zc(v>`S=PP{8>8%RF$P6PKKl1<~9d>S`u z=W7T_6K!iiMZf0lH~Q|j0T$*_>&=1O)Z3W#Im%9$-Mp+lRWEXfwi}03($zI}hItOs z>cdbeDDW<(c}f=3@6D`Zk=kM=Kls1XlpPgB)qEvzuUOY&_b;<;q4R&?#gMU!#~0#a zWm44uxpwO}BX_qZfAOE)d=l`UIl$3k^rKtEYgQtQi5Ti@=T!ArtG~mpb$n8B?0=ZW zdkF(#Es+pUw^irT-3FMw+EuMtN|R^Y%>y>EY_fR5uF$-sE=P^^gBv_ zasP^!QZHp;spkz|`nW#_B>&fA>p1_LyjjdAo8q3OV7YiQSuybmVTTdvrdW`^RVH-|@S!TJ2JI%ZP5n z>qwd&ww>O17+FetXa!QHcFo!cV(JH#W*Dijc?>30_-3e)C79Z1iktgpO;P@{BU7%URk9wH*0rNuERpP3J%d(Td%O~Hjpn$vZjTM8;NDZT zzT|zKJH=SF4dbzqT9CuFq=^}PReS~uZDNa%e(b=OAv;y@rw`; z5TF0Gh5Ps1dav@T-7lad_f+1*A?p?b6dq+^F%KxuVT3}dKCb&X{9QOvK@4%vP`fy4 zR(UVRLI9E!z(N`;4fnaS#yB{4!|d*KBSbu4) zd0;9}y>OB4gNRA3BdbV_bc<(!6a?x((={#!o}Gb3hK>pCuPd$N^gW7}^Wt#NGcoZU zk9S+mG5NW?B3q;^xWM%f5VaaV)26kr8p8cR8`kIbh;Y^f;QEK|hiV^IeOR)_tMNUX z1WVlPQAX}M>7<5=rRi-1dL|8F2>3fn&Ln}g)O5%7ugD3o%?hi2eivk~FOthbp*kDu zkd>XdrQ6@aahh|f9>;9wr*jFO!XI3DqtYrr{1HlYAI~x{V8_k3of8HszBvcp6EC5d z>aQB-oBf8+x4?8<7>~QEbA+q)yEQE;2l8DgLBM&t(`vm^wHO;_LFuOR|k$D;3e zMNExVPmOlPzm9p}sM*o**Z4pF#;5E4$N03M$--Q`q3FNyjWdjjvDD%6R-IWz98kQg4 z?IZy2k=asWRLBA?N;uOW`L<(H`4frXGpAH@sU03JSeg^0q3Sk90;lZZcyNn98UtX+ zM@;hZ_K}weonHkZ9xTc3T7K?qM@XwhsRMHcr`q=KexNsF2RCcEmgxufXnSj-8eyxIwW zL=);N6^exGI4YEHFw1EZk3yXSbsPGyzk#zJz7s(hchboJob}Mo9MpbQE(AyPjwrxb zVf@!)h50S!wXO1>?-DoX!Zgdp;5O0K*UJGPZ0kMqsfNh;W2nWroI2VC#H&3dQdb=? zU=$D-InsfDzikAyy%!SSTPCw=42mIY27mxFC4G3C^!CwZdHB7-#~2PEGb&c8Pkzhr zwBL-46GOs~Xe3GAIkaRJUiE`U3E4i6nq0S329PVwZXxzknIN^O?C{+nbWllr`r2*1 z?NcKRrXk=W^geqH-wLxg;-9kjn!!r31(`PaMnjd2PUYe=Hxts$3>9=M3aN1@HHwUZ zGzqsFDthEbnywsGrf0hy^1EJ9q50_5VL|~|#cu8FqV%gI+-4&L& zI#v`Ex~4C!?r4!@cJn|+lahUO{`M6WyN0A{#lhFy10J4wczSWbMSah1{RUYF)RF?k zqBFyNYfHAiE_kl{a*AE^>A9F&^XZVARV8kDQnkcua%na$+bKyKcw#Mg2#2lqLZ8zWdSV|---QT=4eDl>Oe@T$jDRSb z|A{99BuNH`*dGuopsLYo7N_PFZ+E5jeHnZkto40}PHYxEvm z6sDuuw{hCM+ueJmbN}jwR8(GsU_;7R>o+{}XqL`kZt6o~7NA$`F@UoH+j`^<+|IJ3 zgI*^jEY5bK2F|ZplAkGDfL>8>JWkJ8D<^XlfkoQW61X-SPO-(VpSuX7x^QRkWQXz{ zT-&|#MiO)p-6-Mvd>)JC(4RT!M;&4z$@yaT>j~dv9>0M@&UWd@QhMCp(7W_!p{9A@ zJ;+eXk4n`s`96|#!y$ZUB9~d=jU~}2)g~Q=sOR_x*wXDx$dZ)266_o%k5B8_2AFV5 z{$V0d7vV59d@Dv8>AALvZA@FwWTR)9OY>NfU$OALNCLN<8CRlE`cw4TvB(E0d2|eKqQ7D35d4|3$$COokD=_X^hkambS~KY?=s`TScM>DNZvIG3TU|C{6-vpRr}Dka z;v4}DA=S?vg}%`Dt?bhZ)o}?L)OfG9G6wWb4S7NdMJ(Ud9qA}3=3T1KrEdSdw3>B! zFJA%OV)@*pB?j@gh{?LjCCqBtYAbi7e3lh6 z#joD#rw;WnUe|VmYY3g^M?WZM;J>XkEza4FRH;i^W${4_7DJIfy$p2)Z4&gsd~}oU zGt@@pfwi*|ifQ9RJDBw*EDJw3(68Nphg~eEu}jXQ;D3TY>9>wdgznGN7VM1ly`~GJ zt?yaecc1rlDCOj$fXf0y$?)HIe*X1V|EnnQveFtpk=VN@qAjj@RN9DhQ8NAb4Oe@u z3VeFQ)o4tsk4w2pI=5H4+c4mN-CyJ*n~VZ6_Q<%)>@>pH7ZmXDxBl9Yq3iok9hr3f z2zeGohsI$HP)BAA=$!PA8Pg=;w3^kS3oyXywMs4}lzlH1oDS9%1gIk`T|V9lwMm(I zzUO{kVi?XPfq%~}qPHfHJrpZ{-I84b-AEjwOB}rf)RAGxrDmPI){!ah(-jt*QJ2ob z0GrpJiB1R?;_kfsv3Su6m)s$WJ)bKaAlO+*nRb0!EJf*4e#%Xzyk0q@=uWmCyu!#a zzVDQjdAg{4xbg$)$ULJ7#i&(Izz9Ih8bE6_8UoEd#NnfR|5zB*Qc2YvLcl11TJ}L% zbe4Jl>Xxmy4erx*vr4Dy0L;}S@76J!2!!|Ns?0<|&Aq8CPi_2g5K={%gg+N!O#4etIH*a;5yNAEtg~&MdK5+KZhqIRa{nWv|_LLwZBD;&bfycY)&!y#r z&zEW!W7$T@<_J(wJ*M+kiqd(A4Um2>zA6dMx+6CMl4pwl=4z}MO1MoElPp}kyNw^X5IEj+zr2R`+Ug3MRnWLe)a0|<>J|{#XVKg zPGHtR;xa`Zi-uZzBBUqsiSmrkO941@VlI}zX`G!Y=XBbQu_Nv#oIeE*sqm;NEs6Bk zZI{^rB;nN|2C(~&$$2&wS!Rq3>A`mWTo@W`30IZ|!lkK9$^9#6o9dXyx<2W;k#r;? zhquMGoBH#ob6M?2)mfTGB2!}(ZmRSpc^L)WYlII`>+Rl?pUNe|mJd;_tW?nORv}-P ztx|l2HvO=DfTUqT;I8ga#x1Yf0xM72)Z2lLNqktQID()|Mmr$mW8kD#szgCAcreVra$?feg~jlqQfr=R-2Wo7@lCL;BEBysHq z6|`#cHgyrAP`ciCjPSJl!_Zu zfr)+BezV!uf9ms%u3|3Xi-gffWybD7vGBK~EFI(H^GP#X58&XuCS|eK7{V(0cr}3M z636RviL^V<-VIggt<_KvXf-UA$tMP=SETL0(r>lMvb>QHvO9M?X5h_ z^y_dI&$tcNF~{$mJq>tQbGx}Z=aA+FqXYQIv;;w>_%CBQ=rh@EM0SU4X2*`;fps--a18q@e3EM@3*8V_1aq#k<_M74;#O6NnVIxjPzS=j8ibOBbueTE0 zvp%k?&I9FPr-=utZ&l+JBxY{eW6Ip;vfDTasoi*8q_K(6#W9?IILq^O^5E9HrZPa) z_#bpVBA{v<7$guS`|+H$r0=^zpAek!0kEr-ySfP&B%%PM;X>4%m*{kAku{2w}}HXkna9nB;%r6f^i$3)ZWPvy=zU(A<(X zr!Qw-9h^-P7-)8>2SgaF!^eiDW_p^-Z!X=T@P`(D+&H8eqChVLw!vj>c73#~XIZX0 zA%M`Q(tuFWhg898oU)yQef&=0V0;TS8(M@!mh$u$H}F1MhwAbdH*G@9wrDy&A`8lZ zaD7uAuqJX-nhj*k^%*!NYi}ItkkSd7eailMs^ue*$yC9kZr>kG9W5`e(nt)=Wo>LW z;8p(Ej-g0x%m9`}>_9&&Ug^>4X0N9j89e7ZZPXB{w2}Z>UEr@~L+BlI8s^av>S0_r zH}oZ$Okk#xutV8o&{7KQWrDR$Ll>gUaW$R1t&boWWk(gcThTHGu%@aDxq6?hx7`~X zLY*i^3%NX$94^(^jYw@R-iP?y3hd@8*t{2RIJ!v{P-BFpIJGfy3=|y}2rUhiN<`>Fn*3lwxB8`(iYj}O|aGR#(|x9NX1YCQiTiY z-v(M)-|{+b%9gJ+8P97#pmnt~R(mVNGwwb$E$!MalYRaalPK+j5A;IS#bL`ggI;>E zIEjM$S9qhc&jJjXVn%?g*KgfI_fCDZ zQ;aMfLByot%GPhSE5}9BTMWgR(b|ip!5prmD)cK?jUAZ~c}GhswtUP(1#tD%^y_-s z*j7z;Gd?-HUq;lwIAp@~@tW7uy`%BPqysI~44FF76mO<*3D6N%&uD?k4}%VkzmG|i z3;UK>i?Ai`#tRyY{|)ts)(36obLlX;P9ow6zv!kDaE{d{PtQK(u7dUyZnr&;Ra=sS z-q^^uxW8o8%IHG~>;X_~3G`)2M z#ySQ!Dc3oBelc*djVY~b*BO_rYY8_JzwTqqfPIYK*nwAEp~FOlydwhqm~!oJN}t>~ z@e;Y4M1TUDRnO93Tr{TLDM=adrcq7}zYJ>AQGidX3c;rb!{9UEw13E|7LHoTK&!a+lcy#5_J29CB%!kq5{W zacOz3*UeJ!TvkJ+J9mWb{4()RoGqnaY|JG10K$Rx)9B-~A?1oJ$&NS08hJ?I0%y=LJ^_9;hdNCAae zTSQo*uB##|Xk|-IWuw_s@(YG;T~@*6Y~_hiCjg{J?MY)OD3V8b+fwl>&dh!>n``aM z;2X`@U*gmhyw2TSywDnZhroFp%KYSH=bD0FLw*eFZrYown@alR97ArxT9#!P<;XRd zvx7HIM8Dkl$%hmoO&=?0O7}!izC>6FG7m0NwRmDYTER=vDV$yaobaL*fWnqxGJ0#I zb8~mkM_&dEk)(4_gbP-q;=Lg7`*?otSzr2)v}iGim4RFB;jZ$N8T$-SqFmE^r{=7D zxw08j5^X_avnFw|Qky<(5OF>FQ-`F`9+sV_gVqGbMYdl_P8Hrtumik2#PY#VZ;9rof8d#-}^_BXUJEG5ZVRE5lNq9P|A~*_l676Bv2#-jP8qPu2i+S`Cyb4|Wy9V{U+U3ZO!v*Sp8^VqDNLVm z+_g{2-HL*0JBj;&TWHrx3hvhQUYr#osk@Nz0r;C$%GmNz9@=rSN-7;OENBc$qKdkp zQY;s5orS-=P{BYux+Go7ygWm_$_n$lbU*{~L1hcR4P@*1w738^l$^Ji14_239jmAVmXIk%}s-fvO=xoqcxYs^GVC6bZ+}>ZmD=zP&he`D} zc|*bz*E}trnWz?;tvYf4{Gb-ez2HmpaOo_vKSekN8>hdO`}mm4L*?y-yScLdX~1nV z<;caH{cs5h$y#cWfl>6q zbfWRKw6HGG`jefL6FRuqp&};vB%v+x^M^vEC6Djb{MUv@RN~>r4}X5Cr3u%fRIT!B zeHvRO)i`pvm5N$lREsKAz8iuzJVUV3;}eJ46b(PeUL9_V0XN?@%}tj*(Pg=nwD{eW zJlE5{m%4)Jho0=G?(^iD0WRI;yrfj^`c7^~DM>%A4ZZYcm|{SyBdV?E02nduZ4>0o zy(hYZ{^`wZY-Ne*+jA20GBp-micHS3J%8Lz@IIw+fH9V&q9?!G=ph#mP?w#>G^T4e z8SsG2Q4eJ?kTrymBKb8Z`aHFW{`CDd`a zDs)v-sHG99hVS6^Y*+P9U&V`$H0%bYXU4na4Qlx#!f%$E891SmV!CM1#i*l5x3o>^ zWr&+9<_e6(mBiZzi<3|K>0IFlFKlZaHd|1mwLT;q7B#W4?v$i2i%*WFW;5Znu9-32 z%~d=>U4}IbsG%C36kx32IJP!F~gDFg3%Kai^^9baL! zQ5ZYBiCeVd_fI|&I8pMk!n&zEVMr8Bt`AGqrK6$K!a$Sbm*MIrj4xk7I3GM~DSw87 ziirvywueF$wFc&*KMi1|c%!-DuXY&&{F$GJUOLX@0(|T`}p9c~#yy#*sNWEobn(iV+s<<~0tDek0IENBnmne)|3b3TFfsGkO;8xP7 zm8c+D=OiCyPRScA;3NgI6RbcA?oyvQ!;v))@!hI(UT8QSM^DbrKxsm>F4;*(Y4JhG z0Ets;`+UmZRh*J5yOcQ$>1Ic4Y{Be=lJ<8SM3{Kn_9~%;gHF%&gv|57@Q={;nYwl_ zlmN9Kk?1{Rw(dFCdW-Y=H2l0rVT}q7)Qdi!a82*7LYF4?FLMe zy`i>7`N(dXzxspHCSgek3d;+bQz1)fPrj3HAWz5{|58j!Rc#@TiiYicf6aYAXFKlr9RwDrG;0g$nW@uxtkJ~**PspA zVvM;LR`F&4D$UNQI@AB;!yAtjMuw_fjAXD7S8Xp=Y2W>J77Zmq?p@nT&OR~K7x`)0 znUWAqd=%&I0#c+Wq1s!~fDn1XKDAsiMt7W{{{1ARa``wzAlujeTTDLmRKy_6mjWl! zxn({ZA!z`>@oK`!I5jJPzaaH7`K}qV33;-WhFfv2`K46TsG_W9=QQh}W@mUAR{8h9 z_dOwNyHItU8ZREO;$*3N8SZaB!+~m%{|{wn{S{Q-ZF^F>Te^|%mPWd}ySux)5d@^W zO9|=jkZx&^4k>B48}xb4xp$m<#&~|(f5Bd3edn6l*0B<*bw+Arvs24;0BlJS#@6Jls|^xHFu_&i8$d=ZJd%9dGOrr_)C44x>>>sf zfabOcF%N5VSzf{6I*lTQr8(SpWqT%RjaLVn&90}-eEj@JJ`hov!ueksT8jYQflkQAmJbL<2%!Koja-NB1KLh^x{DGg(27bSdj(jbjgXEXld3aACEw&_VhbAM=12Y4{~zUq>I=n5JzmKd1rkp zh)2q?YuRT&cx{#xS)EiY05Je=r5P)D_FZwLcHf!%(28z^Au6Sh9Va{P-Vj&rJnC87 zx}$_~DkK^HG5wNG=j*K)PUAG|FROfTZA%IF73@Z}^;VxB(2X2Y@Yfp6FoF3?QSK{U z7J>dA7FkSzvmW&U%IIeqb^Gr@3_SIvw>gxDF-+v_&f6pz%|EJDQtZbWp5edzho~~@ zLLz`f^YLF(4%lDWBQJU6LkhqRSFL|}qCb><*4qxqyP2cTwk!@O00u}y8d<(GcIBl& zaYRodFBc0)gWDWvLG7Xo^RJm>7=K|_oM>d&u{uP&g7$7{80fc8* z7n#z%Qy(4kDOI|7n{bR9xcUD(7SyF6-7&P?-hVCa_-H zCXNYqlMsDF$#_Ug_q?^tHi2Xs zdN2ZnX9(aoxsHM$BowG= zgdHYYVdma43~j|fv+eGt&#&ikY=0>T@I_H<%QvXknl58f|% zhcj!vKl-j#*p#XAmfi4ozgpeVpMm^+@=D74_m{S6M*AhM)>om2{Y8)jjM z?GgcCN(ujBN>5%frE&0_n)YbrSvM8unNV~aSW_>$%(i%@MBeG~Qfc7)g@`gV^>S;N z`Vc0=wvf`ZKATStqD{DeT{F-=4h;qd1z<`!^ff~POsQKn!s)}!o0Y>;i>d2&=$j%5 z$}5CF`Yz_iJ87$=^`>!V_)$wPEQ&E5^tM&t;Pm;WY$Eejmbs3ZihpZqXm9I^gs-A$ zi_ePBiq)%W`o2?CU0o`b-+y;Y0#Vwvo#818uQ}|>izSRwmno|KE7oNRHHlRUd%ODe z7s#~2ff$ih)Zs>yVQ-tvvOMLQ5yjgQfvV~jq5z`!E-L()R01mFiPI~skm#`a#V~Z# z_~Yqu$-d@HeU#fl*pd-;SK=?|>rR$NqM!;H#7WjR7%9VKUnSY@Aw?s-EONyGdDn^4 z-e3X=LwF=ea3&k;WaXJkn}F}V+4=Xo?8UqHjZ}}p-gXywD3|&(38GgdlEL~OtoV`l z5*7$yc$bQfnk2Se->XtsZ%V-El4vGdjqMXG;u%Trx>QF$7V4iK!i4OP+O6q*o+h(H zpxhKLo6DH<+`iPFpO2~9sMNv@U61RRMCEgHrDThX?GcUkjJPG z0bltf!Q2AQjyVpO=75@4Z_YgK%zKjKn5hkmIBc^;m$}PuUs!yTo1yBxj!STDHOvMm zmgS6DYVIbC*Q0jOx`7?!R;#kTzDV3rHCq_?8EZh0CFdrWus+(I6RkB=Ny>`?{L3|= z+JL;K#KIdocq5A`eyyuY7xnIedQCKN4o)xnZCD3vt>0^;X2t%!G9K`Lvi#TYCyu`d zr2kyCy{m*JzBw@&LY4lY#iW`d0-B~?Au7facXQRJ@d+e9&fbij z4pJdJ8V}Kx7qC%-(2qz@>?QIcx)l%$a*1TJl!82=jsCTa|A38@$bRFY>YxXnt+8pT zbgCq()039cgg8_a7Y1>7C+Vy5=-j{+m4`-Rw{5(Dji$C4tDSG&lP!Wu^o_k##+jJB zR>p>=*JyWMu{N4bWPE`h%z8CKLRu= zd3xwPq!8nOo>@EB(OF+{$6}Veh%(k)I*o}v)!v6F<@~iuYZ|xnEl(8>TR-3%wuu0G zDXwFMmQJnfG6r?aenVlJuzzjB+gRXyWFe2h>rT?~C}St=FtlB7>C)C5(OnBuSU&jk z>KAwEv}BluD?Z6u`QYrVN-}&}#gucr4kAgQ^B=eoY)A^zw+s)wBj?BB3&4N}u*Q&H zSz}Od6t%>0%W*;~&UHZO)?q9Z`y>$@jaN69u6=*H5T|)q0<5uBfHhWz$S^zl<<};> zmmxuAX>eVF{RVqrIME~z(IGA)-R8kdu%>>`$0vCDaE*xoLJz{*Xj!T!z_bsJHg&4@ z2D8{jGm_UB2g| zcblSvFQrF}_YUNYiB`6dK0tY2=#K)+a}Sy+t5p%Qh&rTZJEBB?$4>(#8p#8)_!tlu z)WwL1=@q2uC)kMeoMJzX)_rWoU$cL2&*YkAUmk*C7kocT)3!61g7>rg5&vl-7x$dE z4#~XhG1Mufh&*i7xGE;#4ODCgp3hIIlYOCY{d$u{1q5BmVR{WMJaYFT$1o=d{5z~qZQhBeWI)%P><1ac0q)yZ(jfL~CTj<< zVw}PL>s9}?Y_3i1Km6jo6~Tn#1z^XJSlOX?N!8uo#iB%}zNG3}{2u9uG@g>Q9h*uC z$kbi=U9s9Bb^I2U!75X~Y7aRi=oG*Ju9m=&Vuy1Z-yb*>!087LIQ?uHk653Zod2jN z&`=;^Om-FNADZHN-@PzJULM{ipC*A#lT;cWROQhfLd*c736oL0PhJI`B4Ja#W>k$( zE6u&xIq5{S^PZ@TmdnJCs=4e%nWX?L(Q&kKqc>?oYkj@_tU#)$AcWL=8UVMSiJD8s zs)}b8qFYdL(KR%6(a{S@HxMOZMz~j}TmlR&MrK5}Uu709kk75^c>8`D$u#f)5N4|h z;Wr`wvto$nvhyI1xX?8A7q91>JM-e=*hnfJ-wA>(3Zy%LY1tpH-PnHuoN^AIvv7+? zI@aonNBH%`8v9?A*|)FCY?^O+$pf{GA{!Kx8PI4oOtjxPS2o*5?wGzd+fRul=c*BP zYe{*&wv@z9n$q*c7-L}a$V=!se$5QDJ)GC6i2)?^hZ-zad$>RO+<$J!85Pep^kwYS zy0o)&SR~RU+W{bAFt)Ewxvy7}a5qAqMWzbDxE0M3%)M$I%eJq06=*mybXSFVhg9_j zQ;XUSUUrPi2>&mN&tx%Bg5XeA)i`?obk+v?(l?8mkbH1f1r{9|Vjro-7k{5X_^!>i+F+1zJhTT1h0OdLAjQ7ikn?s( zX^834)q@2T1HXTbP9k@A$SXCb0Z8Z+5fWvS=Wr3)$atU{n(G?~Yx?ffjneNo z!Dx3U_5cl?;t|N`hQHF#TSzhhEmn0B$mlW~)`eDM26zLMT!cd-=JBfLTLp~0qPDK} znkq1RNnONqxvWI~9NsFWs2}B6wzfw9IVuNCf6)rGZ&tP^2UdzTj4+y0&VX|B#$I5h z(7H{hK7tbeZ%1X10=iYT;1fh9|38+Ljz~AmoceCFw*Cz>{qxrs3rS4vC>*d+NdNnd z;?*a24EW@h|KxW(Edv%bEvhx#Iqcb8kcsROs;Bvs&`rMXh?1AKUB26MV_p0BJcM+K z#a&>ld%9#F)ocNJ8YF@Mgn2^EOhq$Wm!M-+m2r!d1tIbb18nM;nN1{Sc=-cr+jTi+u_e#AyjGKrqxi2MZhg&J9=35t!2M*2{Zb)g3> z+T29hG%f-a=*uf%n+-7}pgTD3$3S>S6mJD588iYzQ(ybkhoX;(EZxmnt3{~G7*K)>}^!-`h3mwuA>Gr2P0$? z5oRT0*cZyaDojx+^`??Q@wv@%ay=}eZW zza;IbP{=5xmwe8tPK2DFUDB94ZLm5mX&NK`xPr;r0|A0nrC_ODelX0%!(SZyHs}g7 za~PdYO6>~%EwUz6D)XB6L<3eD40bgY8KbD3c|V!VWT25z$?e$2BJ8YPn>2%d?g$UD zlEjuGG2)5o)qf#Sllmq1i@?=y;#80|diTRcK!>d#@-6iU znP;_9t}Im!%P%38;K}|ZkROIKTSoRXHIRF6uWmU~#9`1qwmx^=L)!*M9Wei!brE*> zR0R-dJfCf^y$glJj4<`O@*Cz-#HryDEhsa?Hj0`<|A`HoWgba~-l9MiMARlN(JopD zT58<_wZ9aiLRA=Qo-7|m6Z`BKbi>WHXa_&O{3z#i{eXNAoeUigRVRbO&M=V@*U>TJ z-yXPxr+bdV0!=C?D&!*SjqJX|QzhA3F}>%GU_2(7#dK1H&{jW{5|p&2K3!NdxL#?uc&}U?ZuJ|W4d`?hH5+niBgd|fKltukC$_rQy~kQ* zd$<>g{cg|=j&E0>DYdsFFmpn+8Atf67kEO*-F-qMzTl0GV(d9gH;bye4RGJDY%KB?fsiJ@CW>hfRUXw|?5*(s-x(*_%ckJHsOcjMdO9aU`luM4W zsR`?pNWct(;F9}t?dOi)YZ7tfrbsXpm}K*4|8_Crc=gA$sma&@NyN5mHDvC3sIY{G zLTm@j(gqFMFXAzrKY+&(3QD9gK$yHZ!MPSrRKv~6Mn2)B}^6zR? z+4O=g>4MSiDOFHaIf*VS3hDk6A~1g`iD3s=a1S5_xd6I^c*mg7%l{9$#75Y22&m%K z37_hyY-fqSP1g2f^32`cL9OSvbFIz7?UgD4)R(DFKz$hm${nzi4{g`MvIB#L9?#|n zjg?YO*N{j%-z-U^QN6nB08B=Bzs21YZ{@T1boQKIYpi|1i@WYf2(eXk%=Iz0UQb9zh48fvvjnWNAiGk=$7^8BED@i<>)BENy7Sl zV+|(m@gT^P_`0tra7qa0F|WD{A?2an9OOt-ME+n-bt=$8O2#x##wIK zd+=aJ=C>7FZI$hsT!a06#w6ezF30c;zz{>lDxPgoe<5NatMa^7r90! zDJ%wt5I#2wOCRj@cdl6?mQ`yb<@Hj1@7W93*qB7zxLBe&L!oQR$uW903#eIl<>Vj~ zNFZn?D@;diw~+M(N}|s#qqJr4HW6ogNz7qBR0!Mi5*62l%CxijOI&t#A=!hYw?tj= zMXNg!qf?A<^}4m}(lD!}t{xpcO5>aPm~f)ljICg8QipUe&7!TsJkX_L@uaQ=+~f^j zq=?1>aJcFlv7da@p`vepW+7a(a;o0DXA}puEkWIy|01s6%0|77xC<|+XU>!^IIk&t z64S_phW*{0jjXJ4b$@U79G+u~Z8C>iE2<`c8I{Dp%(cuiAw853#`EUR#nv7Cm<=xS zZj_q7ZL0O@^W(A4uzt<8&zW9924C_0_fMzpJ+#dRaeJz4BEI5kY167O8Clea-o><^ z0el>CMhSpGkvvq^2i*`+^I9%k_e=?}BV{r8p3vnsI?s$Z?7)k>0q;~7i=DYuet`G; zzUMdNSY#_zEYg-CBLQNhYL<`uITX^ClE+gNg~JH#3B9Yk+q~7@wj|)8Ir=5_x8 zl@cP<-ug+nGP z5pBt}MeRbtg0E)8)h0}2{^#PI;OB!0LVnQWdeo?dFYbNBcf@z1rMR0tS1&+QgrMe# zN^a&5{JEfP{oEGSr={)SCkk`&U?3m~lPxi#`841BY{kJ29r=n|`kA70Qtd*qiq+soDPIqw1^y zt_m_K?Jlo$)_)`Vp)0)sV?q2{!#O5Po$ToRB zQUvuGXq;IO{1GF^(CjY;R9D%%O)p#aFN;^T@0qTSUP4;>jU9QiO^0L2L!l%T0C}1X z(xACxeT}N-5GQX~L<+Zo;*V#|Ggr1JYW@gySt9a*xNd!6E!H+D2tO`MeKa2*^Y|;D zya_h&2qCs>7DA6a;4*A>@f999R~6ZG-j*MDh`tR){WF#HZ3a}=OL;n1ejsyGeCT17 z5ate2U=BCJIw!!$=N-B4VbA21IbX(IM=Y7__cbW{V9OZ6n$PZdXnd9Ob+rc9#%85m zSxp<-?{hp99B0M4&4hgeZdc$>1e$#*PV6)NZt-D!3TSF~8mVoAs;g+s^U}JLgW}9DCZXus+9;?#^=mFUQ zdDV!eFOmz{>~fsY7r-UVbV_+=%Y?x#G7&~tXafOdT9qkb%z;1y;}Wvp+(1!Tib%W^ zRhlqyO;>{NC-K|UlzyWyW=_F{-+ z@X;A=+s~hTY*!iU@s1x592+8%xiDgj`(Tk#Zz-EVi*IU|z~Y+{DYq?3R{80~nJ8&m z=9d3pM}%qOa5eXH&C#`+*>kjEm0P{vJ2=);YQLq3o%z%qwrDkYXxa%gRmUM%R*YV3 zQ(v!4=Fdky>Cag22JW3ZKA+Q7rwYy=fv%LK4RY+4ZPclN6&DXnHVg;qw9LRGkSH?> z=hn$W?x4sz*Z1f^uUfO%8x;&x=rVGO`O!T{aa4GbRG22Kf&!I%s+k(kTlx!SEOHkQ zHzw(3`GUy}=SOB1PqrRU0*Q?#m~Mo&?)P+R(`SWWq@@gTl(R#qFQcX%T&_-O#+fF6vW^jPX?< zlQhp@Rvn`F<@}mT22?SjDQI|#&;aiq0UF@lQ=7@!Pou%6sV@b*drhPvxxmDcNFW~y zS5~H49<5$u?qGkRYzGNsgEQHIPMW;K29ONRU=`4Yjqo|H_HPg7rn>5@rjOYR%64`AJaK2^UQI4qx(y#omHsV4d*_0{MAnV#ET{>IdAq(mJsYHTue2Nzd zu>c$(;;sQiTs!G68>0qx#p#4|kmFUecXtkj9ROh4P!S(nye^*I+`T1pd-5VJMPP*8 z5iS{Z2k(cwh7dYsmZr-$Nh%wAvQok70o(f)de>Dq7`t^nUp3c2e)3;EgS^L$6FBg~ zX14`fW})gp3O6LAW3HlV^@C(y1jqYC!CO$>4u@NlTO(5#L?q<9UOZ92sMBkY(av$LVHg z>0lG-;9xbT;KEg#-d8C|62jdnK8cr%n}{DYY*Vg9mln%XgM>&iy|M_zwo|>Qf4|uJ zVi-TIFRcvyrqa{s?Pla*9W&L_y)>&`%M#-x)dFpzJ&1pA7f{>0f;fI^TR3~` z{sAs_Nr0#Hh&rruDYUXvi6y{Gm6%nUER#%9h`Y^p>huHsHl;Frg6-74+J4;+iD%Z| zm<58=(iYWCV;{Y640=-gs__9op`?3mEW%TF)9QPOHTrA<1JC$N9GoAoSTK|WFVHCcY_3lAl8}+rl z-`+;&1skm+n})W;xVQ;0`dKu7;QG|XM4_W^@oL^;(Q?*knN9`*IPPb;(3RU( zqPC3HW}t#N4{Sx+aDz@dKFkcI*Llksmm0Fzq{Yct6lX1tE05b=CO41O$nMIxJpQ~k zY8S53)EhV@Sskzb6qAj2!g1!FVgFzRPgw1IO|nbgydmXW>{O;p&J&`aBoFKiySY>|Kkf_t2$7M)#jl zogKJB&4$)0RLg?BsrPhwqkrB^x8LsRBUUpQx|jmPw?f|d%z%Q|5wot#yT{q*m$jkW zu`34|uz^_jj2kN9e)$@DOO?QkH&l+$S8_}el;VEBiU$OEPXo?rWFaGd;Pw z&5pb@jATew-e6ZZ_7T!QaaN0|zFf%hfeU$Nxmd8e>Urc6sg4t*RR}wV3nS|_8OJ4x z0FA_*grg8OHM;G?p)ddirBjRLhIS?l=YkNy3ekVaH@*0$4?uCo6(>#0PY-Cvf!Pf#B(2|4L43Ugx8HLlK zGaH@7pWUa*A-tk;F_PB>_r?rOXh4L0FoCwniFZ^sGy>@s2cvkA5jTT%-}sUBJy);|4u^d>Vt_|Zpe5}9ay5G*4Z z2wYR$F?7fBG^|gz-IoV8=0=u=;U}AiaSUsHXm?cBbo;OcI86!pQdUh4ykdTEwj~BX zVFSi;B!-%FR>F%Z4+IUnAc(5YaRoYb%y2JgrR^L&+_Qc#>Ae*+L33yj-sb!ys)bN+ zJT~v?OlRgc!Sz-6{+W@rYB(u)1jA(f8X*S#j~B@j{(t8sh!Lce{O+ zb1Ay!X&&XTis@B@Nxx+j9^z!aP9yegt1abHy$QNnJ+%z0Y+l8sS8KDIUL#p1)I*H8 zzRtxe*kRnb8K;uXQrjvgUW8~g99(q@RQR> z&V}n0CDGB~*jqOW(G}D6wU0Pwmi-2V7hFhCv7E1M0IDCN$Ie90zy#ltReENcSk#c} z1=ZR&L!YyW%hr5YUuDpH&eJH!O?EC;ogy%%VQ>Bviz|ws-Pr^hdv4&UXvrx97!Aj@ zJJ-6gd*1P7_+{n}!}<+|S%P&}ywI=?sIq&C_XhGoJ#3+S*bG5B@)XCYyxdXj7zB1j ze}9na_M7RGdwE%TT?1qUV7P?+Yor9nUmDh$+}7)G=^plSm?}c19*#UD@DdLf{j}oc ziXW!V={n{rHKONd#AC6Cv`|wan;u3+Fz%go%gmCN;iIVvM)yLLaQKARhw@642y?hR zeyT|k{aaAFW!@)!x&IJX>uD?!+o_(0f+JQ~e+6wMETxL#RA5PAP%Ym~f|+~=x|_xe zYEEv?9~PSJL~M$4xH9(Rn_ zep1r1vNy2v2NC<44spr7=?>&Q*`WJ&{>qo}oz!`RyDmtKR?wzEJt+;Lt}|kGq^#&k zR#E$WbQ4F@P2Qn}Px-il6IVU3-hAK<;|-4|!|*DCTV0PmaEjqmANzs#cNGM!fZ-k*d zq#XLH2CyV5V;;MeLzYK4r=phzhlVzn)TYHu#%B1Ln`K1RDKoL=wxq;;dmDYUq zE10>)8(Tp||L@o3YNeg(j;LDMa zt0?C^tXeEMGn<2`rVw*$XbOLiss{xB2zP&7@yb{s<>|CH!k$uen#iD#sP~DQe64SO z&&jeZgIMe&#@q*@_SVlpp89kIB;WDI-ko@n2;hsg^}1+$CnSz5NV{uTuR!H>8@&(l z{VWrVNC3Z{S9hi_{Jowf;;0O81ky9=a=dLssG}Cgjp+ zFji{BKJ7@O$&6qG@&!?l8=1O{WM@Z!!@z6>d>*v}eYC~539p@K8|vF|u)X)rG&3t7rAhUghTW}hrq!I{|b>vUP(S1yK0=N`PCjc#!kI1u@y^J60(Q2 z+30zU>wz|!6npdW#)|D@XbTQu0?ZAw(0fs6SFu~Xb`gH*H#dbOwDaKv4++prq?czZ zt!*Hg7^{bDzdICm|6upa+?pY=f!PxJuV)MA-?*iW(-zfB)ku!BTl_Xd49(c5`Igko zvPx^}u_Js^bS1$~01WYPXCY8y$TLKiSb8OhI`O#YdobUECAKtyrIo6h|phDr4;vt?k{+W@bZ@mx5#98mYlU1k;&-8Xp zEN@K3LxEI6j!ioUTXmaE-5fUD`~hG=UveQ|U?RU@_xS^^Y2`u_KJ z)f@oat{4FT*5BI|&dcqp$nFKZ?_2rL?F!Irh9Fz1n~@7Uw0x|vFXS9A`u0NF*|AD) zJ!;Fp*9*1=bBo85v9$tZ2w-o4ns%I)$=Ff?_7g8aQPZ3Y7x1~qt2!Vj*+=u|H1UCMMT!cD2bmmG}dIYs7v zTZ?8jBRsUhBHfFBDFo0ZYBkN@;_tJ)VEUoSWYQY~t}y|W#E3g+fe95m0R(xtT`BJB{WYxS z!4~Tf6d$iZCPmw*n?}!RZft>Oa4~iTfXo^V3uw|B3yDCv+z_)s>k3G| zVc18eV@tK8A*ZZl^}*wcB(CM^^t_Fm0HcQ_hI=g3LlRtc1MId2uY%_?C$Y#m7g@pBR?W_KG;X=Bg^9bw;PPfV!2c= zwmU6dmZ+))@Mchx5jP1DrzLc@;$o6_njbsME~Menl$oV+C1vYTk!8th26SMne!xGl zFr%q5;2asXCvWuN?1G~JC@eJ;Kn+$f4`RiQdz%~6pKst>z&f!}tgu8?$^SO?B98hP z>bx7Fwvoqs<2SGB^pG@ggJNCf@_t$uc}uZN0~sdd-1DU6#Ca);#u*)Il))mRc`{!1 z=L$tE_=Wr3{4a|0n~)wkpwdGOem!O4I3;-XRhroi$&LX`!{AtJuTk!v?wRA4*&_SD zN;6m>ARzYk&J0f07RDw{e?Cl%e^Zw$wg5SzeN73u+0A(9TrPS+@PMt)p9F5xxuuAT znndX1TY!bdaINT7(bkP9F?6m6Ui^ItAsk_0bJ7iQd`(QTxlua_kFIn|I#L2T(*;}v z@*@r!QsVmbql+0jk6M14_jQT%Eqsk##uBjP$uf~#WT4#Dl0~6fdyqyt znki#dOyQ>FZFlMpg(qn4>_iXNuw$s6N0do2o6#Md^aDt&e(_eL0s5^nw4 zKz+sjRE?HjIi4ZjX%H*=uxzAGS&M!;D>RbFN$S4xv#rf4O3Hq;N2VU-$Rjz#U}W|% zE=b+)1uDOhVveZVqY%7>8ti$pc5fY4X~N-wDS)i37&o`^>se`WHbFjX82Wl&aC4>M zquBaf6B1=VK#VK8RWp)4uEAo9mgLM)+6)D?3t2@KNwjYeQ?{XsmO9JRR5OH7oL+J3 zU5~c-{Nf=DQt+F(dLd&GXpA>7Gvgs{*(!=*h)VE^BJ@Uvw3=qLNHi{>1nZ)*x2qcAs(kyFgZ@M;O)E|ukkVVyd8kVlJ*x3OPK>K~ zIc|0xDX-6osXDxE0;7ri4INY1m*(GStOT4Qdv$bE&;EroDk(-S(R3QS4Y)+zW>iXs z(@?)D1SxB1(hcL}nTdB#hGojh%~E5g5N3qAw}!_vciUD?Pw+qM2thC(M(%v}?@HBS z!l=p}<}oXB(op>LmA4pnj<6&^nv1T!4?E8JC;B2C)!K20py=-O16%i=ZSk)~#uE(* zw&q-*VJumFhPu*^@2Uze?H~+6Dr-w}+1}*a#E0Z8x-*Awt)EB*qF2qgC8iF=cH6oL zr2IvC1bY&ESvd(?!^sdAb$#fx>NK1VKDx1nwN^X`K_uWg|29GQ4E+pVfL>W)EL7HM zR{G61_|pScE@fBKAxObDsD6ZmcH9Cja5=#dAeS+yv*Vf#{$?QG&f<~48~XOmn`cD( zPm0QfV&tV((P<53X*U%-(ajRU7cjB7UpB z;N0(HV={0%e4aQytiy*x)FsTVOwgUD=aM#_K$q{;MeR|2V5Z>gT zQ9AePI)bYQmO%5%`$?|tASpJ!Sx1;`%|_>FHodd*dHc-{a@!UE8A9= z4zHFDC877%>~pjr zHfN{Iz(_!WEe_(xgpWN<%!x$3)*PjxWp!$u#=r|>OOXQ&Y}v8~6^(rqmTyD|-ssO` z@r~h&Ys-J5S^2AEKG$oU`w{Bp)n#fNSLp#vui}3lZRGkJsrumvY(_w|F~|L7 zc#&5vC~2G;Tb6yRS>#-FiO4ek zIR42LwO`VN`lXL3p*x-uq*5for6s6^YqUaI<3VKOO!58XVR6lGD7n+k&JP0f4s$R|(@h28KPF`{<|fW3h`uy~3H{D;gA)_!>gu z6Io2P=TScOH(d)*J?Ix`mVnp+eC)Rrnqo=aakTnCrH!9-y+PJjAsJQ&xT@2*FD4!6 z@}I8V@06tlc_FRUBg z8!F)eURu-c-lmb7`5)igig#$jL~P47B&a~fymMI#RM{rEINBQIZztAhWCX->3oQu z`!!1vzjOPmwF=C_?lWRDl#2eu$hka)H^$&}$zv($1=J_GgBglrI$8^QQw)4P*cYzW zcmHX7HiYg)#jayy*=RpCJlhU5_=YL_Y$t$q(}QBjMm7q21=PjIMggo_N$u545@)w? z(1%FquS73TuSAea700PVvIi{b=U1$jYyrdwJ}_X^{@3;Be`Hd;I-q9((#;PlSum!W+7*h0F}EediPU@4XfsM#0t;(9SRC@+ZuA+75CVfPte*NTz|f zg<9G8Rj3?Ac5DgTq0gCO#yhxURj=UheB2F;FnVBtu^|Q+$0<@Ba<-aV63qu zVIf+rUx7<3I*yRfjyA9dIaWJlEP!MTCo$#PA_hy1UUf7wzmO8DRfXrWzV{CK;w^IK z?#t1N4z4qjD0BqG5-YDxD19w$om z|ETEmW&^*q`ze|DaW#j>eBet0aJOyU<-ys%zPD&m5=|n*x2HCbe^bIb=d;-?(9YBy z$`aO=QS}5QD(0wlD=zEfnc+!hv;0M1N`2_U_{yxel1zVvFqRs^AvgoqZga1CXKt)n z&cBI@F_nCV**fEP11Z-LJWT}{gZjrHE2O|TFmt*r?SKYss;1cCRVi}#1K~(lj&%9# z+sh3q>E@-C`ZIH3aV|zE&`Lcj22lC<(#6pR#x5={ju*UMSvNMXtQ)j{SU0$G@Yj(} zth10}gnwB#N&xGIfvXuqPHx5%7mKdvvg`=6^8~Sbv+T;{PA_xZ{f~VdL(5mcF zic|B`@N{DtKoZsdaLAqB4;`~EMtis4^d6NP8(p-jUKE|%Fg6{V1$n=~`O zqcoMlAA#O+!=;{=pDAP+?sXXY|<~nU7i$ zbfbjY#=%VSlZ&PgZYnW@DPBKQcCEco^f@CB&|r;;lF#J*?VFBvoevk>ZkHf8b{&$G z7DLnCb=g$1?q%Yb7gF$AsZqf&t;Gp;LAxuuwL3XJ2Q2$23_3OE4aA0V?#4;b$qm00 zs9Ot4D34lWC8ux_hJnr^>bXgwZ!h!{VlDZo$XhFvMU~(aOeTLlrFUkZ-t$Jeq2_!g zp=_hrnB#fEdf9HcSv$eGfZ@Z2^lweeoPW|>s{he_8hONPjuu|G8`GEVrj(QAb-M|` z`~rB?*WQrPJc(1JrfTAond|a5GBHMXS z)=UezMOJ1P0OETtH(yu^Hs|br)K90&%it0-x_OwoQ#l;&# zkzshr8Dg->9X3N{u#wfGD>mwg1NAAT3qqJrR)s$6wEfpSHnDf;nXDymPTqg~@l@5&-uSm| z@#8alt}_Mz`^YCNNAJp|%oOW5apcAACSnfhL4Po^y} zdxW&YIbJKQ6UANhi6(`X)DI)Z%N9H)P}}1vRICdHV}a`Fm$t=}ywtyKi`)4JzZB^# zcW}R%x{c-{B*m+45-xv0Mkae9f`U#n|HW*rHfSxhJ!Nk4UjGDde|J*oE6lP9lMM8y zn1@(YCg=Uq2#xj79xIG+N-^o^$OgFQZipevRXgM+uWgIDuWgG*xJg#ACnXLfN36aR zqT=deDxKJE{E^w^tMh%;;rt#NEgV~Z$QTWK$^7|Vf6| zgM&%I08NX!$uCWdESHU%MU;|2E$7CQxmJd4fXO!%xtoftw&m|ft zvYBWiC_f#tGPj~flD4sztS93rKp~LobmM*4s~444v}$T|&#sc1PS@+; zZ`l&Bj>$O}9F7AKJhL^dw@QOxx@751{+-ifZLE;M{h{bf01 zKyXnAJz!WD7UBpLR7c_g4r6Y)TIc2QG$s4bWEzfSmm7_1gbhMr2t0&-()+~&>u$<2 zX;TR&rlLzDs(lpmuNBo!@pRf8K@ROx_FKZ&583tpxX0){GAzrJ8M(uuTcA$>6Ex|y z*$v%FJ(89>u@&M^$zsVTso^Z$7bd93$6AF%`}yoYucJ27!I%di4NCLBE-(MHw)0mw z{%_ACvXK<3KLdnXrDah$Bh@WBUgrP*Ji7hoc{I@ImHg*<6vg!P+kR!}r8wcmUi?y= zphwa1Qk($!U&RSPU8^z1S2LhE!Ke@*PE4>x6)z!_XH+?hyg0m#R7*E3|!vuHFRdS|!~+sHg}7b*)S6arKrZ_aw3j%jbZnQPi38_ z*dEyx+M-$|X2Cf*wNSsyWBotRBcM6qzn({ogxePIR*p^mW`;xY*5H=?wpkC@{za=;!9#}sg%^;8#1~4bos@YDxJ35pQ?3>AZX*f~MeEGwmP=zcc|`gWn7Qo<&-}gHQfGi_i#v z3)KFW==s?2*>RH5q`5{`~(xHh$8uNgW&@A-Y$=RT(k3Pn;VB{&C_pA`1Ee zvKHO)nW-GS8>P~%(W%R&mijd!>h$K~b2eS#@$U$$nIP!9hu%ds!*yB_XO3jJ6FVL{~Wa z?L`q%cz_yL-XoE6Vm;LoN`Tm>T%k{1Bfhg;_~&_)2F*nIe?5=Lq@P}&NB$>jSuf8c zSS|q&%k_#nboRc! z4wwPs1b|p>^oLl^@?XSqC~fR>h@7NOk2FMk(MD-YuSWteo6jawC{VFkU`(f=3MNDE z?u92+Ak|TTu1JC71gjROcZc{Je~9H{0I{5^VipY`mis3c-aD8)W`ho03sB!>0jOaD zwPx_oZv!>#yH?nPQ=|<__q5TUtgbQ*MjN*8(kGpKjEYKpTbHix`iXQq`GC6=2CZ8l z61rvW`>)y!fpGtav$y=qa^Kgrr8`7Aq*1!NyQI52l}5THq`O1ukdp51Zs`t@Zt3T` z!7zRA)J(n;13-tH7uk(AH$LWEHOob9u8GVw+GF|%gag%(_9Yb4K*Piif~Xc|jbX0-%VUV` zL}H-_a~e0`wke%^)u4hAT`jq%r|nmcm!ji?SJTv;EcjRaviT=|aZL~h;+G}IDQ>dC z0`_0XmKBI2qwd)#cI2SqIeGX~@tpRlcpeEVo@YK4&vX7!JeRXo@q85#sN z&-ooO>A9kVGdk2BNdsIt{3AZ6<$syG)^T}zj~tC7cw?LeR{aDJe==BC}QL58(1c!tcMf~%06a)2?lApe#cJaGrrS;Q8^vp(K#8qIX z1u8SLY&{*)yyRH2%q3j@f&0G;U!H_E!)jU%!1|NdQQ6q<^xyE<6y>oM z!y~edbMN{tb^4ghNu*23U^jnUNmLMP$5cqyD)G<8c#Pyb@a;}+-E=mrn~TPqDu(&} zrh-Ss5W##mB;H=zyCC}-I7z()PErwmNYm{>C-grqE4q!NgCUy@hT3}ZyAKw!+ACKqWk1!0Qcx^^!Sf=ONqP}$2GVyMau z0`Che8M9GZa=0`-cBgzaCH=nIkH`>3pvoXulreK<8J5zUvQ%=2VF)$!=>?p2yDiL` zui!?_4;t0Rz`bK^{CC?y&1-87%F{K6ngCMs8j1mm{gUADG57ta&yO;)_isYWj&5SR zZEQ%jgWSR9fVKjGO-5x+3n|quvS!h1;l&P)w6f}snu%SZGUd=i+ z-3a5^%%{wn65HVHl)j?7#1&dWtNA`7oT~EuyBPCtp%nF~07y=>Z15xZN|p*^8UEz~ zs4d-@Pov!<8KD+39|V7FW?)x!;7^3?zXE!)p<}LE(vRRd$#^;u2fwNf)A^6|FWhjT zk}pJk*x|Xp>x`kh`w_pg|0PwbMaxP3A)z#DyAn>V<*4G_q}7VMsnZr}-v>)gLvWv0 zjq+5BNmPVsICALKfetM37@~w48j4VRC^zZBLfK{HfV_fUU5jvocj-7}{dL=Gps zPd83{caQ#Bh)#t?lpRAQOy4)%2Z&!_@nef8+L2Uj!>HJ6Ofk_hlwWmQx=#sIi0GB4 z(6=qPtejQp6^(3edw?Uy)+->M9VyxjOJsA4MO-xUQncw+Dx-gd_(Fk?A0e`j8ll|O zoo=UE`$>OL0?C3kdo1!syN+PGw(&bl2yVqOHg|9B)u?&Y*6>5J$-SU`Il6JVy72*Y z3bLEzVxuj@Jx*pdt0}w+$$=+5320X9GN0l>d2T^L&s}T~GutK;R%H zzsuX_M8`qdfu5?9muDH03ERm>U6EE0MP8QU?_ai(VBG8f0-RFA>>w&D*y8#(mES?nX0qUh6GJiEQX38@G)(N)+4P^x22?Yb{o_Wb z0lCpx+$}Onyqb1LRlR|Wlo&ElGp{0sStc>FY9%e=$F5Nxo|)OTYypKfW3sr7J;W6? zX4I!sw5zQ$umrDM`Q=WNMi>awP3uvv;V|;AiH;&u9HBcEQlKCvz@~c|%Cyz`*z;y> zx629hQ;$F`^Xd5;*IfF5I0ME)WM~O|Vym%ZkO_PXiQYHCY7e!X9XAmumqhhKE z?;8+~ipSudyRFx>?iub_VI4y~Y_XfL z4_9~d)RzjeMPUL;UX&8-Vj$!h3X0I6Go9#yy*Xx>5dli(k<8B_PYWg<(%#NYd-?DZdQ(!{n%iOxIFeo7jN8A;RXi30gA8I0TKqY7fzLu z)Gf7S9G2uR2pylnhjcNCPV2N<2?*oY-x6+1#u;)AMZ~+frI3FT3%20u69YJ#Xb&l0 z@rkb?B~`nY>K1xuTaW5z;?sP;m8(Gsl-{jcktap94qgOZjgZ=QA=Du^*Ef%GR0-nYY2oU(!j zKBN5A5RmthY(#%wb)Wpzj>6Z&&`inQ@S1sRm6qQhJ$19eV&&~N2arN%a#9C+=c2fl zlFq&)2kAwIu?SDvbDX=5RaG2lGioF(ZpY3?U4*(iSw`)*ohm~(Ma9QgG6fVwLsIuX zFNb79SU-qjJ}Pb&5<6Z2N2VC5`mg&BDot2mT=b`gQ)Jq^qtASwz}rcN6CkHS`;Wh( z*#Aw=TeJTsrg_eJlY!x&f7e#xNAmFyJnAak zwR4(wU{3)dbDQ+e*83@@De?nq39vSG-FiLV+B3q`2$1aq$h)xgY2SkU)oWHUs?8d< z;kTu%sDA02Z|5+a12K(cgCr9X1_nI)$%Xs+b1gyQ9R0H^%4a(1_TPFbwA6p!m}(m1 zCiY>=(1y&vNjvvAP76e9^4lrBe>pZ`+*(=%Si6>hn5H?uJS3&pWC?5tHzXO3a*-k~ zsQ0*VRvGibVh^}6c`JP@%gdOlH4RG{Y+Nd~MnZ!+2j#rS^^Bah<{g(qmeaU&{fr!S zLnvz5ogXcVmN?Wwzj6%B+rxn?wnmH7=WYup%M98FPiEjRFM_q0ee%t3vw8R~p=nmV zvYSr2c_%N>BQM!(nz|_ZJ~hDY~t>xHyy2LjZL$4{(4^rq#r; zBVK>@4gv6HeB8vOA@9PU2RfOU;u)INe|Iv2tnc&b*p{84<$zA6l9N9@S{(xuJq#T% zf`>h%i|A2RQkH;RWcNMkPbCiV**0YM%EAzu zw+{O~)2zeULb8yx(pe1CN|M(VTa_IvqbPd@wk&}-I-_KXsBE^MmTA|}LdzMa^Av26 zb@v(bh3|JsAqKT>TB79xs<7(#Jmz{gZ>u0z-FEwm{t6x9Q(R4h1u)}pee8~KQs$1X zD3-xR`x&a_r*-ci!}*Fv1(!!-3r4F}4z`0%dH9bgG)PBTh8sTZ3*V4^iP?(QEigo| zn(tAaN65Sj7vhK!xTJ)OGbyXpx-}y^{_4+vBOiQNrQJd#T(K1GGKbK^(4K)2W%a{LL%9j!?*cxX%v`hU08`gp@%n?fX^ufc zRS-|&h)&kjufsdspyYMM_#;loQEoW>p+i(}>4gsk#v!DPNx09DAQ0)F4!@`-b#4Az0 z@3l|ofzWVMQ35&7U{oIyOV<1ohp}rWYjz7*hbQ7#Uz(PpxGy7VD_oOG#Eh`7_>y=*mHuZBhjX)ZhrXu*X+}%Z&Kuw zO5#56=Tose3HGZ~clA$-iNFQSuB8+4X_@U?!5u5$9;TWk1Ks}`;k%V<&C!nPss5vC`=-d z#Y6&Gj3|pR<=ldEn2;V_e*-OA7N`DD$hF8oI{oUaMPyZc zJD?okVHATcrnA0fd=~Tvg|U9p3!^}CNZD?Ddwp9F@;u5y7E_8o7R?navanaJL|(QN ztl3_8e2QsEspUz$^RyqA!Bs^J-tp_^jRg-ZE{D4N@Ne)OQFR?bkBj-^kt^;3UHVwE zQO}zfHZhKhdSi&*e&n&1uQd%c0b7knT&7V%XflJ{Va5K%r2}EX^#F17f`uv?ybrV9 zTcko28OISBwJxtWhQnhJXG)Xu)=hz-ZU&4db|`r$;(`ow*KCjUem`4eR~vyj%MgvH zIm@EY#WI?YhU=ZL&1YV-6kyyB>54j@BQP>TJVJ{aMEOTw}BGN~r4b_eIhloYQ6f*;dDF@9l5 zJL&_ndPMFQ$v+6NxLkn%ri?4vC!?PIk<`JJ!(H}w>iyKrQM>T2+_AGMwjJWjsy7uD z!C`6Oqu5(p$n_X@Kjkh?g;rIG`?4o+4|$dmm$*orU~v~UM5Z;lDus(g29C)S38|rT zcZW*(Gom+smI8WVB}YInEV6kXH`W;lM7=YC#2g3+rj%0;N~$pauQZSB02`pGipO73 zOsyz~d^QhFDf7^{N|!m(3JtO=;Yjbz?;*O|H#lYk_X!hj2C|qx&&v~O_tEf+ zd?S*D(3ok!4 zJIgqg+{Uj(MVV+N8Oh@zFjZCV*lP2SFQfKfT0mY7m_lTuzCPfxrxCQjSGqu!wfk&8f$*dljZ+wUa* zB<-G_7m7+x&?zb4&gMWWHM+fk|5s1>gjYg%(@q%(3$C=*6_3wzW$XJSHUSP)5!myn zHer-NBiw`i+s=PQy?{fDMCdha%v(uZy^Ah!mHnm(wCBNGFoHs6j(OdZbSl?o*(rG0 zfW%tV$ckw!`^-W@bs3vNVLV`jyY!!@B+bAj&?yPfmw$wq-ZKd~TLhxsyt>#MKhxi@ zJ|ruLGQbaNlDn*BBfdJTOG9||gKkjQruEV{rR+&xPM-OK<0@bxN^@FdXK}w>XiM0; zl+#nld8ka*vs+LP;V=#^XjC+`yriNIDylKtHff)S<{{L!p-k!8n&Ya;5Ob;A%rPI( zn8(hv);$M#Ix(SS(1H1mIub~sO@-3bRia8#1hPTIU@&}c~! zp>TuOdyGWi&V)-x<=lH1>VJA^K%||aEz?&Ryk1{|F+Zf0EVBopcfM)hJHVSm_fun- zGI2;VM=Ixf5CIISBolWwGP;E&{d&4rm>+p#z?OthRLi!G0zW^$YZ!06L#>t#@q&>m zDOdhLZVnGs_Gcrgh>&`I%Lo(^XmLP-h|B;n*I7`~`wf)zYCukWSiG_VY_7|;Q@qy6 zp9I;KYlnCUw&r#Q+AId|um;|Iw2ZyPOklyP43RDMHxfhZ-EOm}OMzbV$X#`UCD;HS zn1v(s&JvczoiyT!(=nmqK!1%)U>>0?*3jx#ELyE|8SEr4(4V9bqJi^tdv!!3@IF56 zf(z~u!SwkDj88$E;Qx-arIN*8w?FFC_*D8EV+z67BJ6@r)v5hM-d3FKPg)wbtzr+hSIWGv zFRNVHB#Z%)SFy@xt7j8ZzMdd?I*)NN8W=~Qku%HAwz3ZKzp6ht za@z})rnoKYc4K{YZG$1D6#Y=n{-L)jMmGi7a}x#w2NBw$QOhKrY^iDm33dWCzNcYS z8>^4K2b7-FP7dn<+XzS}rn!XvaRz9G5r|}(5(Mu#Pc=-qQGi9c3DBZkA81kT=>B<8 z4%kL$Y69Hl(Dc*AAjOyh`pe`D8c@tgrXHAoHqn?mwZ-RuZ)lSoxh|+F8O^m^V z#u1oU7a0BhAkK0J<7P`X!cly%ur zJ0Yrs09y&6N(c}fk)8(Z$R}9w__xJ;8Z8Xp;S{k8oGSW`A!PB%D4OaL!7nayAmYRd zpm*_sL$#xOW+lf@k!#l_zPrco|uy)&|ZkyE0 zW4iW;bzs1nwiZ!BBEI1=y+YS~kp6gRJ!$=>q?<>AyOvPt?E2`Cdw^WUMAG3C$wh9F zezyDbLY%~_()e}`9gDiTOst0^&9>o>VQXSIhlV5aCIPLs9Zo)O8igwie&Y%?f$?9`G<8I`q!gZ z;SCoC>*{)ZEaeJ}M1@6|Y+ouUSN*s?8|9ZUi!Ut-6}F|AI4h(Sxe?vt{IzP+E`hA1 zuIrshd=r<5u7zbm`K(`NW86>SxIP{;|CR(}MZeOoB1(txDSnid43t*ZyVN-26Mc)X zUumco8Im6rsK&TjSyUXVxt&r01=}srkz#t08IMCs;V`4twzv=&xv6dzh0Zy{=6q_(U7SbGBv) zd-mg(yr@Vldty<34p(?(krT0$gbea2H6;k&%Fb!2}6MY9X z^FJ0?x3vlSVu(^g@|MbDEJ~7ayOW#I)tz*cSQ6_F1}}P>3^0+DTuO4oS?9jdm~l!d z1AZZ&vq-1Jt69tsY05-?P7H}-yF`j7w?|o$P%8A_@Zy%(@q>boFkd4xZtI|p~*;*EBFB3mUkK?VJLY^AeBDu*OjaAcp zFAzz%49Gp!P%snLt~4cdo@aG-du3#TGaGwgI%>oT!DCK_VWBDM=9FMnLGivyt|El> zfJR0uk|bQ5?h9W$Z_fxPQs4U&VQte)20=Mwrc_UK#h_W*9Q47K7`Vc0)Lf}sN zfL$>&K8Pq?K&)e)@w>-1_vPE&I*$uEJIWvr9GkYFsC@fmp=e<|$NO)%=R;0< z3ChfV-Ru)LmX)J-^bGrBp_lV_P=Ovq2)jm}>IS113P-25o$TRtQ;27yswty2k*wjZ zXX=wuF*I|yYcTzedm~2tKVG1GKQPL(*_m9d)J4x75<_gcqlzRyc z8r`*B&p)fNlzpFp{4n!w4^oGqb?89Xn3XS0pyG%hi-xGPA7h`1`kE~%QMlj04!#%( z>P=<28xa_9OC#R>$)HVq7KEIoT=xE&c*<+KAc3S3D#|g{Ok?PTk~ruz`nODN@c!Wo zFD%I}>#)o@z8Cmp)+Ryd`HO^5L8-kbgEG9l`r=J)a8wRefIsrmm%5r8gR9!#$cT-F zMDJYeknS)qo7t2m=hYZ~y9xHX;9@gIeX6TGcupC#E@ zz(-FT?ErqS^SLuuOv}dd`_bk{#H%sGPLIzHKi!Lap=`TU5eq4I)Yto7OqCO7hYx-% zHBx6h+|e7yP2Q|4%BCRl8Trzv-Zi2B~e@= zD~3^qS7{@D1k>&L*C;>ii!=iD8GZmNczB~t7EoI>;379F?h`#$Q3rH`C4nh?>kISl z4zdt2g8=E*EE`)|J<_7AThMq!Ztx<_P$HYIl0W7ArZDtfQALv>rbQ_~ic`LB>i8y= z<&RlkPnKo*RftlzASTPv+|IGC)aAFcKnz4wNRx>HhU#c_(~Ea-p&IeUEZntC`p8*Cj076>Vrv9PpZN6qPhf%-Im85^10vejdz}g=Yn# z*Ca#qK#)^7f~Ax0oB7CcTg_ICohm3;YI&S#^yfm-TY4p&(x(Opkq;5TeBOZn47H{p zz`Wl!#NOO4>x76*ytgrT?3ntkXpb9VA8}rjacqRIQ<#1USEMO5?KF1%M=QQu$d^%4 z^{q?TIhCq7-)5R%EGq>xo84TgNmXjw6io#dWO*@G-*t7Vz>hEM2y98`GchUBoF`nz zxsJUMSfys| zWFf`cmaRtGW(}qCY>6^?Xq^j;s(<)_j zVBEo4yv6sQn+zqbjAiNV+Ro!G#;_KO-!b2gEO$~dG!5s2O8a#B0c;#4!)pp{bh`Us zn0g)S1ZTMy-+KQY(kCxy`jmyAPTrk0%Oh$_WLzpA`+Jp_$bcP~aU|&2wcsqgND4_M zM@Go}@kf=b?Hj{@enJb= zRTUgaC{evy^#o6>u|Kk8#M@EtS=ZG3vZTjwxQ#&EkT>vwU~y}Gz)iBtGQDcLF!-8! z75^dgF@=6oK#U<7N(3IxNr-DCT+%Y5>Z1Sj(1DaBB!n#gE%+{sk`dD&s zv#sr_w(2WW+0RC-HU*92fz;~Xs;mlN#;qkRcBy^XV#0vcN?btHbwAAd&|}{lpZ^-% z6QxTRBI}zJ!-Hg{6@)rmmpzW44s95BAj=T_F>ZUYQ^P6yJ9b)h#+!JpY*7(B(|lK? zH?81ITwoTntih~PEgyzoFaTO)OvT^A?@;K!Dt{m!WZ*jcz=^_KeQP*8z%vh6k=yqd z4#!CpIyeDQAoM_Zf3o17QZvL-F7cD+oR zkTB=ISNw36|4{sJXXMXqk0#%jg}`~5z_GWPQNT0EU6i1;^Rcq1aLpXHDt4yyqeL;m zoD|Omp8t2GOfy5S)S-&F5$up;Gh$#0adG5y&SgH2xrsoIV$xjDjm#+hvE$>Xj-0jx z=EzSOhYz-VnwOO$Y{k^~L^)xNk{`2(B!wFa49;QtW4B(F`6POhV6kBQPTO-)5k$vI z(7b36duwH9SSZTw(E3;~C|s`72@4ga7f*eBq=Cs%VFN`N;DHu!fk*7Z?a+D=6)x9L zR^F#__ktlFuMUw`ma_y=+Im0QwJIB}Ze*R00B_t+WJN!j&!;lNOs2~#hGnsUoALJp zlJ%4~JP+KKh>zxKJA-zGYEv7dq8o-8r82E3j!UH9QgPx$9&FFCQE~Wc7tNw6{Pm|b z43jnOz`=!ynW;R~`}O*~U){uYB4dI!#AZipQvU7?>bYmAwDnYk?f1J$vQjw}pSJEV zg419=+CaryN!%j`cd1{L&gSg#k*Y87`sp~WnXAa3ynJj z&`*PN*5G5d0YN9*2Y@(W-zCs>QyhuWvX%M*ZeM$VdCNWA>mGEx5&X*y$Frpd{kd8$E&j6efG8#!is|JS!K66|xGjf* zr{=E1)L%{T>I0(TJu)Isiu~Rp(^UWJwalz)kIuntPOdvRYVbI&LHG^+c$!+FsuQyA=zg zA2Cl@^~?R_>y3BBS7XN^OnONV=WJC^D+^B4`zcZr_Z3&FOWYxQmWc8LmxXv$X zE(+{inr~G+U@knEw{>j6Xs9`&wl9U|-+2^0?^oJh4to%rTFjF6iY)yoGaW=W0Xu_P ztsg|v&mG-XeD*Gkk*eNAo;*ks4i*M&ZjCO-ya5roEy0yxflk*0$48+XzOZI>MnL$> z-9lBxf)m+$AV<&3iL(Wxh_@9bLtS0`b|U9@&eVgbUQTYpIo8{Wr9w+K&cr8oUOPRa zb-aOX&4lfD;U9NL)jpwn=$!#f+TB1+3Eq3f|H++qh26fNqur@$d_pgpfh*(;+^*>h z;t&Q7pQaG5Naz7~Ui`y8A?VFeJm!)+{@?L0f1o*qXLp{S!F6+;nB4y$@FKOe2*1{WSR~@_WLR=?HrW-3Keui zuB_->*oPHo7kvf9!0lSrCyAl_BYWTDq5SksdL8`|N2ZN{>=)2-z5=wI4!KWSP6S2l z8`!V$WEQRbB>$a%AxAxXjjEI2chbtDr2^7hC4x=SiCQ^RlFz-=B?mgziHH8XMZP4} zK*xFp=vd$1H^i&~D+qwa!ClS(gB9gl156StIy07Hoz+_uy|#QqW{uzZB}a%m4>BdK zDQ>DONeENg%Li_rMgTMi3V;1Z!~1=OU)7kY?v2>WMzpt^*wx_@*Z{M2J?-Ehz79hQ zBUs<3?~k5_3)9F}CT`E2uCQ;+ogV#oInu8y)DptB)uy#sOyDen6r&(L?P!u-YAOxz zFE9SVzbrlRFO1PBr(UlIaV}yjE2r}B!a^o_24S-E(mrrVWkKxvSQ;&8jJH}eGemr)S^Vt_sL1qt9^=+*v(e*t^uUra&#OCV=e9vb8X3U&2= z@h?1o@h|VkZ@rMTeoaE=C(EJ8zo|?7tuyl(<|k>c*%~bc@MQ3u8R%o46|yjX0@Ds- z#o4caQj(VdN^+Y&O7f(v#w6T-KI;GXgsA*_|s1{MlqyL8Hx)}Z_MmW6#@N@SCqsB>j*O@$Wa+6*&eaw;- zj&Yt6UpAF0cqR~3J`~FQn3ZxTj%!tb6-VpiBloSqM|1-Gu8^7F#P~D8;cvOaPE7*mWUXwOVW2g|uNYScKF8UFKlG}8HS6Z8J;I7xm`QP9#f7Vp~ zzE6XiNQoT(6aHeaxRayA+xLXO+?E_){8dH5e={fgTt(6ji?xxfO*i#*h^%>+crk@tM{9cnRY$_-s-qr1 zb{7I@-bu0D?#=JNtByUrt6wWP7Q@5Xatoc#hu8{l>h+_>_cXSDYBZEczS_bL)-UAvv*PZbH}&wYByp16bJ?<&$M zsEWiA^tTD-9h#Mms%(7I@*7L2{Ek7b&jBD4jKwb))k&Bq6U@I>k++qmE^H|&fI8f%J?f01@0 zW+72xndM+zL3YXgk~;8p@=8je(*~>d6haWNe97R+1M3G`zVv=6a>M3(1bxy)Z92~D zE*M!vQo&|%9~z9pI+n(3&2jo#sR2nTj~X~j*T;O>9uUW|=j^NGVai$gq{*4pSI)kV z?1YYkTzZP401RJdf7$wb_>w+#Ht^r{k2H$L<>Z0kOK#axAt<6Vr}d7UA1JZcsgh)0 z%?=M9`?O!T@QU9J^Q+u|>PL{?`GGHcQ3bh4QWN_6D38MwbgiSc(1IS6%gP|FG5mNa zOV&mg{SIPuLXcDy?x{(DnoRtgz24pZ(sOE6&*G# zH$93{moxv3q~UIeN|)~2VY0CJ0p%{iA3S6M#Bwh*gUJAYN{7^lQVK)Nx=E*I2qME=O1KNuIxw*V(Lbon7U!WyUEB5V(NOg zpZbk$Af^uQ&EHI&i9I~fZ|tp%?yq5)Zh7iArW?)z0tQ)R@wpjLzp>t~;bsHqH{JmK zMicwhsK_ik&Q03w;@#TdUr0SNMTc$e-67_IiV|*$z}_Vwe>o_#+>1>ey8OqUF35!! zZUFoP!gC$fGdAYHH(hFqpprTJ5Cs#S12xgpVDnA|1obogDo>0ZKAI7o7V8epZP*s_ zm-OdBB~yrDY55f#2^bi1$vueQk?czS1A5_=`vbk8JVP%w0Q6Gu@1U2b{xkr+TtF24 zI78p52l~@8c5g2J^cyk%*>B{;dhSnq9YQ?yr@5c{(}#cc8|R+-joJ?X$9|*u8qjal zyTe*@)XO^^wmo#|rnza)7%O>(>(o-|Fs$p~H>W(7&Z4FI# z>k=yF3yUjUQ3GZ`p#*KTbd`xp+{Lq z&=GucmC||O9I~d0d*}e->Nx&jFTh1x@;lpwZ17+su(10YP`tb%PVnbzd0N<&8gWba zfApK<2YvcfB=GD0@2D4!XRHoLIX9lET^Hvl%(12A2~YT94O&;^pxHXi#&)1B#ab5c>b|AfsT-c0z%5MLmD7JB1BDSAg5% zKr^Us-nXPriQo6JhWPv)dM62`Ay>AcM+OETFo}|e<;sX(yStff2dWD}u!8DBKl&br zKyyqha<$&TBEfCz$V?=)Cv6U5tmMZjK|_>XzreBuY0x48RMkF7?U<79=oz2xli63* zQ;+uP+b4@%srFVS(H$`R(m#FsbjCuy4jY;bL7e8G8&OGb`~ zK=9MDy45vU@i?T!wZ$`wM4x33>|E4h5%Z zou~6>Y3V3k5C^mPRg2Qj7D^xo@q}@WcEM)HXhEyk7sdP7l0-usDu(0@wmp(EZ(YQ6 z@@#A2$ac;?jSkdAU^j1k6OyiUWE#@U-RksU@}j6dfs9z|WK2qz>*;=zdr5yoLR+2F zsu+Ekpi;RT@3{E(*Khn9`8u<}k!#IP6_lmZR(9~x3T8yLAzMy|Kq~4xB=jOU*h)oy zL&)q&dkE?1Zii6NqzTxQASyAAw<+X`MBqqNH!Q_p`e6$N^m_EH8XnyMUp-|1IS=#1 z`~!<74)cE&O`J(S5D~xo8k?P{yJJ1^PU4o%7>6aA{0q>KE^Cc9-Z&XXcBaK4Eq`*wQoqz>RO-UinRL9ctFzCOss&bY2n~>gebb5 z54ehbSxi``JN1eQ0}WLjHqRMFlu~Dr^nf~Zsqio zFV&k9cXS)HYAafUcB(Q(391`jG!auZ|D00h74VDYq~(L<@e zdLLb8O6*;tXo1anbaiu}t~wz-*)nQ>nR>RjLz8R{mZe=mhBLu-%(&0X-ep zI5ioDET7Pb@&^5MjrXrk4^}X*Nq8|+0_%d_G3k%$g(j4991YjZwb864^ zb0Z%n*fMG@8ojv~PY0=z8=9Db#<$!)k9Y$^)5-5Fb_YC1j%@F3>Rq?w`%0uUl%Rc# z=;H!aODQOJ#Ed$dHxOkU+sDPDcNTpfzP9=g(A>mibD!M3D~YsYWa80{Ujm!Gm(|d& zZjtp8(>O?sdriA1h`yMm_27T_QBVbAViSu{bQa^nn&{(?I6sv}o$~v`-I*l_=cNwY zsm`|>3GJ72Hd#L9Ke+K03(-wLZp&x*E*hd+Fw)43jcmxx{fim-s^KN5 zz*Sq37m*!Z5-Buw;_(zvEpg*FO$TtwVa~)fy1O_miZujIIXJ*6hjH0Hl>ePq z<6Ci6Q&>OHT9Pi8S_JI(5B&(1qmKO;i-Xma1)mBvqK3v`UeJ?d6iHO-zD=f3R3H=>fnNt2MPyIvO9Lp@ zt8Wz$N#uXUvT~~m-;;;#rW2e49rzXZ_dd1)2`YX*{{k6 z9VAaTuxdvc+1hI0mx_s}E}}QOmcPI=X9k$u+J|?SM?frF+%PP=WHv}o-&46oI7+G= z)$H$qAv54x8&YYyj24fW9azLIVOx_!F3uPwYgsnGBu-L$tz*MeZ(Lzivi?n{Pj63I zQw-XIKfI`7-76-C@9YhzP(=1?TBX~L9_QQ-#==+1Xz5KU!X}K-b35_IW{>JePj_m3 z3z}k}XwE!y)PPWm_F!}w)q-0-r*`JMqFF^@ZlH*a;a+dgg>}IduO>m2=HahhFr!zb z(SO&L@Eo)bgxvY2KEExMTwoJCJUWuiZY82S3##=^Ui6) zIx1A9qpzttyJ)tREQ+enniiHyns>J2g^6ovU1f1z$TrL4YBr`&ak3}l9ui=g=OIM! zh4Ab^pTpdfE1Qld;xB#f6}R*Z`$p2ap)!Z$v-CQyTV-c&-z*M;H}|}|;!vcWwqYCP zrz)26G_jS}bT({b)*MpKZi-^LTP=dqA}@EQZzCx3G>o$w)W5}NR}kR%l}>P|9a2%) z771()8IBkboN*%XYRo;oEeRN6c)vfuTyA)!%n)#3Bj5B3BIGq2v?k8b&W1Kvq%~DS zwN5%4_wGxt$FZEts?F?X#pG{RJwGoE3MEpX-tzJDZyF~#D#zGyKcD-I;@%~QSz(Xf99;R`zf;>!BcH%6(B#q8j_29?+-sP3NXN~=8VP}vf4@K zHwH}JOoc3?pE^J;Fs1K z_dqYftv(*g`RErndaejls&@svFJ^AnH(e;Pbu4}Z>`k{4x9u`1HphP9bigKLJLVU^ zf;Ke)2H8YhFUT?4M>FzOakH>B7&4CrZlJOF@CaD}B~z=&uMg=gJ_oNGBbkf0SxEZs z$*n8JnZN&_0l0Oo&^eP?;aYuSy`QEB6tXD-LEk?A`2)lBMEoCUEZP5JLv1-yGWS^O z>OmDsN@9kyn%Lb8g4;}cZ!oC-N<)$SBysRe(X+TkNUh?#Zxl;@Y=)BQYDbOgN~zP2 z+ma6+4;InPETmFO?WARP_%5H1)yd-INRI3rKTe%Qu_e7pf|Dh&k*vBZyqc`vw@e_C z-);ycrDqm%^3?0a>Hp4$8DpCy9We0SH#6mTaEAj!3Nt^VU(FYzfo4U$7I8hQEI9UA zpX|o4f-CHo7E(s1p`Y_PXQ{&8cBCn!D-=>E;+9}t+T&7Zidse(MJMKYP;QGz3Z_?! zmE)*wY_4F#v4?G*xPuRVcS{){EvF<-Vl&*TtA=xAfr<#ud%DhjfbZYDRB>_*QgN5RUF( zd?k$>;nTVy*D@=i*_F+&-np_eEsiU8{0fC)Z6{Z1`x@Lb@?V=D;)`B#a151`6@W=z zNh`zEru5O!b$3wwI8xD|K2@PN9?hlxC^nxSD=Y7h5t#0z&#O1sx4UbBT{TdE8?HKQ z&FQa)7bBJWp2Xgmo;v*-ZfPtTamGapb>{~ zQc`d73$7k9*MP(Bsn2l;<(k3*w$DxPBOy|0uoM$*vtcQ{4r*~)Sk8xd*oY1 zcZ1P{FD;qOI+fw@-gv+)?Qx!Js$%&z_iIwa7#lcsM}&4JtbrG&^9tXjY`o zEt5KId4QC3fRCS?OGX*duD`-26(C(emB!pGj+BlP&g6I4y7-m;9Os)zV+u3Wn2FrA zJL-VM*A|jl)G0Id_gS@BL_9b?^PQ?M{0VuH`AK~An~|3h^+g=A#tD+MVWN$6i>4kh zE;giGRXQF*e%YY55Hyi_{3b+e8RxV5;;$8U1et$O>D2#Q6$bTyu&r{Y^kqv@R{zOcqatwF*(%5<4`rzJX$JZto#{52TeL+7{)x!Xp6``MO#MjJ1x(Bb#vRR<9qh&t{H>jN z^O>rN8B+lVw^9ADHHqW6hgD`q;;CZIKuY&CCC}cR?{+Rc>LK3c1 zLWhA%Li!CZzUsi;;JCvDSN>GPk$?M{`c~=i!<3E``oMBcfT^yIGNK~!ed*E{0%8! z-vS=IvLkSi2ajUMu?Pk(VJUJcz((*N?Z`$f%73;a@k#%5uTLU0?o2KRb2HQxh!_%_ zgz{W~eI~NtTx!*q?wKsH460O0FJW}flF$QrAk4{QXk>z(bK?Jp?)B8cm(^zv9$=NW zED-r-W?HolR+9Re|{hTS#zs5AN>n!6CR4+}+&*1PE@yEx5aTfCP6< zaCevBaOWcXe08eowAajFuZR&wkf5q zaFw!@i+~g4Ou?qh#XS(6O3*G-zeyUf^;gr$UNUJM*B;T}i+h=?tjERO3F413bcNPR z@*dYWHDSjywd{&6T|74L^_!5=29>Y-K;`Rj#5^Q#p5Kplx~jIS?V6?5jAAKb18+sp zD5N*bvTk3?*FD%h|CFzT@{VU0O5*1)#VXcRJv`yhse$q}_G|e%>9u?<^Av=S94LWS z-eKkgJ_Vq9i95Y)J$9?`f%3J=(&@t$_zH%5E676t0eA>V|C@(^arYk&!MN|YR}Vqa ztB1h%zdQuq)qsZ}+gd(*;@$t?ApqYxp$0qz$Pq838CR~ftBAW<0B{rkPvnW}|LGyv z94THO@v+S;CAF@-EWe}IkN^QUD-mkDsTE=d<8LlkswsyZ_)m7TH)JMkbcAH^4&4I9 zNBPu6wHs>)1M(r#jdAH@&o;zV2G!LaOAw-^ODD%)Ie6jyhHr^4TQ^0EgaB-BnY>AE z(b@Hjlp!Hf4mzp%{`k=&A^+EB5C@O$zjN@K_ENi0{)>YL|KB)x7ovYTc*YiwFj+Y_Lpz?LjD`&IxiN^bF53KJ^vuw9(g5RoySx+fNkmtw^DM5}B zq534i*`zh953$DzXiqNk^fic{4q$=_6*tJZ_SVvcsCDEW5!8T`R~Yd(^iekFv}7`r zc4jKu+mZoPO^!B5UqjL@QN}dj7(*Ql9y@j%?lO&ha$ zY2)AoGp7ykG|h{Bp~z9N-^hftsEDuAqgrn=`188ynY?jT1kFn7|9aEI`Wlg$RhP8~ z+_jyjRm2|d)HHtGUp~5Yq#Fg0A{v={7t#y?mZp#KZb#4eNHl}t$NBj6-dgX-oo+|D zkdZ=L@2aaP790;htMkZLp#k#jRurp*&HmYAgYdXZRZLZ@pUysONd74=ZpLQvSTJ7` z(mlqfdOa-B|cCGl1AU$5<1 zlmGb-3A`epjHKqHgt7+gW;A0#FMOvqb6F6KA`qu|EYBF_+Z9bmSYI1LR>pyyju&=9 z@5}EmZA0*#HWa_)I`iyQ3~F)t#}!ZJ%g(|Pd{m!t_$oRj9bvUDf`0dO>O~YUyVGCJ zad&_iY=0<|9e3`+{voZp)`nL;aF>adHC3+GndkkwDFT9THP^(%G<2>}XSWR%Rrn8z{oox1uSkH8Q=9CMz2fH=A>Z%Jpt| zsxGvhfgwx9giNzj)yxhd%WN@js-l|G9uB)AVzI^VVn^Xq<{aHA5SOi~p!`=wZtjyd z4JX9ECvS@2;iX|JRGZ2$ZBnPXYKN1G;ZnKP=}9gAVjMm^%sWQc+#>+RTLB7qGfdRf z6qXhK?&IU6$nN{H@H{4cp}eXM{D$BNj$M3%kt~XrAVqaN2Ku6`yx{yXM|Uhpjh_O= z0vV9sXV)C>^dVx~%Y%rZs?j*y_o9XJpmkMdORt_euF+*%=nSXcxsqvmi$S*WUre72 z^p>t_M~46yCzj&7;RGUFMx@6$cZT47QW#?s^L9PwYU3ALBQnb^7St7|@zRhy4WByO z{JbMCUfTx=UR?P;^QgD?Lnccc(KhT^W?c*1&jmWMoWMRdLdsoW*5;3rmmMa?yeJ(q zwhIO$EuuTQ*V>B>P3JFf`#(CO=~o?5!reE=M4 zpa1!nQh5x&duDw)o{G!_0sFZM(c7<9B4HhE2I&rfI*=y3PhEjMow~pd;D>Q*8UYFo`#I`ovE#CefchrQYUOFU&Dv7H9}>*PDJ6 za}gy;k65R&X>)gz{%mu%dx(&1!t^ax9Nnp0r&Md&9-adSDNT9#{ijO`4ub1%d-)Qx zXKP`PJMJB@KPjelXO%k^!g}oA$>_wbQxmzWXm_-)5(N+Ft8P6$wy%yJlzVlQ3yqKl z){FJ=z9b&P1@}SdjPWD6wLTBuLD&*^zsf@70a-`@IlQG2$7ZZr4dOS*N6|FZngS>u zR(r>b4sB1}aIdV-;UYgZ&SH^Ef68)j(X(e5HjU(Q0Kk4O{^l@ZQmHGXfvY!#;vaRT zd-of#GKshx035DEQt$=%Dulb&x^UeFD$ru~wE1b7nUo8o)fernIgTV+`Hvy%oTf5st0c?yM* zjfeWi_H^<}1Sv7S3FHmI#{Rwce&fqP<8>LWqaU58=*l_TP^~mHil)pNPyKoAXX@zK zza%S1TIEqcz_XF=gzkgN1y;+%C+Jqo?*<@nrM*Pz=3ny6#2*g`Xqr}^M#hM~_x_^# z%2$`+6-^zEwnBsB8AV@JMLxj9BSxK~xWtn$Yx3ig4Kk9&Vbil{L3S}!w?k;R_qM7W zK=*qEf3hxsbu0hXu0$VspSZn8kQc}YwR>MlSs1{vyk)I{n> zpCG`P-LzC^x?%B7U(G)$Xzfs8^UNoOs6>d!q{Fb{S!89DF(mtu^EqNhT32gIuSv@J zZP~9|8Q>r}D#5kDs>v>*V&a?lm zUgz#ow+(N^q}-%Mub3~AvFx6fYeb4M7+=4+b?7c7qwXV}X45KO1|621+MD`5GsorG zQpdSI2dFj|DtRS=s?D;LCxw&qi^D6_qJ2h6MvRb|5-~Gk*=AiCWnt?;`^Avb1Fxc7 zErFZUMBLhDEI;?n4sD6GO-|YAhVmxhd-cqqkVc(P2`fI=us_#G!=t5d1kMqZCoB{# zwaAH8axK93D$Kr3I8&a&+7>(YjH);KB}qd4Pvk&rKzO3hH*M*i$te?|Dwi`d;@^Z) zA6DWuqpqK{ufbGASY`WCeXsV#*?!U1t`&IWxt7tmGSu9a&x-0E;#x79yEU}TeMvkc z6q8!RYvc<@M!;+8Fs#{!8rw7m`CdOFDl{fmy88+Nf!JgAK#jA><;^Fp)`l;iEuE~g z%Ab8^v&;Sbao71*;0H`6LykP*Ga8yJ6nU7>R=0u^KlR*q^0QInfx9Qe~ye>cSxalqAX)SHWy#j`SC7xs?V>mR-%$6 zik*VfY188}w5GeB!?9OXk9F*c^y3lY4?}W0V>R?-wY$B@q_fZLHN(a6T~JHhZELt0`3PWd1!=Vn z-+Xe`pysfXbA=fj>on{v+{3dT_9<{o;7qyo#h@5jPY=2++4I$XL_en*Z}H}M)=^gp zs@!|q8pnYZC5x@Uwq)<$cI-$OGcU$!C(f#mPj^V1a8xh1LKiKPg^CvMun^F63U0EZH(y5`I+Q3eN4G{5HJm!-zOy0oc& z40OS;MfE*H3g3J7-^=^2@eP}25(^al9`;wN8_DLC92$*}X}{z7_}NFe#rZ=`0Sp<_ zdS+l;qSW+G0>p33U>ID(K)fK6U<_}s9)mm#pYwL5g>J4|2&^bQ@b>PL^!^0EwGTMG zPc9jS9|D5yV{+rJUOufK#jdXdKfK`d;(ku!LfGx)Co+G*4B0%%Cb9D;vtn&oOR@qF zc0__kQxz8C)|b9b7U8<8;t1;Dj#?ucdhyka3WhbErY0V7xI-aH$^2@)tlFlS>lQMx zOyYGWJ93AX@PK_T|Heh{e6ZN~1)J{y33U3f47k_v0;dn;|8Mc`e_|}Kz7}|9)mQ%} zQuMpePKas3H@!$#KQ8YSvT?P@9bILyh+@5F-d6QjA*I!AsOCp>^+C%F`>v<%+P$6L z$~cQ*Q1y|QBa zxUYDK8^~%FkOJ|Y|qqnJ&dhgzRyvPlfIzEhcUQ+UZr@ zinnf+2)MWkm6X!>>Pa8^q|X4Le`Qrw9r{!6 za&olJA#@6_NTYMLiVCRTe|0pPFKel-b7(A8}yNa);1oioHf|}v@TchjP zIN>`N!TNHZ`-^L~d)iJVomNffPRPC^tqUO-(~`+0rvsie*#iQ1DkTTCm7s-QX|Rt` zgxD|QV1vWFw{~E%lMbOLw`^V$h-#TbYx+7uHD4dlD4&$L0$n9lt1rofPGb1W@1wS< z`-``tMMkr;9|s)V){xujXyk}QaLD+!N5g~OJ(%O-OVh=Koh5mzHxUGFq}!4O%g4F; zl4Y7C3|emDnBPGN+ingpRr!x5WZMwDOfg6$YqKti=XYh{aXwKCG{J>iS0;wS^TO>m zgz%vWoB_#?XK*+Kcjxxm*P5N{dk&GFjG1wq?t}WJ@9HKw@(afTV1`}>ky}lwLzt!t z_7@#8%ocGP9hB#%7JnB4(@FH##{X|ujn@u-hsJ;0U@q>}Cc|!jc}X*>wx%kMW+yl~ zDR6H9H`wmH0-)aTCqEpKi$Y>$uOeDTL|!jbNSFD>!InhFBRv&i2Xex%T{y=3_%`oH zqWz;jm991Aykmdbl!>XJMgg4glnEyL8HC0*`|l^`nYQR zd_F{r@|`2-uHlRn1_H9_hgZ_Bg_DPb30oz9T-24aeECxK*X<*srlw-}7s%FF-G6*2f3i5W05k*zsIg zo*9NYAetI{u^ZNA1EZ>kFJnaPkd+WBUouGe5&sUg$oP z!+{#BJ})GVE+V|Pb{uyODfepLmbmLe*2| zXuILFP4`mzf6AqByKDXNYHPVMc;1Q~u;rkGh3rWc0&tHxlu)~ct6wx(TqGkm*YnSV z7)5({hu-uJJc&HYxpj{Di$5;UH+XYBLj$@EyWecB8h~y?7GJ;IQ}fyEwk--)QYk6lpagzxO$$uG6nV2A$wR@v>ww&R^0|5 zM;Ott1@iDNg0l-Qk9I%TY<5A%N_CQdn(mGyQGYuh!4*`);}cJsuiQ&NQUA*%Z>4O+ z;scglr2*hKh3}92{DI>wOYaG6AK*6?Kv}MPQ77P>B@cKoZ*JjvpC6?&W<{NXdB7vW z%*&`=jiEI|=ZE)rvtY-dd;GWS9;&>)b)xTAuL}!N9=0CPRYT-oUo}`? z*=0`9_U?;=X!X0IwyZu~ttTH?oU%$YWGXyDkeAloFS{y7Mg|E2 zYMt29)~CGL$bQtsYs~0c^kSA{E~wA+&e%!W?URAl6$vJCv_Q-LYEu$T~zWnjQ z6>t%Pwu-L6R&h*=&p*C+^4kZ{Rx#=CRx!wG4YXB+?m!--xHO(S@No_4X>u$W9`N8z zqjc4LdUnZx7|%8_VNJbCFho~NLweXW6pM`>(A*Vr)XiZYsNNpgBra+jADf@RLi+(i zPv@bQ$V22O#m;H4!7FWtf@$|+_vD8s;zg5PV$HXnHtAvK)~Mv=s+?o8Z%Md%lq7`& z2e2I_fr|4zGCe^$$fSW{$Dhjezt=~%(OK^4@l8H>y(2Gtd#iXu4_A4iquAz+1*XyQuqsIZ{MKa_vKWiR5!>`W$-*(0o{7ks{&LmeFFbboHBjYm9twy_}pQvJ@ z@{{_-Jcb46tfS@6XB*@6%nJ3i*>#8Nio zw?#;K3#i%r(fjX*2P_s%{;$O%5ood48CYL*WUP>O(GNo}C*X zo+XD4N2Vtg4p%XbCb8v$z7Tfx=1$(STPt5BM(_4YZwEBdH|*@jhJWy@b#)kIlqIw+ z?dco#O&T4q_*FCzepS-!yy&+*wwIB37_sI8Z0bg$vsXNMQl;jHqtq$69?b%|4+Jiw zy2^MLVBZ>~F4*5ua;&3qo!>K@FE9`1lOdrAKpL&Q$t?|6`4gIZh*wSe#gO#V0_MD1 zva&kC`fLWCsoFLm+QJ7O7@T<1)qrQLGle zj3~KAKnwk301z?U!q?G#uDS-FsX_QvW&sX)4gW4Y1r7hsNI-NBAmS}lklMw^7W^bt z{j2j1u+To1e=(zeJC)E^=6Dkayf13#DA=(s)?nQoP+pu;CPv4tTQJKQYyBo3mlV7- zkIcx<-nE=mO*9o3qz{yw0teu$=7m;U_^!(8jbjnV(|Y~jXRNH2W6{-L2J z=v73~o&)NkfWG$JeR`Fdr5j&U#zw|gp66ZZrPKp7x>zBu#4-nsZxE|zxq~%x}5g_wL5xGoKl;_bKMlKO-jhmb< zZgdR@`Hn4@-K}1vXe8X2m|NYtJPJFEQqG>n_P=S6R_oR!zTi{ibOx-Fnz0h++ zxc@}-lSQsSXflUa;z`ek39=)^Xr#A1<;-pZ)r^uky<=^W=7o{+eDyba(M^ zrg#s&J%&gYO%fRR*&R+oo}@PoSgz1P;X1tvwcsqDuf)DfS~tJ01NKLmR`o6opOZt- z&w+J7Pt+8*fVxeW8hvDIgQ3MIr9t{&-zUvRpe5VHw^Xp!x($5pQ>(oOL7#hsP}BO* zZRZf4)^Hr%wTOf9sdWc#tFb;Ger{fZ2qXTzri=0M2%oFT-gEu>tfOMz%=Hc6(*N?q z;h7~QLhzBJDaMDLn~0Dl!+ew97AGXgiC@kiu~*tX@56$u-3O}V9u_i@M(1CQBH7)b zN{VG3{-5!*Ae$l_yW4fUBZN54@C7Skz6F%tp<-Tx=g=MAWUksuH8-@ak6zE<95HFZI;Prp+dW}l|pJbi0=Q=5V@ zm%dF4`W8QBJ^VYcdUMej#K8hi-wjEb1fPB(v$3uRg(eyk&p}|GYNj8`@UqVu?yqG^lb( z?*Ed@Kj`n5wNAgJG@zwacJ!ovU+%Z+q{>&S%K-^V#iNe#bM2~HRLy}Z?C3(2G1Iws zeZjh*ixa+ORVFb?lDET+iFQ;bUXRKt&E7MA@t9Jntd=%fN4jVmbv;DN(s)%#i};2a z2G~P7YrtCCV;ipRa@0ctRSEc)@MeCkC&B_G;&oO${Mf8 zsIkgK+fKaDmk(SGL(GZ@1MwAEDX|!sq3cL*V671ONw21mwEVzT4&0NCH9D}4w&tyi z^N+DV<|uRfUL3i*82x9o8XQO?A6NjIvukq?WB~74Go^74FZR^x?)_E z$dTDN7_Gb=)k_HYq#HrI#rLn6GvBQ5KiQcCh*Q)~Rz(sK4Y|UEx|Vi*Jv%q-p?Wdw z>5n}b6zR*RtT0nH^(kA9>ay-5O5So1(?tw4E5p4OcBEwG4j_R@tH?j3r?LKS?`+&v z3FGktGILhbTE?ageO{?HOJNs9k|}fsFMf=vpjzjgT??~hYwd!-`n||?{t|lZCsZMR z7{QlwcX1aJQyH%p1y10jV)aMNGN@a1XpONuF0F&rzNZ|Ck5k7mX6q=C$9IH~ z=p2&s%C)8Ad{*GcjnZxNiU^Bx=ATFcH)QE$f$!y+*5M1_L&YQxZUmgDS?k~2H7^S@ zO0=DCB3-hvXo6j@m{Pkwf8AUGS67j}h&Lt!a<6aZznG~u5RW!{FB~2>5m(4_RqDi= zIW3f+tgZw;zF$REuSDd!`BmMyfR*n*1^@`73s4CbC$w+7l^ECkqU`ogoeN8FAsni1 zxQxnbm`8LUNW#Axh75;-b=wG~_o|bRT{(Hr3w!9Yd0ohkc!m!?)%hr(+2r?7H6T3+ z(e*Ncj;RFvOcP_^m`X+c*T>Xr;%Zi76m(2=-q0}f&qGNM#+S1sO3(04r$%npZ0#Tf z#(u$rPz3v0K=3y`icL(T6@N^d+L(IqooH_z~Zt+K>B&cG3 zWUSls^Yi5lk98Hp5~Cihwdl3EGP~$aB-DA0Udh!KyU53|G}Z%(<6S^;>EYew)n=6qD+obc`bP4V7`m2Qtaz80{M;f?@=EcLZEXfcZVb{r9Yv2lpdyz|>9%dw zxi`f>zU)R~97tY$`?G7vRR&64xuTFr)BZYvAp+B`>o9CtK>WB4Jh{>%YmjYT_oy!3 zFauorL;66prCYj{Y*Xt{3$_p0=|$W98poD*m%|7e9^)iL;=4`*Itg_rPtv*fy^Lzk z4i4&o;rNYoKSOCSQ2U=domrs5R%q0+zG%=HSk=*R!^MqclyF2>Pm6}Cxp|ZZ8A$PN z7K`Kavytw>1Kh;`18Eje`wyjOjcgr=NtlH`#It}t?^V`)#nPW3u9-o&cOKLL4P6gK zBzKquDQ#K{$pg8WU!4`1+GlQ=P?#BT*!CnzPNCRNg(d!g;aE9T9WWf%yohH)g9ijP zNOEEu4E3JCZOmH#9QW%0zrN29_qC7s#1t_G6ktMxz9&g@z$*X+7?Aa1{U`lp3G?Ve zgm_hxt~W9eQYUSiv=O030fp43L_ch1q%Y|x3bHfd-rw%Oz5f9SJAWxUSAvHe;XVQ@ z%gPCmJ~$1|h@lQziCJqY@b|I^m|WKK_;VQ8Mv?286__(uh3ws)#e36vE5E*why z^fmd1CRAn7Xx1ml$j|Ha_m{&&43l9)U!$MX?NZ`txgMJ{k=dmqykOmy0>jCQIVl;& zA>X4gD@QPlB>o^V!l6ysmK}uK!mv4e`~E9V-MLkf6}6h0n#}VTgy|8-ehmZ*aQIAE z=c&0wNnRr&dZQn9V_n*EoeKBz=%}NXi+?f*hX+il$e0hUq$u{_OcF#<-<3%laHGXB z*fTbt@ZXFNL~13nY4$%Vf1Z|NBSc$6aIUxEb_-#WLCv7@ax4??F!A8QduOHO&n(Bw za8QsOgmr$beZ}?W^Wx0LasZaQ`BHfFDjcv!VVc3X$7ZKQke7vowsq?QO!+m?lfl5kswJzRi4(q0Vs|DCf zBRK9}$!C`|;Is0;iIn^A2dCHY$MOF*IME%L%b5}YgA*k%I2D}|!-Rd2{sc*^b)iyN zWT7ziu=S=x6nia(e$XwmRemb^r!O5Jh2i1w)=3ckA_dWu)&7MrLuS`@4~}oEq=7(Nm)vZUrpLBm1T=|@-Q$&r9Q^BB4C(~A;ym>8Mhha>FbaWgbr)bFg6 zD)&H@8yo`Fq|mbUb2F0RlixBxvsaoxs=K14^`XuM*lrXJ`hsSsVu3+_ADs1>W#<90 z$yOWBG9K&fQxr@{1~rYfHU54~alzOVPVK1H8Zoa+Z5xD^lYHZf9qXpp7Ou)8oUqWR z9F5TJn;-)V{;u8u17?`^;;Qa0q2)p=$Z$M6S)-aQs^)0@8Y}q@i5pj}d)1#p*t` zj~*(UB4#RT)LiqYYW_=SZRGM0>xw8dU-0~y6T5)X{RT5CA^q?BuIb!LCVOw&fAE}- z22lRyu))Q4=Bpj1RjM8lvn1ML&BUtJ^R9vEwL2EzaCUOYZ^G0yc=JicSy5)GcxZt~ zz_WKoQf1jf+n}JBHKA3#=3$@?S5uepR^e_i^sZ~Y%RRYG@~O*+LTxW_<(sUM(MrnE zV;N7=;;LQSVp6}cI2s|g^jW+(ns|_sgC<2DF{v*2kvFW0o_}rf~fMbF#es|Wd>F(j?^v&s>--U zpPfAmYhfm}xvG)$h3#pC_0yu5`^U|fqV=215H=4IbHHK-gA=PUTh<7A2Xzfyl=8|DmOG@u-%3a(UnOG(k#RZF3f1b*Y8zFi+#Q0+ixSIWZuE&T^Np!b znIL31UZc*^^caU)bdRr3$g{Ngp`7Y{%1rdGny-9vH@mBUn?6)R!OJm)5qwd@i>!9WcHgBPy-S|z73S(*PZ2-O;_ z_bJ~(y0PpE)A!8L@ub@qz163I22z{NwmBXaY1|u!MOv+Io3)z=OT*kaGLnLoOjJ5) zje+fU_Nr~z%1A6kSSt-y+QHD41NO~(cy%=AN?J-o28~v7;2Ov}!0rh)r3|4|#f2c# zLt%GSrgB9$ija_`$$UkF<_i}#yyLYg`_vD=1w$SEpZBNbm>o0vHsusi>g0!g-BUNr&*}r{POM35Ye7T*e@QpbYGaK|wp$k%b${fCK&d9PLj5 zmw~DX!6;YXL^vFZ!j5*L7Mj=4+NFXTYc@Yrvattqplv9z(lmoH#$8GTXeLkNcBBjm_h zx9Bpj`qDn{Lv^5JUFt!l9@ONUc$KW8LHGttt&yhQY z3I}QAx!95;E~M>}9Ru~pu<*4JL|K9jWa^iXo-@Cf!Pi~;_XexJpwQ&pj9&;yPgp`K zXurGdqMsIe?Fx$gtQnI6&Z3Kd{ZPg6*AAp%3#i~xo>%m9Cf$u}m{BMl5}ZayKP-Nv zba(d7(Nf*|koF=U~oJbP}bdkkV zNdOakIQ708w30N4#MJpi58o`+f0ybrL`g9^5B(UNr1&oBrF|K82#ZjB zI+Misbx>+9P_Vg4hYs?90s`>l6a-w+(HK^BZ)=w71Jm~~2vpVk+v3hSxwicX$zu`g zGYzP_Ghd>RGyo8jHp8^@Vg2o&LIDQ92bP`>F8_d-Du%S!?9mhRgDBPD9USyfMimjH zW2`E)mvu;+p44o8o$>&=p<3rc)MJ}l!RUa&*XUL?O~*9y|B@T#FIMG+Z~C$BK}QvX zKuk=)5rj0Bu-D|-_bqCr<5BQq+iq2T)4^Q8%?uFkipnw~?{w>&G00o=tw^GA@@owvxT_-u- z9dZtx%`VV<=+BK#uK<(#T@#UP3NxE-u%zezjn(9Y@&R^6Xh zopR)p{eo@is$X<9T8-6ig0);{epM{#6*6>XYnh%KfORe8UfEltGhin&|9{ljBqU0E{VdhisUHWwDekfE*fV*#s@* zoV>PdoJtTXr&RN@4NGomk0JC!(S&!d0Th7{V#0Qr^iOGpowk>_5q_U&dFsq7A>{`F z0QW{+fP2OJqj8DXfQ{-+_d7_pqG#TKwNnKnbx5|QIAMn^4DJ!?arXhtA0$q>N+=Nq zBFskbh?(obdUzTXwco!qmy2uxPvaf@(*5A8cwe@3G3GPowgBVdR$jyl7DW}-m}Ov ze>CaEoWLbzKn}L#*cyhrjzlewuH(oMQ$FYOs`%?70|Z{MzV{?6TA$`_S;9%EX8lY_xUBwty^_O8i z=}f$XhN6q{8sks=50BOq#G{4PqXBrd*eBupwIQU5e%pmp0FQRLw>2IBALK(5Q?%t* z$EPK$&4Q1>g{Q*PEOCAfrK(o5p>%$+E;H|KAu74XRv9goWD~jGTqc~0feIrS143{~ zKnRY2XT}iPticYEYYT(mBUXReDS%@ zxCbwDCH1c;Nv@>Ct7(@#wpHUTfFE~k=Bg$gUl2s^5sOvKI_JCID(1)B7s3|Wky-iD z$k@usxKe(V32>}QX9EJn;4PghBsxod4l{So;7yf(CgCjrGBV?%|d+}=7tza4cg&L8n~2ZEZH)E=`dW+zUfaux&~74QsV}sDH!*)sHMfRm5~$3 zMaIY2BRzO`qmBoy)6wo&gjl-8eV#G6b;GCr%- zgj~bkQ-Bc6n1@ra`*SZ3?JJU(7H4F}6&vxM=I2^H&a)v5?!o&Y@+TC4q4Msj7)Prq zk>5-3{Ef$Nu}o-LaF%{fJ&f3&VMXc{6&SA!mC137m9m_~Q}LfU&Zmj*Hdo(wk<COm$ciTlGUp7x+NDA5GqQ;IiLxJ4a$5&HI(dnu3w z&R^8uFxD6&Bo8|?# zI>5)=k^T7kVlRsM!U6))68`HWgyS#M8W>mrup2P2be}DECo%M&|LBzV1tu2n7P*W= z_sH0v{|Hl?hzG-gN^r6~2d*rA8*z=U*bCi9U`fU!?4ee{>!)^ zg9V750=wcAD)hm>jop}v4We%-Y99i7C7p#N8nZqBL=I@|G0r#U6Nb1+v&s^I*MB7k zlFs@0qU#GQ?LSxk$OO46eM$kAp#uoVvD z0XfudV-MFPC6%jO2A$^9du_3 z(XSO6<|3@IO3O?$|9PWvtaaW$43lg!o`WL3=`^B~SZB6GNh|#TkR!XhJw*^D1*CXO z8mz7j{#Jnofhy2ksZRrZuscYXx=#JhwXE99GCneJcbwJ9&o9db+EukbX_szRg5pbJCzf&_KuCuAo2yqe1w?7H4M>tpXOpe$G;e{{9&5}T(Arx*Tk8ud7Rhy;DE9-iM0MAg zn&_Czy}UtmsVagcgwTQTKwsJq4l(=r)+Tl8@)k20sO`~<;X=E$q)6*jWbQsa1M8oL z2_B3KonGf5Fb6EWf`W$9ij2$Y)NK*Ru$|Vey}AKsyPTJALcv1>_gQ&5=T~C7)#r(( zO8}bb&97w<&5y2rBQHQUa9riyO7kXn3u*aG(xphY)C$n1TG1H+6N@n3Tzg-pNN?uv zAx~ZPBWd}%-Hr@!!mBn8%PE%>FmWW!geytQscOm(3F~{hZ^Ho#*cNJTSJMYFx zSknKFEbnnc7Yv`JRLa!V;R+aDM;3#U$I>MT{U2z;f9}5bcN0ei{j3xDIViky2#hSG zgp!h9<)Mg5o&@aM&OBv#*LDn$y!exu$5EH>Uy|pjrAD0%Z<9Nq*7A7#X z++K(*cHl%F1T|*s&4@4jiBy^rIz>FpVv%ZndOi!HI_|oHRyI$nPv)9h+Lht#jL*`6 z4CW4k0^`65t`qGoKwCcdSAPTN6u8ccUlp*Tye&pAZ%(W)e;^rY;FeKgKouXpxz$37 z;Qj^mF-@lB+tIo>Kvk*0vJGx#8jfbf^W$<})XS_;9qno&w1s(r%PMS$9NE$=^Ms z3kcJpeU|5oc^CB_m#&Dr-60}l5o0FfI=x!+osz0T2gPZh0yaUr8)2`BTBn?MF3g>u$;CxoQy+hFFb|M~&|4r$hqsVE%1ad z=B5Q~Zxp$mf|V1nO7S<39P(4&%KPSv7? zz(McltM=R(`r=E0|`+8RHjv=v_>VySsZ$`h~ z?vX#{q+Zl-eVTe^?0#xq4QiMCXm+*}h_cr|8FraJm?>ms+{NI@zY)0oZY~YV+l9bQ zsTNPc`b%E_dn-ukLs^RB4i7x0VO7{~f44VQa}ea;`rWB+FZ=zq#T7>O_O4zALr`f{ zM%`JxMj#-dY9Zh2g!!zVo!#LIIyFFFEXH4<_GXi87IThVKJEAFdrP#GJtL&@`WBxF zIWGwL-r{QoTWt3Fq56-Wo(%X+K3xhb`-mVcGNl>Dq#ct@qpPV^$1E|`B6oR~Js2ab zEN^rk^<=r5bi@_TowN;M{UGJQ4w7C^TO!`%vN)?rtOdF$V}^&iM=N%gwiWU6eeYOs zlb$Zns+i92bvLdi6EY3=7~BEO&~th?I>QNeGIMRqY*ESXwVf>XGWE#KHF$066n{CRK|H;VS}XQZ>%M zeXQsH=du2S{U#?$$BhO`E8o|xm|}^H;6u&`$Z%T}bMGP=T7X_aFU{u$5(b+5bc?4< z&;4~z9JVzwJ+e8%=6Y_q2vcv^=R{#H?UqCdkhEnOPt69K7RyB9hyg-Mm}2~B{JXlr zqTy`DtC?`LfVz4WR#~gvD-2^<>p2wfLiU7eb((1u==aW{vhNAO>QT8BreW=Xw!&f6 z>P8h}ogD85@dU8H(GgZva~$$hb6Exhv_NtYiaO4=HzcNc=M58E9NSjM*-qHaH;pJ@tW^Pp0ts{RNk}FF*Yv-U&YJ*qHV<}=+g1E#<^5*y8OLY z(8-xx{N!2pH^Ar`ODv7|>jZ)bx84qV+G$$h% zhEMZQBhqBET((ZpHBr_5^nFt@D&v`muwVq^7D(}de)s8*la~dy~yzO{0~I~b-6H5&CtN&W?YVA zKxhQ5w^;U(A4Eo}KFa3R>0+G4#3pT*8wi3WFn7RaUjmfr7M{JduUeo~IG^ZUO~C0z zl_c}W88LZ?9MA&kDlGrORy%1whCBJ*bxV3of5&rOPkiaJ)?^{EfngIeRz2sJhXu7rd%oT6 z+ISUlNlYC%(cKxCYZ3x$Rc*-X`*+d}2nsBk6dwDj$ZwsSv|-T6J`Le3FGx5T>}<=C zHcgk4&R`d6*uU3SL4WU(oCP_7EFXr#C-xd1ELL>0U9%j{vB3bFrLUKyk5724CF1Bx z`=wLB@wnTL_JrKVH&IP|*>{XG@c0t{;@OLUkxV}ScpgV!`rX76QIP9F_sgV)S#?U6 z!2PDwP6+yB-((kwn;A-i{CkI@{VJM=VwFES6N|-%cbBcv{3mm#J>Hmp%8?Q5v_70; zmm8XE%m zce!fAEgG^9jilyIXSR3tV%dVGC$oF@p1t(b;b>);j!Mh>Xp2G`!n;B$<_$aRf4p4 z(oo3m@2xHRMC1s^mBs~Xx{Hmxia*Ft!8%rs{*3+0N*y`VEe<16w+edS2Vn%&d$w}b z&pJNY{nEEaT76#!(W%k{y9z9CZn9YvKL`Vz1`?5KUWWN{-c@Iv?;Nc!Q){;%ts5t{NlI^ejm{MY14*4MOjg}N?q_rmZ!tug?h+FLQ? zSp$4JO~3c$s78PM253w`tpT7hom8#DOQ{o3wWZnu)c)-yAS}(ew=>Fs5^zBBL2H^tgoSd~c`n=hwe$<3Cy|x-6XBQf0 z-p|`fneMa2HpXLUags4$!nr^1kp0IU81cjJv)Fut!6VmbBZC74+OR3PYZUVdj*i zjny~bFhh94p7f09iw+Qjp{Y;na^C$(>+<0NfoqE#U@!pgV+PB)8+{m#tSe;!(NF(h zXJ-OP)%HF9OA<p2io&08Ita9>;L|}tXa&_I(UPmdrFMplB63?!#-3STrhWT&1kxB z78JHV_q>)!`k6Woi-$%9>*W(&g+hzn`O6AdQr(J@EimHPr<4jVHHg1^wxeX=w6=r(W%KGWUD z_I}$ld45OX`m;iH1xI?Q=h{;0^iS{VeZ@IkYk4X3>b)zVB#JwiRge5@sX-1l?xzd` z%{6KDliZOi;3dH8>W^I(t~gVP9bvBrF9D{g(KZFOj{I655pFzS-QW4KFW}CT>z7%W zhYqaI*=ZKLVC$_dq0lC261664^77%1cN<>$R#Ix<&G%Iig$#8~tToI-d^f zaSDp!vfE^3cF{WIbVX0!))Xh1qNFqG)GltD{7;{KY6Zf=JH97(D>@!r>UTm#G(b*i zc``3}+v}o;XR_;J7^LoSY^Yo1z$5cz@j2A;-c&CPgt!)py9#NF>6|N9oDY;-TjO{2 zjds1%Qc$3}9u%m4wXL8np~n&wsP-xoun8Jh6#T-!x#caZtFk&d)dohy-81K5aS@kDza>e5<+n$9nG80 zc;9K`J1S%fs>m)`4PNu>-gzxcM*of(=?RU*32~V3x9k+XY zx$VL2*u2g+*X~^Yq!F#_wc}g3!s5F;9*ghtfM}|e%yZMTe4(5M_ZcSzCZo4i8N6HW zFO`#XWlBZHK5E43r}VMj)sdizY}4>vI;r5CHk*d(RiYK2qqOrh94)NQ-I{N_MrZZH za*3zy1W!=l0r%=Mv$IKBUp#-*o>lC98?0Jnr1)9yC*KV*BN>^t)%&6{1ZpFcb#Bi6 zvioHV!k>HJexqi+c`}<`Wa(?ZM`|xu`fbXzzg=b_alprPd)(3Ri{FdNTtZlk2^oV+ zR?*Js5T7^`7T3xsS=giy>%+I&eEmpR!H*;3azD(C{q&O@pJWug5_W9ol3y$O>;eS@BVb1^K75C_C1yC1FRyA6r zwQP52p8K8siK|tjb?$b0$G_Z}Cf4v_S;EUOPnrTVX-{v@f~v|h`~5}1vtMhy7)+z{ z*MQe~7%MjUH!bX>uUwrV-(%kp`i#4JvWm1UdL&-`LplfHUD>h&q5@KRaObRFLjej1GZnqqO>`%iryOo>01Hkmjb5xj%miy;8M6HSb*J z^Ty}{jW06yHWZ{U`)0>3xHjf-hV7FG*@Vsr&ts<>g_|50)-wgZq!HkJ=XfRK0~lg< zyC33DeN|}3#beRNa8B{+m1DPchZuIG4_T$}tEGB=D%yxWu7N?3<<^fO_9GXsUZ{6o z9$!bBx0Nc%;6B})h>;_e^^!cv>GPLdA5F?Meqq_!2#Td}f?_F!Cm7E3Y`Z2h0bU~K zveEpdK|C5ZFrzQ7|8>=R$vsPE(}!v|H3W8+9?KUt$*HL@Psp@TW&QfhUb^GXPLKio z(yMct=LX-9;6`d2pB|kV-3!VZ%&}8DeOUM-A|4G5cpWO2_V0Lh2b3%*pCB0f4CZ|J zu(sD;Khy1d_j<{(x3|RyroGoVL@rxdC9(c&=-bS!fQdaPji1(7YK2F%vPzwD-hBA= z-rGY@S-VCq_Eh(S>n;1X)cxSC3i|qJ!4{3rCro}Z`-;>vh?{bUU z6we2Ka7jUXyPc3~`m#(`UN!Zd@3`Jv30!Nou3!0Mk9U3Jal!o}y9bLhtFC;{-u~!4 z<8EgiV|srP>t%5xP2G>eZ_g^(zm;6@;S3S|@ylTy$H67}&004+;?yHKs+^t&zgO1v z9#J~COweuKUp=sQ-xFHxx4P560{9EAnh3mq5}`B9lj#o5hIM7;n!Wdl?5T=v+d8?n zrmwoIMk1===-3kFPIa0x4TI&Tgz-np#&J8Wde!!I=@}Za=+gShcqH)g0F>JH_K~qWW3K+V+;%k%i3u+4Y~FY7Za! zzH&#@3;7+%3yIR-f|X9Ctn%j;OZn#0(*1Kxj9gUgL~ zrHgHxD{+bItSm6Nyl+ds22Yct+vHa}#@iD|xu@3Jg-V|YwbpBOJY%%dQ|5*Wd(W0k zKf?0FL*F!KK32Tjah~mJmg#~3t;2`4?ZYvTOdeg}dVa~ZKwmC!nl8fiLonm;CZ^o$ zFU($fL^vvl6f&Ne@D*n45DBCGdb8xxTm}6vrD`cd`)~zc)0ufOs-p5&>~Yko+x6am z?wCyf$^S8CT+8=i#!yI*OTnI7k0gc*!kXvyR3y!^+isDTpj7Y(MgpIo+~SDB0Up6-!G9LXj@fwpUVOipyFNQL zO(W=%9(Vmnjc}`N#Ja1=tgLl)QY|NqsM(D#`+Z&ZCOI%62>dlLA^X+(JO{C`!j`fW zB^^@>tAoMXTk769GCrcQ+vI8xnY=%9fBKd>hu{9!#jP#rvcRKXo^5KE#kqELm!`dD zBR(W(pOL1P1Q2J(f(J?1AAxww8MmS zo@6_p`@LcXXC3Ypfx-$ui#md$i=R9&ffkJf%Go5cM%?T>R-<$*B|-F~&LKX5dxJy+#! zUA#~HH1&78{d&Z!mgOJ8lRR?076Dba%x+Iac|<9kUmX;ft>=26$-4h)*s;5T;7Oj; z1_f!C_4(hfa1Cte-(#7TW}wa&^d&XeI_*ATdLy_>aONuK&vTy6TmdI@#f#n*FHf86 zef6ruB%tvG9TS_cH+2(tEhEo$uQj%}YTcBdm&Nzgn=)>Q_A9;)N(-2X&Q_(FxFv74 zh`uiFHFvX6CmpBSp(Cw_s0$1vRQP#}nPsm^ZJ7DUBQoWg z*?)qGY1`!%!HKo|W|q86vYhZ)6=4-_lk-zfZaUUvH+YgqO=3j&wc>=YSkfC0Yqp`~ z?L`$r*;h{rRma*{35A3BgeRBqzLi#a_eyqO;C0@@cQFNIxhXw(3tsMHn=qWz9&SB0 zPh+L(6|u2n;q32cR{35t?QH6FIW0r9kG+Fr1!;GlyFV~IcU*v0UNI|1CUTzs#^(>{-zE|#Bpx#h8@X^=ul6mV*^PIEM7Do?fUN#UPu(R&} z*r#V7uPypvQ@63mfz&Ss+t$ivPK8NiZklooDXja-v!UaQ_|R+_+oOzC#C}sHE$T6Rz@k`f-OIO#KZ8GQz z=pNq>E>~_1?0$D^)o6O-94(*sbiZ`=<46}n)+U+V%W1+ycYiN4A9p$C)s<_qQhP%? z&C$*E)^CZyi3O=`ruWWr49SDw#MQKMvG0|w_n$G69xBz3S$cu=Q0b8mt3bttv*Ue> z_m)zFxo!Bs_+s%t$0p<#H$;s#y~OclvFN?PZxdDpkv)Rad(w9w6MDW=sx0eDbF!4A z(1$YFj;0|gf6=a=(NPVa39|e5-LC0&{4y(&9cGux_vC7u>8Yd4x%yOj;muhmjkFIP zuH753q=1oA{gcJ>qooDwXB1|>)DC&(tdZlaj-I{$GQDtBRHmut$*GgYSB}-`7P9hs z6dI*V{iZfE;TJQ1xzgmZ{i##utG*zkR7tGb+zY?N5JTT%5DVYI%rt z;^Xv#?rAc2b`iE47;08HIclvn9?4A)v+B4~ZL`Eu+j=DMXbE%c?$tD#-?LuQpbG-q zBIz6HB})fC)cI}87>RM~5?ik9WwmX%W}UwUhPxc+K= z!~eA5+OhqdTbi$X)wypulE1CRb9>W8z1NNPK+-D)P|6s%Y!o77n zzaAg1Sn1}N6gYj0_vfwd7k001CwW^Iw0{vXx8B3iWY_jI%dj%gQu08Zg`MzhI}^L8 zSgEh(-4_pwRMuLr>*x5`!&u*#CODZ~dh+&ASMm3YRy+->+8%_Pir!1&;yCmsHX~_i zQPVej8HwpK&Jf{OzZ_1lbq@147(J=u_gLs!^9CKZu_f$CUzaw%%|nQQtRr zc=_;DH&fZ;G^XEE5!U4A*KqclRU%9L;wPzY(GJfk$P}3yzVLa1Ki34M)A}wu!K~}7S(Fs-$Jg+a*ol(DS=R2e<;6deP2OgN+ z%uw2O=0)Byi62T-*-~~bk(S40Ek@?<1%ER5@F;xSwqwJ$pKp_0rc|K9`%t-TdncE- zl4gZ{_}#>FY~=D&;Ur+yt5 zcI<8aRIkMT>n5UK9DVf8+>2VdyW?K`*T{yeks7>*&xbwc>M=V0zVC5w+39*+#Up1T zJ*aMGww@*Ec+2KeF^L_Ok34tkxkIr3(-OHs7t@?~lR?k#cdymt3i#~xH6m>B7P%<< zYvX({%#HldRpiwEsbTqV+-I~oIZXfCgQ|nQZ=XE5%e zwbzo%=V0>iT#zgApVSiUqT0L#ocL@3CqC1}6Cabs6Q6O8+O^fpC%}o%p2ZWNM&jG4 zHdlTI-~9R{PN()5@zMa#PF1sbP{T69v+9eOObR&hv0FVxtcm|}_F(#A$%+d!LGzh> z*UPTyDao`CzVe)EDw@CbYsxLMwO>#$*MN61i7s9vkG3n=q=Q(|eHF)x6&E)iX?v~w z&xw!Mk}z-G&*{y}g0&OAoPL=9L1IEk`$C_lz^90VDP}nrgZWn^uLPB;>g24}EXXxR znMcoo6CZbQ;*(=fJn`8hqyHM5_?#4ZDstetPmsp_ya8#c<7o%_Io&}m*c=x(dh;yX zwOvm-z;mH%j2NqPDn~#8tKc`HJ;%eoS#?X+eQsb{vv}g8#t<=(a(ue{aCu;2Tx^Se z={>7Tf*gy~bKRj8@pjTmaq*K;#0vU61pdmd&_G>Do3huN}t(_iJ z-aPb?eUF|1|9P{6vQuCgr3IEzvE%Gu8MTVIj4A>(F1YR!j;5-x@TCW8n!mTX@tpC7m|2@q*h~Ml&SR;s##c=k|GSKe zUR*{km_06Zj?(aL5D;iFXE5bdeeYir#wh>0ZSvF2is&%DM~{7kGdEVRb{41o=ApdC zQ~9^D=(8Q7cbA05t(3aOcZPHr_tIH-F0Y2 z#$f9Pk$!OoaL|+br2wp@vIoK>vc;`7{N8qkSPA&u?2*Edx6K2OTQ7$0NK)*YEuT@% z8`CBp^o$*P0v1!?C8Q4hx+1Wc+5#3+-6E?FEFSc%kS9K#DtZ|#rp)YJ6KdEUD!6C% zxQZ3;RCwJKB3;k2_USU=tlja}Ect#RH(nS<9M_gPVc05TD4w0hWca0W|w zdWwFgOjm0cxE0{c=q(((C%gZu(2D68s^5w%&PJc-Vh=q7r7Bx)nu~vE7$5Q`2A4P!00v=Md| z<$le+kE}Tcvz(0*pXfWBI>t6Qwj^fr2}>@EQl9qEgLWeF?T1XJd3UARI30D+a+ot8 z%N%f@1GQyNeJwg1T2r;-`nx-I^8+IlptMb^YVMuGvz_H$*Q?)MKiAng_9k$)G30Ge zU5QPsdwJKZucPN?pLpH&sL>7@`}C%9WGpsls)zGL?mMqn2kv-zch|*zRV}HzKDJ7L zzq`nLL!iLe?1;?Wx?g)2YU+wQJ7Y(F><+H+s3{qotC&dX92tuK^!P+r@mS9J8t%j= z)lvds?X^x`=bkOxjUM^co3b*kX#VN1XIq`Vy(!-i+VXK#ud+5swv!$kD$3=o`4Qb% zID7wh=e*e`#qqhUp)X#3v+Z6t53H{k9_k8i$o*1s_m}${Wy`T{x4ByWnoCVVl~s40 z-oA3=6|n9Vy;-d~=@_b7KK6!bOO4%~%GprGXTu>i2L|6b_WG~dP`=RjmWg+V7T=uu z4(YV7Cc84DM;pdgZFw^=%j~;Mpo`xrp1F2KHOOH=>>b%K4)xs)&dv$N;Y?zZ* zW|O<&p{dJ7*>{+gcFS+}dc)-N77O)hrXiBV2NJpRcjh z+24jT9c!!Z#rqyVFu-g8{?))K`zlLC->dHZg~JwRKL?@=FY*cBsZ1-<&*Iy?tm zlT;^lmfyy;9D+wyT5NRAVqh(CVdD_A7V|Ua7Aa5F5l&fuX`7CPD2Ir3)bO-y5PKrm z>ajx{B03MnE}C(+>KAuNGB9vYi)2uXKB{bb6j?0k+LPj1ST6CAU+Uv(seDZ{vA8>? z0b?f$k8n#|H09CY-phMQRAQrK0GEMSLNq-K!?r9_ekL|S_Va2P!$u1IVr(}W`n8ry z7>NZNbDy(Ruv_QC%Dr?_Az^v#ijt+=*HsnRc>@k@ad+MC-=`n7+btQ~^h>c2GtF9& zeJJDLLD7%d#!=39Oh;)lz8567WLrcHXPaiJWvEHI_34Y5CO`JL4E}p#cZng_+U<|% zb|p$~4L9Z7#9gMU5V1l$qM+@hZN|EI1wM^+_ic_PyPjrsixh9(wj=Q>f4=F}R9C~# zhGJ&5rlYnQY9|#A_PHf;are@%uU_NACfo4Cut`Hf#Yo|Cn(Kbuq7kNKL+_K@A z*|SEf;@;78LJ3XFqia6}(o!UJSnafqj=#3>lI4}!wAuQpq4`R4(F(tUGcL^%(N~h$ zRKza}>zL{H*Ect3NPK?5!u0$o-{j=3uMSHtScO(NJQmn$S@L_h{@d^~&jMW~3t^rc zF@`J7vqZ}k>v6qO*Iz?7rWP5*SFbTJTyY?@I;lxEhyLQmjYcts)OjrW&0;ZbCi?Hs z#-vNL$nOw#e&y`U$>KF9$N!w6{??_9J&Cb&5_GcXsHvB-{GvTBBAj?=^XFx!!vt+t zh}as(L<_3A3iTbAGrl)2QeVd0y=g{G=hQx$FE-3$hc^EZ4B5|e#wMJdn|WH$t4X(T zNyM=}<~Xhudb<6~gdcGTe~)XB5Q<`1amn!W^b^8nX5k@f{T}%f>-8B~(&Cu&1*2Bb z*RNYzU&jBTALLQ8#~eR$@3gu6zy{q+w)(ZS3Oj!s{V_N+@4807`N9Uvp6GT@``uPvcBWazlfk&s@AJys(^MLoh8B!v@CX1cnVG^t&Zy zhUEwnGY>Wq#AaSLZEd`jD;GF!{#GyfsY^@sI#Z7v2=RETl~2$}xSZ z4D+40E1&E7wdqrC?Xtq$=h_Mj`eh3fIf4i4=lf?`kF0!3Kbtb9J$7)X`1f3gg#oRl zeUWojy&7e+Y<5Rmx(1tv+Q(||U)1(p2u{dXf1$0h(AAI|e(i4m{2FyCA?J3}mx49$b^QFt>egIFITN6yP@ilw@>-m1FLn719R)(p} zrOcMRo_=;ctZRVj-2CewdpZ|ff9)C=>JCof!YyNL_uAptJ zE_}0bTR+dx`+wH17sZ{mz>Fy;o?Qt$rff z;`lSu-H+UXFl?;%k?e%qFYM45$bvfUsr za&(;!fK9UUDZqV$aU$T~)w&tSFKPE8;z2fvelIr+Nn_mh<&{)+s;OI_00XQ&7S zDv;>_F3bPtO9=d_tGCNGUvD2jSr>0#H{#M0`Qu~pQVge0$~bB@_#?R z+s6m?(?-nIP8YyWE-WPwh-=+{zf8f}`2T*|CBV<$`v44(cQcpX5J(;i{@?8X{xtYb zhL%9^@$r}S@pbb9tLNSRp59(Cf_R4iFA*R@KgjY}M@A?IrX~{n_ItXzZQ1ST@8;_# zOS0sD{%CQ_54G%*+YvUxfcyqURsta3lQ+6$qQK zVKs{IKgv)H42FVHJ?eFHdo#-5Xvj2XstOD~g z>*HGow?kw&Sl~J3HYtMKxR+)UTel+^K@o+BI-#i>Z}JyFF*yAOmj&KW#jk64XO>4G(d_ zWnag zV$E@BP!G{R(Ax&5t+m3XK|N$VJ~0vAvs!HNXo`!snUMbG zVmQqq7>`CuenmC{XX&a-aN2AL9!(9}2!~43e!*#($M9&R9C@T{gR8G;!8?|EBpyu- z+6r2a7INUSbw%UR6rlsT{v#iYKeCZK$e~y~8nj7oCfYarfeDg%+o}XS80q*PX*T*~ zFSHQ@poAoxX4{8HQ-x}Jmfv^{oHjjxMPXbMnGRojxc{P8ys z?)cA_$_O4!UJg1~CVov6f(!R@91lmj0F6{N@?q=$H3PYD{*!n#c{%8ibiuLxE?hYF z89baCbQGb#Uh{v$CAo07X7On9a?rWHXZ-mRxRY2e;NjGu17`51k^fr@k_$IMO|=-* z`Zo;q-;k8N98}j9Bddr%gE{&5n@Wp^Q-h8pccu2Q{GpKxr@(+mlb3_)I`Yi=D%^4} z81Zmw(9UWj^8Np|&g8=Ru;9_;<)FG=zIp2UA6>~U$HIY!Q-`h|B+o>Bf_rcY7amO& zD%*;CExX``+scPWQ-}7haE*`@xTd25cr;aLqpsFVJO!8S^cp-G>1}A_K*BJ+9V3n; zC5}f^h4zLvF}|a4O&_hrqmdqyL(0agdi^V$<{^VeQ-{v@0#V*Ha2l-w9!(WGC|woY zat}@`P{yN?-pD~}YQcWy(Vw}7yf5ggUbW`9kZv*T@)3{RTOc&b{_~?0_2tYS6J{JtpjDQ`l2U7!Bvs6 z-|j)df{v8I@{0`*1vBp%%!Gs0cTxtE_AF5F7ZI~qxQQ*CD1#TrStz%nY*i3kV9#BY zxeC}mapm)+t8j4mZpvUqY_PpYdng=y&Y3b;VR0aanxboeoDm#+%jGY?*iOMXrr8Y# zKXIiDmS0>(K_w21`e_UYe{!P?Ce_=9f|bgR^x)tHcgkSW)CmRmkIIO_!CW4c!KA$@ z6dcp{HVO`w_oNIaZOEbEC0#TQaIo=S%3#uZ2@0lH8d?V*++6li2CFV^g`r?yN7-7q z#G(5sgGn(zDEOR%)xMH#GsJaPaIw%3#uN6$)PZyiy4cX7{5ER#;pl zLczwnpDs=zXd_GeQwGb+VNXtb&zw397kN_vWin|W1r@pJS}F@1yep70n6&GLf{*pu zdl08-^ok`oh%%T|lN<{E%n-5xE^*SKzW`&87Tz6`zv1A*V9H=6?7mm9V)6zY+;EsO zSOt5Y7N;vb0SEUS`3o@iJk9o;+nP8cqaArFgfjS_pcu6Ecuvs|!9`|1N|{VbLV$u* zT-Wr%!IEK=!AjVxERdn<0JnwiG0Nb7VsKEAr?)+M4;R_-IAt;^Sp*7xQ#aTN2M2~z z1}kAZT#H+x9^4iQ5tPCIg#4f)+g4Y7go|7lNtvvK?aCr|EsfwJH=Ljh{wEL!75VnA z&@XV2-$qd;D`9W;UQdfYgM+7|DT7Ht45-9=1)1-{w@%C_DT5cc5_84<*x>Fqgqip&Lt?td8v#1`5vkaPW@Pl);MFUBoBBK$vI?^t|UEM;S~?qJf%1 zF{vpB-gxoxl)=~nAD{5(g>x?^Q08J!rztK~*WnhfO{B~vC1F7gF?%a_1`h5>`U^1j z@~tE0ojJVeMw2OnN#SLv#4hre`r#7OrBViyayFn~UX}~{;b5UNl)?wNFdpa#RnEU)+fU)PLqg9~=L~lb+9}3{Y4DkZPzhUS< zw^IK76H;0&)D)-H>3rZ48|P65t77l}v#pLxz`-v0l)b z3S}_%ps6hVp%E_d^i|4SQhpp%;E7mXPB@skh%#6i+r$t0t?A)l$>P5NW3R6~dp4)S z!MfKdgGnitP*Xfq(L4(W?*PYIl!gjYk}4Ezefqc?9PAHSVmZfZOjaksiM%3xB0J=7GDw5N06rs%v$8B9uEgn}hE zBrk!3$8S*vD`Uq&)GT;+z`^w8l)Hi-L=6T}7EpO1Xi8*9L9lg@e7TDT7HD6QJPTA0HovgJWtagGuSFP;lR1 zvKbtFq4qDp*g=Jo!)2S`;OaY+!KC{mP>H`Jy{v?T+v_NU)v*_a@0Dks!$+avyOhDC zq+h7SoL)P=!zHG!9GdJ8Kf*;G4~q!KCyZD0uy`gBYvA$1Rk>^4M#v`vnrgaES*VQ3jK;ZlMyF3NFcj zgXdc*gGqUxQ1ILNjLUHFswaN|#vV3H&tw!52O+QoL}WI}J*5oB-k8oM$MV8+!!|ub zbN{m?T|^?Y2i+em&x2>^eQLv{E&2eGrpH(Q8ZKMZD?A!0eF;g6G9Mp;=dFo$M?2pJosw z6Yc#N9*vYGg``Qca*F>^l$>^S0++V9yhhUaicer%#o?dEqmhPiB+bgk#0suy-7h>E zDG3Tm)9oJ0|KlO#nmWwm(MSjQNSfE6J4W*BEEP3s1NiSCLfWArX#w*7s&Lsdm*UY# z`8Ppn)>y3AH7QL)w4*0;EVp#0I2xyCBSt{7<-$fv3?nWx|)C!G&w#cvPLxa1UfoK0l zB0|ei2t}E_K5i%n&z}!C^Oc!E_yj)WjVcsIgHl8eW{Wm^&FBX!2!tQtLyp**h(drA z7>GINAMbtfNt-|z1|M>Sbv7EI3Pb2EU+S_ANRWY&BCHpUfO_X>`rG{T_dta*aM6rh z3f3VMLLF+(w6C?jY)c6QRq!E4OcgFgniHJcL2MDr6Q2E=fr?PWgp|Uh6pes-XU+T( zT|t0&i9)#7(4wS(dZ$JFJY(-TfpBjcsYpxXG86*posaU4op7xo5a5vEo zs5v|N9?w4p!%Y)v$Vv32McMadmbx z^LPY-@F5bZ$tP9@q!=Ks071xR#*}G;Ix!J`NHMt2q7iaXRh;N#s^Af8jXNTamu_((?gR$Z~-53#F9A_0tBrg zQXF-cc(NCG7fme^ab2AesfY^H$1kep7)}Nd2x&n`#Ew@e1c>TFq_|4GZI~9^F`Cyx zHc7JSN~9FvN(O8qs0y3Ay7CZ#@C1Cw`$`U5`d24Gf91RrvP%8a8JATbo8 zO0d`9h$*=FzI+FA^edl3A=IFnFid=qJqG-H5R{K0m%`vH6Ve*sjsrvrUV_ed@55k) za0H2<3u8tiKt4PKk>?Z}n)i}Ghyzyy$)%|Ni9)DC6*>1LZlCgM0zm<+gxUWcx4?I~ zPg#&sKvy~kcb~`_j3W>N5|Dau4xo1wh&y+= z#P))*uf`uKMafAN0-Ur!5bHG5!d6%i2=d#J2#4P&1UNE=Abu^+>xfJz5JJu)5k+Qf zNJW&P4YDc8QzoC5KxhCT@;3DyL?J+82SkbkYc-S`)Ch!I>PUp`C<*}%d?5(>pM*WF zUIc>DK_p_QI6G1i5JZ9?9uwmEJ~$ExOLig=`_oVea1{Z9_$B_y?C26ILK_>>zY`}> z2yib4g5Wq?sb@(~ARGf9a&wx`a3B={X_gSg3;u^8Z)6FCSKvdA_)Nu#M1aE&2*U38 z$b*1N0znKcRmcZES_KqB9@N)@FwR-O=JPfJ+W}*w7c8>xvh)Ww|*aA96S6 z>q9X>u?YymFaXJRY00%`7#LWHKuYCl>J5{pvG9^G(8^f zL?Fa~GMD5{!m*PNsR=mche)wkYU*nt7=atyk%;a)CWS<*~0iu}@F|vri61W$+7!JpUkO+DBwzVN-^)--IKyUyR;>j)Q`X0pq$H+kk+>s$v%kUv{ zF|b_O1ok)NVtDqU5c1&g2BJ#N`P%u9VN`_BNaVECzD*dV3b@!0VMJ2x-Pj*aAcTXl zoLrS(&(|OsAe|9{a9e*rQdboW8{k8Z5V90OB0!Ea1Q9=4t3_i)Aef-s{8B6mArGIV zeK&0MU;;yr5o+`reUDSHgz)<5YY%ZfoznG8%2?t5O4cHRN2_o#~}`WKK>+< zQQd%MfGZIYhI+V^!xkF?K@TiO$t@~sB!-j&q$xrWZbsevmnRSiN6sL{xP2alkO$Wh zAdHhXE58*SBM?>qlaPx+BPWg&16)ypAiUiwDviNhzzN15a>UnC6av(OgCOWfhp!xY z1~xhENKFoLNg$<=2g@D^!?du_NXka>QQp*hvk$8{@5pOgCDn-4>WkN7O97ZA5oJ1p_&UHj(w6$kF6~R&q zIVru%LnEN(e7Sb_l`_zxr$BEbZ`Ju;DWomr;XAeo>9^|6hTuUy@F8#2Nt<;@21uoY z*mGehO}Q9M1hl7-h>RRG0=i(KGdewWz?6!>=7=;#jHEP53aEP?<_$|S2jQ7bVE7_e zL@iJTg@Cr|!V_-p-QY~G6nw}LkC(`z5YSe&vCw(-3#<`_QPYVJ9SQ;RqafydePr~g zJ&5i+4M0k9%^QUP6;>dK;f2OoS7WeUGeIJZ`_TxfBG`y;GIB^;z!w_!_SY&pfE3TS zAl)-P7=@4rl~*8|j4<}Id;rZsK%D{Icz|NS*D4JHO^n0)L6{z_o5*`fM+*ue4j7xW$!!dDnlT6f)BYAy`d-sxF88p8kE@DPu{vmYlC zgb9Qk@FAB%%R>QaPLSpUks{aOBaJ6mOdkTX5up6%iz$|bSbYA+ba$|KfWIH9utM@PfmOLAh*L<1+51M>2c=$f|2sLRVNG_jnA_X2aYo(trt9}^pl2#xe zD{@M~=Rr&5x=PwUZUwk)3`lh|)9`VmDpW}GW&RAL8wI>Xlz6u@@OjXhgPa+wM8=@F z?^*b`#Y-|s>0-BEcPR!gA_g2r`aiBhAjqAE;QsU270G3As++wY(6cW32fdCAt$N{a z(AbxHu*sTve?!L3WyLm!PX6DJN$(;+(}b|mn+yI5jeVgW8@=`7-=J}7>R_AN`qJN^ zvD1;U$vZCp4H-M<8`~VauKW!d=UP2Bde7CrLSx_h#k(RD>U}4GHmp*Yk!5tzPtBdH2KIBb^Wi<#0TB}$4(ww@>gW+q3ORulbbrZ z^sms^H(aqDB>l$Uph>lMp$7S{)a0hlE&Chv|IeUTaPx1-I8`pOg)X}FH)!lmj&14E z+kZpGDRY4>bVd2!ps{-*w$QZ|e?`Xjybs;}&-Q`U%vG?75h7b7G*m*+|5>;$PAtgP z%nQ?pW%SUcYG@5U4qh(WW#k3NK_FfWO1xKf_&n&v1e1Ok`zxHERIi7J1@Tfs#k6gZQO%!-geT_`TnaTn08`zbR^F|+0 z;6d*O{dZ?W?k$r~DDYrUa4K!r(D4J}5nGpByy9mRaL~1MIa7)LZNM7?>XM7+-G!5&x=Hs8peoz0WuaWc0UgPuN&%tqRF8)>w)Fl9KAy@an8+;!0 zsum}2x-D^ANZiJei|6qc9|yltA}ki)I1YHkeHS_J;s<;l{OOr4tIF~JJ2&(pO2z{gm* zkPL2l2m{(*;=?LV1p_&Lq3rQO8Nz_}mshv8UOo;Oc3?gr*Ck#Z!hrS{ZJAWRw_woT z4CWQ`Ic2*R8RI{3H=NQjoiam9dI4?|3U_P+77izX_x8&jIihrET(LG54yR1z{w>ch zz@_Wjh=s!`Tju{z!2ph1s*8ogsY~J1xb-}|DdhFAa5#aY4=fr79|GIm1=BHk%kI?2 z#9?oCf4bl2`T}q^z~RVoeg;@LoDJ^eVfXED+Z7pN;ud=}bd!G~t}GkwD4m-yaf^ct z6ldfRoCj|T8Y3(mPT+Od2Z`Yxs2j^0W8rWjq6)e`zHr+)m|)_t!=UCnXPx1=7*k9f zc4)kCbAmk_cWVnK4m)1K{d<1|+>PIxVdAjexb9+_2fQh!wqoIMD(cG18oI%i6*R}f zsbIVDbowi5xZjytVBv7;+$Z!5eS=FEyd4XNQ`BVzl}HG@lU=mL!r>J7S%1`Iad1aZ zJ#AK4IGhScdpe6g!KGWU#=_ye&%qdR=MCI;>uj-bIQ6~~AJJvQakh3?IGjg5;%=OL z2X~Z6dn_DCki!ZZhiyJvL6puAOxuFs_kX``?7+fdcUj|p^-j31Jq}njoWky-*QlSt zb*0;hg~NGOYM*x;KU`O3CrlisGe;;0FnhPSMw8zv6h z@8(_ZIK!2-cE`ful)7Kdb@}-_Xj??=!NTD^sUUi91$95*Jwq9<%ma&uQ@HzTq4sjP z@diAxa5z=953ecigLhiieONf0TH4oXyF1|0ZP<^6!+CFqDr^5vIBwqoOdR$qASzO} z4Zf&I_rk*A)Mu^huew9T-2+Q)@?Lw*8w-c`;6(h|V+6P(H~3)jNUxhhSF@)WnU4{1 z=s{)tAQleqaf$fl&8fqHXOG$n@cUu$aGv>jV|ifHSAatgp?3aQIGjSqgSsBM@bNt* z01JmbGrqZeCkoyab%9tkoVvK*1;2#Ad)e0@EF4ZX+{m3D6X3e83dX`=uiV#5J3NFp zgzjN18qVW1Nt(|4;kt$#!NTEGc#mN(2!i+7D2RfiTg0_a_ja5N?l`)DL#YcUsmY&VO+#Nj;VM$;jW&C5_XeE1Ac#KPeeAAj?(j|VQ@*(59+PKDb?yMkniIP?;w zAsGvY_coL0LJJ+-jmJ~4csNgAE>-IFAhs+zmb&^377nNEZmZf854iE<)39*L*x80g z#bI%9WgX9A;c#9&S+kYD6t3*4bSxasJ11_+X7O-kb26}SICc6zeLjY9!tf{)3#Wp; zXFT#kj_xyPS@gX9;~W+arx3k<#Ejw_fJ2Wc(%D!zoaDxwdjj9!ixit2EF8`|gsTtw zhQdeV^js_)PTlt76IV9FTek5$77piCZW|i^EpRvfb^!~A^ODNh#I{(tvi$j2IGl%B z4^0^_eE?b(y&^Lyz`|j7S+R-p5%4gy<3&sw_AceAGF1RP3Keq+3x`t+`_7b#AiO2+ zU&g}WJeETUKI9MISBzf4!r{EJHn^9&0Pc1Yg;+S8isF`Zs~^IZwJgHI;XKOSIeYIM zT)N}MSU8-=!}ave`NO^V+BGa3PKo+VQ=ypw;Kh$Y3`!9E{_j`!bu1kA;&X4<*--dQ z!B~n#!+A6Q%QLqo_!33v1{MzI@u#r9Lu^FTq1O~DWmq`8$D|i}EuX?2#q}l@50ogu z+Tx`ye`5*9CEdcpsbJ#4SlXD}8qwWo1U#*I zWacU}3t;G@7{c$+40uIxC(YYY7XjlaNP;AnBj_WVLE7~qb+Jg?)Je?J(*qf0=6|op`YK~!(_~cYQsFQJ0!>{C9gO^Vf@oB5PoKP9)W*?_#mE*?m*iW9w3~q# zX(%xWQxF6+lgnxAh1bN|<(Vk=I6Z@AEbbzZVrW*#KVSu#tVInTLch@nQWy-$2qUy{ z@&JZ2D$y^9poB`mBn7LG4FA`iEX2Fh2evw9Rq0rLm%ZHE%ayx#zPCg z<2pQu?Sgg>_LVRQae_oDbAb8#b50=0R-g>Idz@!MGoVd-LRf8_nCRz>8a;k;pb?}n zHd2gOeuq9mAciJrTXHcvxzUWpxfzKN7?urS0|*6_d#vY2BjAsI)zU1a`l|nP1)51o`Hf^1` zq!R@gov5`(l@XdjS~nsY8qOuMTLGgGB}arAgaP%BL4wdlIlwrDVsLJUFrYnO*N4Sj z5io*Kj8irc26S?v@46DH3mB}ZbapBS2m`u)IWj$Ug&Q!?%gX3o5C+sw3xlecasfsZ zYWV1Pg)pFg+ED*;gvc;M*<+(8nnBt;BHPy8HQ`z?U|a@$j(p*ebpXxy=WH7ZF)N^H zB|gnygA&Bv7YzZ`^B^4LY3^N)ELnXa*?& zhGZNYwaFps;tCk#200XlX8e;Df`lBBUJ*i^_t6IFjzB|5IZa5$*MRX#;)-7qWe~L( zG=mgYK{7T?8m=WKayjBs2s5!b;^?9dTZ$QC-iV z8UN%xAq6>h<(>}Q%N}H)A*7@@B!hW}#me`x2f2l2kj@m5jDuYt+=40rSIjm9k=xakWNGH5VUA9I{ z+B*ZAI)V@i`MOT86U~6XXqW0M+eZ!L*oczjOE;Q9iU}d*kZ%sUxgIcxq7r{2FCMu z91HTq0hJ#m#|;KF1AayMhS8dJ%0P~I6k~EFngM^Du2ff>cN<`oqOQXoU_&$DSDPP8 z7XOq23{TWpNX3O_kkVL@J|^8BCPBO&h`y%i!-r;&E@B}W%v9Hmh$}Mm-eFb%%^+Ph zLoz19>BX1;BNk;-I}tPkezQF_nA?W9x3oanqgVpXAl*Aa$|1`B+BhFDMo{C}3TZTh zbbSfQ7`^ATK)gh9p@`+EzuGutU$=%iqn*-^nuA d$IZ`?)bW?n68}37Y7gqol?1}+jmqGk{vT|x-=hEk literal 0 HcmV?d00001 diff --git a/public-ontologies/pizza.ttl b/public-ontologies/pizza.ttl new file mode 100644 index 0000000..4f56c20 --- /dev/null +++ b/public-ontologies/pizza.ttl @@ -0,0 +1,2189 @@ +# baseURI: http://www.co-ode.org/ontologies/pizza + +@prefix : . +@prefix dc: . +@prefix owl: . +@prefix p200: . +@prefix pizza: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix spin: . +@prefix terms: . +@prefix xml: . +@prefix xsd: . + +dc:description + a owl:AnnotationProperty ; +. +dc:title + a owl:AnnotationProperty ; +. +terms:contributor + a owl:AnnotationProperty ; +. +terms:license + a owl:AnnotationProperty ; +. +terms:provenance + a owl:AnnotationProperty ; +. +spin:imports + a owl:AnnotationProperty ; +. + + a owl:Ontology ; + dc:description """An ontology about pizzas and their toppings. + +This is an example ontology that contains all constructs required for the various versions of the Pizza Tutorial run by Manchester University (see http://owl.cs.manchester.ac.uk/publications/talks-and-tutorials/protg-owl-tutorial)."""@en ; + dc:title "pizza"@en ; + terms:contributor "Alan Rector" ; + terms:contributor "Chris Wroe" ; + terms:contributor "Matthew Horridge" ; + terms:contributor "Nick Drummond" ; + terms:contributor "Robert Stevens" ; + terms:license "Creative Commons Attribution 3.0 (CC BY 3.0)" ; + terms:provenance """v2.0 Added new annotations to the ontology using standard/well-know annotation properties + +v1.5. Removed protege.owl import and references. Made ontology URI date-independent + +v1.4. Added Food class (used in domain/range of hasIngredient), Added several hasCountryOfOrigin restrictions on pizzas, Made hasTopping invers functional"""@en ; + spin:imports ; + spin:imports ; + rdfs:label "pizza" ; + owl:versionIRI ; + owl:versionInfo "2.0" ; +. +:America + a :Country ; + a owl:NamedIndividual ; + a owl:Thing ; +. +:American + a owl:Class ; + rdfs:label "American"@en ; + rdfs:label "Americana"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :MozzarellaTopping + :PeperoniSausageTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:hasValue :America ; + owl:onProperty :hasCountryOfOrigin ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :PeperoniSausageTopping ; + ] ; + skos:altLabel "American Pizza"@en ; + skos:altLabel "American"@en ; + skos:prefLabel "American"@en ; +. +:AmericanHot + a owl:Class ; + rdfs:label "AmericanHot"@en ; + rdfs:label "AmericanaPicante"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :HotGreenPepperTopping + :JalapenoPepperTopping + :MozzarellaTopping + :PeperoniSausageTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:hasValue :America ; + owl:onProperty :hasCountryOfOrigin ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :HotGreenPepperTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :JalapenoPepperTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :PeperoniSausageTopping ; + ] ; + skos:altLabel "American Hot Pizza"@en ; + skos:altLabel "American Hot"@en ; + skos:prefLabel "American Hot"@en ; +. +:AnchoviesTopping + a owl:Class ; + rdfs:label "AnchoviesTopping"@en ; + rdfs:label "CoberturaDeAnchovies"@pt ; + rdfs:subClassOf :FishTopping ; + skos:prefLabel "Anchovies"@en ; +. +:ArtichokeTopping + a owl:Class ; + rdfs:label "ArtichokeTopping"@en ; + rdfs:label "CoberturaDeArtichoke"@pt ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Artichoke"@en ; +. +:AsparagusTopping + a owl:Class ; + rdfs:label "AsparagusTopping"@en ; + rdfs:label "CoberturaDeAspargos"@pt ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Asparagus"@en ; +. +:Cajun + a owl:Class ; + rdfs:label "Cajun"@en ; + rdfs:label "Cajun"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :MozzarellaTopping + :OnionTopping + :PeperonataTopping + :PrawnsTopping + :TobascoPepperSauce + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OnionTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :PeperonataTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :PrawnsTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :TobascoPepperSauce ; + ] ; + skos:altLabel "Cajun Pizza"@en ; + skos:altLabel "Cajun"@en ; + skos:prefLabel "Cajun"@en ; +. +:CajunSpiceTopping + a owl:Class ; + rdfs:label "CajunSpiceTopping"@en ; + rdfs:label "CoberturaDeCajun"@pt ; + rdfs:subClassOf :HerbSpiceTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Hot ; + ] ; + owl:disjointWith :RosemaryTopping ; + skos:prefLabel "Cajun Spice"@en ; +. +:CaperTopping + a owl:Class ; + rdfs:label "CaperTopping"@en ; + rdfs:label "CoberturaDeCaper"@pt ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Caper"@en ; +. +:Capricciosa + a owl:Class ; + rdfs:label "Capricciosa"@en ; + rdfs:label "Capricciosa"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :AnchoviesTopping + :CaperTopping + :HamTopping + :MozzarellaTopping + :OliveTopping + :PeperonataTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :AnchoviesTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :CaperTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :HamTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OliveTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :PeperonataTopping ; + ] ; + skos:altLabel "Capricciosa Pizza"@en ; + skos:altLabel "Capricciosa"@en ; + skos:prefLabel "Capricciosa"@en ; +. +:Caprina + a owl:Class ; + rdfs:label "Caprina"@en ; + rdfs:label "Caprina"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :GoatsCheeseTopping + :MozzarellaTopping + :SundriedTomatoTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :GoatsCheeseTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :SundriedTomatoTopping ; + ] ; + skos:altLabel "Caprina Pizza"@en ; + skos:altLabel "Caprina"@en ; + skos:prefLabel "Caprina"@en ; +. +:CheeseTopping + a owl:Class ; + rdfs:label "CheeseTopping"@en ; + rdfs:label "CoberturaDeQueijo"@pt ; + rdfs:subClassOf :PizzaTopping ; + skos:prefLabel "Cheese"@en ; +. +:CheeseyPizza + a owl:Class ; + rdfs:label "CheesyPizza"@en ; + rdfs:label "PizzaComQueijo"@pt ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :CheeseTopping ; + ] + ) ; + ] ; + skos:definition "Any pizza that has at least 1 cheese topping."@en ; + skos:prefLabel "Cheesy Pizza"@en ; +. +:CheeseyVegetableTopping + a owl:Class ; + rdfs:comment "This class will be unsatisfiable. This is because we have given it 2 disjoint parents, which means it could never have any instances (as nothing can be both a CheeseTopping and a VegetableTopping). NB Called ProbeInconsistentTopping in the ProtegeOWL Tutorial."@en ; + rdfs:label "CheesyVegetableTopping"@en ; + rdfs:label "CoberturaDeQueijoComVegetais"@pt ; + rdfs:subClassOf :CheeseTopping ; + rdfs:subClassOf :VegetableTopping ; +. +:ChickenTopping + a owl:Class ; + rdfs:label "ChickenTopping"@en ; + rdfs:label "CoberturaDeFrango"@pt ; + rdfs:subClassOf :MeatTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Chicken"@en ; +. +:Country + a owl:Class ; + rdfs:comment "A class that is equivalent to the set of individuals that are described in the enumeration - ie Countries can only be either America, England, France, Germany or Italy and nothing else. Note that these individuals have been asserted to be allDifferent from each other."@en ; + rdfs:label "Country"@en ; + rdfs:label "Pais"@pt ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :DomainConcept + [ + a owl:Class ; + owl:oneOf ( + :America + :England + :France + :Germany + :Italy + ) ; + ] + ) ; + ] ; + skos:prefLabel "Country"@en ; +. +:DeepPanBase + a owl:Class ; + rdfs:label "BaseEspessa"@pt ; + rdfs:label "DeepPanBase"@en ; + rdfs:subClassOf :PizzaBase ; + owl:disjointWith :ThinAndCrispyBase ; + skos:prefLabel "Deep Pan Base"@en ; +. +:DomainConcept + a owl:Class ; + rdfs:label "DomainThing"@en ; + owl:disjointWith :ValuePartition ; + skos:prefLabel "Domain Thing"@en ; +. +:England + a :Country ; + a owl:NamedIndividual ; + a owl:Thing ; +. +:Fiorentina + a owl:Class ; + rdfs:label "Fiorentina"@en ; + rdfs:label "Fiorentina"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :GarlicTopping + :MozzarellaTopping + :OliveTopping + :ParmesanTopping + :SpinachTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :GarlicTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OliveTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :ParmesanTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :SpinachTopping ; + ] ; + skos:altLabel "Fiorentina Pizza"@en ; + skos:altLabel "Fiorentina"@en ; + skos:prefLabel "Fiorentina"@en ; +. +:FishTopping + a owl:Class ; + rdfs:label "CoberturaDePeixe"@pt ; + rdfs:label "SeafoodTopping"@en ; + rdfs:subClassOf :PizzaTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Seafood"@en ; +. +:Food + a owl:Class ; + rdfs:label "Food"@en ; + rdfs:subClassOf :DomainConcept ; + skos:prefLabel "Food"@en ; +. +:FourCheesesTopping + a owl:Class ; + rdfs:label "CoberturaQuatroQueijos"@pt ; + rdfs:label "FourCheesesTopping"@en ; + rdfs:subClassOf :CheeseTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Four Cheeses"@en ; +. +:FourSeasons + a owl:Class ; + rdfs:label "FourSeasons"@en ; + rdfs:label "QuatroQueijos"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :AnchoviesTopping + :CaperTopping + :MozzarellaTopping + :MushroomTopping + :OliveTopping + :PeperoniSausageTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :AnchoviesTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :CaperTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :MushroomTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OliveTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :PeperoniSausageTopping ; + ] ; + skos:altLabel "Four Seasons Pizza"@en ; + skos:altLabel "Four Seasons"@en ; + skos:prefLabel "Four Seasons"@en ; +. +:France + a :Country ; + a owl:NamedIndividual ; + a owl:Thing ; +. +:FruitTopping + a owl:Class ; + rdfs:label "CoberturaDeFrutas"@pt ; + rdfs:label "FruitTopping"@en ; + rdfs:subClassOf :PizzaTopping ; + skos:prefLabel "Fruit"@en ; +. +:FruttiDiMare + a owl:Class ; + rdfs:label "FrutosDoMar"@pt ; + rdfs:label "FruttiDiMare"@en ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :GarlicTopping + :MixedSeafoodTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :GarlicTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :MixedSeafoodTopping ; + ] ; + skos:altLabel "Frutti Di Mare Pizza"@en ; + skos:altLabel "Frutti Di Mare"@en ; + skos:prefLabel "Frutti Di Mare"@en ; +. +:GarlicTopping + a owl:Class ; + rdfs:label "CoberturaDeAlho"@pt ; + rdfs:label "GarlicTopping"@en ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Medium ; + ] ; + skos:prefLabel "Garlic"@en ; +. +:Germany + a :Country ; + a owl:NamedIndividual ; + a owl:Thing ; +. +:Giardiniera + a owl:Class ; + rdfs:label "Giardiniera"@en ; + rdfs:label "Giardiniera"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :LeekTopping + :MozzarellaTopping + :MushroomTopping + :OliveTopping + :PeperonataTopping + :PetitPoisTopping + :SlicedTomatoTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :LeekTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :MushroomTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OliveTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :PeperonataTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :PetitPoisTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :SlicedTomatoTopping ; + ] ; + skos:altLabel "Giardiniera Pizza"@en ; + skos:altLabel "Giardiniera"@en ; + skos:prefLabel "Giardiniera"@en ; +. +:GoatsCheeseTopping + a owl:Class ; + rdfs:label "CoberturaDeQueijoDeCabra"@pt ; + rdfs:label "GoatsCheeseTopping"@en ; + rdfs:subClassOf :CheeseTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Goats Cheese"@en ; +. +:GorgonzolaTopping + a owl:Class ; + rdfs:label "CoberturaDeGorgonzola"@pt ; + rdfs:label "GorgonzolaTopping"@en ; + rdfs:subClassOf :CheeseTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Gorgonzola"@en ; +. +:GreenPepperTopping + a owl:Class ; + rdfs:label "CoberturaDePimentaoVerde"@pt ; + rdfs:label "GreenPepperTopping"@en ; + rdfs:subClassOf :PepperTopping ; + skos:prefLabel "Green Pepper"@en ; +. +:HamTopping + a owl:Class ; + rdfs:label "CoberturaDePresunto"@pt ; + rdfs:label "HamTopping"@en ; + rdfs:subClassOf :MeatTopping ; + skos:prefLabel "Ham"@en ; +. +:HerbSpiceTopping + a owl:Class ; + rdfs:label "CoberturaDeErvas"@pt ; + rdfs:label "HerbSpiceTopping"@en ; + rdfs:subClassOf :PizzaTopping ; + skos:prefLabel "Herb Spice"@en ; +. +:Hot + a owl:Class ; + rdfs:label "Hot"@en ; + rdfs:label "Picante"@pt ; + rdfs:subClassOf :Spiciness ; + skos:prefLabel "Hot"@en ; +. +:HotGreenPepperTopping + a owl:Class ; + rdfs:label "CoberturaDePimentaoVerdePicante"@pt ; + rdfs:label "HotGreenPepperTopping"@en ; + rdfs:subClassOf :GreenPepperTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Hot ; + ] ; + skos:prefLabel "Hot Green Pepper"@en ; +. +:HotSpicedBeefTopping + a owl:Class ; + rdfs:label "CoberturaDeBifePicante"@pt ; + rdfs:label "HotSpicedBeefTopping"@en ; + rdfs:subClassOf :MeatTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Hot ; + ] ; + skos:prefLabel "Hot Spiced Beef"@en ; +. +:IceCream + a owl:Class ; + rdfs:comment "A class to demonstrate mistakes made with setting a property domain. The property hasTopping has a domain of Pizza. This means that the reasoner can infer that all individuals using the hasTopping property must be of type Pizza. Because of the restriction on this class, all members of IceCream must use the hasTopping property, and therefore must also be members of Pizza. However, Pizza and IceCream are disjoint, so this causes an inconsistency. If they were not disjoint, IceCream would be inferred to be a subclass of Pizza."@en ; + rdfs:label "IceCream"@en ; + rdfs:label "Sorvete"@pt ; + rdfs:subClassOf :Food ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :FruitTopping ; + ] ; + skos:prefLabel "Ice Cream"@en ; +. +:InterestingPizza + a owl:Class ; + rdfs:label "InterestingPizza"@en ; + rdfs:label "PizzaInteressante"@pt ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Restriction ; + owl:minCardinality "3"^^xsd:nonNegativeInteger ; + owl:onProperty :hasTopping ; + ] + ) ; + ] ; + skos:definition "Any pizza that has at least 3 toppings. Note that this is a cardinality constraint on the hasTopping property and NOT a qualified cardinality constraint (QCR). A QCR would specify from which class the members in this relationship must be. eg has at least 3 toppings from PizzaTopping. This is currently not supported in OWL."@en ; + skos:prefLabel "Interesting Pizza"@en ; +. +:Italy + a :Country ; + a owl:NamedIndividual ; + a owl:Thing ; +. +:JalapenoPepperTopping + a owl:Class ; + rdfs:label "CoberturaDeJalapeno"@pt ; + rdfs:label "JalapenoPepperTopping"@en ; + rdfs:subClassOf :PepperTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Hot ; + ] ; + skos:prefLabel "Jalapeno Pepper"@en ; +. +:LaReine + a owl:Class ; + rdfs:label "LaReine"@en ; + rdfs:label "LaReine"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :HamTopping + :MozzarellaTopping + :MushroomTopping + :OliveTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :HamTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :MushroomTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OliveTopping ; + ] ; + skos:altLabel "La Reine Pizza"@en ; + skos:altLabel "La Reine"@en ; + skos:prefLabel "La Reine"@en ; +. +:LeekTopping + a owl:Class ; + rdfs:label "CoberturaDeLeek"@pt ; + rdfs:label "LeekTopping"@en ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Leek"@en ; +. +:Margherita + a owl:Class ; + rdfs:label "Margherita"@en ; + rdfs:label "Margherita"@pt ; + rdfs:subClassOf :NamedPizza ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :MozzarellaTopping ; + ] + [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :TomatoTopping ; + ] + ) ; + ] ; + skos:altLabel "Margherita Pizza"@en ; + skos:altLabel "Margherita"@en ; + skos:prefLabel "Margherita"@en ; +. +:MeatTopping + a owl:Class ; + rdfs:label "CoberturaDeCarne"@pt ; + rdfs:label "MeatTopping"@en ; + rdfs:subClassOf :PizzaTopping ; + skos:prefLabel "Meat"@en ; +. +:MeatyPizza + a owl:Class ; + rdfs:label "MeatyPizza"@en ; + rdfs:label "PizzaDeCarne"@pt ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :MeatTopping ; + ] + ) ; + ] ; + skos:definition "Any pizza that has at least one meat topping"@en ; + skos:prefLabel "Meaty Pizza"@en ; +. +:Medium + a owl:Class ; + rdfs:label "Media"@pt ; + rdfs:label "Medium"@en ; + rdfs:subClassOf :Spiciness ; + skos:prefLabel "Medium"@en ; +. +:Mild + a owl:Class ; + rdfs:label "Mild"@en ; + rdfs:label "NaoPicante"@pt ; + rdfs:subClassOf :Spiciness ; + skos:prefLabel "Mild"@en ; +. +:MixedSeafoodTopping + a owl:Class ; + rdfs:label "CoberturaDeFrutosDoMarMistos"@pt ; + rdfs:label "MixedSeafoodTopping"@en ; + rdfs:subClassOf :FishTopping ; + skos:prefLabel "Mixed Seafood"@en ; +. +:MozzarellaTopping + a owl:Class ; + rdfs:label "CoberturaDeMozzarella"@pt ; + rdfs:label "MozzarellaTopping"@en ; + rdfs:subClassOf :CheeseTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:hasValue :Italy ; + owl:onProperty :hasCountryOfOrigin ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Mozzarella"@en ; +. +:Mushroom + a owl:Class ; + rdfs:label "Cogumelo"@pt ; + rdfs:label "Mushroom"@en ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :MozzarellaTopping + :MushroomTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :MushroomTopping ; + ] ; + skos:altLabel "Mushroom Pizza"@en ; + skos:altLabel "Mushroom"@en ; + skos:prefLabel "Mushroom"@en ; +. +:MushroomTopping + a owl:Class ; + rdfs:label "CoberturaDeCogumelo"@pt ; + rdfs:label "MushroomTopping"@en ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Mushroom"@en ; +. +:NamedPizza + a owl:Class ; + rdfs:comment "A pizza that can be found on a pizza menu"@en ; + rdfs:label "PizzaComUmNome"@pt ; + rdfs:subClassOf :Pizza ; +. +:Napoletana + a owl:Class ; + rdfs:label "Napoletana"@en ; + rdfs:label "Napoletana"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :AnchoviesTopping + :CaperTopping + :MozzarellaTopping + :OliveTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:hasValue :Italy ; + owl:onProperty :hasCountryOfOrigin ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :AnchoviesTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :CaperTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OliveTopping ; + ] ; + skos:altLabel "Napoletana Pizza"@en ; + skos:altLabel "Napoletana"@en ; + skos:prefLabel "Napoletana"@en ; +. +:NonVegetarianPizza + a owl:Class ; + rdfs:label "NonVegetarianPizza"@en ; + rdfs:label "PizzaNaoVegetariana"@pt ; + owl:disjointWith :VegetarianPizza ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Class ; + owl:complementOf :VegetarianPizza ; + ] + ) ; + ] ; + skos:definition "Any Pizza that is not a VegetarianPizza"@en ; + skos:prefLabel "Non Vegetarian Pizza"@en ; +. +:NutTopping + a owl:Class ; + rdfs:label "CoberturaDeCastanha"@pt ; + rdfs:label "NutTopping"@en ; + rdfs:subClassOf :PizzaTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Nut"@en ; +. +:OliveTopping + a owl:Class ; + rdfs:label "CoberturaDeAzeitona"@pt ; + rdfs:label "OliveTopping"@en ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Olive"@en ; +. +:OnionTopping + a owl:Class ; + rdfs:label "CoberturaDeCebola"@pt ; + rdfs:label "OnionTopping"@en ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Medium ; + ] ; + skos:prefLabel "Onion"@en ; +. +:ParmaHamTopping + a owl:Class ; + rdfs:label "CoberturaDePrezuntoParma"@pt ; + rdfs:label "ParmaHamTopping"@en ; + rdfs:subClassOf :HamTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Parma Ham"@en ; +. +:Parmense + a owl:Class ; + rdfs:label "Parmense"@en ; + rdfs:label "Parmense"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :AsparagusTopping + :HamTopping + :MozzarellaTopping + :ParmesanTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :AsparagusTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :HamTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :ParmesanTopping ; + ] ; + skos:altLabel "Parmese Pizza"@en ; + skos:altLabel "Parmese"@en ; + skos:prefLabel "Parmense"@en ; +. +:ParmesanTopping + a owl:Class ; + rdfs:label "CoberturaDeParmesao"@pt ; + rdfs:label "ParmezanTopping"@en ; + rdfs:subClassOf :CheeseTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Parmezan"@en ; +. +:PeperonataTopping + a owl:Class ; + rdfs:label "CoberturaPeperonata"@pt ; + rdfs:label "PeperonataTopping"@en ; + rdfs:subClassOf :PepperTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Medium ; + ] ; + skos:prefLabel "Peperonata"@en ; +. +:PeperoniSausageTopping + a owl:Class ; + rdfs:label "CoberturaDeCalabreza"@pt ; + rdfs:label "PeperoniSausageTopping"@en ; + rdfs:subClassOf :MeatTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Medium ; + ] ; + skos:prefLabel "Peperoni Sausage"@en ; +. +:PepperTopping + a owl:Class ; + rdfs:label "CoberturaDePimentao"@pt ; + rdfs:label "PepperTopping"@en ; + rdfs:subClassOf :VegetableTopping ; + skos:prefLabel "Pepper"@en ; +. +:PetitPoisTopping + a owl:Class ; + rdfs:label "CoberturaPetitPois"@pt ; + rdfs:label "PetitPoisTopping"@en ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Petit Pois"@en ; +. +:PineKernels + a owl:Class ; + rdfs:label "CoberturaPineKernels"@pt ; + rdfs:label "PineKernelTopping"@en ; + rdfs:subClassOf :NutTopping ; + skos:prefLabel "Pine Kernel"@en ; +. +:Pizza + a owl:Class ; + rdfs:label "Pizza"@en ; + rdfs:seeAlso ; + rdfs:subClassOf :Food ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasBase ; + owl:someValuesFrom :PizzaBase ; + ] ; + skos:prefLabel "Pizza"@en ; +. +:PizzaBase + a owl:Class ; + rdfs:label "BaseDaPizza"@pt ; + rdfs:label "PizzaBase"@en ; + rdfs:subClassOf :Food ; + skos:prefLabel "Pizza Base"@en ; +. +:PizzaTopping + a owl:Class ; + rdfs:label "CoberturaDaPizza"@pt ; + rdfs:label "PizzaTopping"@en ; + rdfs:subClassOf :Food ; + skos:prefLabel "Pizza Topping"@en ; +. +:PolloAdAstra + a owl:Class ; + rdfs:label "PolloAdAstra"@en ; + rdfs:label "PolloAdAstra"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :CajunSpiceTopping + :ChickenTopping + :GarlicTopping + :MozzarellaTopping + :RedOnionTopping + :SweetPepperTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :CajunSpiceTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :ChickenTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :GarlicTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :RedOnionTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :SweetPepperTopping ; + ] ; + skos:altLabel "Pollo Ad Astra Pizza"@en ; + skos:altLabel "Pollo Ad Astra"@en ; + skos:prefLabel "Pollo Ad Astra"@en ; +. +:PrawnsTopping + a owl:Class ; + rdfs:label "CoberturaDeCamarao"@pt ; + rdfs:label "PrawnsTopping"@en ; + rdfs:subClassOf :FishTopping ; + skos:prefLabel "Prawns"@en ; +. +:PrinceCarlo + a owl:Class ; + rdfs:label "CoberturaPrinceCarlo"@pt ; + rdfs:label "PrinceCarlo"@en ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :LeekTopping + :MozzarellaTopping + :ParmesanTopping + :RosemaryTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :LeekTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :ParmesanTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :RosemaryTopping ; + ] ; + skos:altLabel "Prince Carlo Pizza"@en ; + skos:altLabel "Prince Carlo"@en ; + skos:prefLabel "Prince Carlo"@en ; +. +:QuattroFormaggi + a owl:Class ; + rdfs:label "QuatroQueijos"@pt ; + rdfs:label "QuattroFormaggi"@en ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :FourCheesesTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :FourCheesesTopping ; + ] ; + skos:altLabel "Quattro Formaggi Pizza"@en ; + skos:altLabel "Quattro Formaggi"@en ; + skos:prefLabel "Quattro Formaggi"@en ; +. +:RealItalianPizza + a owl:Class ; + rdfs:label "PizzaItalianaReal"@pt ; + rdfs:label "RealItalianPizza"@en ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom :ThinAndCrispyBase ; + owl:onProperty :hasBase ; + ] ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Restriction ; + owl:hasValue :Italy ; + owl:onProperty :hasCountryOfOrigin ; + ] + ) ; + ] ; + skos:definition "Any Pizza that has the country of origin, Italy. RealItalianPizzas must also only have ThinAndCrispy bases."@en ; + skos:prefLabel "Real Italian Pizza"@en ; +. +:RedOnionTopping + a owl:Class ; + rdfs:label "CoberturaDeCebolaVermelha"@pt ; + rdfs:label "RedOnionTopping"@en ; + rdfs:subClassOf :OnionTopping ; + skos:prefLabel "Red Onion"@en ; +. +:Restriction + a owl:Class ; + rdfs:label "Restriction" ; +. +:RocketTopping + a owl:Class ; + rdfs:label "CoberturaRocket"@pt ; + rdfs:label "RocketTopping"@en ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Medium ; + ] ; + skos:prefLabel "Rocket"@en ; +. +:Rosa + a owl:Class ; + rdfs:label "Rosa"@en ; + rdfs:label "Rosa"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :GorgonzolaTopping + :MozzarellaTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :GorgonzolaTopping ; + ] ; + skos:altLabel "Rosa Pizza"@en ; + skos:altLabel "Rosa"@en ; + skos:prefLabel "Rosa"@en ; +. +:RosemaryTopping + a owl:Class ; + rdfs:label "CoberturaRosemary"@pt ; + rdfs:label "RosemaryTopping"@en ; + rdfs:subClassOf :HerbSpiceTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Rosemary"@en ; +. +:SauceTopping + a owl:Class ; + rdfs:label "CoberturaEmMolho"@pt ; + rdfs:label "SauceTopping"@en ; + rdfs:subClassOf :PizzaTopping ; + skos:prefLabel "Sauce"@en ; +. +:Siciliana + a owl:Class ; + rdfs:label "Siciliana"@en ; + rdfs:label "Siciliana"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :AnchoviesTopping + :ArtichokeTopping + :GarlicTopping + :HamTopping + :MozzarellaTopping + :OliveTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :AnchoviesTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :ArtichokeTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :GarlicTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :HamTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OliveTopping ; + ] ; + skos:altLabel "Siciliana Pizza"@en ; + skos:altLabel "Siciliana"@en ; + skos:prefLabel "Siciliana"@en ; +. +:SlicedTomatoTopping + a owl:Class ; + rdfs:label "CoberturaDeTomateFatiado"@pt ; + rdfs:label "SlicedTomatoTopping"@en ; + rdfs:subClassOf :TomatoTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + owl:disjointWith :SundriedTomatoTopping ; + skos:prefLabel "Sliced Tomato"@en ; +. +:SloppyGiuseppe + a owl:Class ; + rdfs:label "SloppyGiuseppe"@en ; + rdfs:label "SloppyGiuseppe"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :GreenPepperTopping + :HotSpicedBeefTopping + :MozzarellaTopping + :OnionTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :GreenPepperTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :HotSpicedBeefTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OnionTopping ; + ] ; + skos:altLabel "Sloppy Giuseppe Pizza"@en ; + skos:altLabel "Sloppy Giuseppe"@en ; + skos:prefLabel "Sloppy Giuseppe"@en ; +. +:Soho + a owl:Class ; + rdfs:label "Soho"@en ; + rdfs:label "Soho"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :GarlicTopping + :MozzarellaTopping + :OliveTopping + :ParmesanTopping + :RocketTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :GarlicTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OliveTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :ParmesanTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :RocketTopping ; + ] ; + skos:altLabel "Soho Pizza"@en ; + skos:altLabel "Soho"@en ; + skos:prefLabel "Soho"@en ; +. +:Spiciness + a owl:Class ; + rdfs:comment "A ValuePartition that describes only values from Hot, Medium or Mild. NB Subclasses can themselves be divided up into further partitions."@en ; + rdfs:label "Spiciness"@en ; + rdfs:label "Tempero"@pt ; + rdfs:subClassOf :ValuePartition ; + owl:equivalentClass [ + a owl:Class ; + owl:unionOf ( + :Hot + :Medium + :Mild + ) ; + ] ; + skos:prefLabel "Spiciness"@en ; +. +:SpicyPizza + a owl:Class ; + rdfs:label "PizzaTemperada"@pt ; + rdfs:label "SpicyPizza"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :SpicyTopping ; + ] + ) ; + ] ; + skos:definition "Any pizza that has a spicy topping is a SpicyPizza"@en ; + skos:prefLabel "Spicy Pizza"@en ; +. +:SpicyPizzaEquivalent + a owl:Class ; + rdfs:comment "An alternative definition for the SpicyPizza which does away with needing a definition of SpicyTopping and uses a slightly more complicated restriction: Pizzas that have at least one topping that is both a PizzaTopping and has spiciness hot are members of this class."@en ; + rdfs:label "PizzaTemperadaEquivalente"@pt ; + rdfs:label "SpicyPizzaEquivalent"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom [ + a owl:Class ; + owl:intersectionOf ( + :PizzaTopping + [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Hot ; + ] + ) ; + ] ; + ] + ) ; + ] ; + skos:prefLabel "Spicy Pizza Equivalent"@en ; +. +:SpicyTopping + a owl:Class ; + rdfs:label "CoberturaTemperada"@pt ; + rdfs:label "SpicyTopping"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :PizzaTopping + [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Hot ; + ] + ) ; + ] ; + skos:definition "Any pizza topping that has spiciness Hot"@en ; + skos:prefLabel "Spicy"@en ; +. +:SpinachTopping + a owl:Class ; + rdfs:label "CoberturaDeEspinafre"@pt ; + rdfs:label "SpinachTopping"@en ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Spinach"@en ; +. +:SultanaTopping + a owl:Class ; + rdfs:label "CoberturaSultana"@pt ; + rdfs:label "SultanaTopping"@en ; + rdfs:subClassOf :FruitTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Medium ; + ] ; + skos:prefLabel "Sultana"@en ; +. +:SundriedTomatoTopping + a owl:Class ; + rdfs:label "CoberturaDeTomateRessecadoAoSol"@pt ; + rdfs:label "SundriedTomatoTopping"@en ; + rdfs:subClassOf :TomatoTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Sundried Tomato"@en ; +. +:SweetPepperTopping + a owl:Class ; + rdfs:label "CoberturaDePimentaoDoce"@pt ; + rdfs:label "SweetPepperTopping"@en ; + rdfs:subClassOf :PepperTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Sweet Pepper"@en ; +. +:ThinAndCrispyBase + a owl:Class ; + rdfs:label "BaseFinaEQuebradica"@pt ; + rdfs:label "ThinAndCrispyBase"@en ; + rdfs:subClassOf :PizzaBase ; + skos:prefLabel "Thin And Crispy Base"@en ; +. +:ThinAndCrispyPizza + a owl:Class ; + rdfs:label "ThinAndCrispyPizza"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Restriction ; + owl:allValuesFrom :ThinAndCrispyBase ; + owl:onProperty :hasBase ; + ] + ) ; + ] ; + skos:prefLabel "Thin And Crispy Pizza"@en ; +. +:TobascoPepperSauce + a owl:Class ; + rdfs:label "MolhoTobascoPepper"@pt ; + rdfs:label "TobascoPepperSauceTopping"@en ; + rdfs:subClassOf :SauceTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Hot ; + ] ; + skos:prefLabel "Tobasco Pepper Sauce"@en ; +. +:TomatoTopping + a owl:Class ; + rdfs:label "CoberturaDeTomate"@pt ; + rdfs:label "TomatoTopping"@en ; + rdfs:subClassOf :VegetableTopping ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasSpiciness ; + owl:someValuesFrom :Mild ; + ] ; + skos:prefLabel "Tomato"@en ; +. +:UnclosedPizza + a owl:Class ; + rdfs:comment "An unclosed Pizza cannot be inferred to be either a VegetarianPizza or a NonVegetarianPizza, because it might have other toppings." ; + rdfs:label "PizzaAberta"@pt ; + rdfs:label "UnclosedPizza"@en ; + rdfs:subClassOf :Pizza ; + rdfs:subClassOf [] ; + skos:prefLabel "Unclosed Pizza"@en ; +. +:ValuePartition + a owl:Class ; + rdfs:comment "A ValuePartition is a pattern that describes a restricted set of classes from which a property can be associated. The parent class is used in restrictions, and the covering axiom means that only members of the subclasses may be used as values. The possible subclasses cannot be extended without updating the ValuePartition class." ; + rdfs:label "ValorDaParticao"@pt ; + rdfs:label "ValuePartition"@en ; + skos:prefLabel "Value Partition"@en ; +. +:VegetableTopping + a owl:Class ; + rdfs:label "CoberturaDeVegetais"@pt ; + rdfs:label "VegetableTopping"@en ; + rdfs:subClassOf :PizzaTopping ; + skos:prefLabel "Vegetable Topping"@en ; +. +:VegetarianPizza + a owl:Class ; + rdfs:label "PizzaVegetariana"@pt ; + rdfs:label "VegetarianPizza"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Class ; + owl:complementOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :FishTopping ; + ] ; + ] + [ + a owl:Class ; + owl:complementOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :MeatTopping ; + ] ; + ] + ) ; + ] ; + skos:definition "Any pizza that does not have fish topping and does not have meat topping is a VegetarianPizza. Note that instances of this class do not need to have any toppings at all."@en ; + skos:prefLabel "Vegetarian Pizza"@en ; +. +:VegetarianPizzaEquivalent1 + a owl:Class ; + rdfs:comment "Any pizza that only has vegetarian toppings or no toppings is a VegetarianPizzaEquiv1. Should be inferred to be equivalent to VegetarianPizzaEquiv2. Not equivalent to VegetarianPizza because PizzaTopping is not covering"@en ; + rdfs:label "PizzaVegetarianaEquivalente1"@pt ; + rdfs:label "VegetarianPizza1"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Restriction ; + owl:allValuesFrom :VegetarianTopping ; + owl:onProperty :hasTopping ; + ] + ) ; + ] ; + skos:prefLabel "Vegetarian Pizza1"@en ; +. +:VegetarianPizzaEquivalent2 + a owl:Class ; + rdfs:comment "An alternative to VegetarianPizzaEquiv1 that does not require a definition of VegetarianTopping. Perhaps more difficult to maintain. Not equivalent to VegetarianPizza"@en ; + rdfs:label "PizzaVegetarianaEquivalente2"@pt ; + rdfs:label "VegetarianPizza2"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :Pizza + [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :CheeseTopping + :FruitTopping + :HerbSpiceTopping + :NutTopping + :SauceTopping + :VegetableTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] + ) ; + ] ; + skos:prefLabel "Vegetarian Pizza2"@en ; +. +:VegetarianTopping + a owl:Class ; + rdfs:comment "An example of a covering axiom. VegetarianTopping is equivalent to the union of all toppings in the given axiom. VegetarianToppings can only be Cheese or Vegetable or....etc."@en ; + rdfs:label "CoberturaVegetariana"@pt ; + rdfs:label "VegetarianTopping"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + :PizzaTopping + [ + a owl:Class ; + owl:unionOf ( + :CheeseTopping + :FruitTopping + :HerbSpiceTopping + :NutTopping + :SauceTopping + :VegetableTopping + ) ; + ] + ) ; + ] ; + skos:prefLabel "Vegetarian Topping"@en ; +. +:Veneziana + a owl:Class ; + rdfs:label "Veneziana"@en ; + rdfs:label "Veneziana"@pt ; + rdfs:subClassOf :NamedPizza ; + rdfs:subClassOf [] ; + rdfs:subClassOf [] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + :CaperTopping + :MozzarellaTopping + :OliveTopping + :OnionTopping + :PineKernels + :SultanaTopping + :TomatoTopping + ) ; + ] ; + owl:onProperty :hasTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:hasValue :Italy ; + owl:onProperty :hasCountryOfOrigin ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :CaperTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OliveTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :OnionTopping ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :PineKernels ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty :hasTopping ; + owl:someValuesFrom :SultanaTopping ; + ] ; + skos:altLabel "Veneziana Pizza"@en ; + skos:altLabel "Veneziana"@en ; + skos:prefLabel "Veneziana"@en ; +. +:aDeepPanBaseforSoho + a :DeepPanBase ; + a owl:NamedIndividual ; + rdfs:label "a deep pan basefor soho" ; +. +:aGarlicTopping + a :GarlicTopping ; + a owl:NamedIndividual ; + rdfs:label "a garlic topping" ; +. +:aGorgonzolaTopping + a :GorgonzolaTopping ; + a owl:NamedIndividual ; + rdfs:label "a gorgonzola topping" ; +. +:aMozzaTopping + a :MozzarellaTopping ; + a owl:NamedIndividual ; + rdfs:label "a topping" ; +. +:aMozzarellaToppingForSoho + a :MozzarellaTopping ; + a owl:NamedIndividual ; + rdfs:label "a mozzarella topping for soho" ; +. +:aParmesanTopping + a :ParmesanTopping ; + a owl:NamedIndividual ; + rdfs:label "a parmesan topping" ; +. +:aPizza + a owl:NamedIndividual ; + :hasBase :aThinAndCrispyBase ; + :hasTopping :aMozzaTopping ; + :hasTopping :aTomatoTopping ; + rdfs:label "a pizza" ; +. +:aRocketTopping + a :RocketTopping ; + a owl:NamedIndividual ; + rdfs:label "a rocket topping" ; +. +:aSlicedTomatoTopping + a :SlicedTomatoTopping ; + a owl:NamedIndividual ; + rdfs:label "a sliced tomato topping" ; +. +:aSohoPizza + a :Pizza ; + a owl:NamedIndividual ; + :hasBase :aDeepPanBaseforSoho ; + :hasTopping :aGarlicTopping ; + :hasTopping :aMozzarellaToppingForSoho ; + :hasTopping :aParmesanTopping ; + :hasTopping :aRocketTopping ; + :hasTopping :aSlicedTomatoTopping ; + :hasTopping :anOliveTopping ; + rdfs:label "a soho pizza" ; +. +:aThinAndCrispyBase + a :ThinAndCrispyBase ; + a owl:NamedIndividual ; + rdfs:label "a thin and crispy base" ; +. +:aTomatoTopping + a :TomatoTopping ; + a owl:NamedIndividual ; + rdfs:label "a tomato topping" ; +. +:anOliveTopping + a :OliveTopping ; + a owl:NamedIndividual ; + rdfs:label "as olive topping" ; +. +:hasBase + a owl:FunctionalProperty ; + a owl:InverseFunctionalProperty ; + a owl:ObjectProperty ; + rdfs:domain :Pizza ; + rdfs:range :PizzaBase ; + rdfs:subPropertyOf :hasIngredient ; + owl:inverseOf :isBaseOf ; +. +:hasCountryOfOrigin + a owl:ObjectProperty ; +. +:hasIngredient + a owl:ObjectProperty ; + a owl:TransitiveProperty ; + rdfs:comment "NB Transitive - the ingredients of ingredients are ingredients of the whole"@en ; + rdfs:domain :Food ; + rdfs:range :Food ; + owl:inverseOf :isIngredientOf ; +. +:hasSpiciness + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + rdfs:comment "A property created to be used with the ValuePartition - Spiciness."@en ; + rdfs:range :Spiciness ; +. +:hasTopping + a owl:InverseFunctionalProperty ; + a owl:ObjectProperty ; + rdfs:comment "Note that hasTopping is inverse functional because isToppingOf is functional"@en ; + rdfs:domain :Pizza ; + rdfs:range :PizzaTopping ; + rdfs:subPropertyOf :hasIngredient ; + owl:inverseOf :isToppingOf ; +. +:isBaseOf + a owl:FunctionalProperty ; + a owl:InverseFunctionalProperty ; + a owl:ObjectProperty ; + rdfs:subPropertyOf :isIngredientOf ; +. +:isIngredientOf + a owl:ObjectProperty ; + a owl:TransitiveProperty ; + rdfs:comment "The inverse property tree to hasIngredient - all subproperties and attributes of the properties should reflect those under hasIngredient."@en ; +. +:isToppingOf + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + rdfs:comment "Any given instance of topping should only be added to a single pizza (no cheap half-measures on our pizzas)"@en ; + rdfs:subPropertyOf :isIngredientOf ; +. +skos:altLabel + a owl:AnnotationProperty ; +. +skos:definition + a owl:AnnotationProperty ; +. +skos:prefLabel + a owl:AnnotationProperty ; +. +[ + a owl:AllDifferent ; + owl:distinctMembers ( + :America + :England + :France + :Germany + :Italy + ) ; +]. +[ + a owl:AllDisjointClasses ; + owl:members ( + :American + :AmericanHot + :Cajun + :Capricciosa + :Caprina + :Fiorentina + :FourSeasons + :FruttiDiMare + :Giardiniera + :LaReine + :Margherita + :Mushroom + :Napoletana + :Parmense + :PolloAdAstra + :PrinceCarlo + :QuattroFormaggi + :Rosa + :Siciliana + :SloppyGiuseppe + :Soho + :UnclosedPizza + :Veneziana + ) ; +]. +[ + a owl:AllDisjointClasses ; + owl:members ( + :AnchoviesTopping + :MixedSeafoodTopping + :PrawnsTopping + ) ; +]. +[ + a owl:AllDisjointClasses ; + owl:members ( + :ArtichokeTopping + :AsparagusTopping + :CaperTopping + :GarlicTopping + :LeekTopping + :MushroomTopping + :OliveTopping + :OnionTopping + :PepperTopping + :PetitPoisTopping + :RocketTopping + :SpinachTopping + :TomatoTopping + ) ; +]. +[ + a owl:AllDisjointClasses ; + owl:members ( + :CheeseTopping + :FishTopping + :FruitTopping + :HerbSpiceTopping + :MeatTopping + :NutTopping + :SauceTopping + :VegetableTopping + ) ; +]. +[ + a owl:AllDisjointClasses ; + owl:members ( + :ChickenTopping + :HamTopping + :HotSpicedBeefTopping + :PeperoniSausageTopping + ) ; +]. +[ + a owl:AllDisjointClasses ; + owl:members ( + :FourCheesesTopping + :GoatsCheeseTopping + :GorgonzolaTopping + :MozzarellaTopping + :ParmesanTopping + ) ; +]. +[ + a owl:AllDisjointClasses ; + owl:members ( + :GreenPepperTopping + :JalapenoPepperTopping + :PeperonataTopping + :SweetPepperTopping + ) ; +]. +[ + a owl:AllDisjointClasses ; + owl:members ( + :Hot + :Medium + :Mild + ) ; +]. +[ + a owl:AllDisjointClasses ; + owl:members ( + :IceCream + :Pizza + :PizzaBase + :PizzaTopping + ) ; +]. diff --git a/public-ontologies/pizza.ttl.tbc b/public-ontologies/pizza.ttl.tbc new file mode 100644 index 0000000..308524d --- /dev/null +++ b/public-ontologies/pizza.ttl.tbc @@ -0,0 +1,22 @@ +# baseURI: null + +@prefix composite: . +@prefix forms: . +@prefix inference: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix visual: . +@prefix xsd: . + +[ + a inference:Configuration ; + composite:child [ + a ; + composite:index "0"^^xsd:int ; + ] ; + composite:child [ + a ; + composite:index "1"^^xsd:int ; + ] ; +]. diff --git a/restriction-dev/catalog-v001.xml b/restriction-dev/catalog-v001.xml new file mode 100644 index 0000000..5cbe3cf --- /dev/null +++ b/restriction-dev/catalog-v001.xml @@ -0,0 +1,4 @@ + + + + diff --git a/restriction-dev/test-case-restriction.ttl b/restriction-dev/test-case-restriction.ttl new file mode 100644 index 0000000..4c2548c --- /dev/null +++ b/restriction-dev/test-case-restriction.ttl @@ -0,0 +1,293 @@ +# baseURI: http://example.dataset.org/test-case-restriction +# prefix: tc + +@prefix : . +@prefix acti: . +@prefix afn: . +@prefix ai: . +@prefix aka: . +@prefix aktp: . +@prefix app: . +@prefix bibo: . +@prefix c4o: . +@prefix cc: . +@prefix cce: . +@prefix cito: . +@prefix config: . +@prefix core_fr_FR: . +@prefix corpus: . +@prefix crosswalk: . +@prefix crosswalk.spin: . +@prefix crosswalkapp: . +@prefix crosswalkprojects: . +@prefix dc: . +@prefix dcelem: . +@prefix dcterms: . +@prefix display: . +@prefix ehess: . +@prefix ehess-individual: . +@prefix ehess-person: . +@prefix ehess-rules: . +@prefix ero: . +@prefix event: . +@prefix evnconstraints: . +@prefix evnui: . +@prefix fabio: . +@prefix far: . +@prefix fn: . +@prefix foaf: . +@prefix geo: . +@prefix geopolitical: . +@prefix governance: . +@prefix hr: . +@prefix html: . +@prefix j.0: . +@prefix jfn: . +@prefix local: . +@prefix mann: . +@prefix ns: . +@prefix obo: . +@prefix ocrer: . +@prefix ocresd: . +@prefix ontologyprojects: . +@prefix ospcu: . +@prefix owl: . +@prefix owl2: . +@prefix owlrl: . +@prefix pf: . +@prefix pubmed: . +@prefix pvs: . +@prefix rdf: . +@prefix rdfs: . +@prefix rdfsyn: . +@prefix safconfig: . +@prefix safm: . +@prefix savedQueries: . +@prefix sce: . +@prefix scires: . +@prefix scirr: . +@prefix search: . +@prefix sharepoint: . +@prefix skco: . +@prefix skos: . +@prefix skos2: . +@prefix skosspin: . +@prefix skostemplate: . +@prefix sm: . +@prefix sm2wsdl: . +@prefix smf: . +@prefix sml: . +@prefix socsci: . +@prefix source: . +@prefix sp: . +@prefix spif: . +@prefix spin: . +@prefix spinmap: . +@prefix spinmapl: . +@prefix spl: . +@prefix spr: . +@prefix spra: . +@prefix stars: . +@prefix statistics: . +@prefix study_protocol: . +@prefix swa: . +@prefix swaclasses: . +@prefix swauml: . +@prefix swon: . +@prefix swrl: . +@prefix swrlb: . +@prefix swvs: . +@prefix tables: . +@prefix tablesmap: . +@prefix tagger: . +@prefix tasks: . +@prefix taxonomies: . +@prefix tbladmin: . +@prefix tc: . +@prefix teamwork: . +@prefix teamworkupdate: . +@prefix terms: . +@prefix test-case-restriction: . +@prefix textindex: . +@prefix tops: . +@prefix tosh.ui: . +@prefix tracker: . +@prefix ui: . +@prefix uix: . +@prefix vann: . +@prefix vcard: . +@prefix vitro: . +@prefix vitro-public: . +@prefix vivo-core: . +@prefix vivo-ehess: . +@prefix vivo-ehess-restriction: . +@prefix vivo-ehess-rules: . +@prefix vivo-fr: . +@prefix vivo-rech: . +@prefix vivoc: . +@prefix vivoehess: . +@prefix vivofr: . +@prefix wcmc: . +@prefix wos: . +@prefix xml: . +@prefix xsd: . + +vivofr:FNC_0000009 + a owl:Class ; +. +vivofr:PRS_0000002 + a owl:Class ; + rdfs:subClassOf foaf:Person ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000006 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000007 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000008 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000014 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000015 ; + ] + ) ; + ] ; +. + + a owl:Ontology ; + spin:imports ; + owl:versionInfo "Created with TopBraid Composer" ; +. +test-case-restriction:DASE_RULE + a owl:AnnotationProperty ; +. +test-case-restriction:FNC_0000006_1-prs_0000002_indv + a vivofr:FNC_0000006 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000006 1-prs 0000001 indv" ; +. +test-case-restriction:FNC_0000006_2-prs_0000002_indv + a vivofr:FNC_0000006 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000006 2-prs 0000001 indv" ; +. +test-case-restriction:FNC_0000006_3-prs_0000002_indv + a vivofr:FNC_0000006 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000006 3-prs 0000001 indv" ; +. +test-case-restriction:FNC_0000007_1-prs_0000002_indv + a vivofr:FNC_0000007 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000007 1-prs 0000002 indv" ; +. +test-case-restriction:FNC_0000007_2-prs_0000002_indv + a vivofr:FNC_0000007 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000007 2-prs 0000002 indv" ; +. +test-case-restriction:FNC_0000007_3-prs_0000002_indv + a vivofr:FNC_0000007 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000007 3-prs 0000002 indv" ; +. +test-case-restriction:FNC_0000008_1-prs_0000002_indv + a vivofr:FNC_0000008 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000008 1-prs 0000002 indv" ; +. +test-case-restriction:FNC_0000008_2-prs_0000002_indv + a vivofr:FNC_0000008 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000008 2-prs 0000002 indv" ; +. +test-case-restriction:FNC_0000008_3-prs_0000002_indv + a vivofr:FNC_0000008 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000008 3-prs 0000002 indv" ; +. +test-case-restriction:FNC_0000009_3-prs_0000002_indv + a vivofr:FNC_0000009 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000009 3-prs 0000002 indv" ; +. +test-case-restriction:FNC_0000014_1-prs_0000002_indv + a vivofr:FNC_0000014 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000014 1-prs 0000002 indv" ; +. +test-case-restriction:FNC_0000014_2-prs_0000002_indv + a vivofr:FNC_0000014 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000014 -prs 0000002 indv" ; +. +test-case-restriction:FNC_0000014_3-prs_0000002_indv + a vivofr:FNC_0000014 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000014 3-prs 0000002 indv" ; +. +test-case-restriction:FNC_0000015_1-prs_0000002_indv + a vivofr:FNC_0000015 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000015 1-prs 0000002 indv" ; +. +test-case-restriction:FNC_0000015_3-prs_0000002_indv + a vivofr:FNC_0000015 ; + a owl:NamedIndividual ; + rdfs:label "FNC 0000015 3-prs 0000002 indv" ; +. +test-case-restriction:prs_0000002_indva + a vivo-core:FacultyMember ; + vivo-core:relates test-case-restriction:FNC_0000006_1-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000007_1-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000008_1-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000014_1-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000015_1-prs_0000002_indv ; + rdfs:label "Individu à classer sous PRS_0000002" ; +. +test-case-restriction:prs_0000002_indvb + a vivo-core:FacultyMember ; + vivo-core:relates test-case-restriction:FNC_0000006_2-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000007_2-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000008_2-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000014_2-prs_0000002_indv ; + rdfs:label "Individu relates : 6-7-8-14" ; +. +test-case-restriction:prs_0000002_indvc + a vivo-core:FacultyMember ; + a owl:NamedIndividual ; + vivo-core:relates test-case-restriction:FNC_0000006_3-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000007_3-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000008_3-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000009_3-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000014_3-prs_0000002_indv ; + vivo-core:relates test-case-restriction:FNC_0000015_3-prs_0000002_indv ; + rdfs:label "Individu relates: 6-7-8-9-14-15" ; +. +vivo-core:FacultyMember + a owl:Class ; + rdfs:subClassOf foaf:Person ; +. +vivo-core:relates + a owl:ObjectProperty ; +. +foaf:Person + a owl:Class ; + rdfs:label "Person" ; +. diff --git a/restriction-dev/test-case-restriction.ttl.tbc b/restriction-dev/test-case-restriction.ttl.tbc new file mode 100644 index 0000000..5b68789 --- /dev/null +++ b/restriction-dev/test-case-restriction.ttl.tbc @@ -0,0 +1,23 @@ +# baseURI: null + +@prefix composite: . +@prefix forms: . +@prefix inference: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix visual: . +@prefix xsd: . + +[ + a inference:Configuration ; + composite:child [ + a ; + composite:index "0"^^xsd:int ; + ] ; + composite:child [ + a ; + composite:index "1"^^xsd:int ; + ] ; + inference:completeMode true ; +]. diff --git a/restriction-dev/vivo-ehess-restriction.ttl b/restriction-dev/vivo-ehess-restriction.ttl new file mode 100644 index 0000000..24b3ed6 --- /dev/null +++ b/restriction-dev/vivo-ehess-restriction.ttl @@ -0,0 +1,237 @@ +# baseURI: http://data.ehess.fr/ontology/vivo-ehess-restriction +# imports: http://data.ehess.fr/ontology/vivo-ehess +# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://vivoweb.org/ontology/core + +@prefix : . +@prefix acti: . +@prefix afn: . +@prefix ai: . +@prefix aka: . +@prefix aktp: . +@prefix app: . +@prefix bibo: . +@prefix c4o: . +@prefix cc: . +@prefix cce: . +@prefix cito: . +@prefix config: . +@prefix core: . +@prefix core_fr_FR: . +@prefix corpus: . +@prefix crosswalk: . +@prefix crosswalk.spin: . +@prefix crosswalkapp: . +@prefix crosswalkprojects: . +@prefix dc: . +@prefix dcelem: . +@prefix dcterms: . +@prefix display: . +@prefix ehess: . +@prefix ehess-individual: . +@prefix ehess-person: . +@prefix ehess-rules: . +@prefix ero: . +@prefix event: . +@prefix evnconstraints: . +@prefix evnui: . +@prefix fabio: . +@prefix far: . +@prefix fn: . +@prefix foaf: . +@prefix geo: . +@prefix geopolitical: . +@prefix governance: . +@prefix hr: . +@prefix html: . +@prefix j.0: . +@prefix jfn: . +@prefix local: . +@prefix mann: . +@prefix ns: . +@prefix obo: . +@prefix ocrer: . +@prefix ocresd: . +@prefix ontologyprojects: . +@prefix ospcu: . +@prefix owl: . +@prefix owl2: . +@prefix owlrl: . +@prefix pf: . +@prefix pubmed: . +@prefix pvs: . +@prefix rdf: . +@prefix rdfs: . +@prefix rdfsyn: . +@prefix safconfig: . +@prefix safm: . +@prefix savedQueries: . +@prefix sce: . +@prefix scires: . +@prefix scirr: . +@prefix search: . +@prefix sharepoint: . +@prefix skco: . +@prefix skos: . +@prefix skos2: . +@prefix skosspin: . +@prefix skostemplate: . +@prefix sm: . +@prefix sm2wsdl: . +@prefix smf: . +@prefix sml: . +@prefix socsci: . +@prefix source: . +@prefix sp: . +@prefix spif: . +@prefix spin: . +@prefix spinmap: . +@prefix spinmapl: . +@prefix spl: . +@prefix spr: . +@prefix spra: . +@prefix stars: . +@prefix statistics: . +@prefix study_protocol: . +@prefix swa: . +@prefix swaclasses: . +@prefix swauml: . +@prefix swon: . +@prefix swrl: . +@prefix swrlb: . +@prefix swvs: . +@prefix tables: . +@prefix tablesmap: . +@prefix tagger: . +@prefix tasks: . +@prefix taxonomies: . +@prefix tbladmin: . +@prefix teamwork: . +@prefix teamworkupdate: . +@prefix terms: . +@prefix textindex: . +@prefix tops: . +@prefix tosh.ui: . +@prefix tracker: . +@prefix ui: . +@prefix uix: . +@prefix vann: . +@prefix vcard: . +@prefix vitro: . +@prefix vitro-public: . +@prefix vivo-core: . +@prefix vivo-ehess: . +@prefix vivo-ehess-rules: . +@prefix vivo-fr: . +@prefix vivo-rech: . +@prefix vivoc: . +@prefix vivoehess: . +@prefix vivofr: . +@prefix wcmc: . +@prefix wos: . +@prefix xml: . +@prefix xsd: . + + + a owl:Ontology ; + spin:imports ; + spin:imports ; + owl:imports ; + owl:imports vivofr: ; + owl:imports ; +. +:RESTRICTIONS + a owl:Class ; + rdfs:label "Restrictions for ehess ontology inferencing" ; + rdfs:subClassOf owl:Thing ; +. +vivofr:PRS_0000002 + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000006 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000007 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000008 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000014 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000015 ; + ] + [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + vivofr:FNC_0000007 + vivofr:FNC_0000006 + vivofr:FNC_0000008 + vivofr:FNC_0000015 + vivofr:FNC_0000014 + ) ; + ] ; + owl:onProperty vivo-core:relates ; + ] + ) ; + ] ; +. +vivofr:PRS_0000002_REST + a owl:Class ; + rdfs:label "PRS 0000002 REST" ; + rdfs:subClassOf vivofr:PRS_0000002 ; + owl:equivalentClass [ + a owl:Restriction ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( + vivofr:FNC_0000007 + vivofr:FNC_0000006 + vivofr:FNC_0000008 + vivofr:FNC_0000015 + vivofr:FNC_0000014 + ) ; + ] ; + owl:onProperty vivo-core:relates ; + ] ; + owl:equivalentClass [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000006 ; + ] ; + owl:equivalentClass [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000007 ; + ] ; + owl:equivalentClass [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000008 ; + ] ; + owl:equivalentClass [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000014 ; + ] ; + owl:equivalentClass [ + a owl:Restriction ; + owl:onProperty vivo-core:relates ; + owl:someValuesFrom vivofr:FNC_0000015 ; + ] ; +. diff --git a/sample-dataset/.gitignore b/sample-dataset/.gitignore new file mode 100644 index 0000000..27daf59 --- /dev/null +++ b/sample-dataset/.gitignore @@ -0,0 +1 @@ +/DATA-export.ttl diff --git a/sample-dataset/all-exemples.ttl b/sample-dataset/all-exemples.ttl new file mode 100755 index 0000000..29763c1 --- /dev/null +++ b/sample-dataset/all-exemples.ttl @@ -0,0 +1,27 @@ +# baseURI: http://data.ehess.fr/ontology/vivo-ehess/all-exemples +# imports: http://data.ehess.fr/ontology/vivo-ehess/exemple1 +# imports: http://data.ehess.fr/ontology/vivo-ehess/exemple2 +# imports: http://data.ehess.fr/ontology/vivo-ehess/exemple3 +# imports: http://data.ehess.fr/ontology/vivo-ehess/export2 +# imports: http://www.w3.org/2003/01/geo/wgs84_pos + +@prefix : . +@prefix exemple: . +@prefix exemple1: . +@prefix exemple2: . +@prefix exemple3: . +@prefix export2: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . + + + a owl:Ontology ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:versionInfo "Created with TopBraid Composer" ; +. diff --git a/sample-dataset/comments-mh.ttl b/sample-dataset/comments-mh.ttl new file mode 100755 index 0000000..e8e6279 --- /dev/null +++ b/sample-dataset/comments-mh.ttl @@ -0,0 +1,82 @@ +# baseURI: http://data.ehess.fr/ontology/vivo-ehess/comments-mh +# imports: http://data.ehess.fr/ontology/vivo-ehess/exemple1 +# imports: http://data.ehess.fr/ontology/vivo-ehess/exemple2 +# imports: http://data.ehess.fr/ontology/vivo-ehess/exemple3 +# imports: http://data.ehess.fr/ontology/vivo-ehess/export2 +# imports: http://spinrdf.org/spl +# imports: http://xmlns.com/foaf/0.1/ +# prefix: comments-mh + +@prefix : . +@prefix arg: . +@prefix comments-mh: . +@prefix exemple1: . +@prefix exemple2: . +@prefix exemple3: . +@prefix export2: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix sp: . +@prefix spin: . +@prefix spl: . +@prefix xsd: . + + + rdfs:comment "MH Tobdraid représente mal les IRI dont le pragma (2hgtcwtu4)commence par un numérique plustot qu'un alphanumérique" ; + rdfs:comment "MH le domaine et le PATH pourraient être l'URL du serveur vivo. Aini l'IRI pourrait renvoyer à sa page dans le web" ; +. + + a owl:Ontology ; + rdfs:comment "Les étiquettes des ressources de Vivo ont été francisées dans fr_CA. Pour gagner du temps, elles pourraient être réutilisées dans vivo_fr_FR et adaptées au contexte français." ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:versionIRI ; + owl:versionInfo "2020-11-07" ; + owl:versionInfo "Created by Michel Héon" ; +. + + a owl:Ontology ; + rdfs:label "" ; +. + + rdfs:comment "MH - Utiliser vivo:Position" ; +. + + rdfs:comment "MH - Remplacer cette IRI par vivo:PostdocPosition" ; +. + + rdfs:comment "MH - En plus de foaf:Organization, je classerais cette structure aussi sous vivo:ResearchOrganization" ; +. + + rdfs:comment "En plus de foaf:Organization, je classerais cette structure aussi sous vivo:ResearchOrganization" ; +. + + rdfs:comment "En plus de foaf:Organization, je classerais cette structure aussi sous vivo:ResearchOrganization" ; +. + + rdfs:comment "MH - Ici c'est opportun de créer cette classe puisqu'il n'y a pas d'équivalent dans vivo" ; +. + + rdfs:comment "MH ici aussi, pourquoi créer 'université' alors que vivo:University existe. Si l'on souhaite faire une discinction des Universités françaises, il faudrait que cette resource soit une sublcassOf de vivo:University et non une equivalenceClass. " ; +. + + rdfs:comment "MH Remplace par vivo:FacultyMember et supprimer l'equivalentClass" ; +. + + rdfs:comment "MH - est aussi une subclassOf vivo:GraduateStudent" ; +. + + rdfs:comment "MH J'ai un doute sur l'utilisation de l'equivalentClass alors qu'il suffirait que d'ajouter un libellé fr-FR à la classe vivo:PostDoc. Je crain que l'utilisation étendu de l'equivalentClass entreine un ralentissement du moteur d'inférence lorsqu'il y aura un grand nombre d'individu" ; +. + + rdfs:comment "MH - Utiliser vivo:TeacherRole" ; +. + + rdfs:comment "MH - D'ordre général, l'equivalentClass devrait s'employer pour encapsuler une restriction et non simplement créer un synonyme qui surcharge le moteur d'inférence et complexifie la lecture du graphe inféré par une génération d'un plus grand nombre de données inférés" ; + rdfs:comment "MH - Je propose d'utiliser directement la classe vivo:RelationShip surchargé avec un étiquette rdfs:label de type fr-FR" ; +. diff --git a/sample-dataset/exemple1.ttl b/sample-dataset/exemple1.ttl new file mode 100755 index 0000000..b0a7b60 --- /dev/null +++ b/sample-dataset/exemple1.ttl @@ -0,0 +1,98 @@ +# baseURI: http://data.ehess.fr/ontology/vivo-ehess/exemple1 +# imports: http://data.ehess.fr/ontology/vivo-ehess +# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://vivoweb.org/ontology/core +# imports: http://xmlns.com/foaf/0.1/ + +@prefix : . +@prefix bibo: . +@prefix foaf: . +@prefix geo: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix terms: . +@prefix vcard: . +@prefix vivo: . +@prefix vivoehess: . +@prefix vivofr: . +@prefix xsd: . + + + a vivofr:ORG_0000008 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#UMR8177" ; + obo:BFO_0000050 ; + obo:BFO_0000050 ; + vivo:abbreviation "iiac" ; + rdfs:label "Institut interdisciplinaire d'anthropologie du contemporain"@fr-fr ; + rdfs:label "Interdisciplinary Institute for Contemporary Anthropology"@en-us ; +. + + a vivoehess:MMB_0000005 ; + vivo:relates ; + vivo:relates ; + vivo:relates ; + rdfs:label "FooBar Project support engineer"@en-us ; + rdfs:label "Ingénieur support au projet FooBar"@fr-fr ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Full members"@en-us ; + rdfs:label "Membres titulaires"@fr-fr ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Correspondants"@fr-fr ; + rdfs:label "Correspondents"@en-us ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Collaborateurs"@fr-fr ; + rdfs:label "Collaborators"@en-us ; +. + + a vivofr:ORG_0000010 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#EHESS" ; + vivo:abbreviation "ehess" ; + rdfs:label "École des Hautes Études en Sciences Sociales"@fr-fr ; +. + + a vivofr:FNC_0000007 ; + vivo:relates ; + vivo:relates ; + rdfs:label "ABCD software expert"@en-us ; + rdfs:label "Spécialiste Logiciel ABCD"@fr-fr ; +. + + vivoehess:aPourIdentifiantInterne "6kizqc3u3" ; + vivoehess:aPourIdentifiantTechnique "ldap#adupont" ; + vivoehess:idref "177613165" ; + obo:ARG_2000028 ; + "adupont" ; + vivo:overview "Exemple de personne dotée d'une autre fonction de support à la recherche à l'EHESS, animateur d'une formation sur un logiciel spécialisé" ; + rdfs:label "Dupont, Alain" ; + foaf:firstName "Alain" ; + foaf:lastName "Dupont" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "alain.dupont@formation.fr" ; +. + + a owl:Ontology ; + owl:imports ; + owl:imports vivofr: ; + owl:imports ; + owl:imports foaf: ; +. diff --git a/sample-dataset/exemple2.ttl b/sample-dataset/exemple2.ttl new file mode 100755 index 0000000..c30774d --- /dev/null +++ b/sample-dataset/exemple2.ttl @@ -0,0 +1,140 @@ +# baseURI: http://data.ehess.fr/ontology/vivo-ehess/exemple2 +# imports: http://data.ehess.fr/ontology/vivo-ehess +# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://vivoweb.org/ontology/core +# imports: http://xmlns.com/foaf/0.1/ + +@prefix : . +@prefix bibo: . +@prefix foaf: . +@prefix geo: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix terms: . +@prefix vcard: . +@prefix vivo: . +@prefix vivoehess: . +@prefix vivofr: . +@prefix xsd: . + + + a vivoehess:OGE_0000001 ; + a vivofr:ORG_0000008 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#UMR8216" ; + obo:BFO_0000050 ; + obo:BFO_0000050 ; + vivo:abbreviation "cesor" ; + rdfs:label "Centre d'études en sciences sociales du religieux"@fr-fr ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Membres statutaires"@fr-fr ; + rdfs:label "Statutory members"@en-us ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Associated members"@en-us ; + rdfs:label "Membres associés"@fr-fr ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Correspondants"@fr-fr ; + rdfs:label "Correspondents"@en-us ; +. + + a vivoehess:MBE_0000001 ; + vivo:relates ; + vivo:relates ; + vivo:relates ; + rdfs:label "membre statutaire"@fr-fr ; + rdfs:label "statutory membership"@en-us ; +. + + a vivofr:ORG_0000010 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#CNRS" ; + vivo:abbreviation "cnrs" ; + rdfs:label "Centre National de la Recherche Scientifique"@fr-fr ; +. + + a vivofr:FNC_0000011 ; + a vivofr:FNC_0000013 ; + vivo:relates ; + vivo:relates ; + rdfs:label "(full) professor"@en-us ; + rdfs:label "directeur.trice d'études cumulant.e"@fr-fr ; + rdfs:label "directeur.trice de recherches"@fr-fr ; + rdfs:label "research professor"@en-us ; +. + + a vivofr:ORG_0000010 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#EHESS" ; + vivo:abbreviation "ehess" ; + rdfs:label "École des Hautes Études en Sciences Sociales"@fr-fr ; +. + + vivoehess:aPourIdentifiantInterne "f3xudu2bf" ; + vivoehess:aPourIdentifiantTechnique "ldap#durand" ; + vivoehess:idref "05643267" ; + obo:ARG_2000028 ; + "durand" ; + vivo:overview "" ; + rdfs:label "Durand, Nathalie" ; + foaf:firstName "Nathalie" ; + foaf:lastName "Durand" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "nathalie.durand@ehess.fr" ; +. + + a vivoehess:OGE_0000001 ; + a vivofr:ORG_0000008 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#UMR8032" ; + vivo:abbreviation "cetobac" ; + rdfs:label "Centre d'études turques, ottomanes, balkaniques et centre-asiatiques"@fr-fr ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Members"@en-us ; + rdfs:label "Membres"@fr-fr ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Associated members"@en-us ; + rdfs:label "Associés"@fr-fr ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Autres"@fr-fr ; + rdfs:label "Others"@en-us ; +. + + a vivoehess:MBE_0000002 ; + vivo:relates ; + vivo:relates ; + vivo:relates ; + rdfs:label "membre statutaire"@fr-fr ; + rdfs:label "statutory membership"@en-us ; +. + + a owl:Ontology ; + owl:imports ; + owl:imports vivofr: ; + owl:imports ; + owl:imports foaf: ; +. diff --git a/sample-dataset/exemple3.ttl b/sample-dataset/exemple3.ttl new file mode 100755 index 0000000..a9d496a --- /dev/null +++ b/sample-dataset/exemple3.ttl @@ -0,0 +1,98 @@ +# baseURI: http://data.ehess.fr/ontology/vivo-ehess/exemple3 +# imports: http://data.ehess.fr/ontology/vivo-ehess +# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://vivoweb.org/ontology/core +# imports: http://xmlns.com/foaf/0.1/ + +@prefix : . +@prefix bibo: . +@prefix foaf: . +@prefix geo: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix terms: . +@prefix vcard: . +@prefix vivo: . +@prefix vivoehess: . +@prefix vivofr: . +@prefix xsd: . + + + a vivofr:ORG_0000008 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#UMR8177" ; + obo:BFO_0000050 ; + obo:BFO_0000050 ; + vivo:abbreviation "iiac" ; + rdfs:label "Institut interdisciplinaire d'anthropologie du contemporain"@fr-fr ; + rdfs:label "Interdisciplinary Institute for Contemporary Anthropology"@en-us ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Full members"@en-us ; + rdfs:label "Membres titulaires"@fr-fr ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Correspondants"@fr-fr ; + rdfs:label "Correspondents"@en-us ; +. + + a vivofr:CLS_0000001 ; + vivo:relates ; + rdfs:label "Collaborateurs"@fr-fr ; + rdfs:label "Collaborators"@en-us ; +. + + a vivoehess:MMB_0000003 ; + vivo:relates ; + vivo:relates ; + vivo:relates ; + rdfs:label "Correspondant étranger"@fr-fr ; + rdfs:label "Foreign correspondent"@en-us ; +. + + vivoehess:aPourIdentifiantInterne "f3xudu2bf" ; + vivoehess:aPourIdentifiantTechnique "lodel_iiac#rlopez" ; + vivoehess:idref "012345678" ; + obo:ARG_2000028 ; + "ricardo.lopez@gmail.com" ; + vivo:overview "Un exemple de professeur invité, issu d'une université étrangère" ; + rdfs:label "Lopez, Ricardo" ; + foaf:firstName "Ricardo" ; + foaf:lastName "Lopez" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "ricardo.lopez@gmail.com" ; +. + + a vivofr:ORG_0000010 ; + vivoehess:aPourIdentifiantTechnique "lodel_cadis#centro de investigaciones y estudios superiores en antropologia social (ciesas mexico)" ; + vivo:abbreviation "centro_de_investigaciones_y_estudios_superiores_en_antropologia_social_(ciesas_mexico)" ; + rdfs:label "Centro de Investigaciones y Estudios Superiores en Antropología Social (CIESAS México)"@fr-fr ; +. + + a vivofr:FNC_0000004 ; + vivo:relates ; + vivo:relates ; + rdfs:label "Professeur"@fr-fr ; + rdfs:label "Professor"@en-us ; +. + + a owl:Ontology ; + owl:imports ; + owl:imports vivofr: ; + owl:imports ; + owl:imports foaf: ; +. diff --git a/sample-dataset/export2.ttl b/sample-dataset/export2.ttl new file mode 100755 index 0000000..d4cd7dd --- /dev/null +++ b/sample-dataset/export2.ttl @@ -0,0 +1,1336 @@ +# baseURI: http://data.ehess.fr/ontology/vivo-ehess/export2 +# imports: http://data.ehess.fr/ontology/vivo-ehess +# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://vivoweb.org/ontology/core + +@prefix : . +@prefix bibo: . +@prefix foaf: . +@prefix geo: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix terms: . +@prefix vcard: . +@prefix vivo: . +@prefix vivoehess: . +@prefix vivofr: . +@prefix xsd: . + + + owl:imports ; +. + + a vivofr:ORG_0000008 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#UMR8036" ; + obo:BFO_0000050 ; + obo:BFO_0000050 ; + vivo:abbreviation "cespra" ; + rdfs:label "Centre d'études sociologiques et politiques Raymond Aron"@fr-fr ; + rdfs:label "Raymond Aron Center for Sociological and Political Studies (CESPRA)"@en-us ; +. + + a vivoehess:MBE_0000001 ; + vivo:relates ; + vivo:relates ; + rdfs:label "membre statutaire"@fr-fr ; + rdfs:label "statutory membership"@en-us ; +. + + a vivofr:ORG_0000014 ; + vivoehess:aPourIdentifiantTechnique "ldap#12313" ; + vivo:abbreviation "polenumrecherche" ; + rdfs:label "Pôle numérique recherche"@fr-fr ; +. + + a vivoehess:MBE_0000001 ; + vivo:relates ; + vivo:relates ; + rdfs:label "membre statutaire"@fr-fr ; + rdfs:label "statutory membership"@en-us ; +. + + a vivoehess:MBE_0000001 ; + vivo:relates ; + vivo:relates ; + rdfs:label "membre statutaire"@fr-fr ; + rdfs:label "statutory membership"@en-us ; +. + + a vivofr:ORG_0000008 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#UMR8216" ; + obo:BFO_0000050 ; + obo:BFO_0000050 ; + vivo:abbreviation "cesor" ; + rdfs:label "Centre d'études en sciences sociales du religieux"@fr-fr ; +. + + a vivofr:ORG_0000010 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#CNRS" ; + vivo:abbreviation "cnrs" ; + rdfs:label "Centre National de la Recherche Scientifique"@fr-fr ; +. + + a vivofr:FNC_0000009 ; + vivo:relates ; + vivo:relates ; +. + + a vivofr:FNC_0000015 ; + vivo:relates ; + vivo:relates ; + rdfs:label "ingénieur.e d'études"@fr-fr ; + rdfs:label "research engineer"@en-us ; +. + + a vivofr:FNC_0000015 ; + vivo:relates ; + vivo:relates ; + rdfs:label "ingénieur.e d'études"@fr-fr ; + rdfs:label "research engineer"@en-us ; +. + + a vivofr:FNC_0000011 ; + vivo:relates ; + vivo:relates ; + rdfs:label "directeur.trice de recherches"@fr-fr ; + rdfs:label "research professor"@en-us ; +. + + a vivofr:ORG_0000008 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#UMR8564" ; + obo:BFO_0000050 ; + obo:BFO_0000050 ; + vivo:abbreviation "ceias" ; + rdfs:label "Centre d'études de l'Inde et de l'Asie du Sud"@fr-fr ; + rdfs:label "Centre for South Asian Studies"@en-en ; +. + + a vivoehess:MBE_0000001 ; + vivo:relates ; + vivo:relates ; +. + + a vivofr:ORG_0000008 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#UMR8177" ; + obo:BFO_0000050 ; + obo:BFO_0000050 ; + vivo:abbreviation "iiac" ; + rdfs:label "Institut interdisciplinaire d'anthropologie du contemporain"@fr-fr ; + rdfs:label "Interdisciplinary Institute for Contemporary Anthropology"@en-us ; +. + + a vivoehess:MBE_0000001 ; + vivo:relates ; + vivo:relates ; + rdfs:label "membre statutaire"@fr-fr ; + rdfs:label "statutory membership"@en-us ; +. + + a vivofr:ORG_0000012 ; + vivoehess:aPourIdentifiantTechnique "hceres_iiac#Th2" ; + vivo:abbreviation "anthropologie_de_l_institution_de_la_cutlure" ; + rdfs:label "ANTHROPOLOGIE DE L'INSTITUTION DE LA CUTLURE"@fr-fr ; +. + + a vivofr:MMB_0000001 ; + vivo:relates ; + vivo:relates ; + rdfs:label "appartenance"@fr-fr ; + rdfs:label "membership"@en-us ; +. + + a vivofr:ORG_0000015 ; + vivoehess:aPourIdentifiantTechnique "ldap#12300" ; + vivo:abbreviation "dsi" ; + rdfs:label "Direction des systemes d'information"@fr-fr ; +. + + a vivofr:ORG_0000008 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#UMR8558" ; + obo:BFO_0000050 ; + obo:BFO_0000050 ; + vivo:abbreviation "crh" ; + rdfs:label "Centre de recherches historiques"@fr-fr ; +. + + a vivoehess:MBE_0000001 ; + vivo:relates ; + vivo:relates ; + rdfs:label "membre statutaire"@fr-fr ; + rdfs:label "statutory membership"@en-us ; +. + + a vivoehess:MBE_0000001 ; + vivo:relates ; + vivo:relates ; + rdfs:label "membre statutaire"@fr-fr ; + rdfs:label "statutory membership"@en-us ; +. + + a vivoehess:MBE_0000002 ; + vivo:relates ; + vivo:relates ; + rdfs:label "associated membership"@en-us ; + rdfs:label "membre associé"@fr-fr ; +. + + a vivofr:ORG_0000010 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#EHESS" ; + vivo:abbreviation "ehess" ; + rdfs:label "École des Hautes Études en Sciences Sociales"@fr-fr ; +. + + a vivofr:FNC_0000014 ; + vivo:relates ; + vivo:relates ; + rdfs:label "ingénieur.e de recherche"@fr-fr ; + rdfs:label "senior research engineer"@en-us ; +. + + a vivofr:FNC_0000014 ; + vivo:relates ; + vivo:relates ; + rdfs:label "ingénieur.e de recherche"@fr-fr ; + rdfs:label "senior research engineer"@en-us ; +. + + a vivofr:FNC_0000015 ; + vivo:relates ; + vivo:relates ; + rdfs:label "ingénieur.e d'études"@fr-fr ; + rdfs:label "research engineer"@en-us ; +. + + a vivofr:FNC_0000012 ; + vivo:relates ; + vivo:relates ; + rdfs:label "(full) professor"@en-us ; + rdfs:label "directeur.trice d'études"@fr-fr ; +. + + a vivofr:PRS_0000002 ; + a vivo:FacultyMember ; + vivoehess:aPourIdentifiantInterne "11og1hcc8" ; + vivoehess:aPourIdentifiantTechnique "lodel_crh#5088" ; + obo:ARG_2000028 ; + "cbrando" ; + vivo:overview """

+ Présentation personnelle

+

+ Carmen Brando Lebas (Dr) est ingénieure de recherche en sciences de l'information géographique et  humanités numériques. Elle est également affiliée à la Plateforme Géomatique de l'EHESS.

+

+ Pour plus d'information :

+
+

+ Twitter : @cvbrandoe

+

+ E-mail : carmen (dot) brando (at) ehess (dot) fr

+

+ Site de la Plateforme Géomatique : http://psigehess.hypotheses.org

+

+ Cursus professionnel 

+
  • +

    + 2015 - 2016. IGN / ENSG, Valilab, Champs-sur-Marne. Chargée de recherches contractuel.

    +
  • +
  • +

    + 2014 - 2015. Univ. Paris-Sorbonne, Labex OBVIL, Paris. Chercheure postdoctorale.

    +
  • +
  • +

    + 2013 - 2014. Univ. Paris 1 Panthéon-Sorbonne, CRHM, ANR/DFG Euroscientia, Paris. Ingénieure d’études.

    +
  • +
  • +

    + 2009 - 2013. Doctorat en informatique, spécialisation en sciences et technologies de l’information géographique (SIG). COMUE Université Paris-Est - IGN, Lab. LASTIG, équipe COGIT, Saint Mandé.

    +
  • +

+ Groupe

+
  • +

    + Plateforme Géomatique de l'EHESS

    +
  • +

+ Thèmes de Recherches

+
  • +

    + Données géo-historiques, gazetiers et diffusion sur le Web de Données (Linked Data)

    +
  • +
  • +

    + SIG, cartographie et analyse spatiale

    +
  • +
  • +

    + Traitement automatique des langues et fouille de textes

    +
  • +
  • +

    + Apprentissage automatique et analyse de données

    +
  • +
  • +

    + Bibliothèques numériques, standards et interopérabilité

    +
  • +

+ Projets de recherche

+
  • +

    + MetaLEX, « Métalexicographie numérique des langues du droit en Europe », projet porté par Falk Bretschneider (Centre Georg Simmel), collaboration avec le Centre de Trèves pour les humanités numériques (TCDH)

    +
  • +
  • +

    + Atelier Campus Condorcet, « Gazetiers historiques sémantisés pour les humanités », 2017-2018, renouvelé 2018-2019, co-responsable

    +
  • +
  • +

    + FET Flagship Time Machine led by EPFL, http://timemachineproject.eu, partenaire 

    +
  • +
  • +

    + Projet Paris Sciences Lettres (PSL) Oronce Fine, “Semantic-enabled platform for the publication, integration and exploration of geo-historical resources”, 2016-2018, co-responsable

    +
  • +

+ Animation de la recherche

+

+ Co-organisatrice, avec Francesca Frontini et Mathieu Roche, de l’atelier “Humanités numériques spatialisées”, conférence francophone SAGEO (analyse spatiale et géomatique), Montpellier, Nov. 2018.

+

+ Membre élu du comité de coordination de l’association francophone Humanistica, 2018-2019. http://www.humanisti.ca/comite-2018/

+

+ Membre du consortium international Data for History de l’ENS de Lyon. http://dataforhistory.org

+

+ Co-fondatrice des “Mardis numériques” du CRH avec Guillaume Quéruel et Bertrand Dumenieu.

+

+ Co-coordinatrice du groupe d’intérêt spécial (SIG) GeoHumanities de l'Alliance of Digital Humanities Organizations (ADHO) 2017-. http://geohumanities.org

+

+ Co-organisatrice, avec Francesca Frontini, de l'atelier \"A place for places: current trends and challenges in the development and use of geo-historical gazetteers\", Digital Humanities Conference 2016. ADHO. Krakow, Poland, http://aplace4places.github.io/

+

+ Enseignements 2018-2019

+

+ Traitement et analyse de l’information spatialisée

+

+ Enseignements à l'EHESS

+
  • +

    + Traitement et analyse de l’information spatialisée, master TES, 24h, et master PSL Humanités numériques et computationnelles (HNC), 12h.

    +
  • +
  • +

    + Traitement automatique des langues, Master PSL HNC, 6h.

    +
  • +

+ Encadrement d'étudiants depuis 2016

+

+ 2018 : Co-encadrement de deux stages en TAL avec Francesca Frontini (Université Paul-Valéry Montpellier) et Thierry Poibeau  (Laboratoire LATTICE UMR 8094) sur la désambiguisation des entités nommées spatiales: une approche fondée sur les connaissances.

+

+ 2018 : Encadrement d'un projet d'initiation à la recherche en géomatique de l'ENSG pour la géolocalisation et l'indexation d’un corpus de photos par des critères architecturaux : une approche par des réseaux de neurones, projet de recherche d'Emmanuel Désveaux (EHESS).

+

+ 2017 : Co-encadrement avec  Catherine Dominguès (IGN) d'un stage de TAL sur l'annotation automatique en noms de lieux d’un corpus oral de récits de vie de migrants.

+

+ 2016 : Co-encadrement avec Nathalie Abadie (IGN) d'un stage de M2 informatique CNAM sur l'appariement spatial qualitatif pour la résolution d’entités spatiales nommées sur des corpus textuels historiques.

+

+ Communications et publications sélectionnées

+
  • +

    + “Traitement et analyse des corpus hétérogènes pour les humanités et sciences sociales” par Carmen Brando, Matinée ADBS \"Tu fais quoi de tes données ?\", Campus Condorcet, 23/03/2018

    +
  • +
  • +

    + “Comment spatialiser un texte ? Introduction à la cartographie numérique à base textuelle” par Francesca Frontini et Carmen Brando, programme de séminaires de l’axe transversal Édition des textes, Traduction et Humanités numériques organisé par Gilda Gilda CAITI-RUSSO à l’Université Paul-Valéry Montpellier, 12/02/2018

    +
  • +
  • +

    + Yassmine Boudili, Pierre Boymond, Maud Desjardins, Carmen Brando, Eric Mermet, Emmanuel Désveaux, « Automated geolocation and classification of photographs  for the study of Alpine architecture », Spatial Humanities conference 2018, University of Lancaster, http://wp.lancs.ac.uk/dighum/full-programme/

    +
  • +
  • +

    + Mohamed Khemakhem, Carmen Brando, Laurent Romary, Frédérique Mélanie-Becquet, Jean-Luc Pinol. Fueling Time Machine: Information Extraction from Retro-Digitised Address Directories. JADH2018 \"Leveraging Open Data\", Sep 2018, Tokyo, Japan 〈hal-01814189〉

    +
  • +
  • +

    + Frontini, F., Brando, C., Riguet, M., Jacquot, C., Jolivet, V. (2016) Annotation of toponyms in TEI digital literary editions and linking to the Web of Data, MATLIT: Journal of the Doctoral Program in Materialities of Literature, issue 4.2, scheduled to appear in June 2016

    +
  • +
  • +

    + Frontini, F., Brando, C., Ganascia, J.G. (2016): Reden online: Disambiguation, linking and visualisation of references in tei digital editions. In: Book of Abstracts of the Digital Humanities Conference 2016. ADHO.

    +
  • +
""" ; + rdfs:label "Brando Lebas, Carmen" ; + foaf:firstName "Carmen" ; + foaf:lastName "Brando Lebas" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "carmen.brando@ehess.fr" ; +. + + a vivofr:PRS_0000002 ; + a vivo:FacultyMember ; + vivoehess:aPourIdentifiantInterne "5aezekj7s" ; + vivoehess:aPourIdentifiantTechnique "ldap#eborrome" ; + vivoehess:idref "08359440X" ; + obo:ARG_2000028 ; + "eborrome" ; + vivo:overview "" ; + rdfs:label "Borromeo, Elisabetta" ; + foaf:firstName "Elisabetta" ; + foaf:lastName "Borromeo" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "elisabetta.borromeo@ehess.fr" ; +. + + a vivofr:PRS_0000002 ; + a vivo:FacultyMember ; + vivoehess:aPourIdentifiantInterne "5govuk5l3" ; + vivoehess:aPourIdentifiantTechnique "lodel_cems#3710" ; + vivoehess:idref "076483673" ; + obo:ARG_2000028 ; + "baciocch" ; + vivo:overview """

+ Stéphane Baciocchi (page personnelle) est ingénieur d’études (méthodes des sciences sociales) au Centre de recherches historiques (CRH) de l’EHESS où il travaille, avec l’équipe du Laboratoire de démographie historique et d’histoire sociale (LaDéHis), au développement du projet pluridisciplinaire GeoHistoricalData.

+

+ Spécialisé dans la production et l’analyse des données de terrain, l’histoire et l’ingénierie des enquêtes collectives en sciences sociales, il anime depuis 2007, avec Alain Cottereau, le séminaire Pratiques d'enquête et sens de la réalité sociale. Approches historiques et sociologiques et coordonne, au sein de l'enquête collective Women’s and men’s remuneration and time budgets in the textile trades in France from the late 17th to the early 20th century (ANR TIME-US), l'équipe chargée d'éditer et d'analyser les budgets familiaux publiés dans l'Atlas des Ouvriers européens (1855) et la série Les Ouvriers des deux mondes (1857-1930). Cette collaboration au long cours avec A. Cottereau a donné lieu à la co-direction d’un recueil d’ethnographies intitulé Le pouvoir des gouvernés. Ethnographie de savoir-faire politiques, observés sur quatre continents (Peter Lang, à paraître) et devrait déboucher, fin 2018, sur la publication d’un ouvrage à quatre mains sur les origines et le développement des enquêtes d’ethnocomptabilité.

+

+ Liste complète des travaux et publications.
+  

+

+ Domaines de recherche

+
  • + Histoire et ingénierie des collectifs d’enquête en sciences sociales
  • +
  • + Ethnocomptabilité
  • +
  • + SIG et ethnographie
  • +
  • + Analyse des réseaux sociaux, écologie des formes de mobilisation
  • +
  • + Sociologie et histoire religieuse de la Révolution française
  • +

+  

+

+ Principales publications d'histoire des sciences sociales

+

+ ♦ S. Baciocchi et Nicolas Mariot, édition critique, présentation et exercices autour de Robert Hertz, Sociologie religieuse et anthropologie. Deux enquêtes de terrain, 1912-1915, préface de Florence Weber, Paris, Presses universitaires de France, « Quadrige », février 2015, xiv-398 p. (mode d'emploi).

+

+ ♦ S. Baciocchi, « Livres et lectures de Robert Hertz», in Centre d’études franco-provençales, Hertz. Un homme, un culte et la naissance de l’ethnologie alpine, Actes de la Conférence annuelle du CEFP, Cogne, 10 novembre 2012, Aoste, Région Autonome Vallée d’Aoste, novembre 2013, p. 19-44.

+

+ ♦ S. Baciocchi, « Document: Les recensions des Formes [élémentaires de la vie religieuse] du vivant de leur auteur (1912-1917)», Archives de sciences sociales des religions, 57 (159), juillet-septembre 2012, p. 17-27.

+

+ ♦ S. Baciocchi et François Théron, La première réception des Formes élémentaires de la vie religieuse, édition numérique d’un corpus de 74 comptes rendus publiés entre 1912 et 1917 et indexation sur le texte original d'un millier de références et citations internes, septembre 2012.

+

+ ♦ S. Baciocchi, Jean-Louis Fabiani, « Durkheim’s Lost Argument (1895-1955): Critical Moves on Method and Truth», Durkheimian Studies (Oxford/New York), 18, autumn 2012, p. 19-40. Traduction allemande: „Das verlorene Argument in Durkheims Pragmatismus-Vorlesung (1895-1955): Kritisches zu Methode und Wahrheit“ et „Quellenmaterial: Emile Durkheim, Pragmatismus und Soziologie. Enführungsvorlesung, 1913“, in T. Bogusz, H. Delitz (ed.), Émile Durkheim – Soziologie, Ethnologie, Philosophie, Frankfurt am Main /New York, Campus, “Theorie und Gesellschaft” – 77, janvier 2013, p. 433-471.

+

+ ♦ S. Baciocchi, Jean-Louis Fabiani et William Watts-Miller: Émile Durkheim, « Leçon inaugurale. Pragmatisme et Sociologie / Inaugural Lecture. Pragmatism and Sociology, 1913 », texte transcrit, édité et traduit par Stéphane Baciocchi, Jean-Louis Fabiani et William Watts-Miller, Durkheimian Studies, 18, autumn 2012, p. 41-58.

+

+ ♦ S. Baciocchi, « Arnold Van Gennep », in Régine Azria et ali. (eds.), Dictionnaire critique des faits religieux, Paris, Presses universitaires de France, coll. « Quadrige dicos poche », 2010, p. 1259-1261.

+

+ ♦ S. Baciocchi, « Review article - Marcel Mauss, Henri Hubert, Robert Hertz, Saints, Heroes, Myths, and Rites. Classical Durkheimian Studies of Religion and Society (2009) », Durkheimian Studies, 16 (1), 2010, p. 131-136.

+

+ ♦ S. Baciocchi et Jérôme David: Frédéric Le Play, Éléments d’épistémologie et de science sociale, Anthologie éditée et présentée par Stéphane Baciocchi et Jérôme David, Les Études sociales, 142-144, 2005-2006, pp. 7-117 et 132-223.

+

+ ♦ S. Baciocchi, Antoine Savoye, avec la collaboration de Frédéric Audren, « La correspondance de Le Play, une source pour l’histoire des sciences sociales » et « Inventaire des correspondances de Le Play », Les Études sociales, 142-144, 2005-2006, p. 241-248.

+

+ ♦ S. Baciocchi, « Bibliographie restituée des Origines de l’esprit bourgeois[de Bernhard Groethuysen] », Cahiers du Centre de recherches historiques, 32, octobre 2003, p. 183-213.

+

+ ♦ S. Baciocchi et Jennifer Mergy: Émile Durkheim, L’Évaluation en comité. Textes et rapports de souscription au Comité des travaux historiques et scientifiques (1904-1917), édités et présentés par Stéphane Baciocchi et Jennifer Mergy, Oxford / New York, Berghahn Books – Durkheim Press, 2003, 207 p. (introduction)

+

+ ♦ S. Baciocchi et Jennifer Mergy, « Durkheim au CTHS», in Émile Durkheim, L’Évaluation en comité. Textes et rapports de souscription au Comité des travaux historiques et scientifiques (1904-1917), édités et présentés par Stéphane Baciocchi et Jennifer Mergy, Oxford / New York, Berghahn Books – Durkheim Press, 2003, p. 1-48

+

+ ♦ S. Baciocchi, « Sur la postérité universitaire de Max Weber: Wissenschaft als Beruf », Alinéa, revue de sciences sociales, 4, 1995, p. 4-23.

+

+  

+

+ Interventions et communcations orales (sélection)

+
  • + S. Baciocchi, “La ''carrière'' éditoriale des Formes élémentaires, 1912-2015. Éditions, traductions, dissémination”, intervention à l'atelier du Cesor (EHESS/CNRS), Traduire les sciences sociales du religieux, 24 mars 2017.
  • +
  • + S. Baciocchi, Nicolas Mariot, Comment faire l'histoire des sciences sociales? Pierrefitte-sur-Seine, Archives nationales, 20 mai 2015
  • +
  • + S. Baciocchi, “The “Great Fear” of 1789 as Self-Fulfilling Prophecies. Improvised News, Rural Panics and Public Space in Revolutionary France”, intervention à l’Autumn School in Sociology, Paris, Peking University / EHESS, 10 octobre 2014
  • +
  • + S. Baciocchi, “Religion-in-Action. The Ethnographic Ground of Durkheimian Religious Sociology (1899-1917)”, conférence à l’Ethnography Workshop of Sociology, Peking University, 30 août 2013.
  • +
  • + S. Baciocchi, “Origine de la religion / Religion des primitifs. La Première réception des Formes élémentaires de la vie religieuse, 1912-1917”, Bordeaux, Université Montesquieu – Bordeaux IV, communication au colloque international Les Formes élémentaires de la vie religieuse de Durkheim cent ans après (1912-2012), 11 juin 2012, 11 f. + annexes.
  • +
  • + S. Baciocchi et Dominique Julia, “L’échec d’une refondation civique: esquisse anthropologique du destin des saints protecteurs à Corbeil pendant la Révolution”, communication au colloque Religions et sacralités en révolution, Paris, IESR, 29-30 novembre 2011, 12  f.
  • +
  • + S. Baciocchi, “Les \"notes du début\", ou comment se découvre un terrain d'enquête (Toussaint 1968 - janvier 1970)”, communication aux journées d’études organisées par Stéphane Baciocchi, Accuser réception – Autour de Jeanne Favret-Saada, Paris, EHESS-CNRS (CRH-CARE/CEIFR), 13 octobre 2009, 20 f. + graph.
  • +
  • + S. Baciocchi et Dominique Julia , “Le culte de saint Spire à l’épreuve de la Révolution française”, exposé de recherches aux séminaires Saintetés et sacralités, xvie-xixesiècleset Religion et Révolution française: histoire et mémoire (xixe-xxesiècles), Paris, EHESS, 5 mai 2009, 21 f. + cartes.
  • +
  • + S. Baciocchi et Dominique Julia , “La Vierge du coin de la rue aux Ours”, communication à la journée d’étude La Vierge Marie: nouvelles approches, EHESS – CARE, Paris, 3 juin 2008, 20 f.
  • +
  • + Thomas David, Martin Lüpold , André Mach et Gerhard Schnyder , en collaboration avec S. Baciocchi, “The Structure and Geography of Company Networks in Switzerland during the Interwar Period”, Paper presented at the Xth Symposium of Economic History, Network Analysis in Economic History, Bellaterra, January 27thto 29th2005, multigr. 30 f.
  • +
  • + Thomas David , Martin Lüpold , André Mach et Gerhard Schnyder , en collaboration avec S. Baciocchi, “Company Networks in Switzerland: The Formation of the “Fortress of the Alps””, Paper presented at the Annual Meeting of the Business and Economic History, “Networks”, Le Creusot, France, June 17-19, 2004, multigr., 33 f.
  • +
  • + S. Baciocchi, “Ethnographie d’un jury d’assises”, intervention au séminaire d’Alain Cottereau, Sens du juste, sens de la réalité sociale, Paris, EHESS, 20 mai 2003, 20 f. + journal d’enquête, 120 f.
  • +
  • + S. Baciocchi, “Ethnographie folklorique et réseaux d’informateurs: l’enquête de Roger Lecotté sur les cultes ‘‘populaires’’ du diocèse de Meaux (1938-1946)”, communication au colloque international du Musée National des Arts et Traditions Populaires, Du Folklore à l’ethnologie en France et en Europe, 1936-1945, Paris, 19-21 mars 2003, multigr., 51 f. + cartes.
  • +
  • + S. Baciocchi et Anne Lhuissier, “Trajectoires politiques, carrières associatives et projet réformateur: le réseau des membres fondateurs du Restaurant sociétaire de Grenoble, 1848-1851”, Journée d’étude du CSU (CNRS) Savoirs et politiques: pourquoi travailler sur les acteurs, les agents et leurs réseaux ?, 28 novembre 2000, multigr., 15 f.
  • +
  • + S. Baciocchi, “Le travail de l’agent recenseur. Observations ethnographiques pour une histoire par le bas de la statistique”, communication à la journée d’accueil du Laboratoire de sciences sociales, Paris (EHESS/ENS), 1999, multigr.+ biblio
  • +
  • + S. Baciocchi, “Les listes de noms: éléments pour une analyse des réseaux sociaux. Applications historiennes et stratégies d’enquête contemporaines”, exposé de recherche au séminaire Enquête, Marseille, SHADYC (EHESS / CNRS), 1996 et Conférence de méthode au DEA de Sciences sociales, Paris (EHESS / ENS), 1998, multigr.+ biblio.
  • +

+  

+

+ Projets financés en cours, et en lien avec le CEMS

+
  • + Observatoire du Samusocial de Paris, Enquête publique sur l'accueil des “migrants” en Île-de-France, financée par la Direction régionale et interdépartementale de l'hébergement d’Ile-de-France et du logement, l'Agence régionale de santé d’Ile-de-France et la Fondation Rothschild, novembre 2016-décembre 2017.
  • +
  • + De quoi Nuit Debout est-il le nom ? Exploitation principale d’une enquête menée depuis le début du mouvement(A. Bidet et al.) Projet de préfiguration financé par le Labex Tepsis, Paris, juin 2016, 5 p.
  • +
  • + Time-Us:Women’s and men’s remunerations and time budgets in the textile trades in France from the late 17thto the early 20thcentury, projet ANR - Appel à projet générique 2016 (dir Manuela Martini, Université de Paris 7), avril 2016, 5 +30 p.
  • +

+  

+

+ Animation scientifique

+

+ Peking University-EHESS Ethnography Workshop of Sociology, Beijing, August 23rd- September 2nd2013 et Autum School in Sociology, Peking University (Département de Sociologie et d’Anthropologie) / EHESS (Formation doctorale Sociologie), 4-12 October 2014 (dir. I. Thireau).

+

+ Accuser réception – Autour de Jeanne Favret-Saada, Paris, EHESS-CNRS (CRH-CARE et CEIFR), 13 octobre 2009. Organisation d'une journée d'étude qui a réuni une quinzaine de spécialistes reconnus de l'histoire, de l'ethnographie et de la sociologie religieuse (présentation).

+

+  

+

+
+  

+ Stéphane Baciocchi est ingénieur de recherches  (méthodes des sciences sociales) à l’EHESS où il a conduit plusieurs enquêtes collectives : sur l’École normale de l’an III (1795), sur l’invention et la distribution des reliques romaines à l’époque moderne, sur l’histoire et la sociologie religieuse de la Révolution française, sur les philanthropes et les réseaux charitables en Europe (vers 1900). Il travaille actuellement au sein du Laboratoire de démographie historique et d’histoire sociale sur les projets GeoHistoricalData, Structure et dynamique des formes, Repenser le XIXe siècle et coordonne, au sein de l'enquête collective Women’s and men’s remuneration and time budgets in the textile trades in France from the late 17th to the early 20th century (ANR TIME-US), l'équipe chargée d'éditer et d'analyser les budgets familiaux publiés dans l'Atlas des Ouvriers européens (1855) et la série Les Ouvriers des deux mondes (1857-1930).

+

+ Membre associé du Centre d’études des mouvements sociaux (Institut M. Mauss, CNRS/EHHES), ses domaines de recherche personnels concernent la sociologie des alarmes de l’été 1789 (« Grand’Peur »), l’histoire des sciences sociales (F. Le Play, E. Durkheim, R. Hertz) et, tout particulièrement, l’histoire et la théorie des collectifs d’enquête.

+

+ Groupe et équipe de recherche

+

+ Responsabilités administratives et scientifiques

+

+ Domaines de recherche

+
  • + Histoire sociale et sociologie religieuse de la Révolution française
  • +
  • + Analyse des données relationnelles, réseaux sociaux, SIG historiques
  • +
  • + Histoire et ingénierie des enquêtes collectives en sciences sociales
  • +
  • + Durkheimian Studies 
  • +

+ Enseignements 2019-2020

+

+ Enseignements de méthodes et séminaires de recherche

+
  • + 2003-2010 : Atelier d'analyse des données relationnelles (avec Pascal Cristofoli et al.), Laboratoire de démographie historique (EHESS-INED)
  • +
  • + 2005-2008 : Ethnographie des faits religieux (avec Elisabeth Claverie et Giordana Charuty), EPHE-EHESS
  • +
  • + 2011-2015 : La nébuleuse réformatrice et ses réseaux  (XIXe-XXe siècles), avec F. Battagliola, T. David, A. Lhuissier et C. Topalov (EHESS)
  • +
  • + 2015-2016: Repenser le XIXe siècle, lieux et décors d’une histoire effacée. Le devenir urbain d’un bien national : l’enclos Saint-Jean-de-Latran, années 1790-1850, avec L. Clavier, S. Cordeiro, B. Dumenieu, M. Fernandez, L. Gonzalez-Quijano et M. Gribaudi (EHESS)
  • +
  • + depuis 2007 : Pratiques d’enquêtes et sens de la réalité sociale : terrains comparés par des collectifs d’investigation (EHESS - direction d'études d'Alain Cottereau)
  • +

+ Editions numériques de sources et publication de données

+

+ Publications scientifiques

+

+ Page academia

+

+ Liste complète des travaux et publications

+

+ Ouvrages et direction d'ouvrages collectifs

+
  • +

    + Reliques romaines. Invention et circulation des corps saints des catacombes à l'époque moderne, Enquête dirigée par S. Baciocchi et Christophe Duhamelle, Rome, Publications de l’École française de Rome, 2016, 775 p. (Introduction et table des matières)

    +
  • +
  • +

    + Avec Nicolas Mariot, édition critique, présentation et exercices autour de Robert Hertz, Sociologie religieuse et anthropologie. Deux enquêtes de terrain, 1912-1915, préface de Florence Weber, Paris, Presses universitaires de France, « Quadrige », février 2015, xiv-398 p. (mode d'emploi)

    +
  • +
  • +

    + Avec Jérôme David: Frédéric Le Play, Éléments d’épistémologie et de science sociale, Anthologie éditée et présentée par Stéphane Baciocchi et Jérôme David, Les Études sociales, 142-144, 2005-2006, pp. 7-117 et 132-223.

    +
  • +
  • +

    + Avec Jennifer Mergy: Émile Durkheim, L’Évaluation en comité. Textes et rapports de souscription au Comité des travaux historiques et scientifiques (1904-1917), édités et présentés par Stéphane Baciocchi et Jennifer Mergy, Oxford / New York, Berghahn Books – Durkheim Press, 2003, 207 p. (introduction)

    +
  • +

+ Chapitres d'ouvrages collectifs

+
  • +

    + Avec Dominique Julia, huit chapitres co-signés in D. Julia (dir.), L'École normale de l’an III. Une institution révolutionnaire et ses élèves. Introduction historique à l’édition des Leçons, Paris, Éditions rue d'Ulm / Presses de l’École normale supérieure, automne 2016: « Les procédures d’application du décret et les viviers de recrutement des élèves », chap. 6, p. 171-208 ; « Les élèves nommés : des candidatures spontanées aux refus et aux abandons », chap. 7, p. 209-238 ; « Les élèves parisiens », chap. 8, p. 239-258 ; « Rétrospection: l’an II des normaliens », chap. 9, p. 259-306 ; « Un hiver à Paris », chap. 10, p. 307-370 ; « La dissolution de L’École », chap. 13, p. 425-562 ; « Les élèves après L’École », chap. 14, p. 483-522 et « La voix des normaliens : analyse des pétitions collectives », chap. 15, p. 559-580

    +
  • +
  • +

    + Avec Christophe Duhamelle, « Les reliques romaines ''hors la ville, en quel lieu que ce soit du monde'' » et « Des gardes suisses à la frontière confessionnelle: apothéose et banalisation des corps saints des catacombes (Suisse, xviie-xviiie siècles) », in S. Baciocchi et C. Duhamelle (dir.), Reliques romaines..., Introduction générale, p. 1-100 et chap.9, p. 371-411

    +
  • +
  • +

    + Avec Anne Bonzon et Dominique Julia, « De Rome au royaume de France: patronages, inscriptions spatiales et médiations sociales (xvie-xviiie siècles). Introduction au dossier ‘France’ », in S. Baciocchi et C. Duhamelle (dir.), Reliques romaines..., chap.10, p. 413-458

    +
  • +
  • +

    + Avec Dominique Julia, « Le moment Mabillon. Expérience archéologique, vérité historique et dévotion collective », in S. Baciocchi et C. Duhamelle (dir.), Reliques romaines..., chap.15, p. 535-574

    +
  • +
  • +

    + « Livres et lectures de Robert Hertz », in Centre d’études franco-provençales, Hertz. Un homme, un culte et la naissance de l’ethnologie alpine, Actes de le Conférence annuelle du CEFP, Cogne, 10 novembre 2012, Aoste, Région Autonome Vallée d’Aoste, novembre 2013, p. 19-44

    +
  • +
  • +

    + Avec Philippe Boutry, Christophe Duhamelle, Pierre-Antoine Fabre et Dominique Julia, « La distribution des corps saints des catacombes à l’époque moderne: de Rome aux nations », in Jean-Paul Zuniga (ed.), Pratiques du transnational. Terrains, preuves, limites, Paris, CRH, coll. « La Bibliothèque du Centre de recherches historiques », septembre 2011, p. 101-120

    +
  • +
  • +

    + « Arnold Van Gennep », in Régine Azria et ali. (eds.), Dictionnaire critique des faits religieux, Paris, Presses universitaires de France, coll. « Quadrige dicos poche », 2010, p. 1259-1261

    +
  • +
  • +

    + Avec Dominique Julia, « Reliques et Révolution française (1789-1804) », in Philippe Boutry, Pierre-Antoine Fabre et Dominique Julia (eds.), Cultes et usages chrétiens des corps saints des Réformes aux révolutions, volume 2, Paris, éditions de l’École des hautes études en sciences sociales, coll. « En temps & lieux », 2009, p. 483-585

    +
  • +
  • +

    + Avec Philippe Boutry, « Les ‘victimes’ ecclésiastiques de la Terreur », in Michel Biard (éd.), Les politiques de la Terreur, 1793-1794, Rennes, Presses universitaires de Rennes / Société des études robespierristes, coll. « Histoire », 2008, p.  448-460 + carte

    +
  • +
  • +

    + Avec Jennifer Mergy, « Durkheim au CTHS », in Émile Durkheim, L’Évaluation en comité. Textes et rapports de souscription au Comité des travaux historiques et scientifiques (1904-1917), édités et présentés par Stéphane Baciocchi et Jennifer Mergy, Oxford / New York, Berghahn Books – Durkheim Press, 2003, p. 1-48

    +
  • +
  • +

    + Avec Gilles Laferté, Olivier Le Guillou et Jay Rowell, « La carrière d’un historien local, entre entreprises touristiques, érudition et patrimoine », in Alban Bensa et Daniel Fabre (dir.), Une histoire à soi. Figuration du passé et localités, Paris, éditions de la Maison des sciences de l’homme, 2001, p. 119-133

    +
  • +
  • +

    + « Les éloges funèbres et les nécrologies comme travail collectif d’individuation: société des notables, carrières sociales et statures biographiques », in Louis Hincker (dir.), Réflexion sur les sources écrites de la biographie politique, Paris, CNRS, 2000, p. 115-145

    +
  • +

+ Articles

+
  • +

    + Avec Thomas David, Lucia Katz, Anne Lhuissier, Sonja Matter et Christian Topalov, « Les mondes de la charité se décrivent eux-mêmes. Une étude des répertoires charitables au XIXe et début du XXe siècle », Revue d’histoire moderne et contemporaine, 61 (3), 2014/3, p. 28-66.

    +
  • +
  • +

    + Avec Jean-Louis Fabiani, « Durkheim’s Lost Argument (1895-1955): Critical Moves on Method and Truth », Durkheimian Studies (Oxford/New York), 18, autumn 2012, p. 19-40. Traduction allemande: „Das verlorene Argument in Durkheims Pragmatismus-Vorlesung (1895-1955): Kritisches zu Methode und Wahrheit“ et „Quellenmaterial: Emile Durkheim, Pragmatismus und Soziologie. Enführungsvorlesung, 1913“, in T. Bogusz, H. Delitz (ed.), Émile Durkheim – Soziologie, Ethnologie, Philosophie, Frankfurt am Main /New York, Campus, “Theorie und Gesellschaft” – 77, janvier 2013, p. 433-471.

    +
  • +
  • +

    + Avec Jean-Louis Fabiani et William Watts-Miller: Émile Durkheim, « Leçon inaugurale. Pragmatisme et Sociologie / Inaugural Lecture. Pragmatism and Sociology, 1913 », texte transcrit, édité et traduit par Stéphane Baciocchi, Jean-Louis Fabiani et William Watts-Miller, Durkheimian Studies, 18, autumn 2012, p. 41-58.

    +
  • +
  • +

    + « Document: Les recensions des Formes [élémentaires de la vie religieuse] du vivant de leur auteur (1912-1917) », Archives de sciences sociales des religions, 57 (159), juillet-septembre 2012, p. 17-27.

    +
  • +
  • +

    + « Review article - Marcel Mauss, Henri Hubert, Robert Hertz, Saints, Heroes, Myths, and Rites. Classical Durkheimian Studies of Religion and Society (2009) », Durkheimian Studies, 16 (1), 2010, p. 131-136.

    +
  • +
  • +

    + Avec Dominique Julia, « Les élèves de l’école normale de l’an III », Association des anciens élèves, élèves et amis de l’École normale supérieure, Supplément historique, Paris, 2010, pp. 105-111 et 473-482.

    +
  • +
  • +

    + Avec Jérôme David, « Esquisse pour une autre anthologie », Les Études sociales, 142-144, 2005-2006, p. 7-17.

    +
  • +
  • +

    + Avec Antoine Savoye, avec la collaboration de Frédéric Audren, « La correspondance de Le Play, une source pour l’histoire des sciences sociales » et « Inventaire des correspondances de Le Play », Les Études sociales, 142-144, 2005-2006, p. 241-248.

    +
  • +
  • +

    + « Bibliographie restituée des Origines de l’esprit bourgeois [de Bernhard Groethuysen] », Cahiers du Centre de recherches historiques, 32, octobre 2003, p. 183-213.

    +
  • +
  • +

    + « Sur la postérité universitaire de Max Weber: Wissenschaft als Beruf », Alinéa, revue de sciences sociales, 4, 1995, p. 4-23.

    +
  • +

+ Rapports de recherche et projets financés

+

+ Projets financés en cours

+
  • +

    + Histoire & anthropologie des sanctuaires et pèlerinages dans l’espace français, projet de numérisation du fonds Alphonse Dupront soumis à PSL University Research (dir. Pierre-Antoine Fabre, EHESS), septembre 2015-novembre 2018

    +
  • +
  • +

    + Time-Us: Women’s and men’s remunerations and time budgets in the textile trades in France from the late 17th to the early 20th century, projet ANR - Appel à projet générique 2016 (dir Manuela Martini, Université de Paris 7), avril 2016, 5 +30 p.

    +
  • +
  • +

    + De quoi Nuit Debout est-il le nom ? Exploitation principale d’une enquête menée depuis le début du mouvement (A. Bidet et al.) Projet de préfiguration financé par le Labex Tepsis, Paris, juin 2016, 5 p.

    +
  • +
  • +

    + Pour une histoire sonore de l’histoire orale. Conception d’une plateforme numérique pour la valorisation des enquêtes pionnières d'histoire orale à l’EPHE et à l’EHESS, projet financé par l’EHESS, sous la direction d’Ariane Mak, Paris, EHESS, octobre 2014, 8 p.

    +
  • +
  • +

    + Observatoire du Samusocial de Paris, Enquête publique sur l'accueil des “migrants” en Ile-de-France, financée par la Direction régionale et interdépartementale de l'hébergement et du logement et l'Agence régionale de santé, novembre 2016-décembre 2017

    +
  • +

+ Projets en cours de soumission

+
  • +

    + SoDUCo (Social Dynamics in Urban Context): open tools, models, and data - Paris and its suburbs, 1789-1950 (dir., Julien Perret, Maurizio Gribaudi et Thierry Géraud, ANR - Appel à projets générique, préselectionné, phase 2 (mars 2017), 31 p.

    +
  • +

+ Rapports de recherche

+
  • +

    + Avec François Théron, DD - Digital Durkheim 1912-2012. Présence et postérité des Formes élémentaires de la vie religieuse (1912-2012), Paris, Projet HASTEC, 21 novembre 2011, 14 p. et DD – Digital Durkheim 1912-2012, Compte-rendu scientifique final, Paris, Février 2013, 2 p. et carnet de recherches

    +
  • +
  • +

    + Avec Anne Lhuissier , Mapping London Charities. Sources, Enumerations and Classifications (1820-1920), 1er rapport d’enquête ANR – Europhil, Paris (EHESS), 24 janvier 2010, 28 p + cartes. 

    +
  • +
  • +

    + Avec Anne Lhuissier , Street Corner Charities. Exploring the Charity Organisation Society (1891), 2erapport d’enquête ANR – Europhil, présenté à l’Europhil Workshop, Londres, The Rothschild Archive, 5 juin 2010, 27 p. + cartes. 

    +
  • +
  • +

    + Avec Isabelle Backouche, Pascal Cristofoli , Olivier Godechot, Delphine Naudier, Christian Topalov, avec la collaboration de Fabien Cardoni et Emmanuel Taïeb, Vingt ans d’élections à l’École des hautes études en sciences sociales (1986-2005). Synthèse des résultats d’enquête, Paris, EHESS, novembre 2008, 119 p. 

    +
  • +
  • +

    + Le séminaire du CARE, 1992-2004, Paris, EHESS – CARE, 2004, multigr., 9 f.

    +
  • +
  • +

    + Swiss Corporate Networks. Une base de données relationnelles pour l'analyse des réseaux corporatifs suisses (1910-1938), Paris, Centre de recherches historiques, 95 p.

    +
  • +
  • +

    + Pré-inventaire des papiers Vloberg déposés au Centre d’anthropologie religieuse européenne, Paris, EHESS – CARE, 2002, multigr., 35 p. + biblio 

    +
  • +
  • +

    + Avec Olivier Le Guillou , “Le monde des sociétés savantes”, in Laboratoire de Sciences sociales, La noblesse d’une ville. Érudition locale et politique municipale, rapport pour la Mission du Patrimoine Ethnologique, AO n°97 IF 07, février 2000, chap. 1, p. 9-27 (chap. 1) et chap. 3 à 7, p. 54-170 + cartes. 

    +
  • +
  • +

    + Avec  Olivier Le Guillou , L’espace local des sociétés savantes, Paris, Laboratoire de Sciences sociales (EHESS-ENS), juillet 1998, multigr. 180 f. + cartes. 

    +
  • +
  • +

    + Inventaire du fichier bio-bibliographique d’Adolphe Bonnet-Masimbert, Grenoble, Archives Départementales de l’Isère, 1995, multigr + fichier informatique.

    +
  • +
""" ; + rdfs:label "Baciocchi, Stéphane" ; + foaf:firstName "Stéphane" ; + foaf:lastName "Baciocchi" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; + vcard:hasEmail ; +. + + a vcard:Email ; + vcard:email "baciocch@ehess.fr" ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "stephane.baciocchi@ehess.fr" ; +. + + a vivofr:PRS_0000002 ; + a vivo:FacultyMember ; + vivoehess:aPourIdentifiantInterne "6kizqc2u2" ; + vivoehess:aPourIdentifiantTechnique "ldap#fbeuvier" ; + vivoehess:idref "177613165" ; + obo:ARG_2000028 ; + "fbeuvier" ; + vivo:overview "" ; + rdfs:label "Beuvier, Franck" ; + foaf:firstName "Franck" ; + foaf:lastName "Beuvier" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "franck.beuvier@ehess.fr" ; +. + + a vivofr:PRS_0000011 ; + a vivo:FacultyMember ; + vivoehess:aPourIdentifiantInterne "6vd2xs2ei" ; + vivoehess:aPourIdentifiantTechnique "lodel_cespra#2146" ; + vivoehess:idref "028754034" ; + obo:ARG_2000028 ; + "sar" ; + vivo:hasResearchArea ; + vivo:overview """

+ (Depuis janvier 2004 : directeur d’études, EHESS ; 1990-2003: maître de conférences, puis professeur à l'Université de Picardie ; 1989-1990 : maître de conférences à l'Université de Clermont II ; 1984-1989 : assistant à l'Université de Clermont II ; 1994 : Habilitation à diriger des recherches, Université de Paris X-Nanterre ; 1984 : Doctorat de troisième cycle ; 1980 : Agrégation d'histoire)

+

+  

+

+ Thèmes de Recherches

+
  • + Anthropologie historique du phénomène guerrier à l’époque contemporaine ;
  • +
  • + Premier Conflit mondial
  • +
  • + Génocide des Tutsis rwandais en 1994
    +  
  • +

+  

+

+ Depuis 2007, Stéphane Audoin-Rouzeau a développé ses recherches principalement selon quatre axes. Il a prolongé un travail entrepris de longue date sur la Première Guerre mondiale en centrant celui-ci sur les objets de guerre, dans une perspective nettement anthropologique, et a tiré de cette recherche un ouvrage paru chez Armand Colin en 2009. Parallèlement, ses recherches se sont orientées en direction d’une anthropologie du combat dans la guerre moderne, sujet qui est l’objet de son séminaire principal à l’EHESS et dont il a tiré un ouvrage paru au Seuil en 2008. Ses recherches se sont également centrées sur la question du génocide des Tutsi au Rwanda (1994) à partir de deux terrains effectués sur place en 2008 et 2009 : de ce travail, il a tiré plusieurs articles et la direction d’un numéro de la revue Esprit paru en 2010. Enfin, depuis trois ans, dans le cadre de son séminaire principal, son travail s’est orienté plus particulièrement sur la question du « corps guerrier » dans la conflictualité contemporaine.
+  

+

+  

+

+ Thèses en cours

+

+ Baldin Damien, \"La violence faite aux animaux aux XIXe et XXe siècles.\"

+

+ Demiaux Victor, \"Les journées de la Victoire après 1918 (France, Grande-Bretagne, Italie, Belgique, Roumanie)\"

+

+ Fryszman Aline,\" La victoire du 11 novembre 1918 dans le champ politique et la culture du département du Puy-de-Dôme (1918-1924)\".

+

+ Gilles Benjamin, \"L’élaboration de Témoins (1929) par Jean Norton Cru après la Première Guerre mondiale.\"

+

+ Gilson Frank, \"Les Œuvres de guerre à Paris et dans le département de la Seine pendant la Grande Guerre.\"

+

+  

+

+ Publications depuis 2007

+

+  

+

+ Articles, chapitres d’ouvrages, articles publiés dans des actes

+

+  

+

+ 2016, « Chercheurs dans le prétoire. Retour sur le procès Simbikangwa (2014). Un dialogue magistrat-historien », Grief, n°3, p.175-182.

+

+ 2016, « Le retour de la Grande Guerre en France. Histoire, commémoration, deuil », Nichifutsu Bunka. Revue de collaboration culturelle franco-japonaise, mars, n°85, p.28-38.

+

+ 2016, « Recherche et musée: l’expérience de l’Historial de la Grande Guerre de Péronne (Somme) », Mélanges de la Casa de Velasquez, Nouvelle série, 46 (1), p.263-267.

+

+ 2015, « Etre témoin au procès Simbikangwa : un récit », Grief, n°2, p.159-165.

+

+ 2015, « Désordres du massacre ? », in « Désordres », Esquisse(s), automne, p.9-16.

+

+ 2014, « La Grande Guerre en France, aujourd’hui », Etudes normandes, n° 2, p.7-14.

+

+ 2014, (Avec Hélène Dumas), « Le génocide des Tutsi rwandais vingt ans après. Réflexions introductives», Vingtième siècle, Revue d’histoire, n°122, avril-juin, p.3-16.

+

+ 2014, (Avec Heather Jones), Introduction to Part II, « Armed Forces », in: Jay Winter (dir.), The Cambridge History of the First World War, Vol. II, « The State », Cambridge, Cambridge University Press, p.147-150.

+

+ 2014, « Combat and Tactics », in: Jay Winter (dir.),The Cambridge History of the First World War, Vol. II, « The State », Cambridge, Cambridge University Press, p.151-173.

+

+ 2014, « 1915. Stalemate », in: Jay Winter (dir.), The Cambridge History of the First World War, Vol. II, « The State », Cambridge, Cambridge University Press, p.65-88.

+

+ 2014, « Les champs d’honneur et ce que les historiens ne voyaient pas », in Gianfranco Rubino et Dominique Viart (dir.), Le roman français contemporain face à l’histoire. Thèmes et formes, Macerata, Qodlibet Studio, p.249-257.

+

+ 2013, « Le temps des soldats couchés », L'Histoire (Les collections), octobre-décembre, n°61, p.34-41.

+

+ 2012, « La guerre, mais de très près », in : Emmanuel Désveaux et Michel de Fornel (dir.), Faire des sciences sociales. Généraliser, Paris, Editions de l’EHESS, p.59-86.

+

+ 2012, « Children and Adolescents », in : Gerhard Hirschfeld, Gerd Krumeich, Irina Renz, Brill’s Encyclopledia of the First World War, vol.1, Leiden et Boston, Brill, p.103-107.

+

+ 2012, « La France en guerre mondiale (1914-1918) : une guerre de la démocratie ? », in : Jean-Vincent Holeindre et Geoffroy Murat, La démocratie et la guerre au XXIe siècle, Paris, Hermann, p.143-154.

+

+ 2012, « Parìs, mayo-junio de 1968 : ¿une guerra civil mimetica ? », in : Jordi Canal et Eduardo Gonzales Calleja (dir.), Guerras civiles, Madrid, Collection de la Casa  de Velasquez, n°130, p.135-147.

+

+ 2011, Avec Jean-Pierre Chrétien et Hélène Dumas, « Le génocide des Tutsi rwandais, 1994 : revenir à l’histoire », Le Débat, n°167, novembre-décembre, p.61-78.

+

+ 2010, « Lettre amère, 23 juin 1915 », Penser/rêver, Automne 2010, p.45-50.

+

+ 2010, « La responsabilité de la France vue du Rwanda. Le rapport Mucyo : une lecture historienne », Esprit, mai, p.122-134.

+

+ 2010, « Qu’est-ce qu’un deuil de guerre ? », Revue historique des armées, n°259, 2ème trimestre 2010, p.3-12.

+

+ 2009, « Les violences extrêmes du XXe siècle à l’aune de l’histoire et de l’anthropologie. Le génocide des Tutsi du Rwanda »,  Revue d’histoire de la Shoah, janvier-juin, n°190, p.137-151.

+

+ 2008, « La violence des champs de bataille en 1914-1918 », Revue d’histoire de la Shoah, juillet-décembre, n°189, p.247-265. 

+

+ 2008, « Peut-on s’adapter à la violence de guerre ? Les années de service… », Penser/Rêver, automne, n°14, p.129-141.

+

+ 2008, « Les cultures de guerre », in L’histoire culturelle en France et en Espagne, Benoît Pellistrandi et Jean-François Sirinelli (dir.), Madrid, Casa Velasquez, p. 289-299.

+

+ 2007, « Ce que j’ai fait pendant la guerre », in Vincent Duclert (dir .), Le colonel Mayer. De l¹affaire Dreyfus à De Gaulle. Un visionnaire en République, Paris, A.Colin, p. 237-254.

+

+ 2007, « Redécouvrir la violence de guerre du XXe siècle ? », in Michel Wieviorka (ed.), Les sciences sociales en mutation, Editions sciences humaines, p. 519-527.

+

+  

+

+ Ouvrages

+

+  

+

+ 2017,Une Initiation. Rwanda, 1994-2016, Paris, Seuil.

+

+ 2015, Quelle histoire. Un récit de filiation, 1914-2014. Suivi de : Du côté des femmes, Paris, Seuil, 211p.

+

+ 2013, Quelle Histoire. Un récit de filiation, 1914-2014, Paris, Hautes Etudes, Gallimard, Seuil, 141p.

+

+ 2014, (Avec Hélène Dumas), « Le génocide des Tutsi rwandais vingt ans après », Dossier, Vingtième siècle, Revue d’histoire, n°122, avril-juin, 95p.

+

+ 2014, 1914-1918. La violence de guerre, Paris, Gallimard/DMPA, 153p.

+

+ 2012, Avec Maria Botchkareva et Nicolas Werth, Yashka. Journal d'une combattante russe (1914-1917), Paris, Armand Colin, 2012, 301p.

+

+ 2009, Les armes et la chair. Trois objets de mort en 14-18Paris, Armand Colin, 2009, 292 p.

+

+ 2008, Combattre. Une anthropologie de la guerre moderne (XIXe-XXIe siècle), Paris, Seuil, 2008, 327 p.

+

+ 2008, Avec Christophe Prochasson, Sortir de la Grande Guerre. Le monde et l’après-1918, Paris, Tallandier, 2008, 511 p.

+

+ 2008, Avec Caroline Fontaine, Annette Becker, Marie-Pascale Prévost-Bault, Les collections de l’Historial de la Grande Guerre, Paris, Somogy, 2008, 191 p.

+

+  

+

+ Publications antérieures à 2007

+

+  

+

+ Organisation de colloques

+

+  

+

+ 2016, Co-organisateur du colloque  « Le Bicentenaire de la Caisse des dépôts », Paris, juillet.

+

+ 2016, Co-organisateur du colloque « Les batailles de 1916 », Mission du Centenaire, Paris, juin.

+

+ 2015, Co-organisateur du colloque « Le Conseil d'Etat et la Grande Guerre », Paris, novembre.

+

+ 2014, Co-organisateur du colloque « Les “premières fois“ de la Grande Guerre », Historial de Péronne, juillet.

+

+  

+

+ Productions destinés au grand public, valorisation scientifique

+

+  

+

+ 2016, France-Musique, Un air d'histoire, septembre.

+

+ 2016, France-Culture, Réplique, avril.

+

+ 2014, France2, Spéciale 11 novembre.

+

+ 2014, Public Sénat, Bibliothèque Médicis, avril.

+

+ 2013, France 5, Grande librairie, décembre.

+

+ 2013, France Culture, Lundis de l'Histoire, octobre.

+

+ 2013, France2, Dans quel état j'erre, septembre 2013

+

+ 2013, France-Culture, Fabrique de l'Histoire, juin 2013

+

+ 2013, France Culture, Réplique, mars 2013

+

+ 2013, France-Culture, L'esprit public, juin 2013

+

+ 2013, France-Culture, Fabrique de l'Histoire, mars 2013

+

+ 2013, France-Culture, Fabrique de l'histoire, janvier 2013

+

+ 2012, France-Inter, juin 2012

+

+ 2012, Les matinées de France-Culture, mars 2012

+

+ 2012, RFI, La marche du monde, mars 2012

+

+ 2016, « A la guerre : les campements de ceux qui combattent », in Fiora Meadows (dir.), Habiter le campement, Actes Sud, Cité de l’architecture et du Patrimoine, 2016, p.226-230.

+

+ 2014, « Les objets: une source ? », in: Vu du front. Représenter la Grande Guerre, Paris, Somogy-Musée de l'Armée, 2014, p.89-96.

+

+ 2014, « Les corps », in: Laurence Bertrand-Dorléac (dir.), Les désastres de la guerre, 1800-2014, Paris, Somogy-Louvres Lens, 2014, p.44-48.

+

+ 2014, « Imaginaires guerriers de l'avant 1914… », in: Frédéric Manfrin et Laurent Veyssière, Eté 14. Les derniers jours de l'ancien monde, Paris, BNF, 2014, p.103-111.

+

+ 2014, « Guerre », in Janine Mossuz-Lavau (dir.), Dictionnaire des sexualités, Paris, Robert Laffont, p.349-352.

+

+ 2014, Préface à Florence Gétreau, Entendre la guerre. Sons, musique et silence en 14-18, Gallimard, Historial de la Grande Guerre, p.9-11.

+

+ 2014, Préface à Hélène Dumas, Le génocide au village. Le massacre des Tutsi au Rwanda, Paris, Seuil, p.I-XI.

+

+ 2013, « Questions à Stéphane Audoin-Rouzeau », in: Etats de guerre. L'année 1914 à travers les publications officielles, Paris, la Documentation française, 2013, p.130-133.

+

+ 2013, « Entretien avec Stéphane Audoin-Rouzeau », in : Emulations, n°12, printemps 2013, p.15-21.

+

+ 2013, Préface à Jean-Michel Steg, Le jour le plus meurtrier de l’histoire de France. 22 août 1914, Paris, Fayard, p.9-14.

+

+ 2012, Préface à Tetsuya Takahashi, Morts pour l'empereur. La question du Yasukuni, Paris, Les Belles-Lettres, 2012, p.XI-XXI.

+

+  

+

+ Activité éditoriale

+

+  

+

+ Depuis 2016 : membre du Comité scientifique de la revue Sensibilités.

+

+ Depuis 2012 : membre du comité de rédaction de Vingtième siècle, revue d’histoire.

+

+ 2012-2013 : directeur de la collection « Le fait guerrier » chez Armand Colin (9 titres parus).

+

+  

+

+ Responsabilités

+

+  

+

+ Depuis 2012 : président du Centre de recherche international de l’Historial de la Grande Guerre de Péronne.

+

+ Depuis 2012 : membre du Conseil scientifique de la Mission du Centenaire, président de sa commission « Productions scientifiques ».

+

+  

+

+  

+

+  

+

+

""" ; + rdfs:label "Audoin-Rouzeau, Stéphane" ; + foaf:firstName "Stéphane" ; + foaf:lastName "Audoin-Rouzeau" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "Stephane.Audoin-Rouzeau@ehess.fr" ; +. + + a vcard:Email ; + vcard:email "sar@ehess.fr" ; +. + + a vivofr:PRS_0000002 ; + a vivo:FacultyMember ; + vivoehess:aPourIdentifiantInterne "ad6i9kwzo" ; + vivoehess:aPourIdentifiantTechnique "ldap#mgevauda" ; + obo:ARG_2000028 ; + "mgevauda" ; + vivo:overview "" ; + rdfs:label "Gevaudan, Maxence" ; + foaf:firstName "Maxence" ; + foaf:lastName "Gevaudan" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "maxence.gevaudan@ehess.fr" ; +. + + a vivofr:PRS_0000011 ; + a vivo:FacultyMember ; + vivoehess:aPourIdentifiantInterne "am3e2rlio" ; + vivoehess:aPourIdentifiantTechnique "lodel_ceias#3601" ; + vivoehess:idref "079201687" ; + obo:ARG_2000028 ; + "acastain" ; + vivo:overview """

+  

+

+ webpage in English

+

+ Présentation

+

+  

+

+ Docteure de l’INALCO (littérature hindi), Anne Castaing travaille sur les littératures modernes d’Inde du Nord (hindi, bengali, ourdou), des années 1920 à la période la plus contemporaine. Après une thèse consacrée à l’œuvre de l’auteur hindi Krishna Baldev Vaid, icône d’une modernité littéraire traversée d’un rapport complexe à l’histoire moderne et à l’identité culturelle de l’Asie du Sud, elle entame une approche plus comparatiste en consacrant ses travaux à trois grands « chantiers » :

+

+ L’écriture littéraire de l’histoire, et en particulier de la période nationaliste (1920-1947) et de la Partition (1947-1951) (imaginaires nationalistes, violences genrées pendant la Partition, écritures subalternes de l’Histoire, approches postcoloniales des sources littéraires).

+

+ La littérature féministe contemporaine en hindi et en bengali et ses enjeux (nouvelles perspectives du féminisme, la littérature comme espace de performance du genre, les assignations imaginaires du féminin et du masculin).

+

+ La valorisation en France du patrimoine littéraire d’Asie du Sud.

+

+ Anne Castaing a enseigné et enseigne à l’INALCO, à l’Université Aix-Marseille et à l’Université Paris 3 – Sorbonne Nouvelle. Elle est également traductrice du hindi (K. B. Vaid, Ashok Vajpeyi, Agyeya, H. R. Bachchan).

+

+  

+

+ Champs de recherche

+

+  

+

+ Littérature indienne de langues vernaculaires

+

+ Littérature et Histoire (Nationalisme indien et Partition Inde-Pakistan)

+

+ Subaltern Studies

+

+ Théorie postcoloniale

+

+ Études de genre

+

+  

+

+ Recherches en cours

+

+  

+

+ Politiques du féminin dans l’écriture de la nation indienne (1920-1950)

+

+ La Partition de l’Inde (1947) dans la littérature et dans les arts

+

+ Dictionnaire Encyclopédique des Littératures de l’Inde.

+

+ Performances culturelles du genre.

+

+  

+

+ Programmes en cours

+

+ Projet DELI

+

+ avec Claudine Le Blanc (Université Paris 3 – Sorbonne Nouvelle) et Nicolas Dejenne (Université Paris 3 – Sorbonne Nouvelle). Financement Idex USPC (2015-2017).

+

+ Le Dictionnaire encyclopédique des littératures de l’Inde est un projet collaboratif qui vise à offrir une vue d’ensemble des littératures du sous-continent indien en plus de 1000 articles inventoriant l’ensemble des littératures indiennes, ainsi que leur contexte de production en Asie du Sud (éditeurs, institutions, marchés du livre) et leur réception en France (traduction, édition, enseignement). Autour d’une grande équipe de spécialistes renommés, français et internationaux, cette somme de savoirs unique qui offre un panorama étendu des littératures indiennes des origines jusqu’à nos jours dans un grand souci de rigueur scientifique et dans une perspective translinguistique et diachronique, vise à rendre ce patrimoine littéraire exceptionnel plus accessible au public francophone. https://deli.hypotheses.org/

+

+  

+

+ Projet Genre et Nations Partitionnées

+

+ avec Benjamin Joinau (Hingik University, Seoul). Financement Institut du Genre (2017).

+

+ Ce projet interdisciplinaire et comparatiste vise à interroger les partitions et les divisions nationales d’un point de vue genré et à identifier tant le projet imaginaire de sexuation de la division et de polarisation genrée des deux nouvelles nations, que l’assimilation du féminin au processus de la partition et de son corps à la nation morcelée, qui justifia en de nombreuses circonstances les violences sexuelles en temps de guerre civile. Il permettra de souligner la valeur symbolique des femmes dans l’histoire des partitions, mais également leur implication réelle, souvent en tant que victimes. Ce projet s’intéresse aux représentations comme témoin de ces assimilations imaginaires : littérature, cinéma, arts performatifs, arts plastiques seront les supports de nos réflexions.

+

+  

+

+ Enseignements et séminaires

+

+  

+

+ 2016-2017 | « Littératures d’Asie du Sud » - Séminaire de recherche mensuel, coordonné avec Nicolas Dejenne (Univ. Paris 3), Claudine Le Blanc (Univ. Paris 3) et Eve Tignol (Irasia), BULAC, INALCO.

+

+ 2014-2017 | « Performances culturelles du genre » - Séminaire de recherche mensuel, coordonné avec Tiziana Leucci (CNRS/CEIAS) et Fanny Lignon (Univ. Lyon 2/THALIM), Mehdi Derfoufi (IRCAV) et Gianfranco Rebucini (EHESS), EHESS.

+

+ 2014-2017 | « Approches postcoloniales du genre » - Séminaire de Master 2 UFR Littérature et Linguistique Françaises - Université Sorbonne Nouvelle

+

+  

+

+ Sélection de publications

+

+  

+

+ Direction d’ouvrages

+

+ 2017 | (avec Elodie Gaden) Ecrire et penser le genre en contextes postcoloniaux, Bruxelles, Peter Lang,  (321 p., ISBN : 978-2-8076-0325-7)

+

+ 2009 | (avec Lise Guilhamon et Laetitia Zecchini) La Modernité littéraire indienne : Perspectives postcoloniales, Rennes, Presses Universitaires de Rennes (256 p., ISBN : 978-2-7535-0898-9)

+

+ 2005 | Ragmala, Les Littératures Indiennes traduites en français :Anthologie, préface de K. Satchidanandan. Paris, L’Asiathèque – Langues & Monde (403 p., ISBN : 2-915255-09-1)

+

+  

+

+ Ouvrages  - traduction et édition

+

+ 2006 | Intimités, traduction du hindi, édition, notes et postface d’un choix de poèmes d’Ashok Vajpeyi, édition bilingue. Paris, Caractères, 2006 (111 p.)

+

+ 2005 | (Avec Annie Montaut), Lila, roman de K. B. Vaid, traduction du hindi. Paris, Caractères, 2005 (105 p.)

+

+  

+

+ Chapitres d’ouvrages

+

+ 2017 | « Lost home and poetics of pain: writing the memory of Partition”, in Anne Murphy and Churnjeet Mahn (ed.), Imagining Partition: Memorial Practices and Cultural Production,New York: Palgrave MacMillan, (nov. 2017).

+

+ 2017 | « Ecrire en d’autres langues : histoires et métaphores féminines en contexte postcolonial », in Anne Castaing et Elodie Gaden (ed.), Ecrire et penser le genre en contextes postcoloniaux, Bruxelles, Peter Lang (pp. 41-57).

+

+ 2016 | « Subaltern Studies : De la provincialisation de l’Europe au langage de la différence », in Maxime Cervulle, Nelly Quemener et Florian Voros (ed.), Matérialismes, culture et communication. Tome 2: Cultural Studies, théories féministes et décoloniales, Presses des Mines (pp. 315-332).

+

+ 2015 | « Nous sommes tous des réfugiés : Exil, errance et Partition dans le Nouveau Roman hindi », in Eve Feuillebois et Zaïneb Ben Lagha (ed.), Etrangeté de l’autre, singularité du moi. Les Figures du marginal dans les littératures, Paris, Garnier Classiques (pp. 235-255).

+

+ 2013 | « The Idea of a Nation: Bacchan’s Palimpsestian House of Wine », in Diana Dimitrova (ed.), The Other in South Asian Literature and Film: Perspectives on Otherism and Otherness, New York, Routledge(pp. 69-83).

+

+ 2013 | « Mahadevi Verma », « Mannu Bhandari », « Krishna Sobti », « Usha Priyamvada », « Amrita Pritam », « Alka Saraogi », « Mridula Garg », « Urvashi Butalia », série de courtes notices (1 à 3 pages chacun) sur des auteures indiennes, pour le Dictionnaire des Femmes Créatrices, Béatrice Didier, Antoinette Fouque et Mireille Calle-Gruber (dir.), Editions Des Femmes.

+

+ 2012 | “Vernacularizing Rubaiyat: the Politics of Madhushala in the context of the Indian Nationalism”, in A.A. Seyed-Gohrab (ed.), The Great Umar Khayyam: A global reception of the Rubaiyat, Leiden University Press, Iranian Series (pp. 223-249).

+

+ 2010 | « From Otherland to the Divine Land: Exile, Mysticism, and Secularism in K.B. Vaid’s Dard la dava », in Diana Dimitrova (ed.), Religion in Literature and Film in South Asia, New York, Palgrave MacMillan (pp. 153-169).  

+

+  

+

+ Articles dans des revues

+

+ 2016 | \"Condition d'exilée: rapt, mariage et mysticisme dans la littérature indienne\", Etudes Asiatiques, De Gruyter, n°70-2, pp. 347-363.

+

+ 2015 | \"Women Writing in India : pour une histoire littéraire des femmes\", RLC LXXXIX, n° 4, octobre-décembre 2015 (pp. 473-484).

+

+ 2015 | (Avec Elena Langlais) Mashushala, recueil en hindi de H.R. Bachchan (1935) : traduction (extraits) et présentation, Revue Impressions d’Extrême-Orient n°5, sept. 2015 (ideo.revues.org).

+

+ 2015 | \"Pour une sémiotique indigène du genre. Ecrire le genre en contexte postcolonial\", Revue Interrogations?, n° 20, juin 2015 (http://www.revue-interrogations.org).

+

+ 2014 | « Thinking the Difference: On Feminism and Postcolony [review essay] », South Asia Multidisciplinary Academic Journal [Online], Book Reviews, Online since 18 February 2014, URL : http://samaj.revues.org/3689

+

+ 2013 | « Le genre troublé. L’écriture ambigüe du féminin dans le roman hindi contemporain», Revue Synergies Inde, n°6 - 2013 (pp. 73-93).

+

+ 2013 | « Gender Trouble in the New Hindi Novel: The Ambiguous Writing of Womanhood in K.B. Vaid’s Lila and Mridula Garg’s Kathgulab », Archiv Orientalni 81-1, Special Issue:Social Tension in Modern Indian Literature and Film\" (dir. Prof. Damsteegt & Prof. Knotkova-Capkova), 2013 (pp. 67-88).

+

+  

+

+  

+

+ Dernière mise à jour le 21 septembre 2017

+

+  

""" ; + rdfs:label "Castaing, Anne" ; + foaf:firstName "Anne" ; + foaf:lastName "Castaing" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "anne.castaing@ehess.fr" ; +. + + a vivofr:PRS_0000010 ; + vivoehess:aPourIdentifiantInterne "d658p5uaz" ; + vivoehess:aPourIdentifiantTechnique "ldap#jdornbus" ; + vivoehess:idref "127220747" ; + obo:ARG_2000028 ; + "jdornbus" ; + vivo:overview "" ; + rdfs:label "Dornbusch, Joachim" ; + foaf:firstName "Joachim" ; + foaf:lastName "Dornbusch" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "joachim.dornbusch@ehess.fr" ; +. + + a vivofr:PRS_0000009 ; + a vivo:FacultyMember ; + vivoehess:aPourIdentifiantInterne "f3xudu2be" ; + vivoehess:aPourIdentifiantTechnique "ldap#luca" ; + vivoehess:idref "035810262" ; + obo:ARG_2000028 ; + "luca" ; + vivo:overview "" ; + rdfs:label "Luca, Nathalie" ; + foaf:firstName "Nathalie" ; + foaf:lastName "Luca" ; +. + + a vcard:Individual ; + obo:ARG_2000029 ; + vcard:hasEmail ; +. + + a vcard:Email ; + a vcard:Work ; + vcard:email "nathalie.luca@ehess.fr" ; +. + + a vivoehess:OGE_0000001 ; + a vivofr:ORG_0000008 ; + vivoehess:aPourIdentifiantTechnique "ddr_units_list#UMR8032" ; + vivo:abbreviation "cetobac" ; + rdfs:label "Centre d'études turques, ottomanes, balkaniques et centre-asiatiques"@fr-fr ; +. + + a vivoehess:MBE_0000001 ; + vivo:relates ; + vivo:relates ; + rdfs:label "membre statutaire"@fr-fr ; + rdfs:label "statutory membership"@en-us ; +. + + a owl:Ontology ; + owl:imports ; + owl:imports vivofr: ; + owl:imports ; +. + + a skos:Concept ; + vivo:researchAreaOf ; + rdfs:isDefinedBy ; + rdfs:label "Histoire"@fr ; +. diff --git a/sample-dataset/resu.ttl b/sample-dataset/resu.ttl new file mode 100644 index 0000000..0e86b11 --- /dev/null +++ b/sample-dataset/resu.ttl @@ -0,0 +1,195 @@ +# baseURI: http://data.ehess.fr/ontology/vivo-ehess/DATA-export-Export +# imports: http://data.ehess.fr/ontology/vivo-ehess +# imports: http://data.ehess.fr/ontology/vivo-ehess-restriction +# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://vivoweb.org/ontology/core +# imports: http://vivoweb.org/ontology/core_fr_FR + +@prefix : . +@prefix acti: . +@prefix afn: . +@prefix ai: . +@prefix aka: . +@prefix aktp: . +@prefix app: . +@prefix bibo: . +@prefix c4o: . +@prefix cc: . +@prefix cce: . +@prefix cito: . +@prefix config: . +@prefix core: . +@prefix core_fr_FR: . +@prefix corpus: . +@prefix crosswalk: . +@prefix crosswalk.spin: . +@prefix crosswalkapp: . +@prefix crosswalkprojects: . +@prefix dc: . +@prefix dcelem: . +@prefix dcterms: . +@prefix display: . +@prefix ehess: . +@prefix ehess-individual: . +@prefix ehess-person: . +@prefix ehess-rules: . +@prefix ero: . +@prefix event: . +@prefix evnconstraints: . +@prefix evnui: . +@prefix fabio: . +@prefix far: . +@prefix fn: . +@prefix foaf: . +@prefix geo: . +@prefix geopolitical: . +@prefix governance: . +@prefix hr: . +@prefix html: . +@prefix j.0: . +@prefix jfn: . +@prefix local: . +@prefix mann: . +@prefix ns: . +@prefix obo: . +@prefix ocrer: . +@prefix ocresd: . +@prefix ontologyprojects: . +@prefix ospcu: . +@prefix owl: . +@prefix owl2: . +@prefix owlrl: . +@prefix pf: . +@prefix pubmed: . +@prefix pvs: . +@prefix rdf: . +@prefix rdfs: . +@prefix rdfsyn: . +@prefix safconfig: . +@prefix safm: . +@prefix savedQueries: . +@prefix sce: . +@prefix scires: . +@prefix scirr: . +@prefix search: . +@prefix sharepoint: . +@prefix skco: . +@prefix skos: . +@prefix skos2: . +@prefix skosspin: . +@prefix skostemplate: . +@prefix sm: . +@prefix sm2wsdl: . +@prefix smf: . +@prefix sml: . +@prefix socsci: . +@prefix source: . +@prefix sp: . +@prefix spif: . +@prefix spin: . +@prefix spinmap: . +@prefix spinmapl: . +@prefix spl: . +@prefix spr: . +@prefix spra: . +@prefix stars: . +@prefix statistics: . +@prefix study_protocol: . +@prefix swa: . +@prefix swaclasses: . +@prefix swauml: . +@prefix swon: . +@prefix swrl: . +@prefix swrlb: . +@prefix swvs: . +@prefix tables: . +@prefix tablesmap: . +@prefix tagger: . +@prefix tasks: . +@prefix taxonomies: . +@prefix tbladmin: . +@prefix teamwork: . +@prefix teamworkupdate: . +@prefix terms: . +@prefix textindex: . +@prefix tops: . +@prefix tosh.ui: . +@prefix tracker: . +@prefix ui: . +@prefix uix: . +@prefix vann: . +@prefix vcard: . +@prefix vitro: . +@prefix vitro-public: . +@prefix vivo: . +@prefix vivo-ehess: . +@prefix vivo-ehess-rules: . +@prefix vivo-fr: . +@prefix vivo-rech: . +@prefix vivoc: . +@prefix vivoehess: . +@prefix vivofr: . +@prefix wcmc: . +@prefix wos: . +@prefix xml: . +@prefix xsd: . + +ehess-individual:AlainDupont + a foaf:Person ; + vivofr:PRP_0000002 "6kizqc3u3" ; + vivofr:PRP_0000003 "ldap#adupont" ; + vivofr:PRP_0000005 "177613165" ; + obo:ARG_2000028 ehess-individual:n6kizqc3u3_757 ; + "adupont" ; + vivo:overview "Exemple de personne dotée d'une autre fonction de support à la recherche à l'EHESS, animateur d'une formation sur un logiciel spécialisé" ; + vivo:relatedBy ehess-individual:SpecialistLogiciel ; + vivo:relatedBy ehess-individual:n2793 ; + rdfs:label "Dupont, Alain" ; + foaf:firstName "Alain" ; + foaf:lastName "Dupont" ; +. +ehess-individual:SpecialistLogiciel + a vivofr:FNC_0000007 ; + a vivofr:FNC_0000013 ; + vivofr:PRP_0000006 false ; + vivo:relates ; + vivo:relates ehess-individual:AlainDupont ; + vivo:relates ehess-individual:evbipd5x4 ; + rdfs:label "ABCD software expert"@en-us ; + rdfs:label "Spécialiste Logiciel ABCD"@fr-fr ; + rdfs:label "expert abcd"@fr-FR ; +. + + a owl:Ontology ; + spin:imports ; + spin:imports ; + owl:imports ; + owl:imports vivofr: ; + owl:imports ; + owl:imports ; +. +:PRS_0000002_restriction + a owl:Class ; + rdfs:label "PRS 00000002 restriction" ; + rdfs:subClassOf vivofr:PRS_0000002 ; + owl:equivalentClass [ + a owl:Restriction ; + owl:onProperty vivo:relatedBy ; + owl:someValuesFrom vivofr:FNC_0000007 ; + ] ; +. + + a owl:Ontology ; + owl:imports ; + owl:imports ; + owl:imports vivofr: ; + owl:imports ; + owl:imports ; +. +vivo:relatedBy + a owl:ObjectProperty ; + obo:IAO_0000115 "Relates a Thing to a Relationship as a Thing that is somehow related to other Thing in the same Relationship instance. A Relationship instnace is a predicate over Thing and is created by an Agent."@en ; + rdfs:label "related by"@en ; + rdfs:label "relié par"@fr-FR ; + owl:inverseOf vivo:relates ; +. diff --git a/semantic-ontology/.gitignore b/semantic-ontology/.gitignore new file mode 100644 index 0000000..883c757 --- /dev/null +++ b/semantic-ontology/.gitignore @@ -0,0 +1,2 @@ +/go.ttl +/go.rdf diff --git a/semantic-ontology/foaf_20140114.rdf b/semantic-ontology/foaf_20140114.rdf new file mode 100755 index 0000000..68d0700 --- /dev/null +++ b/semantic-ontology/foaf_20140114.rdf @@ -0,0 +1,609 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Label Property + A foaf:LabelProperty is any RDF property with texual values that serve as labels. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/semantic-ontology/func.txt b/semantic-ontology/func.txt new file mode 100644 index 0000000..9b8a590 --- /dev/null +++ b/semantic-ontology/func.txt @@ -0,0 +1,14 @@ +function.ai +function.cr +function.dirh +function.doc +function.dr +function.drem +function.ie +function.ir +function.mcf +function.postdoc +function.pr +function.prag +function.prem +function.tch \ No newline at end of file diff --git a/semantic-ontology/initialTBoxAnnotations_fr_FR.ttl b/semantic-ontology/initialTBoxAnnotations_fr_FR.ttl new file mode 100755 index 0000000..04562a2 --- /dev/null +++ b/semantic-ontology/initialTBoxAnnotations_fr_FR.ttl @@ -0,0 +1,2656 @@ +# baseURI: http://vivoweb.org/ontology/initialTBoxAnnotations_fr_FR + +@prefix : . +@prefix bibo: . +@prefix core: . +@prefix geopolitical: . +@prefix ns: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix skos2: . +@prefix statistics: . +@prefix study_protocol: . +@prefix terms: . +@prefix vcard: . +@prefix vitro: . +@prefix xsd: . + + + rdfs:label "Ontologie géopolitique"@fr-FR ; +. +geopolitical:GDP + rdfs:label "PIB"@fr-FR ; +. +geopolitical:GDPNotes + rdfs:label "Notes PIB"@fr-FR ; +. +geopolitical:GDPTotalInCurrentPrices + rdfs:label "Total du PIB en prix courants"@fr-FR ; +. +geopolitical:GDPUnit + rdfs:label "Unité de PIB"@fr-FR ; +. +geopolitical:GDPYear + rdfs:label "GDPYear"@fr-FR ; +. +geopolitical:agriculturalArea + rdfs:label "secteur agricole"@fr-FR ; +. +geopolitical:agriculturalAreaNotes + rdfs:label "notes sur les territoires agricoles"@fr-FR ; +. +geopolitical:agriculturalAreaTotal + rdfs:label "agriculturalAreaTotal"@fr-FR ; +. +geopolitical:agriculturalAreaUnit + rdfs:label "unité territoriale agricole"@fr-FR ; +. +geopolitical:agriculturalAreaYear + rdfs:label "territoireAgricoleAnnée"@fr-FR ; +. +geopolitical:area + rdfs:label "Région"@fr-FR ; +. +geopolitical:codeAGROVOC + rdfs:label "codeAGROVOC"@fr-FR ; +. +geopolitical:codeCurrency + rdfs:label "codeMonnaie"@fr-FR ; +. +geopolitical:codeDBPediaID + rdfs:label "codeDBPediaID"@fr-FR ; +. +geopolitical:codeFAOSTAT + rdfs:label "codeFAOSTAT"@fr-FR ; +. +geopolitical:codeFAOTERM + rdfs:label "codeFAOTERM"@fr-FR ; +. +geopolitical:codeGAUL + rdfs:label "codeGAUL"@fr-FR ; +. +geopolitical:codeISO2 + rdfs:label "codeISO2"@fr-FR ; +. +geopolitical:codeISO3 + rdfs:label "codeISO3"@fr-FR ; +. +geopolitical:codeUN + rdfs:label "codeUN"@fr-FR ; +. +geopolitical:codeUNDP + rdfs:label "codeUNDP"@fr-FR ; +. +geopolitical:countryArea + rdfs:label "countryRégion"@fr-FR ; +. +geopolitical:countryAreaNotes + rdfs:label "note de pays et régions"@fr-FR ; +. +geopolitical:countryAreaTotal + rdfs:label "total pays (PR)"@fr-FR ; +. +geopolitical:countryAreaUnit + rdfs:label "Unité de pays"@fr-FR ; +. +geopolitical:countryAreaYear + rdfs:label "paysRégionAnnée"@fr-FR ; +. +geopolitical:disputed + rdfs:label "Contesté"@fr-FR ; +. +geopolitical:economic_region + rdfs:label "Région économique"@fr-FR ; +. +geopolitical:geographical_region + rdfs:label "Région transnationale"@fr-FR ; +. +geopolitical:group + rdfs:label "Groupe"@fr-FR ; +. +geopolitical:hasBorderWith + rdfs:label "frontière avec"@fr-FR ; +. +geopolitical:hasCode + rdfs:label "code"@fr-FR ; +. +geopolitical:hasCoordinate + rdfs:label "coordonnées"@fr-FR ; +. +geopolitical:hasCurrency + rdfs:label "devise"@fr-FR ; +. +geopolitical:hasListName + rdfs:label "has list name (PR)"@fr-FR ; +. +geopolitical:hasMaxLatitude + rdfs:label "latitude maximale"@fr-FR ; +. +geopolitical:hasMaxLongitude + rdfs:label "hlongitude maximale"@fr-FR ; +. +geopolitical:hasMember + rdfs:label "pays ou territoire membre"@fr-FR ; +. +geopolitical:hasMinLatitude + rdfs:label "latitude minimale"@fr-FR ; +. +geopolitical:hasMinLongitude + rdfs:label "longitude minimale"@fr-FR ; +. +geopolitical:hasNationality + rdfs:label "ationalité"@fr-FR ; +. +geopolitical:hasOfficialName + rdfs:label "nom officiel"@fr-FR ; +. +geopolitical:hasShortName + rdfs:label "nom court"@fr-FR ; +. +geopolitical:hasStatistics + rdfs:label "statistiques"@fr-FR ; +. +geopolitical:isAdministeredBy + rdfs:label "est administré par"@fr-FR ; +. +geopolitical:isInGroup + rdfs:label "regroupement géographique"@fr-FR ; +. +geopolitical:isPredecessorOf + rdfs:label "précède"@fr-FR ; +. +geopolitical:isSuccessorOf + rdfs:label "est le successeur de"@fr-FR ; +. +geopolitical:landArea + rdfs:label "zone terrestre"@fr-FR ; +. +geopolitical:landAreaNotes + rdfs:label "notes territoriales"@fr-FR ; +. +geopolitical:landAreaTotal + rdfs:label "superficie totale"@fr-FR ; +. +geopolitical:landAreaUnit + rdfs:label "unité de surface"@fr-FR ; +. +geopolitical:landAreaYear + rdfs:label "territoireAnnée"@fr-FR ; +. +geopolitical:nameCurrencyAR + rdfs:label "nameCurrencyAR"@fr-FR ; +. +geopolitical:nameCurrencyEN + rdfs:label "nameCurrencyEN"@fr-FR ; +. +geopolitical:nameCurrencyES + rdfs:label "nameCurrencyES"@fr-FR ; +. +geopolitical:nameCurrencyFR + rdfs:label "nameCurrencyFR"@fr-FR ; +. +geopolitical:nameCurrencyIT + rdfs:label "nameCurrencyIT"@fr-FR ; +. +geopolitical:nameCurrencyRU + rdfs:label "nameCurrencyRU"@fr-FR ; +. +geopolitical:nameCurrencyZH + rdfs:label "nameCurrencyZH"@fr-FR ; +. +geopolitical:nameListAR + rdfs:label "nameListAR"@fr-FR ; +. +geopolitical:nameListEN + rdfs:label "nameListEN"@fr-FR ; +. +geopolitical:nameListES + rdfs:label "nameListES"@fr-FR ; +. +geopolitical:nameListFR + rdfs:label "nameListFR"@fr-FR ; +. +geopolitical:nameListIT + rdfs:label "nameListIT"@fr-FR ; +. +geopolitical:nameListRU + rdfs:label "nameListRU"@fr-FR ; +. +geopolitical:nameListZH + rdfs:label "nameListZH"@fr-FR ; +. +geopolitical:nameOfficialAR + rdfs:label "nameOfficialAR"@fr-FR ; +. +geopolitical:nameOfficialEN + rdfs:label "nameOfficialEN"@fr-FR ; +. +geopolitical:nameOfficialES + rdfs:label "nameOfficialES"@fr-FR ; +. +geopolitical:nameOfficialFR + rdfs:label "nameOfficialFR"@fr-FR ; +. +geopolitical:nameOfficialIT + rdfs:label "nomOfficielTI"@fr-FR ; +. +geopolitical:nameOfficialRU + rdfs:label "nameOfficialRU"@fr-FR ; +. +geopolitical:nameOfficialZH + rdfs:label "nameOfficialZH"@fr-FR ; +. +geopolitical:nameShortAR + rdfs:label "nameShortAR"@fr-FR ; +. +geopolitical:nameShortEN + rdfs:label "nameShortEN"@fr-FR ; +. +geopolitical:nameShortES + rdfs:label "nameShortES"@fr-FR ; +. +geopolitical:nameShortFR + rdfs:label "nameShortFR"@fr-FR ; +. +geopolitical:nameShortIT + rdfs:label "nameShortIT"@fr-FR ; +. +geopolitical:nameShortRU + rdfs:label "nomRaccourciRU (PR)"@fr-FR ; +. +geopolitical:nameShortZH + rdfs:label "nameShortZH"@fr-FR ; +. +geopolitical:nationalityAR + rdfs:label "nationalityAR"@fr-FR ; +. +geopolitical:nationalityEN + rdfs:label "nationalityEN"@fr-FR ; +. +geopolitical:nationalityES + rdfs:label "nationalityES"@fr-FR ; +. +geopolitical:nationalityFR + rdfs:label "nationalitéFR (PR)"@fr-FR ; +. +geopolitical:nationalityIT + rdfs:label "nationalityIT"@fr-FR ; +. +geopolitical:nationalityRU + rdfs:label "nationalityRU"@fr-FR ; +. +geopolitical:nationalityZH + rdfs:label "nationalityZH"@fr-FR ; +. +geopolitical:non_self_governing + rdfs:label "Non autonome"@fr-FR ; +. +geopolitical:organization + rdfs:label "Organiaation"@fr-FR ; +. +geopolitical:other + rdfs:label "Autre"@fr-FR ; +. +geopolitical:population + rdfs:label "population"@fr-FR ; +. +geopolitical:populationNotes + rdfs:label "notes démographiques"@fr-FR ; +. +geopolitical:populationTotal + rdfs:label "population totale"@fr-FR ; +. +geopolitical:populationUnit + rdfs:label "unité de population"@fr-FR ; +. +geopolitical:populationYear + rdfs:label "populationAnnée"@fr-FR ; +. +geopolitical:self_governing + rdfs:label "Autogestion"@fr-FR ; +. +geopolitical:special_group + rdfs:label "Groupe spécial"@fr-FR ; +. +geopolitical:territory + rdfs:label "Territoire"@fr-FR ; +. +geopolitical:validSince + rdfs:label "valide depuis"@fr-FR ; +. +geopolitical:validUntil + rdfs:label "valide jusqu'à"@fr-FR ; +. +obo: + rdfs:label "OBO Foundry"@fr-FR ; +. +obo:ARG_0000001 + rdfs:label "gabarit"@fr-FR ; +. +obo:ARG_0000015 + rdfs:label "étiquette définie par l'utilisateur"@fr-FR ; +. +obo:ARG_0000172 + rdfs:label "ID de patient"@fr-FR ; +. +obo:ARG_0000197 + rdfs:label "ID de service de santé"@fr-FR ; +. +obo:ARG_2000008 + rdfs:label "Sujet mesure de poids"@fr-FR ; +. +obo:ARG_2000009 + rdfs:label "Mesure d'expertise"@fr-FR ; +. +obo:ARG_2000010 + rdfs:label "Processus de mesure du poids du sujet (PR)"@fr-FR ; +. +obo:ARG_2000011 + rdfs:label "Processus de mesure de l'expertise"@fr-FR ; +. +obo:ARG_2000012 + rdfs:label "Étiquette de mesure"@fr-FR ; +. +obo:ARG_2000021 + rdfs:label "Expérience"@fr-FR ; +. +obo:ARG_2000022 + rdfs:label "spécialisation"@fr-FR ; +. +obo:ARG_2000028 + rdfs:label "information du contact"@fr-FR ; +. +obo:ARG_2000029 + rdfs:label "Coordonnées pour"@fr-FR ; +. +obo:ARG_2000065 + rdfs:label "American Board of Allergy and Immunology"@fr-FR ; +. +obo:ARG_2000066 + rdfs:label "American Board of Anesthesiology"@fr-FR ; +. +obo:ARG_2000067 + rdfs:label "American Board of Colon and Rectal Surgery"@fr-FR ; +. +obo:ARG_2000068 + rdfs:label "American Board of Dermatology"@fr-FR ; +. +obo:ARG_2000069 + rdfs:label "American Board of Emergency Medicine"@fr-FR ; +. +obo:ARG_2000070 + rdfs:label "American Board of Family Medicine"@fr-FR ; +. +obo:ARG_2000071 + rdfs:label "American Board of Internal Medicine"@fr-FR ; +. +obo:ARG_2000072 + rdfs:label "American Board of Medical Genetics"@fr-FR ; +. +obo:ARG_2000073 + rdfs:label "American Board of Neurological Surgery"@fr-FR ; +. +obo:ARG_2000074 + rdfs:label "American Board of Nuclear Medicine"@fr-FR ; +. +obo:ARG_2000075 + rdfs:label "American Board of Obstetrics and Gynecology"@fr-FR ; +. +obo:ARG_2000076 + rdfs:label "American Board of Ophthalmology"@fr-FR ; +. +obo:ARG_2000077 + rdfs:label "American Board of Orthopaedic Surgery"@fr-FR ; +. +obo:ARG_2000078 + rdfs:label "American Board of Otolaryngology"@fr-FR ; +. +obo:ARG_2000079 + rdfs:label "American Board of Pathology"@fr-FR ; +. +obo:ARG_2000080 + rdfs:label "American Board of Pediatrics"@fr-FR ; +. +obo:ARG_2000081 + rdfs:label "American Board of Physical Medicine and Rehabilitation"@fr-FR ; +. +obo:ARG_2000083 + rdfs:label "American Board of Plastic Surgery"@fr-FR ; +. +obo:ARG_2000084 + rdfs:label "American Board of Preventive Medicine"@fr-FR ; +. +obo:ARG_2000085 + rdfs:label "American Board of Psychiatry and Neurology"@fr-FR ; +. +obo:ARG_2000086 + rdfs:label "American Board of Radiology"@fr-FR ; +. +obo:ARG_2000087 + rdfs:label "American Board of Surgery"@fr-FR ; +. +obo:ARG_2000088 + rdfs:label "American Board of Thoracic Surgery"@fr-FR ; +. +obo:ARG_2000089 + rdfs:label "American Board of Urology"@fr-FR ; +. +obo:ARG_2000376 + rdfs:label "Qualificatif du contact"@fr-FR ; +. +obo:ARG_2000377 + rdfs:label "Profil FOAF"@fr-FR ; +. +obo:ARG_2000379 + rdfs:label "Contact"@fr-FR ; +. +obo:ARG_2000390 + rdfs:label "contexte de"@fr-FR ; +. +obo:ARG_2000391 + rdfs:label "contexte"@fr-FR ; +. +obo:ARG_2000399 + rdfs:label "agent de liaison"@fr-FR ; +. +obo:ARG_2000400 + rdfs:label "nombre par année"@fr-FR ; +. +obo:BFO_0000001 + rdfs:label "Entité"@fr-FR ; +. +obo:BFO_0000002 + rdfs:label "Continuant"@fr-FR ; +. +obo:BFO_0000003 + rdfs:label "occurence"@fr-FR ; +. +obo:BFO_0000004 + rdfs:label "Entité continuante indépendante (PR)"@fr-FR ; +. +obo:BFO_0000006 + rdfs:label "Région spatiale"@fr-FR ; +. +obo:BFO_0000008 + rdfs:label "Région temporelle"@fr-FR ; +. +obo:BFO_0000015 + rdfs:label "Processus"@fr-FR ; +. +obo:BFO_0000016 + rdfs:label "Disposition"@fr-FR ; +. +obo:BFO_0000017 + rdfs:label "Entité réalisable"@fr-FR ; +. +obo:BFO_0000019 + rdfs:label "Qualité"@fr-FR ; +. +obo:BFO_0000020 + rdfs:label "Continuant dépendant spécifiquement"@fr-FR ; +. +obo:BFO_0000023 + rdfs:label "Rôle"@fr-FR ; +. +obo:BFO_0000029 + rdfs:label "Site"@fr-FR ; +. +obo:BFO_0000031 + rdfs:label "Continuant génériquement dépendant"@fr-FR ; +. +obo:BFO_0000034 + rdfs:label "Fonction"@fr-FR ; +. +obo:BFO_0000038 + rdfs:label "Région temporelle unidimensionnelle"@fr-FR ; +. +obo:BFO_0000040 + rdfs:label "Entité matérielle"@fr-FR ; +. +obo:BFO_0000050 + rdfs:label "partie de"@fr-FR ; +. +obo:BFO_0000051 + rdfs:label "partie"@fr-FR ; +. +obo:BFO_0000054 + rdfs:label "réalisé dans"@fr-FR ; +. +obo:BFO_0000055 + rdfs:label "réalise"@fr-FR ; +. +obo:BFO_0000141 + rdfs:label "Entité immatérielle"@fr-FR ; +. +obo:BFO_0000148 + rdfs:label "Région temporelle à dimension zéro"@fr-FR ; +. +obo:ERO_0000004 + rdfs:label "Instrument"@fr-FR ; +. +obo:ERO_0000005 + rdfs:label "Service"@fr-FR ; +. +obo:ERO_0000006 + rdfs:label "Réactif"@fr-FR ; +. +obo:ERO_0000007 + rdfs:label "Technique"@fr-FR ; +. +obo:ERO_0000012 + rdfs:label "Rôle de fournisseur de service"@fr-FR ; +. +obo:ERO_0000014 + rdfs:label "Projet de recherche"@fr-FR ; +. +obo:ERO_0000015 + rdfs:label "Étude sur des sujets humains"@fr-FR ; +. +obo:ERO_0000016 + rdfs:label "Essai clinique"@fr-FR ; +. +obo:ERO_0000020 + rdfs:label "Spécimen biologique"@fr-FR ; +. +obo:ERO_0000029 + rdfs:label "fournit l'accès à"@fr-FR ; +. +obo:ERO_0000031 + rdfs:label "utilise"@fr-FR ; +. +obo:ERO_0000033 + rdfs:label "expertise technique"@fr-FR ; +. +obo:ERO_0000034 + rdfs:label "manufacturier"@fr-FR ; +. +obo:ERO_0000037 + rdfs:label "contact ou fournisseur de service"@fr-FR ; +. +obo:ERO_0000038 + rdfs:label "spécifie l'usage de"@fr-FR ; +. +obo:ERO_0000044 + rdfs:label "numéro d'inventaire"@fr-FR ; +. +obo:ERO_0000045 + rdfs:label "restrictions"@fr-FR ; +. +obo:ERO_0000046 + rdfs:label "restriction géographique"@fr-FR ; +. +obo:ERO_0000050 + rdfs:label "numéro de modèle"@fr-FR ; +. +obo:ERO_0000054 + rdfs:label "format de données de labo"@fr-FR ; +. +obo:ERO_0000070 + rdfs:label "utilisé par"@fr-FR ; +. +obo:ERO_0000071 + rdfs:label "Software"@fr-FR ; +. +obo:ERO_0000072 + rdfs:label "version"@fr-FR ; +. +obo:ERO_0000224 + rdfs:label "Rôle de financement"@fr-FR ; +. +obo:ERO_0000225 + rdfs:label "Rôle d'enseignant"@fr-FR ; +. +obo:ERO_0000390 + rdfs:label "service fourni par"@fr-FR ; +. +obo:ERO_0000391 + rdfs:label "Service d'accès"@fr-FR ; +. +obo:ERO_0000392 + rdfs:label "Service de stockage"@fr-FR ; +. +obo:ERO_0000393 + rdfs:label "Service de formation"@fr-FR ; +. +obo:ERO_0000394 + rdfs:label "Service de traitement matériel"@fr-FR ; +. +obo:ERO_0000395 + rdfs:label "Servicce d'analyse matérielle"@fr-FR ; +. +obo:ERO_0000396 + rdfs:label "Service de production de matières"@fr-FR ; +. +obo:ERO_0000397 + rdfs:label "réalise la technique (PR)"@fr-FR ; +. +obo:ERO_0000398 + rdfs:label "effectué par"@fr-FR ; +. +obo:ERO_0000424 + rdfs:label "étude démographique"@fr-FR ; +. +obo:ERO_0000460 + rdfs:label "documentation"@fr-FR ; +. +obo:ERO_0000481 + rdfs:label "réalise le protocole"@fr-FR ; +. +obo:ERO_0000482 + rdfs:label "logiciel"@fr-FR ; +. +obo:ERO_0000543 + rdfs:label "technique associée"@fr-FR ; +. +obo:ERO_0000565 + rdfs:label "Bureau du transfert technologique"@fr-FR ; +. +obo:ERO_0000572 + rdfs:label "étude sur"@fr-FR ; +. +obo:ERO_0000595 + rdfs:label "Opportunité de recherche"@fr-FR ; +. +obo:ERO_0000774 + rdfs:label "critères d'éligibilité"@fr-FR ; +. +obo:ERO_0000775 + rdfs:label "conditions de réséidence"@fr-FR ; +. +obo:ERO_0000776 + rdfs:label "Rôle de résident (USA)"@fr-FR ; +. +obo:ERO_0000777 + rdfs:label "Rôle de citoyen (US)"@en ; +. +obo:ERO_0000778 + rdfs:label "citoyen non américain"@fr-FR ; +. +obo:ERO_0000779 + rdfs:label "Rôle de résident permanent"@fr-FR ; +. +obo:ERO_0000780 + rdfs:label "Rôle de résident non-permanent"@fr-FR ; +. +obo:ERO_0000783 + rdfs:label "Rôle d'étudiant"@fr-FR ; +. +obo:ERO_0000784 + rdfs:label "Rôle d'étudiant de premier cycle"@fr-FR ; +. +obo:ERO_0000785 + rdfs:label "Rôle d'étudiant diplômé"@fr-FR ; +. +obo:ERO_0000786 + rdfs:label "Rôle d'élève du secondaire"@fr-FR ; +. +obo:ERO_0000787 + rdfs:label "Rôle d'employé"@fr-FR ; +. +obo:ERO_0000788 + rdfs:label "Rôle de professeur"@fr-FR ; +. +obo:ERO_0000789 + rdfs:label "Rôle d'employé"@fr-FR ; +. +obo:ERO_0000790 + rdfs:label "Stagiaire post-baccalauréat"@fr-FR ; +. +obo:ERO_0000914 + rdfs:label "Rôle de l'étudiant stagiaire de cycle supérieur"@fr-FR ; +. +obo:ERO_0000918 + rdfs:label "projet de recherche associé"@fr-FR ; +. +obo:ERO_0000919 + rdfs:label "spécimen biologique associé"@fr-FR ; +. +obo:ERO_0001245 + rdfs:label "Licences d'utilisation"@fr-FR ; +. +obo:ERO_0001254 + rdfs:label "Service de transport"@fr-FR ; +. +obo:ERO_0001255 + rdfs:label "Service de support"@fr-FR ; +. +obo:ERO_0001256 + rdfs:label "Service d'entreposage matériel"@fr-FR ; +. +obo:ERO_0001257 + rdfs:label "Service de stockage de données"@fr-FR ; +. +obo:ERO_0001258 + rdfs:label "Service d'entretien"@fr-FR ; +. +obo:ERO_0001259 + rdfs:label "Service d'entretien matériel"@fr-FR ; +. +obo:ERO_0001260 + rdfs:label "Service d'entretien de données"@fr-FR ; +. +obo:ERO_0001261 + rdfs:label "Service d'analyse"@fr-FR ; +. +obo:ERO_0001262 + rdfs:label "Service d'analyse de données"@fr-FR ; +. +obo:ERO_0001263 + rdfs:label "Service de modificaation matérielle"@fr-FR ; +. +obo:ERO_0001518 + rdfs:label "phase"@fr-FR ; +. +obo:ERO_0001520 + rdfs:label "effectue des études sur les humains"@fr-FR ; +. +obo:ERO_0001521 + rdfs:label "réalisé par l'organisation"@fr-FR ; +. +obo:ERO_0001716 + rdfs:label "Base de données"@fr-FR ; +. +obo:IAO_0000003 + rdfs:label "Étiquette d'unité de mesure"@fr-FR ; +. +obo:IAO_0000005 + rdfs:label "Spécification des objectifs"@fr-FR ; +. +obo:IAO_0000007 + rdfs:label "Spécification des actions"@fr-FR ; +. +obo:IAO_0000009 + rdfs:label "Étiquette de référence"@fr-FR ; +. +obo:IAO_0000013 + rdfs:label "Article"@fr-FR ; +. +obo:IAO_0000027 + rdfs:label "Élément de données"@fr-FR ; +. +obo:IAO_0000030 + rdfs:label "Entité de contenu de l'information"@fr-FR ; +. +obo:IAO_0000032 + rdfs:label "Point de référence de la mesure scalaire"@fr-FR ; +. +obo:IAO_0000033 + rdfs:label "Entité de directives (PR)"@fr-FR ; +. +obo:IAO_0000039 + rdfs:label "étiquette d'unité de masure"@fr-FR ; +. +obo:IAO_0000102 + rdfs:label "Données sur une partie de l'ontologie"@fr-FR ; +. +obo:IAO_0000104 + rdfs:label "Spécification du plan"@fr-FR ; +. +obo:IAO_0000109 + rdfs:label "Référence de mesure"@fr-FR ; +. +obo:IAO_0000124 + rdfs:label "non préservé (PR)"@fr-FR ; +. +obo:IAO_0000136 + rdfs:label "traite de"@fr-FR ; +. +obo:IAO_0000142 + rdfs:label "mentions"@fr-FR ; +. +obo:IAO_0000144 + rdfs:label "Conclusion (texte)"@fr-FR ; +. +obo:IAO_0000221 + rdfs:label "mesure de qualité de"@fr-FR ; +. +obo:IAO_0000227 + rdfs:label "termes fusionnés"@fr-FR ; +. +obo:IAO_0000300 + rdfs:label "Entité textuelle"@fr-FR ; +. +obo:IAO_0000417 + rdfs:label "fait l'objet d'une évaluation qualitative (PR)"@fr-FR ; +. +obo:OBI_0000011 + rdfs:label "Processus planifié"@fr-FR ; +. +obo:OBI_0000017 + rdfs:label "Role réglementaire"@fr-FR ; +. +obo:OBI_0000272 + rdfs:label "Protocole"@fr-FR ; +. +obo:OBI_0000293 + rdfs:label "intrant spécifique"@fr-FR ; +. +obo:OBI_0000299 + rdfs:label "résultat défini"@fr-FR ; +. +obo:OBI_0000304 + rdfs:label "manufacturé par"@fr-FR ; +. +obo:OBI_0000312 + rdfs:label "résultat spécifique de"@fr-FR ; +. +obo:OBI_0000417 + rdfs:label "atteint l'objectif fixé"@fr-FR ; +. +obo:OBI_0000643 + rdfs:label "grain (PR)"@fr-FR ; +. +obo:OBI_0000833 + rdfs:label "objective atteint par"@fr-FR ; +. +obo:OBI_0000835 + rdfs:label "Manufacturier"@fr-FR ; +. +obo:OBI_0001554 + rdfs:label "Référence de mesure du taux"@fr-FR ; +. +obo:OBI_0100026 + rdfs:label "Organisme"@fr-FR ; +. +obo:OBI_0500000 + rdfs:label "Plan d'étude"@fr-FR ; +. +obo:RO_0000052 + rdfs:label "inhérent à"@fr-FR ; +. +obo:RO_0000053 + rdfs:label "détenteur de"@fr-FR ; +. +obo:RO_0000056 + rdfs:label "participe à"@fr-FR ; +. +obo:RO_0000057 + rdfs:label "participants"@fr-FR ; +. +obo:RO_0001000 + rdfs:label "dérivé de"@fr-FR ; +. +obo:RO_0001015 + rdfs:label "lieu de"@fr-FR ; +. +obo:RO_0001018 + rdfs:label "contenu dans"@fr-FR ; +. +obo:RO_0001019 + rdfs:label "contient"@fr-FR ; +. +obo:RO_0001025 + rdfs:label "situé en"@fr-FR ; +. +obo:RO_0002220 + rdfs:label "adjacent à"@fr-FR ; +. +obo:RO_0002233 + rdfs:label "intrant"@fr-FR ; +. +obo:RO_0002234 + rdfs:label "résultat"@fr-FR ; +. +obo:RO_0002350 + rdfs:label "membre de"@fr-FR ; +. +obo:RO_0002351 + rdfs:label "membre"@fr-FR ; +. +obo:RO_0002353 + rdfs:label "résultat de"@fr-FR ; +. +obo:RO_0003000 + rdfs:label "produit"@fr-FR ; +. +obo:RO_0003001 + rdfs:label "produit par"@fr-FR ; +. +obo:UO_0000280 + rdfs:label "Unité tarifaire"@fr-FR ; +. + + rdfs:label "Événement ontologique"@fr-FR ; +. + + rdfs:label "Événement"@fr-FR ; +. +terms:contributor + rdfs:label "contributeur"@fr-FR ; +. +terms:relation + rdfs:label "relation"@fr-FR ; +. + + rdfs:label "Recherche OCRe"@fr-FR ; +. + + rdfs:label " planification des recherche (OCRe) (PR)"@fr-FR ; +. + + rdfs:label "Phase"@fr-FR ; +. + + rdfs:label "Phase 0"@fr-FR ; +. + + rdfs:label "Phase 1"@fr-FR ; +. + + rdfs:label "Phase 2"@fr-FR ; +. + + rdfs:label "Phase 3"@fr-FR ; +. + + rdfs:label "Phase 4"@fr-FR ; +. + + rdfs:label "Étude d'un seul groupe"@fr-FR ; +. +bibo: + rdfs:label "Ontologie Bibo"@fr-FR ; +. +bibo:AcademicArticle + rdfs:label "Article de recherche"@fr-FR ; +. +bibo:Article + rdfs:label "Article"@fr-FR ; +. +bibo:AudioDocument + rdfs:label "Document Audio"@fr-FR ; +. +bibo:AudioVisualDocument + rdfs:label "Document audio-visuel"@fr-FR ; +. +bibo:Bill + rdfs:label "Loi"@fr-FR ; +. +bibo:Book + rdfs:label "Livre"@fr-FR ; +. +bibo:BookSection + rdfs:label "Section d'un livre"@fr-FR ; +. +bibo:Brief + rdfs:label "Dossier (PR)"@fr-FR ; +. +bibo:Chapter + rdfs:label "Chapitre"@fr-FR ; +. +bibo:Code + rdfs:label "Code"@fr-FR ; +. +bibo:CollectedDocument + rdfs:label "Documents recueillis"@fr-FR ; +. +bibo:Collection + rdfs:label "Collection"@fr-FR ; +. +bibo:Conference + rdfs:label "Conference"@fr-FR ; +. +bibo:CourtReporter + rdfs:label "Greffier"@fr-FR ; +. +bibo:Document + rdfs:label "Document"@fr-FR ; +. +bibo:DocumentPart + rdfs:label "Partie du document"@fr-FR ; +. +bibo:DocumentStatus + rdfs:label "Statut du document"@fr-FR ; +. +bibo:EditedBook + rdfs:label "Livre édité"@fr-FR ; +. +bibo:Excerpt + rdfs:label "Extrait"@fr-FR ; +. +bibo:Film + rdfs:label "Film"@fr-FR ; +. +bibo:Hearing + rdfs:label "Audience"@fr-FR ; +. +bibo:Image + rdfs:label "Image"@fr-FR ; +. +bibo:Interview + rdfs:label "Interview"@fr-FR ; +. +bibo:Issue + rdfs:label "numéro"@fr-FR ; +. +bibo:Journal + rdfs:label "Revue"@fr-FR ; +. +bibo:LegalCaseDocument + rdfs:label "Document de cas juridique"@fr-FR ; +. +bibo:LegalDecision + rdfs:label "Décision"@fr-FR ; +. +bibo:LegalDocument + rdfs:label "Doocument légal"@fr-FR ; +. +bibo:Legislation + rdfs:label "Législation"@fr-FR ; +. +bibo:Letter + rdfs:label "Lettre"@fr-FR ; +. +bibo:Magazine + rdfs:label "Magazine"@fr-FR ; +. +bibo:Manual + rdfs:label "Manuel"@fr-FR ; +. +bibo:Manuscript + rdfs:label "manuscrit"@fr-FR ; +. +bibo:Map + rdfs:label "Carte"@fr-FR ; +. +bibo:Newspaper + rdfs:label "Journal"@fr-FR ; +. +bibo:Note + rdfs:label "Note"@fr-FR ; +. +bibo:Patent + rdfs:label "Brevet"@fr-FR ; +. +bibo:Performance + rdfs:label "Performance"@fr-FR ; +. +bibo:Periodical + rdfs:label "Périodique"@fr-FR ; +. +bibo:PersonalCommunicationDocument + rdfs:label "Document de communication personnel"@fr-FR ; +. +bibo:Proceedings + rdfs:label "Actes"@fr-FR ; +. +bibo:Quote + rdfs:label "Citation"@fr-FR ; +. +bibo:ReferenceSource + rdfs:label "Source de référence"@fr-FR ; +. +bibo:Report + rdfs:label "Rapport"@fr-FR ; +. +bibo:Series + rdfs:label "Collection"@fr-FR ; +. +bibo:Slide + rdfs:label "Diapositive"@fr-FR ; +. +bibo:Slideshow + rdfs:label "Diaporama"@fr-FR ; +. +bibo:Standard + rdfs:label "Standard"@fr-FR ; +. +bibo:Statute + rdfs:label "Statut"@fr-FR ; +. +bibo:Thesis + rdfs:label "Thèse"@fr-FR ; +. +bibo:ThesisDegree + rdfs:label "Diplôme de thèse"@fr-FR ; +. +bibo:Webpage + rdfs:label "Page web"@fr-FR ; +. +bibo:Website + rdfs:label "Site web"@fr-FR ; +. +bibo:Workshop + rdfs:label "Atelier"@fr-FR ; +. +bibo:abstract + rdfs:label "résumé"@fr-FR ; +. +bibo:accepted + rdfs:label "accepté"@fr-FR ; +. +bibo:affirmedBy + rdfs:label "affirmé par"@fr-FR ; +. +bibo:annotates + rdfs:label "annotate"@fr-FR ; +. +bibo:asin + rdfs:label "Amazon Standard Identification Number (ASIN)"@fr-FR ; +. +bibo:chapter + rdfs:label "numéro de chapitre"@fr-FR ; +. +bibo:citedBy + rdfs:label "cité par"@fr-FR ; +. +bibo:cites + rdfs:label "cites"@fr-FR ; +. +bibo:coden + rdfs:label "coden"@fr-FR ; +. +bibo:court + rdfs:label "Tribunal (PR)"@fr-FR ; +. +bibo:degree + rdfs:label "diplôme associé"@fr-FR ; +. +bibo:director + rdfs:label "directeur"@fr-FR ; +. +bibo:distributor + rdfs:label "distributeur"@fr-FR ; +. +bibo:doi + rdfs:label "Digital Object Identifier (DOI)"@fr-FR ; +. +bibo:draft + rdfs:label "brouillon"@fr-FR ; +. +bibo:eanucc13 + rdfs:label "EAN International-Uniform Code Council (EAN-UCC) 13"@fr-FR ; +. +bibo:edition + rdfs:label "édition"@fr-FR ; +. +bibo:eissn + rdfs:label "Electronic International Standard Serial Number (EISSN)"@fr-FR ; +. +bibo:gtin14 + rdfs:label "Global Trade Item Number (GTIN-14)"@fr-FR ; +. +bibo:identifier + rdfs:label "identifiant"@fr-FR ; +. +bibo:interviewee + rdfs:label "personne interviewée"@fr-FR ; +. +bibo:interviewer + rdfs:label "interviewer"@fr-FR ; +. +bibo:isbn10 + rdfs:label "International Standard Book Number (ISBN) 10"@fr-FR ; +. +bibo:isbn13 + rdfs:label "International Standard Book Number (ISBN) 13"@fr-FR ; +. +bibo:issn + rdfs:label "International Standard Serial Number (ISSN)"@fr-FR ; +. +bibo:issue + rdfs:label "numéro"@fr-FR ; +. +bibo:issuer + rdfs:label "émetteur"@fr-FR ; +. +bibo:lccn + rdfs:label " numéro de contrôle de Library of Congress (LCCN)"@fr-FR ; +. +bibo:locator + rdfs:label "localisateur"@fr-FR ; +. +bibo:numPages + rdfs:label "nombre de pages"@fr-FR ; +. +bibo:number + rdfs:label "numéro"@fr-FR ; +. +bibo:oclcnum + rdfs:label " numéro de Online Computer Library Center (OCLC)"@fr-FR ; +. +bibo:pageEnd + rdfs:label "page de fin"@fr-FR ; +. +bibo:pageStart + rdfs:label "Page de début"@fr-FR ; +. +bibo:peerReviewed + rdfs:label "revu par les pairs"@fr-FR ; +. +bibo:performer + rdfs:label "interprète"@fr-FR ; +. +bibo:pmid + rdfs:label "ID PubMed"@fr-FR ; +. +bibo:prefixName + rdfs:label "préfixe de nom"@fr-FR ; +. +bibo:presentedAt + rdfs:label "presenté à l'événement"@fr-FR ; +. +bibo:presents + rdfs:label "documents associés"@fr-FR ; +. +bibo:published + rdfs:label "publié"@fr-FR ; +. +bibo:recipient + rdfs:label "destinataire"@fr-FR ; +. +bibo:rejected + rdfs:label "rejeté"@fr-FR ; +. +bibo:reproducedIn + rdfs:label "reproduit dans"@fr-FR ; +. +bibo:reversedBy + rdfs:label "inversé par"@fr-FR ; +. +bibo:reviewOf + rdfs:label "critique de"@fr-FR ; +. +bibo:section + rdfs:label "section"@fr-FR ; +. +bibo:shortDescription + rdfs:label "courte description"@fr-FR ; +. +bibo:sici + rdfs:label "Serial Item and Contribution Identifier (SICI)"@fr-FR ; +. +bibo:status + rdfs:label "statut"@fr-FR ; +. +bibo:subsequentLegalDecision + rdfs:label "décision légale subséquente"@fr-FR ; +. +bibo:transcriptOf + rdfs:label "transcription de"@fr-FR ; +. +bibo:translationOf + rdfs:label "traduction de"@fr-FR ; +. +bibo:translator + rdfs:label "traducteur"@fr-FR ; +. +bibo:unpublished + rdfs:label "non publié"@fr-FR ; +. +bibo:upc + rdfs:label "Code universel de produit (UPC)"@fr-FR ; +. +bibo:uri + rdfs:label "URI"@fr-FR ; +. +bibo:volume + rdfs:label "volume"@fr-FR ; +. + + rdfs:label "Citation Counting and Context Characterization Ontology"@fr-FR ; +. + + rdfs:label "Source de données bibliographiques"@fr-FR ; +. + + rdfs:label "Nombre total de citations"@fr-FR ; +. + + rdfs:label "fréquence globale de citation"@fr-FR ; +. + + rdfs:label "Date du compteur global des citations"@fr-FR ; +. + + rdfs:label "source de compte global"@fr-FR ; +. + + rdfs:label "compteur global"@fr-FR ; +. + + rdfs:label "CiTO (Citation Typing Ontology)"@fr-FR ; +. + + rdfs:label "cite comme source de données"@fr-FR ; +. + + rdfs:label "est cité comme source par"@fr-FR ; +. + + rdfs:label "FaBiO (FRBR-Aligned Bibliographic Ontology)"@fr-FR ; +. + + rdfs:label "Recommandation clinique"@fr-FR ; +. + + rdfs:label "Commentaire"@fr-FR ; +. + + rdfs:label "Erratum"@fr-FR ; +. + + rdfs:label "espace de nommage URI préféré"@fr-FR ; +. + + rdfs:label "interne à Vitro"@fr-FR ; +. +vitro:moniker + rdfs:label "moniker (deprecated) (PR)"@fr-FR ; +. + + rdfs:label "Vitro Public Ontology"@fr-FR ; +. + + rdfs:label "Dossier"@fr-FR ; +. + + rdfs:label "FichierOctetFlux"@fr-FR ; +. + + rdfs:label "VIVO Core"@fr-FR ; +. +core:Abstract + rdfs:label "Résumé"@fr-FR ; +. +core:AcademicDegree + rdfs:label "Diplôme universitaire"@fr-FR ; +. +core:AcademicDepartment + rdfs:label "Département"@fr-FR ; +. +core:AcademicTerm + rdfs:label "Période académique"@fr-FR ; +. +core:AcademicYear + rdfs:label "Année académique"@fr-FR ; +. +core:AdministratorRole + rdfs:label "Rôle d'administrateur"@fr-FR ; +. +core:AdviseeRole + rdfs:label "Rôle de personne conseillée"@fr-FR ; +. +core:AdvisingProcess + rdfs:label "Procxessus de consultation"@fr-FR ; +. +core:AdvisingRelationship + rdfs:label "Relation de conseil"@fr-FR ; +. +core:AdvisorRole + rdfs:label "Rôle de conseiller"@fr-FR ; +. +core:Association + rdfs:label "Association"@fr-FR ; +. +core:AttendeeRole + rdfs:label "Rôle de participant"@fr-FR ; +. +core:AttendingProcess + rdfs:label "Processus de participation"@fr-FR ; +. +core:Authorship + rdfs:label "Paternité"@fr-FR ; +. +core:Award + rdfs:label "Prix et Distinction"@fr-FR ; +. +core:AwardReceipt + rdfs:label "Prix ou distinction reçu"@fr-FR ; +. +core:AwardedDegree + rdfs:label "Diplôme accordé"@fr-FR ; +. +core:Blog + rdfs:label "Blog"@fr-FR ; +. +core:BlogPosting + rdfs:label "Publication de Blog"@fr-FR ; +. +core:Building + rdfs:label "Édifice"@fr-FR ; +. +core:Campus + rdfs:label "Campus"@fr-FR ; +. +core:CaseStudy + rdfs:label "Étude de cas"@fr-FR ; +. +core:Catalog + rdfs:label "Catalogue"@fr-FR ; +. +core:Center + rdfs:label "Centre"@fr-FR ; +. +core:Certificate + rdfs:label "Certificat"@fr-FR ; +. +core:Certification + rdfs:label "Certification"@fr-FR ; +. +core:ClinicalOrganization + rdfs:label "Organisation clinique"@fr-FR ; +. +core:ClinicalRole + rdfs:label "Rôle clinique"@fr-FR ; +. +core:CoPrincipalInvestigatorRole + rdfs:label "Rôle de co-chercheur principal"@fr-FR ; +. +core:College + rdfs:label "Collège"@fr-FR ; +. +core:Committee + rdfs:label "Commité"@fr-FR ; +. +core:Company + rdfs:label "Compagnie"@fr-FR ; +. +core:Competition + rdfs:label "Compétition"@fr-FR ; +. +core:ConferencePaper + rdfs:label "Article de conférence"@fr-FR ; +. +core:ConferencePoster + rdfs:label "Affiche de conférence"@fr-FR ; +. +core:ConferenceSeries + rdfs:label "Série de conférences"@fr-FR ; +. +core:Consortium + rdfs:label "Consortium"@fr-FR ; +. +core:Continent + rdfs:label "Continent"@fr-FR ; +. +core:Contract + rdfs:label "Contrat"@fr-FR ; +. +core:CoreLaboratory + rdfs:label "Laboratoire principal"@fr-FR ; +. +core:Country + rdfs:label "Pays"@fr-FR ; +. +core:County + rdfs:label "Comté"@fr-FR ; +. +core:Course + rdfs:label "Cours"@fr-FR ; +. +core:Credential + rdfs:label "certification (PR)"@fr-FR ; +. +core:Database + rdfs:label "Base de données"@fr-FR ; +. +core:Dataset + rdfs:label "Jeu de données"@fr-FR ; +. +core:DateTimeInterval + rdfs:label "intervalle date/heure"@fr-FR ; +. +core:DateTimeValue + rdfs:label "Date/Temps"@fr-FR ; +. +core:DateTimeValuePrecision + rdfs:label "Précision Date/heure"@fr-FR ; +. +core:Department + rdfs:label "Département"@fr-FR ; +. +core:Division + rdfs:label "Division"@fr-FR ; +. +core:EditorRole + rdfs:label "Rôle d'éditeur"@fr-FR ; +. +core:EditorialArticle + rdfs:label "Article éditorial"@fr-FR ; +. +core:Editorship + rdfs:label "Rédaction"@fr-FR ; +. +core:EducationalProcess + rdfs:label "Processus éducationnel"@fr-FR ; +. +core:EmeritusFaculty + rdfs:label "Profeseur émérite"@fr-FR ; +. +core:EmeritusLibrarian + rdfs:label "Bibliothécaire émérite"@fr-FR ; +. +core:EmeritusProfessor + rdfs:label "Professeur émérite"@fr-FR ; +. +core:Equipment + rdfs:label "Équipement"@fr-FR ; +. +core:EventSeries + rdfs:label "Série d'événements"@fr-FR ; +. +core:Exhibit + rdfs:label "Exposition"@fr-FR ; +. +core:ExtensionUnit + rdfs:label "Unité de prolongation (PR)"@fr-FR ; +. +core:F1000Link + rdfs:label "Lien F1000"@fr-FR ; +. +core:Facility + rdfs:label "Installation"@fr-FR ; +. +core:FacultyAdministrativePosition + rdfs:label "Poste administratif de professeur"@fr-FR ; +. +core:FacultyMember + rdfs:label "Professeur"@fr-FR ; +. +core:FacultyMentoringRelationship + rdfs:label "Relation de mentorat entre les professeurs"@fr-FR ; +. +core:FacultyPosition + rdfs:label "Poste de professeur"@fr-FR ; +. +core:Foundation + rdfs:label "Fondation"@fr-FR ; +. +core:FundingOrganization + rdfs:label "Organisme de financement"@fr-FR ; +. +core:GeographicLocation + rdfs:label "Lieu géographique"@fr-FR ; +. +core:GeographicRegion + rdfs:label "Région géographique"@fr-FR ; +. +core:GeopoliticalEntity + rdfs:label "Entité géopolitique"@fr-FR ; +. +core:GovernmentAgency + rdfs:label "Agence gouvernementale"@fr-FR ; +. +core:GraduateAdvisingRelationship + rdfs:label "Relation de conseil aux diplômés"@fr-FR ; +. +core:GraduateStudent + rdfs:label "Diplômé"@fr-FR ; +. +core:Grant + rdfs:label "Subvention"@fr-FR ; +. +core:Hospital + rdfs:label "Hôpital"@fr-FR ; +. +core:Institute + rdfs:label "Institut"@fr-FR ; +. +core:Internship + rdfs:label "Stage"@fr-FR ; +. +core:InvestigatorRole + rdfs:label "Rôle de chercheur"@fr-FR ; +. +core:InvitedTalk + rdfs:label "Conférence sur invitation"@fr-FR ; +. +core:IssuedCredential + rdfs:label "Diplôme émis"@fr-FR ; +. +core:Laboratory + rdfs:label "Laboratoire"@fr-FR ; +. +core:LeaderRole + rdfs:label "Rôle de leader"@fr-FR ; +. +core:Librarian + rdfs:label "Bibliothécaire"@fr-FR ; +. +core:LibrarianPosition + rdfs:label "Poste de bibliothécaire"@fr-FR ; +. +core:Library + rdfs:label "Bibliothèque"@fr-FR ; +. +core:License + rdfs:label "Permis"@fr-FR ; +. +core:Licensure + rdfs:label "Permis d'exercer"@fr-FR ; +. +core:Location + rdfs:label "Lieu"@fr-FR ; +. +core:MedicalResidency + rdfs:label "Résidence médicale"@fr-FR ; +. +core:Meeting + rdfs:label "Réunion"@fr-FR ; +. +core:MemberRole + rdfs:label "Rôle de membre"@fr-FR ; +. +core:Museum + rdfs:label "Musée"@fr-FR ; +. +core:NewsRelease + rdfs:label "Communiqué de presse"@fr-FR ; +. +core:Newsletter + rdfs:label "Bulletin d'information"@fr-FR ; +. +core:NonAcademic + rdfs:label "Non-académique"@fr-FR ; +. +core:NonAcademicPosition + rdfs:label "Poste non-académique"@fr-FR ; +. +core:NonFacultyAcademic + rdfs:label "Enseignant"@fr-FR ; +. +core:NonFacultyAcademicPosition + rdfs:label "Poste académique non professoral"@fr-FR ; +. +core:OrganizerRole + rdfs:label "Rôle d'organisateur"@fr-FR ; +. +core:OrganizingProcess + rdfs:label "Processus organisationnel"@fr-FR ; +. +core:OutreachProviderRole + rdfs:label "Rôle de responsable de la mobilisation des connaissances (PR)"@fr-FR ; +. +core:PeerReviewerRole + rdfs:label "Rôle de pair évaluateur"@fr-FR ; +. +core:PopulatedPlace + rdfs:label "Lieu habité"@fr-FR ; +. +core:Position + rdfs:label "Poste (PR)"@fr-FR ; +. +core:Postdoc + rdfs:label "Post-doctorat"@fr-FR ; +. +core:PostdocOrFellowAdvisingRelationship + rdfs:label "Relation conseil avec les étudiants post-doctoraux ou fellow (PR)"@fr-FR ; +. +core:PostdocPosition + rdfs:label "Poste postdoctoral"@fr-FR ; +. +core:PostdoctoralTraining + rdfs:label "Formation postedoctorale"@fr-FR ; +. +core:Presentation + rdfs:label "Présentation"@fr-FR ; +. +core:PresenterRole + rdfs:label "Rôle de présentateur"@fr-FR ; +. +core:PresentingProcess + rdfs:label "Processus de présentation"@fr-FR ; +. +core:PrimaryPosition + rdfs:label "Poste principal"@fr-FR ; +. +core:PrincipalInvestigatorRole + rdfs:label "Rôle de chercheur principal"@fr-FR ; +. +core:PrivateCompany + rdfs:label "Compagnie privée"@fr-FR ; +. +core:Program + rdfs:label "Programme"@fr-FR ; +. +core:Project + rdfs:label "Projet"@fr-FR ; +. +core:Publisher + rdfs:label "Éditeur"@fr-FR ; +. +core:Relationship + rdfs:label "Relattion"@fr-FR ; +. +core:ResearchOrganization + rdfs:label "Organisation de recherche"@fr-FR ; +. +core:ResearchProposal + rdfs:label "Proposition de recherche"@fr-FR ; +. +core:ResearcherRole + rdfs:label "Rôle de chercheur"@fr-FR ; +. +core:Review + rdfs:label "Critique"@fr-FR ; +. +core:ReviewerRole + rdfs:label "Rôle de réviseur"@fr-FR ; +. +core:Room + rdfs:label "Chambre"@fr-FR ; +. +core:School + rdfs:label "École"@fr-FR ; +. +core:Score + rdfs:label "Pointage"@fr-FR ; +. +core:Screenplay + rdfs:label "Scénario"@fr-FR ; +. +core:SeminarSeries + rdfs:label "Collections de séminaires"@fr-FR ; +. +core:ServiceProvidingLaboratory + rdfs:label "Service de laboratoire"@fr-FR ; +. +core:Speech + rdfs:label "Discours"@fr-FR ; +. +core:StateOrProvince + rdfs:label "État ou Province"@fr-FR ; +. +core:Student + rdfs:label "Étudiant"@fr-FR ; +. +core:StudentOrganization + rdfs:label "Organisation étudiante"@fr-FR ; +. +core:SubnationalRegion + rdfs:label "Région infranationale"@fr-FR ; +. +core:TeacherRole + rdfs:label "Rôle de professeur"@fr-FR ; +. +core:Team + rdfs:label "Équipe"@fr-FR ; +. +core:Translation + rdfs:label "Tranduction"@fr-FR ; +. +core:UndergraduateAdvisingRelationship + rdfs:label "Relation conseil de premier cycle"@fr-FR ; +. +core:UndergraduateStudent + rdfs:label "Étudiant de premier cycle"@fr-FR ; +. +core:University + rdfs:label "Université"@fr-FR ; +. +core:Video + rdfs:label "Vidéo"@fr-FR ; +. +core:WorkingPaper + rdfs:label "Document de travail"@fr-FR ; +. +core:WorkshopSeries + rdfs:label "WSéries d'ateliers"@fr-FR ; +. +core:abbreviation + rdfs:label "abbréviation"@fr-FR ; +. +core:affiliatedOrganization + rdfs:label "Affiliation organisationnelle"@fr-FR ; +. +core:assignedBy + rdfs:label "assigné par"@fr-FR ; +. +core:assignee + rdfs:label "mandataire (PR)"@fr-FR ; +. +core:assigneeFor + rdfs:label "cessionnaire du brevet"@fr-FR ; +. +core:assigns + rdfs:label "assigne"@fr-FR ; +. +core:cclCode + rdfs:label "published US Classification Class/subclass (CCL) code"@fr-FR ; +. +core:conceptAssociatedWith + rdfs:label "concept de"@fr-FR ; +. +core:contactInformation + rdfs:label "contact"@fr-FR ; +. +core:contributingRole + rdfs:label "contributeur"@fr-FR ; +. +core:courseCredits + rdfs:label "crédits"@fr-FR ; +. +core:dateFiled + rdfs:label "date saisie"@fr-FR ; +. +core:dateIssued + rdfs:label "date de parution"@fr-FR ; +. +core:dateTime + rdfs:label "date/heure"@fr-FR ; +. +core:dateTimeInterval + rdfs:label "intervalle date/heure"@fr-FR ; +. +core:dateTimePrecision + rdfs:label "précision date/heure"@fr-FR ; +. +core:dateTimeValue + rdfs:label "Date/heure"@fr-FR ; +. +core:degreeCandidacy + rdfs:label "candidature au diplôme"@fr-FR ; +. +core:departmentOrSchool + rdfs:label "nom du département ou de l'école au sein de l'institution"@fr-FR ; +. +core:description + rdfs:label "description"@fr-FR ; +. +core:distributes + rdfs:label "distribue"@fr-FR ; +. +core:distributesFundingFrom + rdfs:label "distribue le financement provenant de"@fr-FR ; +. +core:eRACommonsId + rdfs:label "eRA Commons ID"@fr-FR ; +. +core:eligibleFor + rdfs:label "admissibilité au diplôme atteinte"@fr-FR ; +. +core:end + rdfs:label "fin"@fr-FR ; +. +core:entryTerm + rdfs:label "terme saisis (PR)"@fr-FR ; +. +core:equipmentFor + rdfs:label "équipement destiné à"@fr-FR ; +. +core:expirationDate + rdfs:label "date d'expiration"@fr-FR ; +. +core:featuredIn + rdfs:label "figurant dans"@fr-FR ; +. +core:features + rdfs:label "caractéristiques"@fr-FR ; +. +core:freetextKeyword + rdfs:label "mots clés"@fr-FR ; +. +core:fundingVehicleFor + rdfs:label "fournit du financement pour"@fr-FR ; +. +core:geographicFocus + rdfs:label "perspective geographique"@fr-FR ; +. +core:geographicFocusOf + rdfs:label "perspective géographique"@fr-FR ; +. +core:governingAuthorityFor + rdfs:label "autorité dirigeante de"@fr-FR ; +. +core:grantDirectCosts + rdfs:label "coûts directs"@fr-FR ; +. +core:grantSubcontractedThrough + rdfs:label "sous-contracté par"@fr-FR ; +. +core:hasAssociatedConcept + rdfs:label "concept associé"@fr-FR ; +. +core:hasCollaborator + rdfs:label "collaborateurs"@fr-FR ; +. +core:hasEquipment + rdfs:label "équipment"@fr-FR ; +. +core:hasFacility + rdfs:label "installation"@fr-FR ; +. +core:hasFundingVehicle + rdfs:label "financement fourni par"@fr-FR ; +. +core:hasGoverningAuthority + rdfs:label "autorité dirigeante"@fr-FR ; +. +core:hasMonetaryAmount + rdfs:label "Valeur monétaire"@fr-FR ; +. +core:hasPredecessorOrganization + rdfs:label "organisation précédente"@fr-FR ; +. +core:hasPrerequisite + rdfs:label "prérequis"@fr-FR ; +. +core:hasProceedings + rdfs:label "actes"@fr-FR ; +. +core:hasPublicationVenue + rdfs:label "publié dans"@fr-FR ; +. +core:hasResearchArea + rdfs:label "Domaine de recherche"@fr-FR ; +. +core:hasSubjectArea + rdfs:label "domaine"@fr-FR ; +. +core:hasSuccessorOrganization + rdfs:label "organisation remplaçante"@fr-FR ; +. +core:hasTranslation + rdfs:label "traduction"@fr-FR ; +. +core:hasValue + rdfs:label "valeur"@fr-FR ; +. +core:hideFromDisplay + rdfs:label "masquer à l'affichage"@fr-FR ; +. +core:hrJobTitle + rdfs:label "titre d'emploi de RH (PR)"@fr-FR ; +. +core:iclCode + rdfs:label "code de classification Internationale (ICL) code"@fr-FR ; +. +core:identifier + rdfs:label "identifiant"@fr-FR ; +. +core:inPress + rdfs:label "sous presse"@fr-FR ; +. +core:informationResourceSupportedBy + rdfs:label "supporté par"@fr-FR ; +. +core:invited + rdfs:label "invité"@fr-FR ; +. +core:isCorrespondingAuthor + rdfs:label "Est-ce que cet personne est l'auteur recherché?"@fr-FR ; +. +core:licenseNumber + rdfs:label "numéro de permis"@fr-FR ; +. +core:localAwardId + rdfs:label "ID de distinction locale"@fr-FR ; +. +core:majorField + rdfs:label "principal domaine d'étude"@fr-FR ; +. +core:middleName + rdfs:label "deuxième prénom ou initiale"@fr-FR ; +. +core:nihmsid + rdfs:label "ID du système de soumission de manuscrit NIH"@fr-FR ; +. +core:offeredBy + rdfs:label "offert par"@fr-FR ; +. +core:offers + rdfs:label "offre"@fr-FR ; +. +core:orcidId + rdfs:label "ID ORCID"@fr-FR ; +. +core:outreachOverview + rdfs:label "aperçu des activités"@fr-FR ; +. +core:overview + rdfs:label "aperçu"@fr-FR ; +. +core:patentNumber + rdfs:label "numéro de brevet"@fr-FR ; +. +core:placeOfPublition + rdfs:label "lieu de publication"@fr-FR ; +. +core:pmcid + rdfs:label "ID PubMed Central"@fr-FR ; +. +core:preferredDisplayOrder + rdfs:label "ordre de présentation préféré"@fr-FR ; +. +core:prerequisiteFor + rdfs:label "prérequis pour"@fr-FR ; +. +core:proceedingsOf + rdfs:label "actes de"@fr-FR ; +. +core:providesFundingThrough + rdfs:label "fournit du financement par l'entremise de"@fr-FR ; +. +core:publicationVenueFor + rdfs:label "lieu de publication pour"@fr-FR ; +. +core:publisher + rdfs:label "éditeur"@fr-FR ; +. +core:publisherOf + rdfs:label "éditeur de"@fr-FR ; +. +core:rank + rdfs:label "rang"@fr-FR ; +. +core:relatedBy + rdfs:label "relié par"@fr-FR ; +. +core:relates + rdfs:label "relié à (PR)"@fr-FR ; +. +core:reportId + rdfs:label "identifiant du rapport"@fr-FR ; +. +core:reproduces + rdfs:label "reproduit"@fr-FR ; +. +core:researchAreaOf + rdfs:label "Domaine de recherche de "@fr-FR ; +. +core:researchOverview + rdfs:label "Aperçu des recherches"@fr-FR ; +. +core:researcherId + rdfs:label "ID de chercheur ISI"@fr-FR ; +. +core:reviewedIn + rdfs:label "analysé dans"@fr-FR ; +. +core:roleContributesTo + rdfs:label "contribue à"@fr-FR ; +. +core:scopusId + rdfs:label "ID Scopus"@fr-FR ; +. +core:seatingCapacity + rdfs:label "capacité de la salle"@fr-FR ; +. +core:sponsorAwardId + rdfs:label "ID du prix du commanditaire"@fr-FR ; +. +core:sponsoredBy + rdfs:label "prix commandité par"@fr-FR ; +. +core:sponsors + rdfs:label "prix ou distinctions des commanditaires"@fr-FR ; +. +core:start + rdfs:label "début"@fr-FR ; +. +core:subcontractsGrant + rdfs:label "subvention en sous-traitance"@fr-FR ; +. +core:subjectAreaOf + rdfs:label "sujet de recherche de"@fr-FR ; +. +core:submitted + rdfs:label "soumis"@fr-FR ; +. +core:supplementalInformation + rdfs:label "information supplémentaire"@fr-FR ; +. +core:supportedBy + rdfs:label "supporté par"@fr-FR ; +. +core:supportedInformationResource + rdfs:label "publications financées et autres travaux"@fr-FR ; +. +core:supports + rdfs:label "supporte"@fr-FR ; +. +core:teachingOverview + rdfs:label "aperçu des activités d'enseignement"@fr-FR ; +. +core:termLabel + rdfs:label "étiquette du terme"@fr-FR ; +. +core:termType + rdfs:label "type de terme"@fr-FR ; +. +core:totalAwardAmount + rdfs:label "Montant total des prix "@fr-FR ; +. +core:translatorOf + rdfs:label "tranducteur de"@fr-FR ; +. +core:validIn + rdfs:label "valide en"@fr-FR ; +. +core:yearMonthDayPrecision + rdfs:label "année-mois-jour value"@fr-FR ; +. +core:yearMonthDayTimePrecision + rdfs:label "Année-mois-jour-heure"@fr-FR ; +. +core:yearMonthPrecision + rdfs:label "valeur année-mois"@fr-FR ; +. +core:yearPrecision + rdfs:label "Année"@fr-FR ; +. + + a owl:Ontology ; + owl:versionInfo "Adapted by Michel Héon, 2020, for Université de Québec à Montréal, http://uqam.ca" ; + owl:versionInfo "Translated by Pierre Roberge, 2020, for Université de Québec à Montréal, http://uqam.ca" ; + . + + rdfs:label "VIVO Scientific Research Ontology"@fr-FR ; +. + + rdfs:label "Essai clinique de phase 0"@fr-FR ; +. + + rdfs:label "Essais clinique de phase 1"@fr-FR ; +. + + rdfs:label "Essai clinique de Phase 2"@fr-FR ; +. + + rdfs:label "Essai clinique de Phase 3"@fr-FR ; +. + + rdfs:label "Essai clinique de phase 4"@fr-FR ; +. + + rdfs:label "accès fourni par"@fr-FR ; +. + + rdfs:label "documentation ou ressource du projet"@fr-FR ; +. + + rdfs:label "numéro Institutional Review Board (IRB)"@fr-FR ; +. + + rdfs:label "Numéro du National Clinical Trials (NCT)"@fr-FR ; +. + + rdfs:label "protocole réalisé par"@fr-FR ; +. + + rdfs:label "dénombrement des populations étudiées"@fr-FR ; +. + + rdfs:label "équipements (PR)"@fr-FR ; +. + + rdfs:label "est encodé dans"@fr-FR ; +. + + rdfs:label "agent"@fr-FR ; +. +rdfs:isDefinedBy + rdfs:label "est défini par"@fr-FR ; +. +owl:DeprecatedProperty + rdfs:label "propriété obsolète"@fr-FR ; +. +owl:sameAs + rdfs:label "même que"@fr-FR ; +. + + rdfs:label "SKOS (Simple Knowledge Organization System)"@fr-FR ; +. +skos:Concept + rdfs:label "Concept"@fr-FR ; +. +skos:broader + rdfs:label "concept plus général"@fr-FR ; +. +skos:narrower + rdfs:label "concept plus précis"@fr-FR ; +. +skos:related + rdfs:label "concept associé"@fr-FR ; +. + + rdfs:label "VCard"@fr-FR ; +. +vcard:Acquaintance + rdfs:label "Connaissance"@fr-FR ; +. +vcard:Address + rdfs:label "Adresse"@fr-FR ; +. +vcard:Addressing + rdfs:label "Addresse (PR)"@fr-FR ; +. +vcard:Agent + rdfs:label "Agent"@fr-FR ; +. +vcard:Calendar + rdfs:label "Calendrier"@fr-FR ; +. +vcard:CalendarBusy + rdfs:label "Calendrier occupé"@fr-FR ; +. +vcard:CalendarLink + rdfs:label "Lien calendrier"@fr-FR ; +. +vcard:CalendarRequest + rdfs:label "Requête calendrier"@fr-FR ; +. +vcard:Category + rdfs:label "Catégorie"@fr-FR ; +. +vcard:Cell + rdfs:label "Cellulaire"@fr-FR ; +. +vcard:Child + rdfs:label "Enfant"@fr-FR ; +. +vcard:Code + rdfs:label "Code"@fr-FR ; +. +vcard:Colleague + rdfs:label "Collègue"@fr-FR ; +. +vcard:Communication + rdfs:label "Communication"@fr-FR ; +. +vcard:Contact + rdfs:label "Contact"@fr-FR ; +. +vcard:Coresident + rdfs:label "Corésident"@fr-FR ; +. +vcard:Coworker + rdfs:label "Collaborateur"@fr-FR ; +. +vcard:Crush + rdfs:label "Béguin"@fr-FR ; +. +vcard:Date + rdfs:label "Date"@fr-FR ; +. +vcard:Email + rdfs:label "Courriel"@fr-FR ; +. +vcard:Emergency + rdfs:label "Urgence"@fr-FR ; +. +vcard:Explanatory + rdfs:label "Explicatif"@fr-FR ; +. +vcard:Fax + rdfs:label "Télécopieur"@fr-FR ; +. +vcard:Female + rdfs:label "Femme"@fr-FR ; +. +vcard:FormattedName + rdfs:label "Nom formaté"@fr-FR ; +. +vcard:Friend + rdfs:label "Ami"@fr-FR ; +. +vcard:Gender + rdfs:label "Genre"@fr-FR ; +. +vcard:Geo + rdfs:label "Géo"@fr-FR ; +. +vcard:Geographical + rdfs:label "Geographique"@fr-FR ; +. +vcard:Group + rdfs:label "Groupe"@fr-FR ; +. +vcard:Home + rdfs:label "Accueil"@fr-FR ; +. +vcard:Identification + rdfs:label "Identification"@fr-FR ; +. +vcard:Individual + rdfs:label "Individu"@fr-FR ; +. +vcard:InstantMessage + rdfs:label "Messagerie"@fr-FR ; +. +vcard:Key + rdfs:label "Clé"@fr-FR ; +. +vcard:Kin + rdfs:label "Proche"@fr-FR ; +. +vcard:Kind + rdfs:label "Type VCard"@fr-FR ; +. +vcard:Language + rdfs:label "Langue"@fr-FR ; +. +vcard:Location + rdfs:label "Lieu"@fr-FR ; +. +vcard:Logo + rdfs:label "Logo"@fr-FR ; +. +vcard:Male + rdfs:label "Mâle"@fr-FR ; +. +vcard:Me + rdfs:label "Moi"@fr-FR ; +. +vcard:Met + rdfs:label "Rencontré"@fr-FR ; +. +vcard:Muse + rdfs:label "Muse"@fr-FR ; +. +vcard:Name + rdfs:label "Nom"@fr-FR ; +. +vcard:Neighbor + rdfs:label "Voisin"@fr-FR ; +. +vcard:Nickname + rdfs:label "Surnom"@fr-FR ; +. +vcard:None + rdfs:label "Aucun"@fr-FR ; +. +vcard:Note + rdfs:label "Note"@fr-FR ; +. +vcard:Organization + rdfs:label "Organisation"@fr-FR ; +. +vcard:OrganizationName + rdfs:label "Nom de l'organisation"@fr-FR ; +. +vcard:OrganizationUnitName + rdfs:label "ONom de l'unité organisationnelle"@fr-FR ; +. +vcard:Organizational + rdfs:label "Organisationnel"@fr-FR ; +. +vcard:Other + rdfs:label "Autre"@fr-FR ; +. +vcard:Pager + rdfs:label "Téléavertisseur"@fr-FR ; +. +vcard:Parent + rdfs:label "Parent"@fr-FR ; +. +vcard:Photo + rdfs:label "Photo"@fr-FR ; +. +vcard:Related + rdfs:label "Relié"@fr-FR ; +. +vcard:RelatedType + rdfs:label "Type de relation"@fr-FR ; +. +vcard:Security + rdfs:label "Securité"@fr-FR ; +. +vcard:Sibling + rdfs:label "Frère/Soeur (PR)"@fr-FR ; +. +vcard:Sound + rdfs:label "Son"@fr-FR ; +. +vcard:Spouse + rdfs:label "Épouse"@fr-FR ; +. +vcard:Sweetheart + rdfs:label "Chérie"@fr-FR ; +. +vcard:Telephone + rdfs:label "Téléphone"@fr-FR ; +. +vcard:TelephoneType + rdfs:label "Type de téléphone"@fr-FR ; +. +vcard:Text + rdfs:label "Texte"@fr-FR ; +. +vcard:TextPhone + rdfs:label "Téléphone texto (PR)"@fr-FR ; +. +vcard:TimeZone + rdfs:label "Fuseau horaire"@fr-FR ; +. +vcard:Title + rdfs:label "Titre"@fr-FR ; +. +vcard:Type + rdfs:label "Type"@fr-FR ; +. +vcard:URL + rdfs:label "URL"@fr-FR ; +. +vcard:Unknown + rdfs:label "Inconnu"@fr-FR ; +. +vcard:Video + rdfs:label "Vidéo"@fr-FR ; +. +vcard:Voice + rdfs:label "Téléphone"@fr-FR ; +. +vcard:Work + rdfs:label "Travail"@fr-FR ; +. +vcard:additionalName + rdfs:label "nom complémentaire"@fr-FR ; +. +vcard:anniversary + rdfs:label "anniversaire"@fr-FR ; +. +vcard:birthdate + rdfs:label "date de naissance"@fr-FR ; +. +vcard:calendarBusy + rdfs:label "calendrier occupé"@fr-FR ; +. +vcard:calendarLink + rdfs:label "lien calendrier"@fr-FR ; +. +vcard:calendarRequest + rdfs:label "exigence de calendrier (PR)"@fr-FR ; +. +vcard:category + rdfs:label "categorie"@fr-FR ; +. +vcard:country + rdfs:label "pays"@fr-FR ; +. +vcard:email + rdfs:label "courriel"@fr-FR ; +. +vcard:familyName + rdfs:label "nom de famille"@fr-FR ; +. +vcard:formattedName + rdfs:label "nom standardisé"@fr-FR ; +. +vcard:gender + rdfs:label "genre"@fr-FR ; +. +vcard:geo + rdfs:label "géo"@fr-FR ; +. +vcard:givenName + rdfs:label "prénom"@fr-FR ; +. +vcard:hasAddress + rdfs:label "adresse"@fr-FR ; +. +vcard:hasCalendarLink + rdfs:label "lien calendrier"@fr-FR ; +. +vcard:hasCalendarRequest + rdfs:label "exigence de calendrier (PR)"@fr-FR ; +. +vcard:hasCalenderBusy + rdfs:label "calendrier chargé"@fr-FR ; +. +vcard:hasCategory + rdfs:label "catégorie"@fr-FR ; +. +vcard:hasEmail + rdfs:label "courriel"@fr-FR ; +. +vcard:hasFormattedName + rdfs:label "nom standardisé (PR)"@fr-FR ; +. +vcard:hasGeo + rdfs:label "données géographiques (PR)"@fr-FR ; +. +vcard:hasInstantMessage + rdfs:label "messagerie"@fr-FR ; +. +vcard:hasKey + rdfs:label "clé"@fr-FR ; +. +vcard:hasLanguage + rdfs:label "langue"@fr-FR ; +. +vcard:hasLogo + rdfs:label "logo"@fr-FR ; +. +vcard:hasMember + rdfs:label "membre"@fr-FR ; +. +vcard:hasName + rdfs:label "nom"@fr-FR ; +. +vcard:hasNickname + rdfs:label "surnom"@fr-FR ; +. +vcard:hasNote + rdfs:label "note"@fr-FR ; +. +vcard:hasOrganizationName + rdfs:label "nom de l'organisation"@fr-FR ; +. +vcard:hasOrganizationalUnitName + rdfs:label "a un nom d'organisation"@fr-FR ; +. +vcard:hasPhoto + rdfs:label "photo"@fr-FR ; +. +vcard:hasRelated + rdfs:label "relié"@fr-FR ; +. +vcard:hasRole + rdfs:label "rôle"@fr-FR ; +. +vcard:hasSound + rdfs:label "son"@fr-FR ; +. +vcard:hasTelephone + rdfs:label "téléphone"@fr-FR ; +. +vcard:hasTimeZone + rdfs:label "fuseau horaire"@fr-FR ; +. +vcard:hasTitle + rdfs:label "titre"@fr-FR ; +. +vcard:hasURL + rdfs:label "URL"@fr-FR ; +. +vcard:honorificPrefix + rdfs:label "préfixe honorifique"@fr-FR ; +. +vcard:honorificSuffix + rdfs:label "suffixe honorifique"@fr-FR ; +. +vcard:instantMessage + rdfs:label "message instantané"@fr-FR ; +. +vcard:key + rdfs:label "Clé de chiffrement"@fr-FR ; +. +vcard:language + rdfs:label "a une langue"@fr-FR ; +. +vcard:locality + rdfs:label "localité"@fr-FR ; +. +vcard:logo + rdfs:label "logo"@fr-FR ; +. +vcard:nickName + rdfs:label "surnom"@fr-FR ; +. +vcard:note + rdfs:label "note"@fr-FR ; +. +vcard:organizationName + rdfs:label "nom de l'organisation"@fr-FR ; +. +vcard:organizationalUnitName + rdfs:label "nom de l'unité organisationnelle"@fr-FR ; +. +vcard:photo + rdfs:label "photo"@fr-FR ; +. +vcard:postalCode + rdfs:label "code postal"@fr-FR ; +. +vcard:productId + rdfs:label "ID de produit"@fr-FR ; +. +vcard:region + rdfs:label "région"@fr-FR ; +. +vcard:related + rdfs:label "relié à"@fr-FR ; +. +vcard:revision + rdfs:label "révision"@fr-FR ; +. +vcard:role + rdfs:label "rôle"@fr-FR ; +. +vcard:sortAs + rdfs:label "tri sur"@fr-FR ; +. +vcard:sound + rdfs:label "son"@fr-FR ; +. +vcard:source + rdfs:label "source"@fr-FR ; +. +vcard:streetAddress + rdfs:label "adresse postale"@fr-FR ; +. +vcard:telephone + rdfs:label "Telephone"@fr-FR ; +. +vcard:timeZone + rdfs:label "fuseau horaire"@fr-FR ; +. +vcard:title + rdfs:label "titre"@fr-FR ; +. +vcard:uid + rdfs:label "uid"@fr-FR ; +. +vcard:url + rdfs:label "URL"@fr-FR ; +. + + rdfs:label "FOAF (Friend of a Friend)"@fr-FR ; +. + + rdfs:label "Agent"@fr-FR ; +. + + rdfs:label "Groupe"@fr-FR ; +. + + rdfs:label "Organisation"@fr-FR ; +. + + rdfs:label "Personne"@fr-FR ; +. diff --git a/semantic-ontology/obo.func b/semantic-ontology/obo.func new file mode 100644 index 0000000..8ee154c --- /dev/null +++ b/semantic-ontology/obo.func @@ -0,0 +1,40989 @@ +Prefix(owl:=) +Prefix(rdf:=) +Prefix(xml:=) +Prefix(xsd:=) +Prefix(rdfs:=) + + +Ontology( + +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty(owl:DeprecatedProperty)) +Declaration(ObjectProperty(owl:topObjectProperty)) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(ObjectProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(DataProperty()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty(rdfs:comment)) +Declaration(AnnotationProperty(rdfs:isDefinedBy)) +Declaration(AnnotationProperty(rdfs:label)) +Declaration(AnnotationProperty(owl:versionInfo)) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(AnnotationProperty()) +Declaration(Datatype(rdf:PlainLiteral)) +Declaration(Datatype(xsd:anyURI)) +Declaration(Datatype(xsd:string)) +SubClassOf( owl:Thing) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "United Nations statistics department http://unstats.un.org/unsd/methods/m49/m49regin.htm"^^xsd:string) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "group (geo)") +SubClassOf( ) +AnnotationAssertion( "UN Cartographic Section, Department of Field Support http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectAllValuesFrom( )) +SubClassOf( ObjectMinCardinality(1 )) +SubClassOf( ObjectMaxCardinality(1 )) +AnnotationAssertion(rdfs:label "organization (geo)") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "United Nations Map Library http://www.un.org/depts/dhl/maplib/countinfo.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "self governing"@en) +EquivalentClasses( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +SubClassOf( DataMaxCardinality(1 )) +AnnotationAssertion(rdfs:label "pdbml"@en) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "taverna workflow format"@en) +AnnotationAssertion( "Format of Taverna workflows.") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Nexus format"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label ".fastq"^^xsd:string) +AnnotationAssertion( ".fq"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "FASTQ"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "html, or HyperText Markup Language in full, is a data format specification is a markup language for web pages and is the publishing language of the World Wide Web."^^xsd:string) +AnnotationAssertion(rdfs:label "html"@en) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.w3.org/TR/html401/"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label ".sam"^^xsd:string) +AnnotationAssertion( "Sequence Alignment/Map format"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label ".wig"^^xsd:string) +AnnotationAssertion( "Wiggle format"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label ".maf"^^xsd:string) +AnnotationAssertion( "Multiple Alignment Format"^^xsd:string) +AnnotationAssertion( "MAF"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A technique that involves outsourcing tasks to a distributed group of people. blah."^^xsd:string) +AnnotationAssertion(rdfs:label "crowdsourcing"@en) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Crowdsourcing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "social network analysis"@en) +AnnotationAssertion( "Analysis of interactions between people where people are the nodes in a network and the relationships between the individuals, such as co-authorship, organizational position, etc., are the links between the people. +"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Social_network_analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "template"@en) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Document that serves as a model for others to copy, either in structure or partial content."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Collaborate"^^xsd:string) +AnnotationAssertion( "The action of working with someone to produce or create something together."^^xsd:string) +AnnotationAssertion(rdfs:label "collaboration"@en) +SubClassOf( ) +AnnotationAssertion( "A document that investigates opinions or collects data by questioning a group of people."^^xsd:string) +AnnotationAssertion(rdfs:label "survey"@en) +SubClassOf( ) +AnnotationAssertion( "A document that denotes the duties,responsibilities and expected contributions and outcomes, the required qualifications of candidates, and the reporting relationship and coworkers of a particular job. "^^xsd:string) +AnnotationAssertion(rdfs:label "job description"@en) +AnnotationAssertion( "http://humanresources.about.com/od/jobdescriptions/g/job_description.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A document that provides information about work accomplished during a yearly time period."^^xsd:string) +AnnotationAssertion(rdfs:label "progress report"@en) +SubClassOf( ) +AnnotationAssertion( "A document that denotes the necessary instructions to train an individual to do the duties required for a specific task."^^xsd:string) +AnnotationAssertion(rdfs:label "training document"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "training opportunity"@en) +AnnotationAssertion( "A planned process carried out by a person or organization with the objective of training an individual or individual(s) in a specific task or function."^^xsd:string) +AnnotationAssertion( "An information resource that is designed to convey information to a targeted group of individuals. "^^xsd:string) +AnnotationAssertion(rdfs:label "communication material"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "resource"@en) +AnnotationAssertion( "A material, document or other asset that can be drawn on by a person or organization in order to function effectively."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A key function committee of the Center for Translational Research Consortium. "^^xsd:string) +AnnotationAssertion(rdfs:label "ctsa key function committee"@en) +SubClassOf( ) +AnnotationAssertion( "A document that provides information about the verification and validation +of the specified functionality and, if applicable, development cycle of a product."^^xsd:string) +AnnotationAssertion( "http://committees.comsoc.org/cqr/FAE_Docs/C6_Prod_Assess/ps7prodassess.html"^^xsd:string) +AnnotationAssertion(rdfs:label "product assessment"@en) +SubClassOf( ) +AnnotationAssertion( "http://www.businessdictionary.com/definition/project-management.html"^^xsd:string) +AnnotationAssertion(rdfs:label "project management"@en) +AnnotationAssertion( "A technique that involves the principles, and tools used in planning, control, monitoring, and review of projects."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "order"@en) +AnnotationAssertion(rdfs:comment "Check with OGMS") +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "patient"@en) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:label "prescription"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "icd-9 billing code"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "health care provider"@en) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "a health care provider role of providing a direct medical care during an health care encounter. By direct we mean hands-on performance of helath care tasks or procedures.") +AnnotationAssertion(rdfs:label "health care provider performing role"@en) +SubClassOf( ) +AnnotationAssertion( "a health care provider role of supervising the provisioning of medical care durign an health care encounter.") +AnnotationAssertion(rdfs:label "health care provider supervising role"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "procedure"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cpt billing code"@en) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Best_practice") +AnnotationAssertion(rdfs:label "best practices"@en) +AnnotationAssertion( "A technique that has consistently shown results superior to those achieved with other means, and that is used as a benchmark.") +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Glossary"^^xsd:string) +AnnotationAssertion(rdfs:label "glossary"@en) +AnnotationAssertion(rdfs:comment "A document that contains an alphabetical list of terms in a particular domain of knowledge with the definitions for those terms."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Guidelines"^^xsd:string) +AnnotationAssertion( "A document that contains statements by which to determine a course of action. A guideline aims to streamline particular processes according to a set routine or sound practice, and by definition is never mandatory."^^xsd:string) +AnnotationAssertion(rdfs:label "guidelines"@en) +SubClassOf( ) +AnnotationAssertion( "A planned process performed by a person or an application to administer and manage the grant process.") +AnnotationAssertion(rdfs:label "grant management"@en) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Grant_management_software") +SubClassOf( ) +AnnotationAssertion(rdfs:label "topic weight measurement"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "expertise measurement"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "topic weight measurement process"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "expertise measurement process"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "experience"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "specialty"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sharecenter content type"@en) +AnnotationAssertion( "An information entity that is about the entities being described or referred to in the Sharecenter contributed content. To be used as OWL classes for tagging. Each tag is an instance of one of the subclasses. + +The idea is that an instance of a class in this hierarchy represents a portion of content in sharecenter and this instance, by being an instance of this hierarych, will have an \"about\" relation to some other ISF class. This means that the \"portion of content\" in sharecenter \"is about\" some other entity and this other entity should be in the ISF whenever possible. +") +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( owl:Thing)) +AnnotationAssertion(rdfs:label "content about collaboration"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about document"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about case study"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about communication material"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about glossary"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about guidline"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about job description"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about academic article"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about slideshow"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about product assessment"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about progress report"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about protocol"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about survey"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about template"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about training document"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about video"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about webpage"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about interview"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about technique"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about best practice"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about bioinformatics analysis"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about crowdsourcing"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about grant management"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about project management"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about social network analysis"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about software"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "content about training opportunity"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "board subspecialty"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "allergy and immunology (allergy and immunology)"@en) +AnnotationAssertion( "207K00000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "anesthesiology (anesthesiology)"@en) +AnnotationAssertion( "207L00000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "208C00000X") +AnnotationAssertion(rdfs:label "colon and rectal surgery (colon and rectal surgery)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207N00000X") +AnnotationAssertion(rdfs:label "dermatology (dermatology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "emergency medicine (emergency medicine)"@en) +AnnotationAssertion( "207P00000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "family medicine (family medicine)"@en) +AnnotationAssertion( "207Q00000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207R00000X") +AnnotationAssertion(rdfs:label "internal medicine (internal medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207SC0300X") +AnnotationAssertion(rdfs:label "clinical cytogenetics (medical genetics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207SG0201X") +AnnotationAssertion(rdfs:label "clinical genetics (md) (medical genetics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207SG0203X") +AnnotationAssertion(rdfs:label "clinical molecular genetics (medical genetics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207T00000X") +AnnotationAssertion(rdfs:label "neurological surgery (neurological surgery)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nuclear medicine (nuclear medicine)"@en) +AnnotationAssertion( "207U00000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "obstetrics and gynecology (obstetrics and gynecology)"@en) +AnnotationAssertion( "207V00000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "ophthalmology (ophthalmology)"@en) +AnnotationAssertion( "207W00000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "orthopaedic surgery (orthopaedic surgery)"@en) +AnnotationAssertion( "207X00000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207Y00000X") +AnnotationAssertion(rdfs:label "otolaryngology (otolaryngology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pathology-anatomic/pathology-clinical (pathology)"@en) +AnnotationAssertion( "207ZP0102X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207ZP0101X") +AnnotationAssertion(rdfs:label "pathology - anatomic (pathology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207ZC0006X") +AnnotationAssertion(rdfs:label "pathology - clinical (pathology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatrics (pediatrics)"@en) +AnnotationAssertion( "208000000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "physical medicine and rehabilitation (physical medicine and rehabilitation)"@en) +AnnotationAssertion( "208100000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "plastic surgery (plastic surgery)"@en) +AnnotationAssertion( "208200000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "aerospace medicine (preventive medicine)"@en) +AnnotationAssertion( "2083A0100X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2083X0100X") +AnnotationAssertion(rdfs:label "occupational medicine (preventive medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "public health and general preventive medicine (preventive medicine)"@en) +AnnotationAssertion( "2083P0901X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2084P0800X") +AnnotationAssertion(rdfs:label "psychiatry (psychiatry and neurology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2084N0400X") +AnnotationAssertion(rdfs:label "neurology (psychiatry and neurology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2084N0402X") +AnnotationAssertion(rdfs:label "neurology with special qualification in child neurology (psychiatry and neurology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "diagnostic radiology (radiology)"@en) +AnnotationAssertion( "2085R0202X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2085R0204X") +AnnotationAssertion(rdfs:label "interventional radiology and diagnostic radiology (radiology)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "radiation oncology (radiology)"@en) +AnnotationAssertion( "2085R0001X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "medical physics (radiology)"@en) +AnnotationAssertion( "2085R0205X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "surgery (surgery)"@en) +AnnotationAssertion( "208600000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "vascular surgery (surgery)"@en) +AnnotationAssertion( "2086S0129X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "thoracic and cardiac surgery (thoracic surgery)"@en) +AnnotationAssertion( "208G00000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "208800000X") +AnnotationAssertion(rdfs:label "urology (urology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "critical care medicine (anesthesiology)"@en) +AnnotationAssertion( "207LC0200X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207LH0002X") +AnnotationAssertion(rdfs:label "hospice and palliative medicine (anesthesiology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207LP2900X") +AnnotationAssertion(rdfs:label "pain medicine (anesthesiology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric anesthesiology (anesthesiology)"@en) +AnnotationAssertion( "207LP3000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sleep medicine (anesthesiology)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dermatopathology (dermatology)"@en) +AnnotationAssertion( "207ND0900X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric dermatology (dermatology)"@en) +AnnotationAssertion( "207NP0225X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "emergency medical services (emergency medicine)"@en) +AnnotationAssertion( "207PE0004X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hospice and palliative medicine (emergency medicine)"@en) +AnnotationAssertion( "207PH0002X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "medical toxicology (emergency medicine)"@en) +AnnotationAssertion( "207PT0002X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric emergency medicine (emergency medicine)"@en) +AnnotationAssertion( "207PP0204X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207PS0010X") +AnnotationAssertion(rdfs:label "sports medicine (emergency medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207PE0005X") +AnnotationAssertion(rdfs:label "undersea and hyperbaric medicine (emergency medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "adolescent medicine (internal medicine)"@en) +AnnotationAssertion( "207RA0000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207RG0300X") +AnnotationAssertion(rdfs:label "geriatric medicine (internal medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207RH0002X") +AnnotationAssertion(rdfs:label "hospice and palliative medicine (internal medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sleep medicine (internal medicine)"@en) +AnnotationAssertion( "207RS0012X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sports medicine (internal medicine)"@en) +AnnotationAssertion( "207RS0010X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "adult congenital heart disease (internal medicine)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "advanced heart failure and transplant cardiology (internal medicine)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cardiovascular disease (internal medicine)"@en) +AnnotationAssertion( "207RC0000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207RC0001X") +AnnotationAssertion(rdfs:label "clinical cardiac electrophysiology (internal medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "critical care medicine (internal medicine)"@en) +AnnotationAssertion( "207RC0200X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207RE0101X") +AnnotationAssertion(rdfs:label "endocrinology, diabetes and metabolism (internal medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207RG0100X") +AnnotationAssertion(rdfs:label "gastroenterology (internal medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207RH0000X") +AnnotationAssertion(rdfs:label "hematology (internal medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "infectious disease (internal medicine)"@en) +AnnotationAssertion( "207RI0200X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "interventional cardiology (internal medicine)"@en) +AnnotationAssertion( "207RI0011X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207RX0202X") +AnnotationAssertion(rdfs:label "medical oncology (internal medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207RN0300X") +AnnotationAssertion(rdfs:label "nephrology (internal medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pulmonary disease (internal medicine)"@en) +AnnotationAssertion( "207RP1001X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "rheumatology (internal medicine)"@en) +AnnotationAssertion( "207RR0500X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "transplant hepatology (internal medicine)"@en) +AnnotationAssertion( "207RT0003X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "medical biochemical genetics (medical genetics)"@en) +AnnotationAssertion( "207SG0202X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular genetic pathology (medical genetics)"@en) +AnnotationAssertion( "207SM0001X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "critical care medicine (obstetrics and gynecology)"@en) +AnnotationAssertion( "207VC0200X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "female pelvic medicine and reconstructive surgery (obstetrics and gynecology)"@en) +AnnotationAssertion( "207VF0040X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207VX0201X") +AnnotationAssertion(rdfs:label "gynecologic oncology (obstetrics and gynecology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hospice and palliative medicine (obstetrics and gynecology)"@en) +AnnotationAssertion( "207VH0002X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "maternal and fetal medicine (obstetrics and gynecology)"@en) +AnnotationAssertion( "207VM0101X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207VE0102X") +AnnotationAssertion(rdfs:label "reproductive endocrinology/infertility (obstetrics and gynecology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207XX0005X") +AnnotationAssertion(rdfs:label "orthopaedic sports medicine (orthopedic surgery)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207XS0106X") +AnnotationAssertion(rdfs:label "surgery of the hand (orthopedics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207YX0901X") +AnnotationAssertion(rdfs:label "neurotology (otolaryngology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric otolaryngology (otolaryngology)"@en) +AnnotationAssertion( "207YP0228X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "plastic surgery within the head and neck (otolaryngology)"@en) +AnnotationAssertion( "207YX0007X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207YS0012X") +AnnotationAssertion(rdfs:label "sleep medicine (otolaryngology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "blood banking/transfusion medicine (pathology)"@en) +AnnotationAssertion( "207ZB0001X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "clinical informatics (pathology)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cytopathology (pathology)"@en) +AnnotationAssertion( "207ZC0500X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207ZD0900X") +AnnotationAssertion(rdfs:label "dermatopathology (pathology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207ZN0500X") +AnnotationAssertion(rdfs:label "neuropathology (pathology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pathology - chemical (pathology)"@en) +AnnotationAssertion( "207ZP0104X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pathology - forensic (pathology)"@en) +AnnotationAssertion( "207ZF0201X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pathology - hematology (pathology)"@en) +AnnotationAssertion( "207ZH0000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207ZM0300X") +AnnotationAssertion(rdfs:label "pathology - medical microbiology (pathology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "207ZP0007X") +AnnotationAssertion(rdfs:label "pathology - molecular genetic (pathology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pathology - pediatric (pathology)"@en) +AnnotationAssertion( "207ZP0213X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "adolescent medicine (pediatrics)"@en) +AnnotationAssertion( "2080A0000X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2080C0008X") +AnnotationAssertion(rdfs:label "child abuse pediatrics (pediatrics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2080P0006X") +AnnotationAssertion(rdfs:label "developmental-behavioral pediatrics (pediatrics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2080H0002X") +AnnotationAssertion(rdfs:label "hospice and palliative medicine (pediatrics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2080T0002X") +AnnotationAssertion(rdfs:label "medical toxicology (pediatrics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "neonatal-perinatal medicine (pediatrics)"@en) +AnnotationAssertion( "2080N0001X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "neurodevelopmental disabilities (pediatrics)"@en) +AnnotationAssertion( "2080P0008X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2080P0202X") +AnnotationAssertion(rdfs:label "pediatric cardiology (pediatrics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric critical care medicine (pediatrics)"@en) +AnnotationAssertion( "2080P0203X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2080P0204X") +AnnotationAssertion(rdfs:label "pediatric emergency medicine (pediatrics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric endocrinology (pediatrics)"@en) +AnnotationAssertion( "2080P0205X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric gastroenterology (pediatrics)"@en) +AnnotationAssertion( "2080P0206X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric hematology-oncology (pediatrics)"@en) +AnnotationAssertion( "2080P0207X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric infectious diseases (pediatrics)"@en) +AnnotationAssertion( "2080P0208X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric nephrology (pediatrics)"@en) +AnnotationAssertion( "2080P0210X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2080P0214X") +AnnotationAssertion(rdfs:label "pediatric pulmonology (pediatrics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric rheumatology (pediatrics)"@en) +AnnotationAssertion( "2080P0216X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric transplant hepatology (pediatrics)"@en) +AnnotationAssertion( "2080T0004X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2080S0012X") +AnnotationAssertion(rdfs:label "sleep medicine (pediatrics)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sports medicine (pediatrics)"@en) +AnnotationAssertion( "2080S0010X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "brain injury medicine (physical medicine)"@en) +SubClassOf( ) +AnnotationAssertion( "2081H0002X") +AnnotationAssertion(rdfs:label "hospice and palliative medicine (physical medicin)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "neuromuscular medicine (physical medicin)"@en) +AnnotationAssertion( "2081N0008X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pain medicine (physical medicin)"@en) +AnnotationAssertion( "2081P2900X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric rehabilitation medicine (physical medicin)"@en) +AnnotationAssertion( "2081P0010X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "spinal cord injury medicine (physical medicin)"@en) +AnnotationAssertion( "2081P0004X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sports medicine (physical medicin)"@en) +AnnotationAssertion( "2081S0010X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "plastic surgery within the head and neck (plastic surgery)"@en) +AnnotationAssertion( "2082S0099X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2082S0105X") +AnnotationAssertion(rdfs:label "surgery of the hand (plastic surgery)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "clinical informatics (preventive medicine)"@en) +SubClassOf( ) +AnnotationAssertion( "2083T0002X") +AnnotationAssertion(rdfs:label "medical toxicology (preventive medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "undersea and hyperbaric medicine (preventive medicine)"@en) +AnnotationAssertion( "2083P0011X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "addiction psychiatry (psychiatry and neurology)"@en) +AnnotationAssertion( "2084P0802X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "brain injury medicine (psychiatry and neurology)"@en) +SubClassOf( ) +AnnotationAssertion( "2084P0804X") +AnnotationAssertion(rdfs:label "child and adolescent psychiatry (psychiatry and neurology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2084N0600X") +AnnotationAssertion(rdfs:label "clinical neurophysiology (psychiatry and neurology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "epilepsy (psychiatry and neurology)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "forensic psychiatry (psychiatry and neurology)"@en) +AnnotationAssertion( "2084F0202X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "geriatric psychiatry (psychiatry and neurology)"@en) +AnnotationAssertion( "2084P0805X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2084H0002X") +AnnotationAssertion(rdfs:label "hospice and palliative medicine (psychiatry and neurology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2084P0005X") +AnnotationAssertion(rdfs:label "neurodevelopmental disabilities (psychiatry and neurology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2084N0008X") +AnnotationAssertion(rdfs:label "neuromuscular medicine (psychiatry and neurology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pain medicine (psychiatry and neurology)"@en) +AnnotationAssertion( "2084P2900X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2084P0015X") +AnnotationAssertion(rdfs:label "psychosomatic medicine (psychiatry and neurology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sleep medicine (psychiatry and neurology)"@en) +AnnotationAssertion( "2084S0012X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "vascular neurology (psychiatry and neurology)"@en) +AnnotationAssertion( "2084V0102X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2085H0002X") +AnnotationAssertion(rdfs:label "hospice and palliative medicine (radiology)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "neuroradiology (radiology)"@en) +AnnotationAssertion( "2085N0700X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nuclear radiology (radiology)"@en) +AnnotationAssertion( "2085N0904X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric radiology (radiology)"@en) +AnnotationAssertion( "2085P0229X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "vascular and interventional radiology (radiology)"@en) +AnnotationAssertion( "2085R0204X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "complex general surgical oncology (surgery)"@en) +AnnotationAssertion( "2086X0206X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2086H0002X") +AnnotationAssertion(rdfs:label "hospice and palliative medicine (surgery)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "2086S0120X") +AnnotationAssertion(rdfs:label "pediatric surgery (surgery)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "surgery of the hand (surgery)"@en) +AnnotationAssertion( "2086S0105X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "surgical critical care (surgery)"@en) +AnnotationAssertion( "2086S0102X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "congenital cardiac surgery (thoracic surgery)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "female pelvic medicine and reconstructive surgery (urology)"@en) +AnnotationAssertion( "2088F0040X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric urology (urology)"@en) +AnnotationAssertion( "2088P0231X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "171100000X") +AnnotationAssertion(rdfs:label "acupuncturist"@en) +SubClassOf( ) +AnnotationAssertion( "367A00000X") +AnnotationAssertion(rdfs:label "advanced practice midwife"@en) +SubClassOf( ) +AnnotationAssertion( "3416A0800X") +AnnotationAssertion(rdfs:label "air transport (ambulance)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "audiologist"@en) +AnnotationAssertion( "231H00000X") +SubClassOf( ) +AnnotationAssertion( "237600000X") +AnnotationAssertion(rdfs:label "audiologist-hearing aid fitter"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "clinical neuropsychologist"@en) +AnnotationAssertion( "103G00000X") +SubClassOf( ) +AnnotationAssertion( "364S00000X") +AnnotationAssertion(rdfs:label "clinical nurse specialist"@en) +SubClassOf( ) +AnnotationAssertion( "101YM0800X") +AnnotationAssertion(rdfs:label "mental health (counselor)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "addiction (substance use disorder) (counselor)"@en) +AnnotationAssertion( "101YA0400X") +SubClassOf( ) +AnnotationAssertion( "1223S0112X") +AnnotationAssertion(rdfs:label "oral and maxillofacial surgery (dentist)"@en) +SubClassOf( ) +AnnotationAssertion( "1223P0221X") +AnnotationAssertion(rdfs:label "pediatric dentistry (dentist)"@en) +SubClassOf( ) +AnnotationAssertion( "1223X0400X") +AnnotationAssertion(rdfs:label "orthodontics and dentofacial orthopedics (dentist)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "mohs-micrographic surgery (dermatology)"@en) +AnnotationAssertion( "207ND0101X") +SubClassOf( ) +AnnotationAssertion( "133V00000X") +AnnotationAssertion(rdfs:label "dietitian, registered"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nutrition, metabolic (dietitian, registered)"@en) +AnnotationAssertion( "133VN1006X") +SubClassOf( ) +AnnotationAssertion( "133VN1004X") +AnnotationAssertion(rdfs:label "nutrition, pediatric (dietitian, registered)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nutrition, renal (dietitian, registered)"@en) +AnnotationAssertion( "133VN1005X") +SubClassOf( ) +AnnotationAssertion( "207QS0010X") +AnnotationAssertion(rdfs:label "sports medicine (family medicine)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hospice and palliative medicine (family medicine)"@en) +AnnotationAssertion( "207QH0002X") +SubClassOf( ) +AnnotationAssertion( "208D00000X") +AnnotationAssertion(rdfs:label "general practice"@en) +SubClassOf( ) +AnnotationAssertion( "170300000X") +AnnotationAssertion(rdfs:label "genetic counselor, ms"@en) +SubClassOf( ) +AnnotationAssertion( "208M00000X") +AnnotationAssertion(rdfs:label "hospitalist"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hepatology (internal medicine)"@en) +AnnotationAssertion( "207RI0008X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "hematology and oncology (internal medicine)"@en) +AnnotationAssertion( "207RH0003X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "massage therapist"@en) +AnnotationAssertion( "225700000X") +SubClassOf( ) +AnnotationAssertion( "176B00000X") +AnnotationAssertion(rdfs:label "midwife"@en) +SubClassOf( ) +AnnotationAssertion( "175F00000X") +AnnotationAssertion(rdfs:label "naturopath"@en) +SubClassOf( ) +AnnotationAssertion( "363LA2100X") +AnnotationAssertion(rdfs:label "acute care (nurse practitioner)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "adult health (nurse practitioner)"@en) +AnnotationAssertion( "363LA2200X") +SubClassOf( ) +AnnotationAssertion( "363LF0000X") +AnnotationAssertion(rdfs:label "family (nurse practitioner)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gerontology (nurse practitioner)"@en) +AnnotationAssertion( "363LG0600X") +SubClassOf( ) +AnnotationAssertion( "363LP0200X") +AnnotationAssertion(rdfs:label "pediatrics (nurse practitioner)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "women's health (nurse practitioner)"@en) +AnnotationAssertion( "363LW0102X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "obstetrics and gynecology (nurse practitioner)"@en) +AnnotationAssertion( "363LX0001X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "psych/mental health (nurse practitioner)"@en) +AnnotationAssertion( "363LP0808X") +SubClassOf( ) +AnnotationAssertion( "363LP2300X") +AnnotationAssertion(rdfs:label "primary care (nurse practitioner)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nurse practitioner"@en) +AnnotationAssertion( "363L00000X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "gynecology (obstetrics and gynecology)"@en) +AnnotationAssertion( "207VG0400X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "obstetrics (obstetrics and gynecology)"@en) +AnnotationAssertion( "207VX0000X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "occupational therapist"@en) +AnnotationAssertion( "225X00000X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatrics (occupational therapist)"@en) +AnnotationAssertion( "225XP0200X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "hand (occupational therapist)"@en) +AnnotationAssertion( "225XH1200X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "occupational therapy assistant"@en) +AnnotationAssertion( "224Z00000X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "optometrist"@en) +AnnotationAssertion( "152W00000X") +SubClassOf( ) +AnnotationAssertion( "152WC0802X") +AnnotationAssertion(rdfs:label "corneal and contact management (optometrist)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "low vision rehabilitation (optometrist)"@en) +AnnotationAssertion( "152WL0500X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "oral and maxillofacial surgery"@en) +AnnotationAssertion( "204E00000X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatric orthopaedic surgery (orthopaedic surgery)"@en) +AnnotationAssertion( "207XP3100X") +SubClassOf( ) +AnnotationAssertion( "207XS0114X") +AnnotationAssertion(rdfs:label "adult reconstructive orthopaedic surgery (orthopaedic surgery)"@en) +SubClassOf( ) +AnnotationAssertion( "207XX0801X") +AnnotationAssertion(rdfs:label "orthopaedic trauma (orthopaedic surgery)"@en) +SubClassOf( ) +AnnotationAssertion( "207XX0004X") +AnnotationAssertion(rdfs:label "foot and ankle surgery (orthopaedic surgery)"@en) +SubClassOf( ) +AnnotationAssertion( "207YS0123X") +AnnotationAssertion(rdfs:label "facial plastic surgery (otolaryngology)"@en) +SubClassOf( ) +AnnotationAssertion( "207YX0905X") +AnnotationAssertion(rdfs:label "otolaryngology/facial plastic surgery (otolaryngology)"@en) +SubClassOf( ) +AnnotationAssertion( "208VP0000X") +AnnotationAssertion(rdfs:label "pain medicine (pain medicine)"@en) +SubClassOf( ) +AnnotationAssertion( "208VP0014X") +AnnotationAssertion(rdfs:label "interventional pain medicine (pain medicine)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pharmacotherapy (pharmacist)"@en) +AnnotationAssertion( "1835P1200X") +SubClassOf( ) +AnnotationAssertion( "225100000X") +AnnotationAssertion(rdfs:label "physical therapist"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pediatrics (physical therapist)"@en) +AnnotationAssertion( "2251P0200X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "physical therapy assistant"@en) +AnnotationAssertion( "225200000X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "physician assistant"@en) +AnnotationAssertion( "363A00000X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "medical (physician assistant)"@en) +AnnotationAssertion( "363AM0700X") +SubClassOf( ) +AnnotationAssertion( "363AS0400X") +AnnotationAssertion(rdfs:label "surgical (physician assistant)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "podiatrist"@en) +AnnotationAssertion( "213E00000X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "foot surgery (podiatrist)"@en) +AnnotationAssertion( "213ES0131X") +SubClassOf( ) +AnnotationAssertion( "103T00000X") +AnnotationAssertion(rdfs:label "psychologist"@en) +SubClassOf( ) +AnnotationAssertion( "103TC2200X") +AnnotationAssertion(rdfs:label "clinical child & adolescent (psychologist)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "clinical (psychologist)"@en) +AnnotationAssertion( "103TC0700X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "counseling (psychologist)"@en) +AnnotationAssertion( "103TC1900X") +SubClassOf( ) +AnnotationAssertion( "103TB0200X") +AnnotationAssertion(rdfs:label "cognitive & behavioral (psychologist)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "therapeutic radiology (radiology)"@en) +AnnotationAssertion( "2085R0203X") +SubClassOf( ) +AnnotationAssertion( "163WW0000X") +AnnotationAssertion(rdfs:label "wound care (registered nurse)"@en) +SubClassOf( ) +AnnotationAssertion( "163WD0400X") +AnnotationAssertion(rdfs:label "diabetes educator (registered nurse)"@en) +SubClassOf( ) +AnnotationAssertion( "163WW0101X") +AnnotationAssertion(rdfs:label "women's health care, ambulatory (registered nurse)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "obstetric, high-risk (registered nurse)"@en) +AnnotationAssertion( "163WX0002X") +SubClassOf( ) +AnnotationAssertion( "163WX0003X") +AnnotationAssertion(rdfs:label "obstetric, inpatient (registered nurse)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "registered nurse"@en) +AnnotationAssertion( "163W00000X") +SubClassOf( ) +AnnotationAssertion( "1041C0700X") +AnnotationAssertion(rdfs:label "clinical (social worker)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "specialist"@en) +AnnotationAssertion( "174400000X") +SubClassOf( ) +AnnotationAssertion( "235Z00000X") +AnnotationAssertion(rdfs:label "speech-language pathologist"@en) +SubClassOf( ) +AnnotationAssertion( "390200000X") +AnnotationAssertion(rdfs:label "student in an organized health care education/training program"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "trauma surgery (surgery)"@en) +AnnotationAssertion( "2086S0127X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "plastic and reconstructive surgery (surgery)"@en) +AnnotationAssertion( "2086S0122X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "transplant surgery"@en) +AnnotationAssertion( "204F00000X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "behavioral health & social service providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "chiropractic providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dental providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dietary & nutritional service providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "emergency medical service providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "eye and vision services providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nursing service providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "other service providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pharmacy service providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "group specialty"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "allopathic & osteopathic physicians"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "podiatric medicine & surgery service providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "respiratory, developmental, rehabilitative and restorative service providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "speech, language and hearing service providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "technologists, technicians & other technical service providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "ambulatory health care facilities"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hospital units"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hospitals"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "laboratories"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "managed care organizations"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nursing & custodial care facilities"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "residential treatment facilities"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "suppliers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "transportation services"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "physician assistants & advanced practice nursing providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nursing service related providers"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "respite care facility"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "student, health care"@en) +SubClassOf( ) +AnnotationAssertion( "207QA0000X") +AnnotationAssertion(rdfs:label "adolescent medicine (family medicine)"@en) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "maternal newborn (registered nurse)"@en) +AnnotationAssertion( "163WM0102X") +SubClassOf( ) +AnnotationAssertion(rdfs:label "geriatric medicine (family medicine)"@en) +AnnotationAssertion( "207QG0300X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hospice and palliative medicine sleep medicine (family medicine)"@en) +AnnotationAssertion( "207QH0002X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sleep medicine (family medicine)"@en) +AnnotationAssertion( "207QS1201X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sports medicine( family medicine)"@en) +AnnotationAssertion( "207QS0010X") +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "board general specialty"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "contact qualifier"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "foaf profile"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "contact"@en) +SubClassOf( ) +DisjointClasses( ) +AnnotationAssertion(rdfs:label "realizable_entity"@en) +AnnotationAssertion( "nano-imprinting lithography"^^xsd:string) +AnnotationAssertion(rdfs:label "nanoimprint lithography"@en) +AnnotationAssertion( ) +AnnotationAssertion( "NIL"^^xsd:string) +AnnotationAssertion( "nanoimprinting lithography"^^xsd:string) +AnnotationAssertion( "A synthesis technique that uses mechanical deformation to transfer a pattern to a substrate. A solution of resist (a polymer) is deposited on the substrate by spin coating. A mould containing the desired (nanosized) pattern on its surface is then pressed into the resist and any residual resist in the cast area is removed by an anisotropic etching process such as reactive ion etching. [database_cross_reference: DOI:10.1116/1.588605]"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "See OBI listserv discussion for considerations in defining instrument. http://sourceforge.net/tracker/index.php?func=detail&aid=2894801&group_id=177891&atid=886178"^^xsd:string) +AnnotationAssertion( "A flow cytometer."^^xsd:string) +AnnotationAssertion(rdfs:label "instrument"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "instrument"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Scientific_instrument"^^xsd:string) +AnnotationAssertion( "Material entity that is designed to have a function and play a role in scientific investigation."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090105"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "service"^^xsd:string) +AnnotationAssertion( "An information content entity that describes a service performed by a person or organization with the objective of performing a technique, providing training, providing storage of data or material entities, or providing access to resources for another person or organization"^^xsd:string) +AnnotationAssertion(rdfs:label "service offering"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A DNA sequencing service performed by a core lab."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.yourdictionary.com/reagent"^^xsd:string) +AnnotationAssertion( "A plasmid can be used as a reagent."^^xsd:string) +AnnotationAssertion( "reagent"^^xsd:string) +AnnotationAssertion( "Processed material that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "reagent"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A technique is a planned process used to accomplish a specific activity or task."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Technique"^^xsd:string) +AnnotationAssertion(rdfs:comment "Protocol is added to eagle-i temporarily until a relationship between the informatio entity \"protocol\" and these planned processes is created. This class refers to the axtual process not the document"^^xsd:string) +AnnotationAssertion( "Flow cytometry is a technique."^^xsd:string) +AnnotationAssertion(rdfs:label "technique"@en) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A reagent that is comprised of immunoglobulins produced by B cells in response to an antigen. Antibody reagents can be engineered to have specificity for specific antigens."^^xsd:string) +AnnotationAssertion( "http://www.nlm.nih.gov/medlineplus/ency/article/002223.htm"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "antibody reagent"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An antibody is used to detect proteins in a Western blot assay."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Atwood et al (2000) OED of Biochemistry and Molecular Biology, Oxford University Press."^^xsd:string) +AnnotationAssertion( "HeLa cells are a cancer cell line that were generated from a cervical tumor."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "cell line"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:comment "Def from EFO, to be added to OBI. ; From Richard this class represents: hybridomas, stem cells{IPS/MEFs/ES}, modified standard cell lines, primary cells, unique bacterial lines, yeast lines ; Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "Reagent that is a population of cells cultured in vitro that are descended through one or more generations (and possible sub-cultures) from a single primary culture which was originally derived from part of an organism. The cells of such a population share common characteristics."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:comment "From Richard this class represents: hybridomas, stem cells{IPS/MEFs/ES}, modified standard cell lines, primary cells, unique bacterial lines, yeast lines"^^xsd:string) +AnnotationAssertion( "A role inhering in a person or organization that is realized when the bearer participates in providing a service to meet the need of another person or thing."^^xsd:string) +AnnotationAssertion( "An role of an individual within his or her profession or institution; use outreach provider role for community service or other activities outside the profession."^^xsd:string) +AnnotationAssertion(rdfs:label "service provider role"^^xsd:string) +AnnotationAssertion( "A technician in a core laboratory."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Member of the International Conference on Complex Systems Organizing Committee"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "research project"^^xsd:string) +AnnotationAssertion(rdfs:comment "Maybe SameAs \"Investigation\" but is the subject of funding"^^xsd:string) +AnnotationAssertion( "A project to study the role of a specific protein in cell signaling."^^xsd:string) +AnnotationAssertion( "A funded collection of investigations as described in a research proposal."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "OCRe"^^xsd:string) +AnnotationAssertion( "Research project that uses or collects measurements or assessments about humans."^^xsd:string) +AnnotationAssertion(rdfs:comment "This should be imported from OCRE- but they currently have no generic human study type. Def is modified."^^xsd:string) +AnnotationAssertion( "A clinical trial."^^xsd:string) +AnnotationAssertion(rdfs:label "human study"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "human study"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An interventional study that contains a set of procedures in medical research and drug development that are conducted to allow safety (or more specifically, information about adverse drug reactions and adverse effects of other treatments) and efficacy data to be collected for health interventions (e.g., drugs, diagnostics, devices, therapy protocols) that is performed over phases."^^xsd:string) +AnnotationAssertion(rdfs:label "clinical trial"^^xsd:string) +AnnotationAssertion( "A clinical trial to evaluate the efficacy of a new drug."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Clinical_trial"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +SubClassOf( ) +AnnotationAssertion( "A study of the populations and demographic of the avian flu."^^xsd:string) +AnnotationAssertion( "A human study of diseases in populations of humans or other animals, specifically how, when and where they occur. Epidemiological studies can never prove causation, epidemiological evidence can only show that this risk factor is correlated with a higher incidence of disease in the population exposed to that risk factor. The higher the correlation the more certain the association, but it cannot prove the causation."^^xsd:string) +AnnotationAssertion(rdfs:label "epidemiological study"^^xsd:string) +AnnotationAssertion( "http://pmep.cce.cornell.edu/profiles/extoxnet/TIB/epidemiology.html"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "epidemiological study"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "genome wide association study"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "genome wide association study"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Genome-wide_association_study"^^xsd:string) +AnnotationAssertion( "A genome wide association study is an examination of genetic variation across a given genome, designed to identify genetic associations with observable traits."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Heart tissue obtained from an organism."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "biospecimen"^^xsd:string) +AnnotationAssertion( "Material entity that is a portion or quantity of a biological material for use in testing, examination, or study. A biological specimen can be an individual animal, a population of organisms, or is a part of or derived from an animal, plant, part of a plant, or microorganism. When a taxon is described, it is typically based on a single specimen and is referred to as the holotype."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Specimen"^^xsd:string) +AnnotationAssertion( "biological specimen"^^xsd:string) +AnnotationAssertion(rdfs:comment "Should have relationship to Organism"^^xsd:string) +AnnotationAssertion(rdfs:label "biological specimen"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "software"^^xsd:string) +AnnotationAssertion(rdfs:comment "IAO is a planned specification, in SWO is an Information artifact. In eagle-i, we have a need to collect material instances and is it thus currently classified as a material entity."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Microsoft Word is commonly used word processing software."^^xsd:string) +AnnotationAssertion( "software"^^xsd:string) +AnnotationAssertion( "A general term primarily used for digitally stored data such as computer programs and other kinds of information read and written by computers."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Computer_software"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "RNA sequence"^^xsd:string) +AnnotationAssertion( "Data containing the arrangement of nucleotides in a DNA fragment or genome."^^xsd:string) +AnnotationAssertion( "The RNA sequence encodes the protein sequence."^^xsd:string) +AnnotationAssertion(rdfs:label "RNA sequence"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/RNA"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "The protein sequence is encoded by the RNA sequence."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Peptide_sequence"^^xsd:string) +AnnotationAssertion( "A protein sequence data represents the primary structure of a protein and is the order in which amino acid residues, connected by peptide bonds, lie in the chain in proteins."^^xsd:string) +AnnotationAssertion( "protein sequence"^^xsd:string) +AnnotationAssertion(rdfs:label "protein sequence data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "macromolecular crystallographic information data"^^xsd:string) +AnnotationAssertion( "Macromolectular Crystallographic Information data"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.sdsc.edu/pb/papers/methenz97.pdf"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "Data from the Macromolecular Crystallographic Information File (mmCIF) that is used for describing small molecule structures and associated diffraction experiments."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "electron density map data"^^xsd:string) +AnnotationAssertion( "Data that are a three-dimensional description of the electron density in a crystal structure, determined from X-ray diffraction experiments. They describe the contents of the unit cells averaged over the whole crystal and not the contents of a single unit cell (a distinction that is important where structural disorder is present)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://reference.iucr.org/dictionary/Electron_density_map"^^xsd:string) +AnnotationAssertion( "electron density map"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Data generated by NMR used as input for structure generation programs."^^xsd:string) +AnnotationAssertion( "http://www.ccpn.ac.uk/ccpn/data-model/python-api-v2-examples/nmr-restraints"^^xsd:string) +AnnotationAssertion(rdfs:label "NMR restraint data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "requested in OBI"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Erik Segerdell"^^xsd:string) +AnnotationAssertion(rdfs:label "cell assay platform"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "A platform that is an aggregate of the set of instruments and software needed to perform a cell assay procedure."^^xsd:string) +AnnotationAssertion( "A flow cytometry set up."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An autoMACS cell separator, used to separate cells tagged with magnetic beads."^^xsd:string) +AnnotationAssertion( "http://www.rndsystems.com/product_detail_objectname_pluscellectkits.aspx"^^xsd:string) +AnnotationAssertion(rdfs:comment "requested in OBI"^^xsd:string) +AnnotationAssertion(rdfs:label "cell selection device"^^xsd:string) +AnnotationAssertion( "A device that isolates and detects intended target cells."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "requested in OBI +there is a trade name 'nucleofactor'"^^xsd:string) +AnnotationAssertion( "cell porator"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "An instrument that applies an electrical field to a population of cells, which causes a significant increase in the electrical conductivity and permeability of the cell plasma membrane and allows the introduction of some substance into a cell, such as loading it with a molecular probe, a drug that can change the cell's function, or a piece of coding DNA."^^xsd:string) +AnnotationAssertion(rdfs:label "electroporator"^^xsd:string) +AnnotationAssertion( "A nucleofector device."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electroporator"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "A fume hood is an environmental control system."^^xsd:string) +AnnotationAssertion(rdfs:label "environmental control system"^^xsd:string) +AnnotationAssertion( "Erik Segerdell"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "A device or system that supports a controlled physical environment."^^xsd:string) +AnnotationAssertion(rdfs:comment "requested in OBI"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "freeze-fracture device"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electron_microscope"^^xsd:string) +AnnotationAssertion( "A device that rapidly freezes a fresh tissue or cell suspension for subsequent fracture and downstream analysis."^^xsd:string) +AnnotationAssertion( "A device used to break up tumors for subsequent analysis."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "requested in OBI"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "freeze-fracture device"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "microfluidics platform"^^xsd:string) +AnnotationAssertion( "Erik Segerdell"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A platform that combines several microfluidic functions (e.g. capillary valving, centrifugal pumping, and flow sequencing)."^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "An HPLC apparatus contains a microfluidics platform."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "A platform that combines several proteomics functions."^^xsd:string) +AnnotationAssertion( "Erik Segerdell"^^xsd:string) +AnnotationAssertion(rdfs:label "proteomics platform"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion(rdfs:comment "requested in OBI"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Workstation"^^xsd:string) +AnnotationAssertion(rdfs:label "workstation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A high-end computer designed for technical or scientific applications."^^xsd:string) +AnnotationAssertion( "computer workstation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "From Richard: RNAi, plasmid, phage, chemical, viral, [also cell libraries]"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Dna_library"^^xsd:string) +AnnotationAssertion(rdfs:label "nucleic acid library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "nucleic acid library"^^xsd:string) +AnnotationAssertion( "A primer library."^^xsd:string) +AnnotationAssertion( "Reagent library that is a collection of DNA fragments that is stored and propagated in a population of micro-organisms through the process of molecular cloning."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "protein reagent"^^xsd:string) +AnnotationAssertion(rdfs:label "protein reagent"^^xsd:string) +AnnotationAssertion( "Reagent that is a sequence of amino acids."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "peptide reagent"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An antibody is a protein reagent."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:comment "From Richard: unique rare"^^xsd:string) +AnnotationAssertion(rdfs:label "chemical reagent"^^xsd:string) +AnnotationAssertion( "Reagent that is a material of pure chemical composition, either an element or a compound."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Chemical_substance"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Sodium hydroxide is a common chemical reagent."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Electrophoresis in which DNA is separated by its resistance to movement and its charge."^^xsd:string) +AnnotationAssertion(rdfs:label "DNA electrophoresis"^^xsd:string) +AnnotationAssertion( "PCR products are subjected to DNA electrophoresis to confirm the presence of DNA."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "agarose gel electrophoresis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "RNA is subjected to electrophoresis in a Northern blot."^^xsd:string) +AnnotationAssertion(rdfs:label "RNA electrophoresis"^^xsd:string) +AnnotationAssertion( "Electrophoresis in which RNA is separated it by its resistance to movement and its charge."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Electrophoresis in which protein is separated it by its resistance to movement and its charge."^^xsd:string) +AnnotationAssertion(rdfs:label "protein electrophoresis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "The first step in a Western blot."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A liquid chromatography technique that can separate a mixture of compounds and is used in biochemistry and analytical chemistry to identify, quantify and purify the individual components of the mixture."^^xsd:string) +AnnotationAssertion(rdfs:label "high performance liquid chromatography"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "high pressure liquid chromatography"^^xsd:string) +AnnotationAssertion( "The proteins present in a sample are identified by HPLC."^^xsd:string) +AnnotationAssertion( "HPLC"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/High-performance_liquid_chromatography"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.bioxys.com/i_Abm/cell_immortalization_products.htm"^^xsd:string) +AnnotationAssertion( "A cell culture technique where primary cell cultures are immortalized, have extended replicative capacity and grow continuously in culture with the replacement of proper growth media."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Cell line generation"^^xsd:string) +AnnotationAssertion(rdfs:label "cell immortalization"^^xsd:string) +AnnotationAssertion( "Transformation of 293 cells."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A nucleic acid assay that is used to detect RFLPs, which involves fragmenting a sample of DNA by a restriction enzyme. The resulting DNA fragments are then separated by length using agarose gel electrophoresis, and transferred to a membrane via the Southern blot procedure. Hybridization of the membrane to a labeled DNA probe then determines the length of the fragments which are complementary to the probe. A RFLP occurs when the length of a detected fragment varies between individuals."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "restriction fragment length polymorphism electrophoresis"^^xsd:string) +AnnotationAssertion( "RFLP electrophoresis"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Restriction_fragment_length_polymorphism"^^xsd:string) +AnnotationAssertion( "RFLP is used in forensic science to identify a perpetrator."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "CLSM"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A microscopy technique used in optimal imaging that increases optical resolution and contrast of a micrograph by using point illumination and a spatial pinhole to eliminate out-of-focus light in specimens that are thicker than the focal plane. It enables the reconstruction of three-dimensional structures from the obtained images."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Confocal scanning microscopy"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Confocal_microscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "confocal microscopy"^^xsd:string) +AnnotationAssertion( "Colocalization studies of two proteins."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "microscopy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Cell viability can be visualized by microscopy."^^xsd:string) +AnnotationAssertion( "Microscopic examination"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Microscopy"^^xsd:string) +AnnotationAssertion( "An imaging assay that uses microscopes to view samples and objects that cannot be seen with the unaided eye (objects that are not within the resolution range of the normal eye)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Sample microscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A device that provides a source of illumination for observation and photography of a wide variety of tests performed in virological, microbiological and clinical laboratories using either white or ultraviolet light."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "light box"^^xsd:string) +AnnotationAssertion( "United States Patent 4071883"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "Coomassie stained gels can more easily be visualized using a light box."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A histological sample preparation technique involving embedding tissue in a compound that allows them to be frozen rapidly and prepares them for subsequent sectioning."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Frozen block cryoembedding"^^xsd:string) +AnnotationAssertion(rdfs:label "cryoembedding"^^xsd:string) +AnnotationAssertion( "Cryoembedding heart biospecimens."^^xsd:string) +AnnotationAssertion( "http://www.tedpella.com/cryo_html/cryo2.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "immunohistochemistry assay"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "IHC"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Immunohistochemistry"^^xsd:string) +AnnotationAssertion( "A tissue/organ assay that is used to detect antigens (e.g., proteins) in cells of a tissue section by exploiting the principle of antibodies binding specifically to antigens in biological tissues."^^xsd:string) +AnnotationAssertion( "Immunostaining"^^xsd:string) +AnnotationAssertion( "Used to detect protein expression in a tissue."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "light microscopy"^^xsd:string) +AnnotationAssertion( "Light microscopy is used to examine cell viability."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A microscopy technique that uses visible light and a system of lenses to magnify images of small samples."^^xsd:string) +AnnotationAssertion( "LM"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Optical_microscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Time-lapse_microscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "The migration of a protein through a cell can be captured by time-lapse microscopy."^^xsd:string) +AnnotationAssertion(rdfs:label "time lapse light microscopy"^^xsd:string) +AnnotationAssertion( "Light microscopy where the same object (e.g., a cell) is photographed at regular time intervals over several hours."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Confocal microscopy where the same object (e.g., a cell) is photographed at regular time intervals over a specified period of time."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Time-lapse_microscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "time lapse confocal microscopy"^^xsd:string) +AnnotationAssertion( "Migration of a protein in a cell can be captured by time-lapse confocal microscopy."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A technique used in histological sample preparation where water-rich tissues are hardened by freezing and cut in the frozen state with a freezing microtome or microtome-cryostat. +"^^xsd:string) +AnnotationAssertion( "Freeze sectioning"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Cryogenic sectioning"^^xsd:string) +AnnotationAssertion(rdfs:label "cryosectioning"^^xsd:string) +AnnotationAssertion( "Frozen sectioning"^^xsd:string) +AnnotationAssertion( "cryosectioning"^^xsd:string) +AnnotationAssertion( "http://www.answers.com/topic/microtome"^^xsd:string) +AnnotationAssertion( "Biospecimens are removed from an organism and flash frozen, then cryosectioned for subsequent histological analysis."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An imaging technique that allows images to be analyzed based on their pixel or voxel composition."^^xsd:string) +AnnotationAssertion(rdfs:label "image analysis"^^xsd:string) +AnnotationAssertion( "Image analysis of bands on a gel to quantitate the relative difference in protein expression."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "The NIH is a funding agency."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A role inhering in a person or organization that is realized when the bearer participates in providing funding to a person or an organization for academic or business purposes."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "funding role"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A teacher."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "educator role"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A role inhering in a person or organization that is realized when the bearer participates in providing education to a student or group of students."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "monoclonal antibody reagent"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Antibody reagent that recognizes a single epitope."^^xsd:string) +AnnotationAssertion( "An mouse anti-human Mad4 antibody."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Antibody reagent that recognizes multiple epitopes."^^xsd:string) +AnnotationAssertion(rdfs:label "polyclonal antibody reagent"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A rabbit anti-human SHH antibody."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.bioresearchonline.com/product.mvc/Analyst-HTS-Assay-Detection-System-0001"^^xsd:string) +AnnotationAssertion( "fluorescence and luminescence assay detection system"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence and luminescence assay detection system"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A measurement device that detects fluorescence intensity, fluorescence polarization, time-resolved fluorescence, and luminescence, delivering information in terms of sensitivity, dynamic range, signal-to-noise, and cross-talk."^^xsd:string) +AnnotationAssertion( "A Licor imager, which can be used to image animals in vivo."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.cybersight.org/bins/content_page.asp?cid=1-1581-1642"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Tissue culture work is usually done in a laminar flow hood."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "Device that flows filtered air onto a specially enclosed work surface. This prevents particulate and microbial contamination, while protecting the user from the potential exposure to infectious material being handled."^^xsd:string) +AnnotationAssertion( "laminar flow cabinet"^^xsd:string) +AnnotationAssertion(rdfs:label "laminar flow hood"^^xsd:string) +AnnotationAssertion( "laminar flow hood"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Plate replicator."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "dispensing well plate"^^xsd:string) +AnnotationAssertion( "doi:10.1016/j.sna.2004.05.038"^^xsd:string) +AnnotationAssertion( "DWP"^^xsd:string) +AnnotationAssertion( "A nanodispenser that is used for the massive parallel delivery of liquid volumes in the range of 50 nL."^^xsd:string) +AnnotationAssertion(rdfs:label "dispensing well plate"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "robot arm"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "A mechanical instrument that consists of an upper arm link and a lower arm link that are interconnected by a uniaxial joint. The upper arm link is connected with a structure via a universal joint."^^xsd:string) +AnnotationAssertion( "robot arm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.google.com/patents/about?id=ZqcsAAAAEBAJ"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "A device that transfers energy to a gaseous fluid for the purpose of raising the pressure of the fluid as is the case when the compressor is the prime mover of the fluid through the process."^^xsd:string) +AnnotationAssertion( "Gresh, M.T. (2001). Compressor performance: aerodynamics for the user. Woburn, MA: Butterworth-Heinermann."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "compressor"^^xsd:string) +AnnotationAssertion(rdfs:label "compressor"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "A speed vac is used to concentrate a sample."^^xsd:string) +AnnotationAssertion( "http://www.google.com/patents/about?id=J7Q6AAAAEBAJ&dq=4226669"^^xsd:string) +AnnotationAssertion( "sample concentrator"^^xsd:string) +AnnotationAssertion( "speed vacuum"^^xsd:string) +AnnotationAssertion( "speed vac"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A centrifuge that includes a vacuum chamber within which a centrifuge rotord is rotatably mounted for spinning a plurality of vials containing a solution at high speed while subjecting the solution to a vacuum condition for concentration and evaporation."^^xsd:string) +AnnotationAssertion(rdfs:label "vacuum centrifuge concentrator"^^xsd:string) +AnnotationAssertion( "vacuum centrifuge concentrator"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A centrifuge that can be operated at low temperatures."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used to prepare protein lysates."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "refrigerated centrifuge"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://www.drs.illinois.edu/bss/factsheets/cabinets.aspx"^^xsd:string) +AnnotationAssertion( "An instrument used for containment of biological materials, which functions as a primary barrier to prevent the escape of biological aerosols into the laboratory environment."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "biological safety cabinet"^^xsd:string) +AnnotationAssertion( "biosafety cabinet"^^xsd:string) +AnnotationAssertion( "biological safety cabinet"^^xsd:string) +AnnotationAssertion( "A fume hood."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electron_microscope#Transmission_electron_microscope_.28TEM.29"^^xsd:string) +AnnotationAssertion( "An electron microscope that uses a high voltage electron beam to create an image."^^xsd:string) +AnnotationAssertion(rdfs:label "transmission electron microscope"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "For use in imaging of biological molecules."^^xsd:string) +AnnotationAssertion( "transmission electron microscope"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Used to visualize biomolecules."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fluorescence_microscope"^^xsd:string) +AnnotationAssertion( "An optical microscope used to study properties of organic or inorganic substances using the phenomena of fluorescence and phosphorescence instead of, or in addition to, reflection and absorption."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "fluorescence microscope"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence microscope"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Fluorescent microscope"^^xsd:string) +AnnotationAssertion( "Epifluorescence microscope"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A UV crosslinker is used to crosslink RNA to a membrane in Northern blots."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument designed to crosslink molecules, such as DNA or RNA to a surface, such as a membranes."^^xsd:string) +AnnotationAssertion( "http://research.amnh.org/molecular/equipment_folder/Stratalinker%201800.pdf"^^xsd:string) +AnnotationAssertion(rdfs:label "UV crosslinker"^^xsd:string) +AnnotationAssertion( "UV crosslinker"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A sputter coater where the complete sequence of flush, leak, coat and vent is automatically controlled. The solenoid operated leak valve allows the gas pressure to return automatically to pre-set conditions."^^xsd:string) +AnnotationAssertion( "For gold deposition of scanning electron microscopy specimens."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "automatic sputter coater"^^xsd:string) +AnnotationAssertion( "http://www.canemco.com/catalog/instruments/Sputter-coaters.htm#Automatic_Sputter_Coater_"^^xsd:string) +AnnotationAssertion( "automatic sputter coater"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "industrial robot"^^xsd:string) +AnnotationAssertion( "Robotic arm moving pin array for moving compounds."^^xsd:string) +AnnotationAssertion( "http://www.osha.gov/dts/osta/otm/otm_iv/otm_iv_4.html"^^xsd:string) +AnnotationAssertion( "A device that is programmable, multifunctional, and mechanical that is designed to move material, parts, tools, or specialized devices through variable programmed motions to perform a variety of tasks."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.chem.agilent.com/Library/usermanuals/Public/G5402-90001_PlateLocUG_EN.pdf"^^xsd:string) +AnnotationAssertion( "A plate sealer is used to seal plates for real-time PCR."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "A mechanical instrument that applies seal material on top of microplates (plates) to seal individual wells."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "plate sealer"^^xsd:string) +AnnotationAssertion( "plate sealer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "barcode labeler"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "bar code labeler"^^xsd:string) +AnnotationAssertion( "http://cp.chem.agilent.com/Library/usermanuals/Public/G5404-90001_LabelerUG_EN.pdf"^^xsd:string) +AnnotationAssertion( "An instrument that prints bar code labels and applies them to a product, such as to the side of a microplate."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.sciclips.com/sciclips/protein-biomarker-protocol.do?protocol=Ciphergen%20ProteinChip%20SELDI-TOF-MS%20Analysis&type=8166"^^xsd:string) +AnnotationAssertion(rdfs:label "chip reader"^^xsd:string) +AnnotationAssertion( "An instrument used to detect and record data provided by a microarray chip."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "ultrasonic cell disruptor"^^xsd:string) +AnnotationAssertion( "An ultrasonic cell disruptor is used to break up bacteria during protein purification."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Sonication"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "ultrasonic cell disruptor"^^xsd:string) +AnnotationAssertion( "A device that uses ultrasound to disrupt cell membranes and release cellular contents."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for the wash and stain operation of arrays."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Wash and stain functions on an automated immunohistochemistry instrument."^^xsd:string) +AnnotationAssertion(rdfs:label "fluidics station"^^xsd:string) +AnnotationAssertion( "http://www.affymetrix.com/browse/products.jsp?productId=131439&navMode=34000&navAction=jump&aId=productsNav#1_1"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "cell storage device"^^xsd:string) +AnnotationAssertion(rdfs:label "cell storage device"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A CO2 incubator."^^xsd:string) +AnnotationAssertion( "Device that has the function of maintaining cell lines, primary cultures or cell isolates in a viable state."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.nbsc.com/bioflo510.aspx"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "bioreactor fermentor"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A bioreactor used to produce monoclonal antibodies from a hybridoma."^^xsd:string) +AnnotationAssertion( "A bioreactor that provides a sterilie environment, ideal for growth of any bacteria, yeast, or fungi."^^xsd:string) +AnnotationAssertion(rdfs:label "fermentor"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "fluorescence detector"^^xsd:string) +AnnotationAssertion( "PERSON: NIcole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fluorescence_spectroscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence spectrometer"^^xsd:string) +AnnotationAssertion( "Can be used to quantify DNA."^^xsd:string) +AnnotationAssertion( "fluorescence spectrometer"^^xsd:string) +AnnotationAssertion( "A spectrophotometer that analyzes fluorescence from a sample. It uses a beam of light, usually ultraviolet light, to excite the electrons in molecules of certain compounds and causes them to emit light of a lower energy, typically, but not necessarily, visible light."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "A high performance liquid chromatography instrument that is used to detect free amino acids automatically by reacting the free amino acids, under basic conditions, with phenylisothiocyanate (PITC) to produce phenylthiocarbamyl (PTC) amino acid derivatives."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An amino acid analyzer can be used to determine the composition of a protein."^^xsd:string) +AnnotationAssertion( "amino acid analyzer"^^xsd:string) +AnnotationAssertion( "http://www.protein.iastate.edu/aaa.html"^^xsd:string) +AnnotationAssertion(rdfs:label "amino acid analyzer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A peptide synthesizer is used to generate peptides to be used as antigens in immune models."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "peptide synthesizer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Peptide_synthesizer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "peptide synthesizer"^^xsd:string) +AnnotationAssertion( "A device that produces peptides, which are organic compounds in which multiple amino acids are linked via peptide bonds."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.gelifesciences.com/aptrix/upp01077.nsf/content/Products?OpenDocument&parentid=976027&moduleid=165591&zone=Elpho"^^xsd:string) +AnnotationAssertion( "A mass spectrometer sample spotter can be used to identify proteins in a sample."^^xsd:string) +AnnotationAssertion( "An instrument designed to automatically mix and spot digested proteins and matrix onto any MALDI MS targets."^^xsd:string) +AnnotationAssertion( "mass spectrometer sample spotter"^^xsd:string) +AnnotationAssertion(rdfs:label "mass spectrometer sample spotter"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Scanning_electron_microscope#Environmental_SEM"^^xsd:string) +AnnotationAssertion( "A scanning electron microscope that has a secondary-electron detector capable of operating in the presence of water vapour and pressure-limiting apertures with differential pumping in the path of the electron beam to separate the vacuum region (around the gun and lenses) from the sample chamber, which allows samples to be observed in low-pressure gaseous environments (e.g. 1-50 Torr) and high relative humidity (up to 100%)."^^xsd:string) +AnnotationAssertion(rdfs:label "environmental scanning electron microscope"^^xsd:string) +AnnotationAssertion( "environmental scanning electron microscope"^^xsd:string) +AnnotationAssertion( "Fungal spores in lemon grass leaf can be imaged using an environmental scanning electron microscope."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "nanoindenter"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Nanoindenter"^^xsd:string) +AnnotationAssertion( "nanoindenter"^^xsd:string) +AnnotationAssertion( "An instrument used for indentation hardness tests for nanoindentation, a method for measuring and testing very small volumes of mechanical properties."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "nano universal testing machine"^^xsd:string) +AnnotationAssertion( "nano universal testing machine"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://mms.postech.ac.kr/"^^xsd:string) +AnnotationAssertion( "nano-UTM"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "A device that is used to measure tensile and bending properties of microscopic materials."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A digital camera for a microscope, which records image data of a sample image obtained by the microscope in a recording medium."^^xsd:string) +AnnotationAssertion( "http://www.google.com/patents/about?id=XumGAAAAEBAJ"^^xsd:string) +AnnotationAssertion( "microscope digital camera"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A digital camera hooked up to a microscope, which can be used to capture the images that are visualized by the microscope."^^xsd:string) +AnnotationAssertion(rdfs:label "microscope digital camera"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "cell separator"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A FACS machine can be used to sort cell populations."^^xsd:string) +AnnotationAssertion( "Fisher, D., et al. (Eds.). (1998). Cell separation: a practical approach. Oxford: Oxford University Press. http://books.google.com/books?id=GSWudM-1XGcC"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "cell separator"^^xsd:string) +AnnotationAssertion( "An instrument that detects and isolates target cells from a mixed population of cells."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Genomic_library"^^xsd:string) +AnnotationAssertion( "A construct library that carries the entire genome of a source organism. "^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "genomic library"^^xsd:string) +AnnotationAssertion( "genomic library"^^xsd:string) +AnnotationAssertion( "A cDNA library for the mouse genome."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Nucleic acid library that is comprised of small interfering RNA molecules."^^xsd:string) +AnnotationAssertion( "A RNAi library for a gene of interest, such as SHH."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "RNAi library"^^xsd:string) +AnnotationAssertion(rdfs:label "RNAi library"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "cDNA library"^^xsd:string) +AnnotationAssertion( "A cDNA library expressing fragments from the mouse genome."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A construct library that is a collection of cDNA plasmids."^^xsd:string) +AnnotationAssertion(rdfs:label "cDNA construct library"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/CDNA_library"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "miRNA library"^^xsd:string) +AnnotationAssertion(rdfs:label "miRNA library"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "miRNA libraries can be used to screen for target drugs."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "RNAi library that is comrpised of microRNA (21-22 nucelotides). miRNAs are endogenous post-transcriptional regulators that bind to complementary sequences in the three prime untranslated regions (3' UTRs) of mRNA, usually resulting in gene silencing. Each miRNA may repress hundreds of mRNAs. miRNA libraries are NOT in expression vectors but are directly transfected into cells."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An siRNA library may be used to knockdown gene expression to study the function of that gene."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "siRNA library"^^xsd:string) +AnnotationAssertion( "RNAi library that is comprised of small (20-25 nucleotides) interfering RNA or silencing RNA that targets mRNA for degradation. siRNAs are synthetic double-stranded RNA. siRNA libraries are NOT in expression vectors. The siRNAs are directly transfected into cells."^^xsd:string) +AnnotationAssertion(rdfs:label "siRNA library"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "this is an expression library, and has part some construct"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "RNAi library that is comprised of small hairpin RNA or short hairpin RNA that target mRNA for degradation. shRNAs are single stranded RNAs containing a tight hairpin turn and are synthesized and inserted into (primarily) Viral Cloning vectors. When expressed in the cell the loop is degraded and what is left is the siRNA (ds RNA) part."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "shRNA library"^^xsd:string) +AnnotationAssertion( "shRNA library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An shRNA library may be used to knockdown gene expression to study the function of that gene."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "construct"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "construct"^^xsd:string) +AnnotationAssertion( "vector"^^xsd:string) +AnnotationAssertion( "Cells are transfected with constructs expressing a gene of interest to study the gene function."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A reagent that is a virus or DNA molecule capable of autonomous replication, used as a vehicle to transfer foreign genetic material into a host cell. A construct may contain an insert of DNA from an external source, and may be used for cloning or for expression purposes."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "bacterial artificial chromosome"^^xsd:string) +AnnotationAssertion(rdfs:label "BAC"^^xsd:string) +AnnotationAssertion( "Often used to sequence the genome of organisms in genome projects."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Bacterial_artificial_chromosome"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "BAC"^^xsd:string) +AnnotationAssertion( "An artificial chromosome vector that contains portions of the bacterial fertility plasmid (F-plasmid). Used for transforming and cloning in bacteria, usually E. coli."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "YAC"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Yeast_artificial_chromosome"^^xsd:string) +AnnotationAssertion( "YAC"^^xsd:string) +AnnotationAssertion( "yeast artificial chromosome"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An artificial chromosome containing chromosomal features needed for replication and preservation in yeast cells (origin, telomere, and centromere). A YAC is built using an initial circular plasmid, which is typically broken into two linear molecules using restriction enzymes to allow ligation of a sequence or gene of interest and form a single large linear piece of DNA. YACs are useful for the physical mapping of complex genomes and for the cloning of large genes."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/P1-derived_artificial_chromosome"^^xsd:string) +AnnotationAssertion(rdfs:label "PAC"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PAC"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An artificial chromosome derived from the genome of the P1 bacteriophage. Used for transforming and cloning in bacteria, usually E. coli."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cosmid"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "cosmid"^^xsd:string) +AnnotationAssertion( "A hybrid plasmid that contains cos DNA sequences derived from the Lambda bacteriophage, which allow for DNA packaging in phage capsids for delivery by viral transduction."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cosmid"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fosmid"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A hybrid plasmid that contains sequences from the bacterial F-plasmid to enable packaging in lambda phage for delivery by viral transduction."^^xsd:string) +AnnotationAssertion( "fosmid"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "fosmid"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Reagent library that contains a great number of peptides that have a systematic combination of amino acids. Usually, a peptide library is synthesized on solid phase, mostly on resin, which can be made as flat surface or beads."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "peptide library"^^xsd:string) +AnnotationAssertion( "peptide library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Peptide_library"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A library of kinase inhibitors."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "chemical library"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Chemical_library"^^xsd:string) +AnnotationAssertion(rdfs:label "chemical library"^^xsd:string) +AnnotationAssertion( "Reagent library that is a collection of stored chemicals. Each chemical has associated information stored in some kind of database with information such as the chemical structure, purity, quantity, and physiochemical characteristics of the compound."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A library used to screen interacting proteins."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Two-hybrid_screening"^^xsd:string) +AnnotationAssertion( "An expression library that is a collection of yeast two hybrid constructs. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "yeast two-hybrid library"^^xsd:string) +AnnotationAssertion(rdfs:label "yeast two-hybrid library"^^xsd:string) +AnnotationAssertion( ) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A construct that can be used to detect protein-protein interactions."^^xsd:string) +AnnotationAssertion( "A construct used for yeast two hybrid screening assays, which is engineered to express a protein of interest fused to either the DNA-binding domain (BD) fragment or activation domain (AD) of a transcription factor. Yeast two hybrid constructs are typically plasmids or phagemids."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Two-hybrid_screening"^^xsd:string) +AnnotationAssertion(rdfs:label "yeast two-hybrid construct"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "lambda phage vector"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A transgenic virus derived from a lambda phage that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A lambda phage expressing a gene of interest."^^xsd:string) +AnnotationAssertion(rdfs:label "transgenic lambda phage"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Vector_%28molecular_biology%29"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.phagedisplay.net/"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "phage display peptide library"^^xsd:string) +AnnotationAssertion(rdfs:label "phage display peptide library"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A peptide library that contains phage display, an expression system of peptides, at the surface of phage particles. The construction of a phage display library is accomplished by the incorporation of the nucleotide sequence encoding the peptide to be displayed into a phage genome as a fusion to a gene encoding a phage coat protein. The fusion of the protein with the phage coat protein ensures that the peptide to be displayed is presented at the surface of the mature phage, while the sequence encoding it is contained within the same phage particle, allowing a physical link between the phenotype and genotype of the expressed peptide."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "combinatorial peptide library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A peptide library synthesized through combinatorial chemistry techniques."^^xsd:string) +AnnotationAssertion( "combinatorial peptide library"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "http://www.genomicglossaries.com/content/libraries_synthesis.asp"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A peptide library in which peptide sequences are engineered to exhibit a specified degree of overlap with other peptides in the library. The library generation process is characterized by two parameters, fragment length and offset number, each library is generated by breaking the original protein or peptide into many equal-length overlapping fragment, each has 8 to 20 residues in size."^^xsd:string) +AnnotationAssertion( "overlapping peptide peptide library"^^xsd:string) +AnnotationAssertion(rdfs:label "overlapping peptide peptide library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "http://www.genscript.com/overlapping_library.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "alanine scanning peptide library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A peptide library containing peptides in which each non-alanine residue is substituted one at a time with an alanine residue, allowing determination of each residue's contribution to the peptides functionality. Alanine scanning library is able to identify specific amino acid residues responsible for the peptide's function, stability, and conformation."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "http://www.genscript.com/alanine_scanning.html"^^xsd:string) +AnnotationAssertion( "alanine scanning peptide library"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "natural product extracts chemical library"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A chemical library that consists of chemicals produced by and extracted from living organisms."^^xsd:string) +AnnotationAssertion( "A natural products extracts chemical library can be used to screen for drug targets."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "known bioactives collection chemical library"^^xsd:string) +AnnotationAssertion( "A chemical library that consists of chemicals known to exert a biological effect in living organisms or cells."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A chemical library that consists solely of synthetic chemicals."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "synthetic chemical library"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "IgG"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma heavy chains (50-70kD)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "IgA"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgA has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical alpha heavy chains (50-70kD)."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "IgD"^^xsd:string) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgD has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical delta heavy chains (50-70kD)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "IgE"^^xsd:string) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgE has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical episilon heavy chains (50-70kD)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgM has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical mu heavy chains (50-70kD)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "IgM"^^xsd:string) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "IgG1"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG1 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 1 heavy chains (50-70kD)."^^xsd:string) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2 heavy chains (50-70kD)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "IgG2"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "IgG2a"^^xsd:string) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2a has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2a heavy chains (50-70kD)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2b has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2b heavy chains (50-70kD)."^^xsd:string) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "IgG2b"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2c has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2c heavy chains (50-70kD)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "IgG2c"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG3 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 3 heavy chains (50-70kD)."^^xsd:string) +AnnotationAssertion(rdfs:label "IgG3"^^xsd:string) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "IgG4"^^xsd:string) +AnnotationAssertion( "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG4 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 4 heavy chains (50-70kD)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "biosafety level"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A biosafety level is the level of the biocontainment precautions required to isolate dangerous biological agents in an enclosed facility. The levels of containment range from the lowest biosafety level 1 to the highest at level 4."^^xsd:string) +AnnotationAssertion( "biosafety level"^^xsd:string) +AnnotationAssertion( "Work with ebola virus is a biosafety level 4."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Biosafety_level"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Antibody#Isotypes"^^xsd:string) +AnnotationAssertion( "A subtype of antibodies. In placental mammals there are five antibody isotypes known as IgA, IgD, IgE, IgG and IgM. The \"Ig\" prefix that stands for immunoglobulin, another name for antibody, and differ in their biological properties, functional locations and ability to deal with different antigens."^^xsd:string) +AnnotationAssertion(rdfs:label "antibody isotype"^^xsd:string) +AnnotationAssertion(rdfs:comment "To be defined differently as subtype of antibody"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "IgG is a common antibody isotype for monoclonal antibodies."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "ultratome"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Microtome#Ultramicrotome"^^xsd:string) +AnnotationAssertion( "ultramicrotome"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Samples analyzed by transmission electron microscopy are prepared using an ultratome."^^xsd:string) +AnnotationAssertion( "A microtome that can allow for the preparation of extremely thin sections. The linear thermal expansion of the mounting is used to provide very fine control of the thickness allowing for extremely thin cuts, which are especially important for use with transmission electron microscope (TEM)."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "two-photon confocal microscope"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "A confocal microscope that uses laser-excited autofluorescence and second harmonic signals that can be analyzed to construct a three dimensional, microanatomical, structural image."^^xsd:string) +AnnotationAssertion( "Used for imaging of biological samples."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "two-photon confocal microscope"^^xsd:string) +AnnotationAssertion( "http://web.mit.edu/solab/Documents/Assets/Navarro-2P-A%20nondestructive%20method%20for%20studying%20wound%20healing.pdf"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Quantitating DNA after a plasmid preparation, using a spectrophotometer."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "DNA quantitation assay"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay that is used to quantify the amount of DNA."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "nucleic acid labeling"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A labeling technique whereby nucleic acids are labeled with radioisotopes, fluorophores, or other molecular entities for the purposes of tracking nucleic acids in an experimental system. "^^xsd:string) +AnnotationAssertion( "mRNA fluorophore labeling for use in microarray analysis.") +SubClassOf( ) +AnnotationAssertion( "Technical support for computer software."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Instrumentation"^^xsd:string) +AnnotationAssertion( "Process whereby technical expertise is given regarding design, repair, upkeep, or by building instruments."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Technical support to use a flow cytometer."^^xsd:string) +AnnotationAssertion(rdfs:label "instrumentation technical support"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electron_microscope"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Cell structure can be examined by electron microscopy."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "electron microscopy"^^xsd:string) +AnnotationAssertion( "EM"^^xsd:string) +AnnotationAssertion( "Diagnostic electron microscopy"^^xsd:string) +AnnotationAssertion( "A microscopy technique that produces an electronically-magnified image of a specimen for detailed observation. The electron microscope (EM) uses a particle beam of electrons to illuminate the specimen and create a magnified image of it. The microscope has a greater resolving power than a light-powered optical microscope, because it uses electrons that have wavelengths about 100,000 times shorter than visible light (photons), and can achieve magnifications of up to 2,000,000x, whereas light microscopes are limited to 2000x magnification."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An electron microscopy technique whereby a beam of electrons are transmitted through an ultra thin specimen, interacting with the specimen as it passes through. An image is formed from the interaction of the electrons transmitted through the specimen; the image is magnified and focused onto an imaging device, such as a fluorescent screen, on a layer of photographic film, or to be detected by a sensor such as a CCD camera."^^xsd:string) +AnnotationAssertion(rdfs:label "transmission electron microscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Transmission_electron_microscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "scanning electron microscopy"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Scanning_electron_microscope"^^xsd:string) +AnnotationAssertion( "SEM"^^xsd:string) +AnnotationAssertion( "A type of electron microscopy that images the sample surface by scanning it with a high-energy beam of electrons in a raster scan pattern. The electrons interact with the atoms that make up the sample producing signals that contain information about the sample's surface topography, composition and other properties such as electrical conductivity."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used to image biomolecules."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Biomolecule synthesis of relatively short fragments of nucleic acids with defined chemical structure (sequence)."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Oligonucleotide_synthesis"^^xsd:string) +AnnotationAssertion(rdfs:label "oligonucleotide synthesis"^^xsd:string) +AnnotationAssertion( "Production of primers."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "oligonucleotide synthesis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "The Agilent 2100 Bioanalyzer is a microfluidics-based platform for sizing, quantification and quality control of DNA, RNA, proteins and cells on a single platform."^^xsd:string) +AnnotationAssertion(rdfs:label "microcapillary electrophoresis"^^xsd:string) +AnnotationAssertion( "Electrophoresis designed to separate species based on their size to charge ratio in the interior of a small microcapillary filled with an electrolyte. +"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "microcapillary electrophoresis"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Capillary_electrophoresis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Data containing moving pictures stored in digital and analog formats."^^xsd:string) +AnnotationAssertion( "PERSON: Carlo Torniai"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Video"^^xsd:string) +AnnotationAssertion(rdfs:label "video"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gel image"^^xsd:string) +AnnotationAssertion( "Images that are obtained from gels, such as polyacrylamide or agarose gels used to analyze protein or DNA."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An image of an agarose gel stained with Ethidium bromide."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "ion trap mass spectrometer"^^xsd:string) +AnnotationAssertion( "A mass spectrometer that uses three electrodes to trap ions in a small volume. The mass analyzer consists of a ring electrode separating two hemispherical electrodes. A mass spectrum is obtained by changing the electrode voltages to eject the ions from the trap. The ion-trap mass spectrometer has a compact size and the ability to trap and accumulate ions to increase the signal-to-noise ratio of a measurement."^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "http://www.chemistry.adelaide.edu.au/external/soc-rel/content/ion-trap.htm"^^xsd:string) +AnnotationAssertion( "ion trap mass spectrometer"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "DAPI stain to stain nuclei."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "cell staining"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Staining that involves the application of dye to cells."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "virus plaque assay"^^xsd:string) +AnnotationAssertion( "virus replication assay"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Plaque assay"^^xsd:string) +AnnotationAssertion( "http://www.biology-online.org/dictionary/Plaque_assay"^^xsd:string) +AnnotationAssertion( "An organismal assay that is used to determine viral titers."^^xsd:string) +AnnotationAssertion( "A virus plaque assay is performed to determine viral titers of viral supernatants, that are used to infect cells to study gene function."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "purification"^^xsd:string) +AnnotationAssertion( "http://www.biology-online.org/dictionary/Purification"^^xsd:string) +AnnotationAssertion( "Purification of a protein."^^xsd:string) +AnnotationAssertion( "Material processing whereby one material is separated into a pure fraction from one or more other materials."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Purification that is used to purify viral entities."^^xsd:string) +AnnotationAssertion( "Plaque assay"^^xsd:string) +AnnotationAssertion( "Production of viral supernatants to study a specific gene."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "virus plaque purification"^^xsd:string) +AnnotationAssertion( "http://www.biology-online.org/dictionary/Plaque_assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "An nucleic acid assay that is used to quantify the amount of RNA."^^xsd:string) +AnnotationAssertion(rdfs:label "RNA quantitation assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Amplification of a fragment of DNA."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Hanedel"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Nested_polymerase_chain_reaction"^^xsd:string) +AnnotationAssertion( "Polymerase chain reaction that involves two sets of primers, used in successive runs of polymerase chain reaction whereby the second set of primers is intended to amplify a secondary target within the first run product."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "nested polymerase chain reaction"^^xsd:string) +AnnotationAssertion( "Nested PCR"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Extraction of DNA from an input material that specifically isolates viral DNA."^^xsd:string) +AnnotationAssertion(rdfs:label "viral DNA extraction"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "inverted microscope"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Inverted_microscope"^^xsd:string) +AnnotationAssertion( "Cell lines can be visualized using an inverted microscope."^^xsd:string) +AnnotationAssertion(rdfs:label "inverted microscope"^^xsd:string) +AnnotationAssertion( "An optical microscope with its light source and condenser on the top, above the stage pointing down, while the objectives and turret are below the stage pointing up."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Experimental post-translational protein modification"^^xsd:string) +AnnotationAssertion( "Experimetnal PTM"^^xsd:string) +AnnotationAssertion( "posttranslational modification"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Experimental protein modification"^^xsd:string) +AnnotationAssertion( "Experimental phosphorylation of a protein."^^xsd:string) +AnnotationAssertion( "Chemical modification of a protein after translation in an experimental setting."^^xsd:string) +AnnotationAssertion( "Experimental post-translational protein processing"^^xsd:string) +AnnotationAssertion( "Experimental post-translational modification"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Posttranslational_modification"^^xsd:string) +AnnotationAssertion(rdfs:label "experimental posttranslational modification"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Mass spectrometry is a method for protein identification."^^xsd:string) +AnnotationAssertion( "protein identification"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A protein assay performed to identify the sequence of proteins in a molecule."^^xsd:string) +AnnotationAssertion(rdfs:label "protein identification"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A planned process used to influence one or more factors in a research study, and the independent variable in an interventional study wherein the influence is measured or evaluated."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "intervention"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An drug intervention for cancer."^^xsd:string) +AnnotationAssertion( "PERSON: Melanie Wilson"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A Dictionary of Epidemiology, Fifth Edition, Edited by Miquel Porta. p. 33. ISBN:978-0-19-531449-6 http://prsinfo.clinicaltrials.gov/definitions.html"^^xsd:string) +AnnotationAssertion(rdfs:label "case-only study"^^xsd:string) +AnnotationAssertion( "Observational study whereby there is a single group of individuals with specific characteristics. This is a method that analyzes data from a case series and is used in case-crossover studies, in case-specular designs, and in molecular and genetic epidemiology to assess relationships between environmental exposures and genotypes."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "case-only study"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A PCR workstation."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "This device provides effective decontamination of solutions, reagents and equipment before carrying out sensitive PCR reactions or other nucleotide-free operations."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PCR workstation"^^xsd:string) +AnnotationAssertion( "http://www.prohealthservicezone.com/Customisation/News/Analysis_Inspection_and_Laboratory/PCR_equipment/Safety_certified_PCR_workstation.asp"^^xsd:string) +AnnotationAssertion(rdfs:label "nucleotide-free workbench"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "water purification system"^^xsd:string) +AnnotationAssertion( "Device that is used to purify water of contaminants."^^xsd:string) +AnnotationAssertion( "water purification system"^^xsd:string) +AnnotationAssertion(rdfs:comment "There are likely numerous subtypes here, but this maybe too granular for our needs."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "http://www.millipore.com/lab_water/clw4/tutorial&tabno=5"^^xsd:string) +AnnotationAssertion( "A portable water purifier."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "blinded outcome assessor role"^^xsd:string) +AnnotationAssertion( "A role inhering in a person or organization that is realized when the bearer participates in accessing the outcomes of a blinded study."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "blinded outcome assessor role"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A role inhering in a person or organization that is realized when the bearer participates in providing care to a patient without knowledge of the type of treatment or intervention that is used, such as blinding in a clinical trial."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "blinded caregiver role"^^xsd:string) +AnnotationAssertion(rdfs:label "blinded caregiver role"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A role inhering in a person or organization that is realized when the bearer performs a study without knowledge of the type of treatment or intervention that is used, such as blinding in a clinical trial."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Randomized_controlled_trial"^^xsd:string) +AnnotationAssertion(rdfs:label "blinded investigator role"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Randomized_controlled_trial"^^xsd:string) +AnnotationAssertion( "A role inhering in a person or organization that is realized when the bearer participates in a study, such as a clinical trial but is not aware of the type of treatment or intervention that is used."^^xsd:string) +AnnotationAssertion( "A patient is given a treatment, but is unaware if it is the placebo or actual drug."^^xsd:string) +AnnotationAssertion( "blinded subject role"^^xsd:string) +AnnotationAssertion(rdfs:label "blinded subject role"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Open-label trial"^^xsd:string) +AnnotationAssertion(rdfs:label "open blinded study"^^xsd:string) +AnnotationAssertion( "An interventional study in which the person collecting the data and the subject know whether the subjects are in the control or experimental groups."^^xsd:string) +AnnotationAssertion( "Open trial"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "open blinded study"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/single-blind+study"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An interventional study in which the person collecting the data knows whether the subjects are in the control or experimental groups but the subjects do not."^^xsd:string) +AnnotationAssertion(rdfs:label "single blinded study"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "single blinded study"^^xsd:string) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/single-blind+study"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "double blinded study"^^xsd:string) +AnnotationAssertion( "An interventional study in which neither the subjects of the experiment nor the persons administering the experiment know the critical aspects of the experiment; a double-blind procedure is used to guard against both experimenter bias and placebo effects."^^xsd:string) +AnnotationAssertion( "double blinded study"^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/double-blind+study"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "manual cytometer"^^xsd:string) +AnnotationAssertion( "The number of viable cells can be counted on a hemocytometer after trypan blue staining."^^xsd:string) +AnnotationAssertion( "A cytometer used for visual counting of cells in a blood sample or other fluid under a microscope."^^xsd:string) +AnnotationAssertion( "http://www.google.com/search?q=hemocytometer&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#hl=en&client=firefox-a&hs=9NX&rls=org.mozilla:en-US:official&q=hemocytometer&tbs=dfn:1&tbo=u&sa=X&ei=HX1BTqT0BezViAL324WVBQ&ved=0CBYQkQ4&bav=on.2,or.r_gc.r_pw.r_cp.&fp=a5190ac754b40f6f&biw=1505&bih=751"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "hemocytometer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Coulter_counter"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "coulter counter"^^xsd:string) +AnnotationAssertion( "automatic cell counter"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A coulter counter is a commonly used automatic cytometer."^^xsd:string) +AnnotationAssertion( "viability analyzer"^^xsd:string) +AnnotationAssertion( "A cytometer that automatically counts and sizes particles and cells by detecting changes in electrical conductance of a small aperture as fluid containing cells are drawn through."^^xsd:string) +AnnotationAssertion(rdfs:label "automatic cytometer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "controller"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Controller_%28computing%29"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "A memory controller that manages access to memory for the computer."^^xsd:string) +AnnotationAssertion( "A device that interfaces with a peripheral device. This may be a link between two parts of a computer (for example a memory controller that manages access to memory for the computer) or a controller on an external device that manages the operation of (and connection with) that device."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Used to store and house cell lines and cultures."^^xsd:string) +AnnotationAssertion(rdfs:label "CO2 incubator"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A incubator that controls the carbon dioxide (CO2) content of the atmosphere inside."^^xsd:string) +AnnotationAssertion( "Carbon dioxide incubator"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Co2_incubator"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "stereotaxic device"^^xsd:string) +AnnotationAssertion( "Device that immobilizes and positions an organism such that surgery may be performed using an external, three-dimensional frame of reference, usually based on the Cartesian coordinate system."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/stereotaxic"^^xsd:string) +AnnotationAssertion( "stereotaxic device"^^xsd:string) +AnnotationAssertion( "A head is positioned in a stereotaxic device, prior to brain surgery."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "stereotaxic lab standard"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "dual stereotaxic device"^^xsd:string) +AnnotationAssertion( "dual stereotaxic lab standard"^^xsd:string) +AnnotationAssertion(rdfs:label "dual stereotaxic device"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "http://www.kopfinstruments.com/Stereotaxic/902.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Stereotaxic device which allows positioning of two organisms simultaneously."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "single stereotaxic device"^^xsd:string) +AnnotationAssertion( "Stereotaxic device which allows positioning of a single organism."^^xsd:string) +AnnotationAssertion(rdfs:label "single stereotaxic device"^^xsd:string) +AnnotationAssertion( "Positioning a head in a stereotaxic device prior to brain surgery."^^xsd:string) +AnnotationAssertion( "single stereotaxic lab standard"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "microtome cryostat"^^xsd:string) +AnnotationAssertion( "Histological sections are cut using a microtome cryostat."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Microtome that cuts frozen tissue within a temperature controlled frozen environment."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "microtome cryostat"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.ezanesthesia.com/ez_anesthesia/index.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "An inhalation chamber that used to anesthetize organisms that allows for controlled exposure to the anesthesia while eliminating personnel exposure to anesthetic gas."^^xsd:string) +AnnotationAssertion( "Mice are placed in an anesthesia induction chamber, for administration of anesthesia."^^xsd:string) +AnnotationAssertion(rdfs:label "anesthesia induction chamber"^^xsd:string) +AnnotationAssertion( "anesthesia induction chamber"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "infrared spectrophotometer"^^xsd:string) +AnnotationAssertion( "Spectrophotometer that has a prism or grating for the study and recording of infrared spectra. It usually consists of a radiation source such as a Nernst glower, a monochromator, a detector, an amplifier and a recorder."^^xsd:string) +AnnotationAssertion( "Infrared spectroscopy is used in quality control, dynamic measurement, and monitoring applications such as the long-term unattended measurement of CO2 concentrations in greenhouses."^^xsd:string) +AnnotationAssertion( "infrared spectrophotometer"^^xsd:string) +AnnotationAssertion( "http://www.photonics.com/directory/dictionary/Definition.aspx?type=2&DictionaryID=4754"^^xsd:string) +AnnotationAssertion( "infared spectrophotometer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Injection of a substance into the vein of an organism."^^xsd:string) +AnnotationAssertion( "intravenous injection"^^xsd:string) +AnnotationAssertion(rdfs:label "intravenous injection"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Tail vein injection into a mouse."^^xsd:string) +AnnotationAssertion( "IV injection"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "McNally et al., Methods. 1999 Nov;19(3):373-85. PMID: 10579932"^^xsd:string) +AnnotationAssertion(rdfs:label "deconvolution microscope"^^xsd:string) +AnnotationAssertion( "deconvolution microscope"^^xsd:string) +AnnotationAssertion( "Fluorescence microscope that uses a computational method to reduce out-of-focus fluorescence in three-dimensional (3D) microscope image."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used to image biological samples."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Enteral tube feeding"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Gastrogavage"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Force-feeding"^^xsd:string) +AnnotationAssertion( "Tube feeding"^^xsd:string) +AnnotationAssertion( "Agent delivery of substances by means of a small plastic tube passed through the nose or mouth into the stomach, not explicitly 'forcibly'."^^xsd:string) +AnnotationAssertion(rdfs:label "gavage"^^xsd:string) +AnnotationAssertion( "gavage"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "Administration of a drug into an animal via gavage."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "i.p. injection"^^xsd:string) +AnnotationAssertion( "Injection of a substance into the body cavity."^^xsd:string) +AnnotationAssertion(rdfs:label "intraperitoneal injection"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "i.p."^^xsd:string) +AnnotationAssertion( "IP injection +"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Intraperitoneal_injection"^^xsd:string) +AnnotationAssertion( "Injection of a substance into the peritoneal cavity."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "IP"^^xsd:string) +AnnotationAssertion( "intraperitoneal injection"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Subcutaneous_injection"^^xsd:string) +AnnotationAssertion(rdfs:label "subcutaneous injection"^^xsd:string) +AnnotationAssertion( "subcutaneous injection"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "Injection of a a bolus into the subcutis, the layer of skin directly below the dermis and epidermis, collectively referred to as the cutis."^^xsd:string) +AnnotationAssertion( "S.C. injection"^^xsd:string) +AnnotationAssertion( "Sub cu injection"^^xsd:string) +AnnotationAssertion( "SC injection"^^xsd:string) +AnnotationAssertion( "Injection of a solution into the scruff of the neck of a rodent."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Surgery"^^xsd:string) +AnnotationAssertion( "surgery"^^xsd:string) +AnnotationAssertion( "A material processing technique that uses operative manual and instrumental techniques on a patient to investigate and/or treat a pathological condition such as disease or injury or to help improve bodily function or appearance."^^xsd:string) +AnnotationAssertion(rdfs:label "surgery"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "Surgical removal of a mole."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Nuclear_magnetic_resonance"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "NMR spectra data"^^xsd:string) +AnnotationAssertion( "NMR spectra is the intensity of the NMR signal as a function of frequency."^^xsd:string) +AnnotationAssertion( "Nuclear magnetic resonance spectra data"^^xsd:string) +AnnotationAssertion( "NMR spectra data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "NMR-based metabolite profiling"^^xsd:string) +AnnotationAssertion( "NMR-based metabolite profiling"^^xsd:string) +AnnotationAssertion( "A nuclear magnetic resonance assay used for profiling of metabolites (a process which aims at detecting and identifying chemical entities resulting from biochemical and cellular metabolism) using nuclear magnetic resonance."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://cfpub.epa.gov/si/si_public_record_report.cfm?dirEntryId=201425"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Gas_chromatography-mass_spectrometry"^^xsd:string) +AnnotationAssertion( "Can be used for protein identification and characterization."^^xsd:string) +AnnotationAssertion( "GC/MS platform"^^xsd:string) +AnnotationAssertion( "GC-MS platform"^^xsd:string) +AnnotationAssertion( "A mass spectrometer that combines the gas-liquid chromatography and mass spectrometry to identify different substances within a test sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "gas chromatography-mass spectrometry platform"^^xsd:string) +AnnotationAssertion( "gas chromatography-mass spectrometry platform"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "electrocardiogram"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrocardiography"^^xsd:string) +AnnotationAssertion(rdfs:label "electrocardiogram"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A physiological assay that is a transthoracic interpretation of the electrical activity of the heart over time captured and externally recorded by skin electrodes. It is a noninvasive recording produced by an electrocardiographic device."^^xsd:string) +AnnotationAssertion( "ECG"^^xsd:string) +AnnotationAssertion( "An electrocardiogram is used to measure heart function."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "cardiac output measurement"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cardiac_output"^^xsd:string) +AnnotationAssertion(rdfs:label "cardiac output measurement"^^xsd:string) +AnnotationAssertion( "An echocardiogram."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "A physiological assay that measures cardiac output, which is the volume of blood being pumped by the heart, in particular by a ventricle in a minute. Methods of measurement range from direct intracardiac catheterisation to non-invasive measurement of the arterial pulse."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Diagnostic ultrasound of heart"^^xsd:string) +AnnotationAssertion( "Ultrasonography of heart"^^xsd:string) +AnnotationAssertion( "Cardiac US scan"^^xsd:string) +AnnotationAssertion( "Echocardiographic procedure"^^xsd:string) +AnnotationAssertion( "Used to study heart function."^^xsd:string) +AnnotationAssertion( "Ultrasound of heart"^^xsd:string) +AnnotationAssertion( "Ultrasonic cardiography"^^xsd:string) +AnnotationAssertion( "A physiological assay that uses standard ultrasound techniques to take two-dimensional pictures of the cardiovascular system and can produce accurate assessment of the velocity of blood and cardiac tissue at any arbitrary point using pulsed or continuous wave Doppler ultrasound."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "Echocardiography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "cardiac ECHO"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Echocardiography"^^xsd:string) +AnnotationAssertion( "echocardiogram"^^xsd:string) +AnnotationAssertion( "US scan of heart"^^xsd:string) +AnnotationAssertion(rdfs:label "echocardiogram"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "A physiological assay that measures simultaneously acquired and processed blood flow and blood pressure via the placement of invasive catheters into the vasculature."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "invasive hemodynamic measurement"^^xsd:string) +AnnotationAssertion(rdfs:label "invasive hemodynamic measurement"^^xsd:string) +AnnotationAssertion( "Pollack, A. N. (Ed.) (2011). Critical care transport. Sudbury, MA: Jones and Bartlett. ISBN: 978-0- 7637-1223-5. http://books.google.com/books?id=cuWoyV19dq8C"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data acquisition"^^xsd:string) +AnnotationAssertion( "A technique that samples real world physical conditions and conversion of the resulting samples into digital numeric values that can be manipulated by a computer."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Data_acquisition"^^xsd:string) +AnnotationAssertion( "DAQ"^^xsd:string) +AnnotationAssertion( "Acquisition of flow cytometry data."^^xsd:string) +AnnotationAssertion( "data acquisition"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "tail vein injection"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "Adoptive transfer of cells via tail vein."^^xsd:string) +AnnotationAssertion( "tail vein injection"^^xsd:string) +AnnotationAssertion( "An intravenous injection of a substance into the lateral tail vein of an organism, usually a mouse or rat."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.lab-manual.com/lm_383.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://www.hiiret.fi/eng/breeding/index.html"^^xsd:string) +AnnotationAssertion( "Breeding transgenic mice."^^xsd:string) +AnnotationAssertion( "A laboratory animal care technique performed to produce offspring of laboratory mice by pairing mice as mating pairs. Breeding methods include selective breeding, which is the systematic breeding of animals in order to change certain qualities in them, inbreeding, which is the breeding of genetically related mice, and strain breeding, which concentrates on a certain mouse and its offspring, usually involving moderate inbreeding."^^xsd:string) +AnnotationAssertion(rdfs:label "mouse breeding"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "mouse breeding"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Allowing access to a microscope in a core lab."^^xsd:string) +AnnotationAssertion( "A service offering that describes a service in which the consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider. Ownership of the accessed resource remains with the service provider during and after provision of service."^^xsd:string) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "access service"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:comment "Coordinate with NIF"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "storage service"^^xsd:string) +AnnotationAssertion(rdfs:comment "coordinate with NIF. NIF ID:nlx_res_20090419"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion( "A computer server."^^xsd:string) +AnnotationAssertion( "A service offering that describes a service in which the consumer provides some material or data as input which a service provider stores and returns as output."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A service offering that describes a service in which the provider offers educational materials or events, such as courses, workshops or graduate programs, to the service consumer "^^xsd:string) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "training service"^^xsd:string) +AnnotationAssertion(rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090444"^^xsd:string) +AnnotationAssertion( "Training a researcher to use a microscope."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A service offering that describes a service in which the provider makes physical changes to a specified input material entity with the objective of producing a new material entity form input materials, or modifying the input material entity, and returning this as output to the service consumer"^^xsd:string) +AnnotationAssertion( "Biopsy service."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "material processing service"^^xsd:string) +AnnotationAssertion(rdfs:comment "Coordinate with NIF: NIF ID: nlx_res_20090416"^^xsd:string) +AnnotationAssertion( "http://neurolex.org/wiki/Category:Production_service_resource"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An analysis service offering that describes a service in which the consumer provides some input material and a service provider performs some analysis of this material to generate data that is returned to the service consumer."^^xsd:string) +AnnotationAssertion( "http://neurolex.org/wiki/Category:Analysis_service_resource"^^xsd:string) +AnnotationAssertion( "Flow cytometry analysis of T cells."^^xsd:string) +AnnotationAssertion(rdfs:comment "Coordinate with NIF: NIF ID: nlx_res_20090420"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "material analysis service"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A material processing service offering that describes a service in which the provider makes physical changes to a specified input material that produce a new entity as specified output that is returned the service consumer. The specified output of a material production service can be contained within, derived from, or synthesized from specified input materials, but it represents a material entity that is of a distinct type from any of the specified input materials."^^xsd:string) +AnnotationAssertion(rdfs:label "material production service"^^xsd:string) +AnnotationAssertion(rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090418"^^xsd:string) +AnnotationAssertion( "http://neurolex.org/wiki/Category:Material_service_resource"^^xsd:string) +AnnotationAssertion( "Production of monoclonal antibodies from a hybridoma."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An instrument comprised of a number of -80 C storage units with liquid carbon dioxide back-up and a centralized automated picking station that reads the 2D barcodes on all tubes and re-arrays any requested samples at 15 C."^^xsd:string) +AnnotationAssertion( "Samples can be requested and easily retrieved from a biobank picking station."^^xsd:string) +AnnotationAssertion( "PERSON: Bob Garces"^^xsd:string) +AnnotationAssertion(rdfs:label "biobank picking station"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Zuo, D., et al. (2006). PlasmID: a centralized repository for plasmid clone information and distribution. Nucleic Acids Research, Database issue D1-D5. DOI:10.1093/nar/gkl898 (http://nar.oxfordjournals.org/cgi/screenpdf/gkl898v1)"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "An instrument that is used to electronically read printed barcodes"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "barcode reader"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Barcode_reader"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Flow cytometry."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An assay that generates data about the presence, quantity, structure, function, behavior, or activity of cells, or a process that occurs at a cellular level of anatomical granularity (includes subcellular structures and organelles)."^^xsd:string) +AnnotationAssertion( "cell analysis"^^xsd:string) +AnnotationAssertion(rdfs:label "cellular assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Information storage"^^xsd:string) +AnnotationAssertion(rdfs:label "data storage"^^xsd:string) +AnnotationAssertion( "research data storage"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Data_storage"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "bulk data storage"^^xsd:string) +AnnotationAssertion( "A data transformation technique that involves the process of recording or retrieving information or data."^^xsd:string) +AnnotationAssertion( "data storage"^^xsd:string) +AnnotationAssertion( "Storing data on a server."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "construct insert"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.answers.com/topic/dna-construct"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "construct insert"^^xsd:string) +AnnotationAssertion( "Reagent that is part of a construct comprised of DNA from an external source."^^xsd:string) +AnnotationAssertion( "A gene, such as p53."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.bio.davidson.edu/courses/genomics/method/IMF.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Fluorescent immunoassay"^^xsd:string) +AnnotationAssertion(rdfs:label "immunofluorescence microscopy assay"^^xsd:string) +AnnotationAssertion( "An imaging assay that allows for detection and visualization of the location and relative abundance of any protein in cells or tissues by microscopy using fluorescent tagged antibodies."^^xsd:string) +AnnotationAssertion( "IF"^^xsd:string) +AnnotationAssertion( "Immunofluorescence assay"^^xsd:string) +AnnotationAssertion( "IMF assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Labeling of proteins using fluorescent-tagged antibodies."^^xsd:string) +AnnotationAssertion( "IMF"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Kopka, J. (2006). Current challenges and developments in GC-MIS metabolite profiling technology. Journal of Biotechnology, 123, 312-322. PMID: 16434119"^^xsd:string) +AnnotationAssertion(rdfs:label "gas chromatography-mass spectrometry metabolite profiling"^^xsd:string) +AnnotationAssertion( "A mass spectrometry assay used for the screening of apparent or novel metabolic phenotypes in functional genomic studies of plants or microbes."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "GC/MS metabolite profiling"^^xsd:string) +AnnotationAssertion( "Can be used for protein identification and characterization."^^xsd:string) +AnnotationAssertion( "GC-MS based metabolite profiling"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A protein interaction detection assay used to study protein-ligand interactions."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "ligand binding analysis"^^xsd:string) +AnnotationAssertion(rdfs:label "protein-ligand interaction assay"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Protein_ligand"^^xsd:string) +AnnotationAssertion( "An assay to determine if myoglobin binds to its ligand, heme."^^xsd:string) +AnnotationAssertion( "protein-ligand interaction assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Single-nucleotide_polymorphism"^^xsd:string) +AnnotationAssertion(rdfs:label "single-nucleotide polymorphism analysis"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay used to detect single nucleotide variations in a nucleotide sequence."^^xsd:string) +AnnotationAssertion( "SNP analysis"^^xsd:string) +AnnotationAssertion( "A SNP in the F5 gene causes a hypercoagulability disorder with the variant Factor V Leiden."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "DNA fingerprining"^^xsd:string) +AnnotationAssertion( "Wild, P. J. et al. (2004). Laser microdissection for microsatellite analysis in colon and breast cancer. In G. I. Murray and S. Curran (Eds.), Laser capture microdissection: methods and protocols. New York: Springer. doi/10.1385/1-59259-853-6:093"^^xsd:string) +AnnotationAssertion(rdfs:comment "DNA profiling ; STR analysis ; Short tandem repeat analysis"^^xsd:string) +AnnotationAssertion( "Short tandem repeat profiling"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay used method for detection of chromosomal deletions by loss of heterozygosity studies and for detection of microsatellite instability."^^xsd:string) +AnnotationAssertion( "STR profiling"^^xsd:string) +AnnotationAssertion(rdfs:label "microsatellite analysis"^^xsd:string) +AnnotationAssertion(rdfs:comment "Short tandem repeat analysis"^^xsd:string) +AnnotationAssertion( "Forensic genetic analysis"^^xsd:string) +AnnotationAssertion( "Used for genetic analysis."^^xsd:string) +AnnotationAssertion( "Microsatellite instability analysis"^^xsd:string) +AnnotationAssertion( "Genetic fingerprinting"^^xsd:string) +AnnotationAssertion(rdfs:comment "STR analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "ES cell culture"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "embryonic stem cell culture"^^xsd:string) +AnnotationAssertion( "Cell culture of embryonic stem cells, which were derived from embryos in vitro."^^xsd:string) +AnnotationAssertion( "http://stemcells.nih.gov/info/basics/basics3.asp"^^xsd:string) +AnnotationAssertion( "Mouse embryonic fibroblast cells."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Electroporation in embryonic stem cells to overexpress a protein of interest."^^xsd:string) +AnnotationAssertion(rdfs:label "embryonic stem cell electroporation"^^xsd:string) +AnnotationAssertion( "ES cell electroporation"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electroporation"^^xsd:string) +AnnotationAssertion( "Transfection of a gene into stem cells."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Gene_targeting"^^xsd:string) +AnnotationAssertion( "Genetic engineering"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Homologous recombination"^^xsd:string) +AnnotationAssertion(rdfs:label "targeted homologous recombination"^^xsd:string) +AnnotationAssertion( "Genome manipulation"^^xsd:string) +AnnotationAssertion( "Experimental genetic modification that uses homologous recombination to change an endogenous gene. The method can be used to delete a gene, remove exons, add a gene, and introduce point mutations."^^xsd:string) +AnnotationAssertion( "Antibody generation in B cells."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Paul, N. (2002). Science for you: biology. Cheltenham: Nelson Thomas Ltd. (http://books.google.com/books?id=gTWbFq3gCPUC)"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Embryo transfer"^^xsd:string) +AnnotationAssertion( "Can be used to generate transgenic mice strains."^^xsd:string) +AnnotationAssertion( "A material processing technique in which eggs from female animals are mixed with sperm from male animals. After the egg is fertilized and divides into an embryo, the embryo is split into identical embryos, and implanted in separate female surrogates, and allowed to develop normally."^^xsd:string) +AnnotationAssertion(rdfs:label "embryo transplantation"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "environmental chamber"^^xsd:string) +AnnotationAssertion( "An environment control instrument used to test the effects of specified environmental conditions on biological samples, industrial products, materials, and electronic devices and components. An environmental chamber can be used as a stand-alone test for environmental effects on test specimens, as preparation of test specimens for further physical tests or chemical tests, or as environmental conditions for conducting testing of specimens."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An anesthesia chamber for rodents."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion(rdfs:label "environmental chamber"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Environmental_chamber"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Can be used in medical imaging."^^xsd:string) +AnnotationAssertion( "A digital camera that is designed to convert optical brightness into electrical amplitude signals using a plurality of CCDs, and then reproduce the image of a subject using the electric signals without time restriction."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion(rdfs:label "charge-coupled device camera"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "CCD camera"^^xsd:string) +AnnotationAssertion( "charge-coupled device camera"^^xsd:string) +AnnotationAssertion( "http://www.electronics-manufacturers.com/products/digital-photography/ccd-camera/"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "charge-coupled device detector"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Charge-coupled_device"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "CCD detector"^^xsd:string) +AnnotationAssertion(rdfs:label "charge-coupled device detector"^^xsd:string) +AnnotationAssertion( "A photodetector that senses light or other electromagnetic energy using a charge coupled device (CCD), which detects the movement of electrical charge, usually from within the device to an area where the charge can be manipulated."^^xsd:string) +AnnotationAssertion( "A charged-coupled device camera used for medical imaging."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "blastocyst injection"^^xsd:string) +AnnotationAssertion( "Injection into blastocysts (pre-implantation embryos), which are isolated from donor females and microinjected with genetically modified embryonic stem (ES) cells."^^xsd:string) +AnnotationAssertion( "Production of transgenic mice."^^xsd:string) +AnnotationAssertion( "http://www.imbim.uu.se/resource/Blastocystinjection.html"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Lipofectamine is a commonly used transfection reagent."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A chemical reagent that introduces foreign DNA into a eukaryotic cell."^^xsd:string) +AnnotationAssertion( "http://www.iscid.org/encyclopedia/Transfection_Reagents"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "transfection reagent"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +EquivalentClasses( ObjectSomeValuesFrom( )) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Genomic_library"^^xsd:string) +AnnotationAssertion( "A genomic library that contains discrete collections of host bacteria, each of which carries a DNA insert from a source organism cloned into a BAC construct, such that the collection of cloned DNA molecules represents the entire genome of the source organism. This term can also represent the collection of BAC constructs prior to their delivery into the host cells."^^xsd:string) +AnnotationAssertion(rdfs:label "BAC library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "BAC library"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A BAC library containing the mouse genome."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:label "expression library"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Expression_cloning"^^xsd:string) +AnnotationAssertion( "expression library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An expression library to isolate genes that could confer antibiotic resistance."^^xsd:string) +AnnotationAssertion( "A construct library that contains expression vectors, which are used to express a specific protein."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "expression construct"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A construct that is designed to be expressed in insect cells."^^xsd:string) +AnnotationAssertion( "expression construct"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Expression_vector"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A construct that is engineered to produce large amounts of stable messenger RNA, and therefore proteins in a specific cell type. The construct often contains regulatory sequences that act as enhancer and promoter regions and lead to efficient transcription of the gene carried on the expression vector."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:label "PAC library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PAC library"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Genomic_library"^^xsd:string) +AnnotationAssertion( "A genomic library that contains discrete collections of host bacteria, each of which carries a DNA insert from a source organism cloned into a PAC construct, such that the collection of cloned DNA molecules represents the entire genome of the source organism. This term can also represent the collection of PAC constructs prior to their delivery into the host cells."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fosmid"^^xsd:string) +AnnotationAssertion( "A genomic library that contains discrete collections of fosmid constructs carrying DNA inserts from a source organism, such that the collection of DNA inserts represents the entire genome of the source organism. "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "fosmid library"^^xsd:string) +AnnotationAssertion(rdfs:label "fosmid library"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( ) +AnnotationAssertion( "A genomic library that contains discrete collections of host yeast cells, each of which carries a DNA insert from a source organism cloned into a YAC construct, such that the collection of cloned DNA molecules represents the entire genome of the source organism. This term can also represent the collection of YAC constructs prior to their delivery into the host cells."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Genomic_library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "YAC library"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "http://homepages.strath.ac.uk/~dfs99109/BB211/GenomicLibrary.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cosmid library"^^xsd:string) +AnnotationAssertion( "A genomic library that contains discrete collections of cosmid constructs carrying DNA inserts from a source organism, such that the collection of DNA inserts represents the entire genome of the source organism. "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "cosmid library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "lambda phage library"^^xsd:string) +AnnotationAssertion(rdfs:label "lambda phage library"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An organism library containing trangenic lambda phage."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "walk-in refridgerator"^^xsd:string) +AnnotationAssertion(rdfs:label "cold room"^^xsd:string) +AnnotationAssertion( "cold room"^^xsd:string) +AnnotationAssertion( "Instrument that consists of insulated room and refrigeration components that together maintain the room at a constant temperature below room temperature."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Walk-in refrigerator."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fume_hood"^^xsd:string) +AnnotationAssertion(rdfs:label "chemical fume hood"^^xsd:string) +AnnotationAssertion( "A chemical fume hood is used when working with highly volatile chemicals."^^xsd:string) +AnnotationAssertion( "chemical fume hood"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "fume hood"^^xsd:string) +AnnotationAssertion( "Instrument that is a local ventilation device that is designed to limit the user's exposure to hazardous or noxious fumes, vapors or dusts. A fume hood is typically a large piece of equipment enclosing five sides of a work area, the bottom of which is most commonly located at a standing work height. Air is drawn in from the front (open) side of the cabinet, and either expelled outside the building or made safe through filtration and fed back into the room."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "An incubator that is used in tissue culture rooms for culturing primary cells, cell lines, or tissues. "^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion(rdfs:label "tissue culture incubator"^^xsd:string) +AnnotationAssertion( "http://www.medterms.com/script/main/art.asp?articlekey=18426"^^xsd:string) +AnnotationAssertion( "tissue culture incubator"^^xsd:string) +AnnotationAssertion( "A CO2 incubator designed to house cell cultures."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "liquid nitrogen dewar"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "A dewar that is used for long-term storage of cell line stocks."^^xsd:string) +AnnotationAssertion(rdfs:label "liquid nitrogen dewar"^^xsd:string) +AnnotationAssertion( "liquid nitrogen tank"^^xsd:string) +AnnotationAssertion( "A cryostat that is used for biomedical storage of samples using liquid nitrogen as a refrigerant."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "photometer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "A photometer is used to quantitate the concentration of DNA in a sample."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Photometer"^^xsd:string) +AnnotationAssertion( "An instrument for measuring light intensity or optical properties of solutions or surfaces. Photometers are used to measure iIlluminance, irradiance, light absorption, scattering of light, reflection of light, fluorescence, phosphorescence, and luminescence."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "recombinant protein production"^^xsd:string) +AnnotationAssertion( "Production of recombinant insulin."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.wisegeek.com/what-is-recombinant-protein-production.htm"^^xsd:string) +AnnotationAssertion( "Material production of proteins that have been produced by recombinant DNA techniques, which allows the production of large quantities of recombinant protein."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Gel excision of a 2D gel, for subsequent protein analysis."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Two-dimensional_gel_electrophoresis"^^xsd:string) +AnnotationAssertion( "2D gel spot exciser"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "2D spot picker"^^xsd:string) +AnnotationAssertion(rdfs:label "2D gel spot exciser"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "A spot cutter that is used to excise spots from two-dimensional (2D) electrophoretic gels."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A coulter counter is used to count the number of cells in a sample."^^xsd:string) +AnnotationAssertion(rdfs:label "frequency counter"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "frequency counter"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Frequency_counter"^^xsd:string) +AnnotationAssertion( "A device that is used for measuring frequency, which is defined as the number of events of a particular sort occurring in a set period of time."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "pulmonary function tests"^^xsd:string) +AnnotationAssertion( "A physiological assay used to measure the ability of the lungs take in and release air and the ability to move gases such as oxygen from the atmosphere into the body's circulation."^^xsd:string) +AnnotationAssertion( "Lung function tests"^^xsd:string) +AnnotationAssertion( "Tests to detect decreased lung capacity."^^xsd:string) +AnnotationAssertion( "PFT"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "pulmonary function tests"^^xsd:string) +AnnotationAssertion( "http://www.nlm.nih.gov/medlineplus/ency/article/003853.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Spirometry"^^xsd:string) +AnnotationAssertion( "spirometry"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Spirogram"^^xsd:string) +AnnotationAssertion( "A pulmonary function test used to measure lung function, specifically the measurement of the amount (volume) and/or speed (flow) of air that can be inhaled and exhaled."^^xsd:string) +AnnotationAssertion(rdfs:label "spirometry"^^xsd:string) +AnnotationAssertion( "Bronchospirometry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gas diffusion tests"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.webmd.com/lung/lung-function-tests"^^xsd:string) +AnnotationAssertion( "A pulmonary function test that measures the amount of oxygen and other gases that cross the lungs' air sacs (alveoli ) per minute. These tests evaluate how well gases are being absorbed into a person's blood from their lungs."^^xsd:string) +AnnotationAssertion( "gas diffusion tests"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Whole body plethysmography"^^xsd:string) +AnnotationAssertion( "http://www.webmd.com/lung/lung-function-tests"^^xsd:string) +AnnotationAssertion( "A pulmonary function test that may be used to measure: total lung capacity (TLC), which is the total amount of air your lungs can hold, or residual volume (RV), which is the amount of air that remains in your lungs after you exhale as completely as possible."^^xsd:string) +AnnotationAssertion( "Body box plethysmography"^^xsd:string) +AnnotationAssertion( "body plethysmography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion(rdfs:label "body plethysmography"^^xsd:string) +AnnotationAssertion( "Total body plethysmography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A pulmonary function test done to measure the response of a person's airways to substances that may be causing asthma or wheezing."^^xsd:string) +AnnotationAssertion( "Inhalation bronchial challenge testing"^^xsd:string) +AnnotationAssertion(rdfs:label "inhalation challenge tests"^^xsd:string) +AnnotationAssertion( "inhalation challenge tests"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "Provocation studies"^^xsd:string) +AnnotationAssertion( "http://www.webmd.com/lung/lung-function-tests"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "Exercise test"^^xsd:string) +AnnotationAssertion(rdfs:label "exercise stress tests"^^xsd:string) +AnnotationAssertion( "http://www.webmd.com/lung/lung-function-tests"^^xsd:string) +AnnotationAssertion( "exercise stress tests"^^xsd:string) +AnnotationAssertion( "A pulmonary function test done to evaluate the effect of exercise on lung function tests. Spirometry readings are done after exercise and then again at rest."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Exercise stress tests are often performed after a heart attack."^^xsd:string) +AnnotationAssertion( "Exercise tolerance test"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "multiple-breath washout test"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "multiple-breath washout test"^^xsd:string) +AnnotationAssertion( "http://www.webmd.com/lung/lung-function-tests"^^xsd:string) +AnnotationAssertion( "A pulmonary function test performed to check lung function in patients with cystic fibrosis."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "spirometer"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Spirometer"^^xsd:string) +AnnotationAssertion( "A spirometer is an apparatus for measuring the volume of air inspired and expired by the lungs. It is a precision differential pressure transducer for the measurements of respiration flow rates. The spirometer records the amount of air and the rate of air that is breathed in and out over a specified period of time."^^xsd:string) +AnnotationAssertion( "spirometer"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "objective"^^xsd:string) +AnnotationAssertion( "object glass"^^xsd:string) +AnnotationAssertion( "objective lens"^^xsd:string) +AnnotationAssertion( "objective glass"^^xsd:string) +AnnotationAssertion(rdfs:label "objective lens"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Objective_lens"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "An objective lens of a microscope."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that contains an optical element that gathers light from the object being observed and focuses the light rays to produce a real image, using either a single lens or combinations of several optical elements. Objective lenses are used in microscopes, telescopes, cameras, slide projectors, CD players and many other optical instruments."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "video camera"^^xsd:string) +AnnotationAssertion( "video camera"^^xsd:string) +AnnotationAssertion( "Creation of home videos using a video camera."^^xsd:string) +AnnotationAssertion( "camcorder"^^xsd:string) +AnnotationAssertion( "A camera used for electronic motion picture acquisition."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Video_camera"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "ELISPOT microplate reader"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Plate_reader"^^xsd:string) +AnnotationAssertion( "An ELISPOT microplate reader can be used to measure protein expression in samples."^^xsd:string) +AnnotationAssertion( "ELISPOT microplate reader"^^xsd:string) +AnnotationAssertion( "A plate reader used to count the colored spots that are formed in the course of ELISPOT assays."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "listmode file"^^xsd:string) +AnnotationAssertion(rdfs:label "flow cytometry list mode data"^^xsd:string) +AnnotationAssertion( "Data containing raw cytometer data files that list the values of the scatter and fluorescence parameters for each event in the order in which the events passed through the cytometer's interrogation point (usually a laser beam). Most cytometers create listmode files in the Flow Cytometry Standard (FCS) format, which is not understood by general purpose scientific software. Converting a listmode file to a plain text ASCII format enables it to be read by such software, or viewed and edited with a word processor."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "http://www.umass.edu/microbio/mfi/ascii.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that contains a shielded cabinet system and is used to irradiate biological specimens."^^xsd:string) +AnnotationAssertion( "http://www.kimtronmedical.com/IC160.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "An x-ray irradiator."^^xsd:string) +AnnotationAssertion( "irradiation system"^^xsd:string) +AnnotationAssertion(rdfs:label "irradiation system"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion(rdfs:label "urine analyzer"^^xsd:string) +AnnotationAssertion( "An instrument to detect glucose levels in urine."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Urine_test_strip#Automated_Urine_Test_Strip_Analyzers"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A device used for urinalysis testing."^^xsd:string) +AnnotationAssertion( "urine analyzer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.topac.com/transilluminators.html"^^xsd:string) +AnnotationAssertion(rdfs:label "ultraviolet transilluminator"^^xsd:string) +AnnotationAssertion( "An instrument that consists of a light box that emits ultraviolet light, used for visualization of agarose and polyacrylamide gels."^^xsd:string) +AnnotationAssertion( "DNA gels stained with ethidium bromide are visualized using a UV transilluminator."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "environmental shaker"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used to shake bacterial cultures, to promote growth."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that consists of a platform and racks to hold tubes, which continually shakes in an orbital motion, which is used to mix liquids. Depending on the model, the instrument may be located on a counter or on the floor."^^xsd:string) +AnnotationAssertion(rdfs:label "orbital shaker"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Surface topologies with nano-scale roughness (cleaved silicon, e.g.) can be resolved an atomic force microscope."^^xsd:string) +AnnotationAssertion(rdfs:label "atomic force microscope"^^xsd:string) +AnnotationAssertion( "http://www.mih.unibas.ch/Booklet/Booklet96/Chapter3/Chapter3.html"^^xsd:string) +AnnotationAssertion( "A scanning force microscope used for determining the surface topography of native biomolecules at subnanometer resolution. It allows biomolecules to be imaged not only under physiological conditions, but also while biological processes are at work."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "AFM"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "goniometer"^^xsd:string) +AnnotationAssertion( "A device that either measures angle or allows an object to be rotated to a precise angular position."^^xsd:string) +AnnotationAssertion( "A protractor."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Goniometer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Enhanced lateral spatial resolution for elemental analysis."^^xsd:string) +AnnotationAssertion( "http://www.physics.montana.edu/ical/instrumentation/auger.asp"^^xsd:string) +AnnotationAssertion( "A measurement instrument used to determine the elemental composition of conductive and semiconductive surfaces, in which a highly focused and energetically well-defined electron beam is incident on the sample. Electrons ejected from the sample are analyzed in terms of their kinetic energy and quantity."^^xsd:string) +AnnotationAssertion(rdfs:label "scanning auger electron microprobe"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "explosion-proof refrigerator"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "explosion-proof refrigerator"^^xsd:string) +AnnotationAssertion( "A refrigerator used to store volatile chemicals. "^^xsd:string) +AnnotationAssertion( "A cooling appliance used for the safe storage of volatile materials that need to be kept cold, but not freezing."^^xsd:string) +AnnotationAssertion( "http://www.wisegeek.com/what-is-an-explosion-proof-refrigerator.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.wisegeek.com/what-is-an-explosion-proof-refrigerator.htm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "explosion-proof freezer"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "Volatile chemicals may be stored in an explosion-proof freezer."^^xsd:string) +AnnotationAssertion( "explosion-proof freezer"^^xsd:string) +AnnotationAssertion( "A cooling appliance used for the safe storage of volatile materials that need to be kept frozen."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Instrument designed for the fabrication and processing of glass micropipettes and other related microtools for use in patch pipette tip polishing, tip size reduction (for holding pipettes), contact stretching (large tip sharpening), tip bending, tip sealing, in vitro fertilization (IVF), intracytoplasmic sperm injection (ICSI), and pipette production in a variety of pipette configurations."^^xsd:string) +AnnotationAssertion(rdfs:label "microforge"^^xsd:string) +AnnotationAssertion( "microforge"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.tritechresearch.com/narishige-needle-overview.html"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "A microforge is used to produce micropipettes, used for microinjection."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A device which provides the pressure that is needed to deliver a sample solution from a micropipette into cells."^^xsd:string) +AnnotationAssertion( "The effects of a drug on an individual cell can be tested by microscope-assisted dosage with a microinjector."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "microinjector"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Microinjectors"^^xsd:string) +AnnotationAssertion( "microinjector"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "Purification of DNA from a blood sample."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Extraction of a biological entity to purify a chemical or biochemical entity or mixture of entities."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "natural product extraction"^^xsd:string) +AnnotationAssertion( "natural product extraction"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Overexpression of a plasmid expressing a gene, in a cell culture, to confirm the gene has biological activity in the system."^^xsd:string) +AnnotationAssertion(rdfs:label "bioactivity assay"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A molecular assay that tests the activity of a chemical or biological reagent to affect a biological system."^^xsd:string) +AnnotationAssertion( "bioactivity assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "chemical synthesis"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Synthesis of aspirin."^^xsd:string) +AnnotationAssertion( "Chem syn"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "chemical synthesis"^^xsd:string) +AnnotationAssertion( "CS"^^xsd:string) +AnnotationAssertion( "Chemical compounding"^^xsd:string) +AnnotationAssertion( "Material production technique whereby chemical entities are synthesized from other chemical entities."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for automated, high-throughput extraction of nucleic acids from samples."^^xsd:string) +AnnotationAssertion( "http://www.autogen.com/product_autogenprep965.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "nucleic acid preparation station"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Soil samples from an industrial site can be tested for the presence of mercury using an atomic spectrophotometer."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Atomic_absorption_spectroscopy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A spectrophometer used for the qualitative and quantitative determination of chemical elements employing the absorption of optical radiation (light) by free atoms in the gaseous state."^^xsd:string) +AnnotationAssertion(rdfs:label "atomic spectrophotometer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "liquid handling"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An ELISA plate washer."^^xsd:string) +AnnotationAssertion( "Agent delivery of a selected quantity of reagents, samples or other liquids to a designated container."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Liquid_handling_robot"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used to measure the way in which a liquid, suspension or slurry flows in response to applied forces. It is used for those fluids which cannot be defined by a single value of viscosity."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Rheometer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "rheometer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "tissue embedding"^^xsd:string) +AnnotationAssertion( "A technique performed prior to tissue sectioning and histology."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.biology-online.org/dictionary/Tissue_embedding"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A sample preparation technique where cells or tissue are placed in a supporting medium. The medium can be paraffin wax (paraffin embedding) or plastics (plastic embedding) such as epoxy resins."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ))) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Preparation of brain slices for subsequent histological analysis."^^xsd:string) +AnnotationAssertion( "http://books.google.com/books?id=svzyJdQVsaEC, Burry, R. W. (2010). Immunocytochemistry: a practical guide for biomedical research. New York: Springer."^^xsd:string) +AnnotationAssertion( "Histological sample preparation of tissue, to cut it into thin sections, usually using a microtome or a cryostat, for further analysis."^^xsd:string) +AnnotationAssertion(rdfs:label "tissue sectioning"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A device used to sharpen hypodermic needles."^^xsd:string) +AnnotationAssertion( "http://www.freepatentsonline.com/5495988.html"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "needle grinder"^^xsd:string) +AnnotationAssertion(rdfs:label "needle grinder"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.findthatpatent.com/Inertial_impact_drill_for_cytological_applications,6251658.html"^^xsd:string) +AnnotationAssertion(rdfs:label "inertial impact drill"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A drill that is designed to operate in conjunction with micropipettes, microelectrodes, and micromanipulators used for microinjection into cells for diverse applications in cytology. The action of the inertial impact drill is like that of a miniature jackhammer."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "haematology analyser"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "hematology analyzer"^^xsd:string) +AnnotationAssertion( "A measurement device used to perform complete blood counts, erythrocyte sedimentation rates (ESRs), or coagulation tests."^^xsd:string) +AnnotationAssertion( "Blood samples taken from patients are analyzed using a hematology analyzer."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Automated_analyzer#Haematology_analysers"^^xsd:string) +AnnotationAssertion( "hematology analyzer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "blood gas analyzer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Arterial_blood_gas"^^xsd:string) +AnnotationAssertion( "blood gas analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "A blood anlayzer used to measure the pH and the partial pressures of oxygen and carbon dioxide in arterial blood, as well as calculate the bicarbonate concentration."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A specimen that is opaque to visible light, such as a blade of grass can be visualized through its thickness by way of its response to infrared light with the use of an infrared microscope."^^xsd:string) +AnnotationAssertion( "A microscope that uses the infrared region of the electromagnetic radiation spectrum, often used for the study of materials that are uniformly transparent or opaque in the visible spectrum, but have significant absorption or transmission bands in the 700 nanometer-plus wavelength region."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "infrared microscope"^^xsd:string) +AnnotationAssertion( "http://www.microscopyu.com/articles/optics/objectivespecial.html"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://science.howstuffworks.com/light-microscope5.htm"^^xsd:string) +AnnotationAssertion( "An upright microscope is used to view cell lines growing in a flask."^^xsd:string) +AnnotationAssertion(rdfs:label "upright microscope"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A microscope that has the illumination system below the stage and the lens system above the stage."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.thistlescientific.co.uk/acatalog/thermal_details/BCUVSC_details.html"^^xsd:string) +AnnotationAssertion( "An instrument that uses UV irradiation as a sterilizer to provide a clean workspace to set up PCR reactions. The UV irradiation breaks down DNA sequences so that replication cannot occur in subsequent amplification processes."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "PCR/UV workstation"^^xsd:string) +AnnotationAssertion( "PCR reactions are set up in a PCR/UV workstation."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Can be used for musculoskeletal evaluations."^^xsd:string) +AnnotationAssertion( "EMG"^^xsd:string) +AnnotationAssertion( "A physiological assay used to evaluate and record electrical activity produced by skeletal muscles."^^xsd:string) +AnnotationAssertion(rdfs:label "electromyography"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electromyography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "treadmill"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Treadmill"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Exercise equipment used for running or walking while staying in one place. The machine provides a moving platform with a wide conveyor belt and an electric motor or a flywheel."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "An instrument used to produce gas pressure pulses to an injection pipette."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://www.asiimaging.com/pdfs/MPPI-2_Manual.pdf"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "pulse pressure injector"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion(rdfs:label "slide drying oven"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "slide drying oven"^^xsd:string) +AnnotationAssertion( "tissue drying oven"^^xsd:string) +AnnotationAssertion( "An oven that is used for rapid drying of histology slides, typically consisting of a drying chamber, digital temperature and time controller, and internal fan."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "An automatic coverslipper can be used to prepare slides for microscopic examination."^^xsd:string) +AnnotationAssertion( "United States Patent 3833449"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "automatic coverslipper"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An material transfer instrument that is used to automatically apply a glass coverslip to a microscope slide."^^xsd:string) +AnnotationAssertion(rdfs:label "automatic coverslipper"^^xsd:string) +AnnotationAssertion( "cover slipper"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "3T MRI scanner"^^xsd:string) +AnnotationAssertion( "3T MR system"^^xsd:string) +AnnotationAssertion( "http://www.urmc.rochester.edu/radiology/"^^xsd:string) +AnnotationAssertion( "3 Tesla magnetic resonance imaging scanner"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "3T MRI scanner"^^xsd:string) +AnnotationAssertion( "3T magnetic resonance imaging scanner"^^xsd:string) +AnnotationAssertion( "An MRI scanner with a magnet strength of 3 Tesla."^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "A 3T MRI scanner is used to evaluate brain function."^^xsd:string) +AnnotationAssertion( "3T MRI system"^^xsd:string) +AnnotationAssertion( "3 Tesla MRI scanner"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion(rdfs:label "digitizing tablet"^^xsd:string) +AnnotationAssertion( "An instrument that allows one to hand-draw images and graphics, similar to the way one draws images with a pencil and paper."^^xsd:string) +AnnotationAssertion( "graphics tablet"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Graphics_tablet"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Plasmid purification from a bacterial culture."^^xsd:string) +AnnotationAssertion( "http://acad.erskine.edu/facultyweb/baker/J05-10_DNA%20Technology/Isolation%20of%20Nucleic%20Acids.doc"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Material component separation of nucleic acids from biological samples, for research purposes such as cloning or gene expression analysis."^^xsd:string) +AnnotationAssertion(rdfs:label "nucleic acid isolation"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "auger electron spectroscopy"^^xsd:string) +AnnotationAssertion( "High resolution secondary electron analysis."^^xsd:string) +AnnotationAssertion( "A materials assay used specifically in the study of surfaces and, more generally, in the area of materials science. Underlying the spectroscopic technique is the Auger effect, as it has come to be called, which is based on the analysis of energetic electrons emitted from an excited atom after a series of internal relaxation events."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Auger_electron_spectroscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "atomic force microscopy"^^xsd:string) +AnnotationAssertion( "Imaging of biomolecules."^^xsd:string) +AnnotationAssertion( "Microscopy used to determine the surface topography of native biomolecules at subnanometer resolution. It allows biomolecules to be imaged not only under physiological conditions, but also while biological processes are at work."^^xsd:string) +AnnotationAssertion( "AFM"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Force microscopy"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Atomic_force_microscopy"^^xsd:string) +AnnotationAssertion( "Scanning force microscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A 96-well capillary sequencer, used to perform high-throughput analysis of samples."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.google.com/patents?id=7I93AAAAEBAJ"^^xsd:string) +AnnotationAssertion(rdfs:label "multicapillary electrophoresis system"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A capillary electrophoresis instrument containing multiple capillaries, at least one source for the emission of a beam intended to to excite molecules lying in its path and inside the capillaries and means for detecting the fluorescence of the molecules exited by said beam, used for automated analysis of DNA fragments and RNA."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "tissue microarrayer"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A manual or automated arrayer that is used to precisely assemble tissue cores, as small as 0.6 mm in diameter, in paraffin blocks for tissue microarray analysis."^^xsd:string) +AnnotationAssertion(rdfs:label "tissue microarrayer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Tissue_microarray"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "tissue specimen profile"^^xsd:string) +AnnotationAssertion( "Data that describe a clinical tissue specimen, e.g. a tissue profile for new gene and protein targets or a molecular profile for tissue specimens or diseases provided by tissue microarray technology."^^xsd:string) +AnnotationAssertion( "tissue information"^^xsd:string) +AnnotationAssertion( "tissue specimen profile"^^xsd:string) +AnnotationAssertion( "PMID:11257096"^^xsd:string) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "X-ray powder diffraction spectrometer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.physics.montana.edu/ical/instrumentation/xrd.asp"^^xsd:string) +AnnotationAssertion( "A spectrophotometer that uses monochromatic x-rays to determine the interplanar spacings of the unknown crystalline materials for identification and characterization. Samples are analyzed as powders with grains in random orientations to insure that all crystallographic directions are \"sampled\" by the beam."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "crystallization"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "Protein structures are determined by crystallization analyses."^^xsd:string) +AnnotationAssertion( "A material processing technique that is the (natural or artificial) process of formation of solid crystals precipitating from a solution, melt or more rarely deposited directly from a gas. Crystallization is also a chemical solid-liquid separation technique, in which mass transfer of a solute from the liquid solution to a pure solid crystalline phase occurs."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Crystallization"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "X ray photoelectron spectroscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "x-ray photoelectron spectroscopy"^^xsd:string) +AnnotationAssertion( "A spectrophotometry technique that measures the elemental composition, empirical formula, chemical state and electronic state of the elements that exist within a material. XPS spectra are obtained by irradiating a material with a beam of X-rays while simultaneously measuring the kinetic energy and number of electrons that escape from the top 1 to 10 nm of the material being analyzed."^^xsd:string) +AnnotationAssertion( "Electron spectroscopy for chemical analysis"^^xsd:string) +AnnotationAssertion( "XPS"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/X-ray_photoelectron_spectroscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "phosphoimager"^^xsd:string) +AnnotationAssertion( "Phosphorimaging of a Western blot."^^xsd:string) +AnnotationAssertion( "http://imagers.salk.edu/pimager/pimFAQ.html"^^xsd:string) +AnnotationAssertion( "An image acquisition device that uses storage phosphor technology in life science imaging applications."^^xsd:string) +AnnotationAssertion(rdfs:label "phosphorimager"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "multi-imager"^^xsd:string) +AnnotationAssertion( "A gel imager with light and UV filters."^^xsd:string) +AnnotationAssertion( "An image acquisition instrument that captures digital images from single- and multiple-color fluorescence, chemiluminescence, chemifluorescence, and colorimetric samples."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://ricfacility.byu.edu/fluors.html"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "SEM"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Scanning_electron_microscope"^^xsd:string) +AnnotationAssertion( "Used to image biomolecules."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "scanning electron microscope"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "An electron microscope that images the sample surface by scanning it with a high-energy beam of electrons in a raster scan pattern. The electrons interact with the atoms that make up the sample producing signals that contain information about the sample's surface topography, composition and other properties such as electrical conductivity."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "X-ray diffraction sample cooler"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "Cryostream"^^xsd:string) +AnnotationAssertion( "A device used for X-ray diffraction and designed for cooling inorganic, small-molecule and macromolecular crystals for X-ray crystallography."^^xsd:string) +AnnotationAssertion( "http://journals.iucr.org/d/issues/2000/03/00/me0093/me0093bdy.html"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.isws.illinois.edu/chem/psl/Softeners.asp"^^xsd:string) +AnnotationAssertion(rdfs:label "water softener"^^xsd:string) +AnnotationAssertion( "Water softener is used in places where the water is hard, to make it more drinkable."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "An instrument used to reduce the dissolved calcium, magnesium, and to some degree manganese and ferrous iron ion concentration in hard water."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "mechanical stage"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://www.labessentials.com/microscope-accessories.htm#Mechanical%20Stage"^^xsd:string) +AnnotationAssertion( "A mechanical stage on a microscope."^^xsd:string) +AnnotationAssertion( "A device that can be mounted on the microscope stage and which allows for precise adjustments of the slide."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Blood samples that are taken from patients are subjected to hematocrit centrifugation for subsequent analysis."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A centrifuge used for the determination of volume fraction of erythrocytes in blood."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://www.hettichlab.com/appc/content_manager/page.php?ID=160009&dbc=dr0aavhds5jr9hmleoh2k5ske3"^^xsd:string) +AnnotationAssertion(rdfs:label "hematocrit centrifuge"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A purification process intended to isolate a single type of protein from a complex mixture."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Protein separation"^^xsd:string) +AnnotationAssertion(rdfs:label "protein purification"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Protein_purification"^^xsd:string) +AnnotationAssertion( "A protein of interest may be isolated from a bacterial culture overexpressing the protein by protein purification methods."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An mechanical instrument that enables precise sample thinning and polishing of a wide range of materials."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "polisher"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.cns.fas.harvard.edu/facilities/tool_detail.php?MID=20"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Skinner box"^^xsd:string) +AnnotationAssertion( "operant conditioning chamber"^^xsd:string) +AnnotationAssertion( "An operant conditioning chamber is used to study behavior in mice or rat models after treatment with certain drugs to determine their effect on behavior."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An animal cage that is used in the study of both operant conditioning and classical conditioning. The structure forming the shell of a chamber is a box large enough to easily accommodate the organism being used as a subject. It is often sound-proof and light-proof to avoid distracting stimuli. Operant chambers have at least one operandum (or \"manipulandum\"), and often two or more, that can automatically detect the occurrence of a behavioral response or action."^^xsd:string) +AnnotationAssertion(rdfs:label "operant conditioning chamber"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Operant_conditioning_chamber"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "motorized stage"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "A microscope stage."^^xsd:string) +AnnotationAssertion( "A mechanical stage using motorized controls."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "motorized stage"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "animal activity data"^^xsd:string) +AnnotationAssertion( "Animal activity data may be recorded after an experimental procedure."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "Data pertaining to the activity of laboratory animals or animals in an experimental setting."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "animal activity data"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "behavioral locomotive activity chamber"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "animal activity monitoring system"^^xsd:string) +AnnotationAssertion( "An animal physiology monitoring system used to monitor the specific behavior of animals in an experimental setting."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "animal activity monitoring system"^^xsd:string) +AnnotationAssertion( "A blood pressure monitor."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "animal activity monitor"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An arterial blood gas (ABG) test is done to check for severe breathing problems and lung diseases, such as asthma, cystic fibrosis, or chronic obstructive pulmonary disease. "^^xsd:string) +AnnotationAssertion( "A hematology assay that measures the acidity (pH) and the levels of oxygen and carbon dioxide in the blood from an artery. This test is used to check how well the lungs are able to move oxygen into the blood and remove carbon dioxide from the blood."^^xsd:string) +AnnotationAssertion( "ABG test"^^xsd:string) +AnnotationAssertion( "arterial blood gas test"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "arterial blood gas test"^^xsd:string) +AnnotationAssertion( "http://www.webmd.com/lung/arterial-blood-gases"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://nba.uth.tmc.edu/homepage/dafny/neurobehav.html"^^xsd:string) +AnnotationAssertion( "A material procesing technique where psychomotor stimulants are repeatedly administered, leading to the progressive augmentation of behavioral responses. This repeated administration produces gradual and incremental neuroadaptions that render the animals hypersensitive to these agents."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Behavioral sensitization is used for alcoholics to induce reverse tolerance and help treat their addiction."^^xsd:string) +AnnotationAssertion(rdfs:label "behavioral sensitization"^^xsd:string) +AnnotationAssertion( "behavioral sensitization"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "isolation booth"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.whisperroom.com/"^^xsd:string) +AnnotationAssertion( "An instrument that consists of an enclosed space that is used to reduce or isolate ambient and acoustic noise."^^xsd:string) +AnnotationAssertion( "sound isolation enclosure"^^xsd:string) +AnnotationAssertion(rdfs:label "sound isolation enclosure"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "patch clamp amplifier"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A patch clamp amplifier is used to study action potentials in neurons."^^xsd:string) +AnnotationAssertion( "A patch clamp amplifier is a voltage amplifier that uses a single electrode clamp, where the voltage measuring and current passing circuits are connected. The electrode is attached to a wire that contacts the current/voltage loop inside the amplifier. Thus the electrode has only an indirect influence on the feedback circuit. The amplifier reads only the voltage at the top of the electrode, and feeds back current to compensate."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion(rdfs:label "patch clamp amplifier"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Voltage_clamp#Single-electrode_voltage_clamp"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "electrolyte analyzer"^^xsd:string) +AnnotationAssertion(rdfs:label "electrolyte analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Evaluation of electrolytes in a patient's blood."^^xsd:string) +AnnotationAssertion( "http://patft.uspto.gov/netacgi/nph-Parser?Sect2=PTO1&Sect2=HITOFF&p=1&u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&r=1&f=G&l=50&d=PALL&RefSrch=yes&Query=PN%2F4705668"^^xsd:string) +AnnotationAssertion( "An analyzer for measuring the ionic values of electrolytes."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "immunoperoxidase labeling"^^xsd:string) +AnnotationAssertion( "Labeling of molecules with immunoperoxidase, a type of immunostain used in molecular biology, medical research, and clinical diagnostics. Immunoperoxidase reactions refer to a sub-class of immunohistochemical or immunocytochemical procedures in which the antibodies are visualized via a peroxidase-catalyzed reaction."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Immunoperoxidase"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "HRP labeling of an antibody."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Surface-enhanced_laser_desorption/ionization"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A mass spectrometer that uses a target modified to achieve biochemical affinity with the analyte compound."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "time-of-flight secondary ion mass spectrometer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "nanodispenser"^^xsd:string) +AnnotationAssertion( "doi:10.1016/j.sna.2004.05.038"^^xsd:string) +AnnotationAssertion( "A liquid handling device that is used for the pipetting and dispensing of volumes in the nanoliter range."^^xsd:string) +AnnotationAssertion( "nanodispenser"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that consists of a conductor through which an electric current enters or leaves the skin, whose electrical characteristics are being measured, used, or manipulated."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/electrode"^^xsd:string) +AnnotationAssertion(rdfs:label "skin electrode"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion(rdfs:label "osmometer"^^xsd:string) +AnnotationAssertion( "osmometer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Osmometer"^^xsd:string) +AnnotationAssertion( "An instrument that measures the osmotic strength of a solution, colloid, or compound."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "cannulation"^^xsd:string) +AnnotationAssertion( "Intubation of a patient to assist with breathing."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cannula"^^xsd:string) +AnnotationAssertion( "A material processing technique where a tube is inserted into the body, often for the delivery or removal of fluid or for the gathering of data."^^xsd:string) +AnnotationAssertion( "cannulation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Insertion of cannula"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Data generated from an electrophysiology assay."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "electrophysiology data"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "Ion channel recording data from a primate suprachiasmatic nucleus."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "electrophysiology data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An organization that provides services for commercialization and licensing of technologies at an institution."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Technology Transfer Office"^^xsd:string) +AnnotationAssertion(rdfs:label "technology transfer office"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "An animal shocker can be used in classical conditioning models."^^xsd:string) +AnnotationAssertion( "A device that delivers a shock to an animal at programmable intervals."^^xsd:string) +AnnotationAssertion( "Sacchetti, B., Sacco, T., & Strata, P. (2007). Reversible inactivation of amygdala and cerebellum but not perirhinal cortex impairs reactivated fear memories. European Journal of Neuroscience, 25(9), 2875-2884. DOI: 10.1111/j.1460-9568.2007.05508.x"^^xsd:string) +AnnotationAssertion(rdfs:label "animal shocker"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "mineralized tissue preparation"^^xsd:string) +AnnotationAssertion( "Histological sample preparation of biological materials that incorporate minerals into soft matrices to get the stiffness needed for a protective shield or structural support."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Mineralized_tissues"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "animal physiology monitoring system"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Physiology"^^xsd:string) +AnnotationAssertion( "A blood pressure monitoring system for mice."^^xsd:string) +AnnotationAssertion( "An instrument that is used to monitor mechanical, physical, or biochemical functions in an organism."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "animal physiology monitoring system"^^xsd:string) +AnnotationAssertion( "animal physiology monitor"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion(rdfs:label "heart perfusion"^^xsd:string) +AnnotationAssertion( "Langendorff method"^^xsd:string) +AnnotationAssertion( "An organ perfusion technique of perfusing the heart by carrying fluid under pressure into the sectioned aorta and thus into the coronary system."^^xsd:string) +AnnotationAssertion( "Perfusion of heart tissue with formaldehyde."^^xsd:string) +AnnotationAssertion( "Langendorff Heart"^^xsd:string) +AnnotationAssertion( "http://www.medilexicon.com/medicaldictionary.php?t=54825"^^xsd:string) +AnnotationAssertion( "isolated perfused heart assay"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Erik Segerdell"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Prokaryote"^^xsd:string) +AnnotationAssertion( "Prokaryota"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Prokaryota"^^xsd:string) +AnnotationAssertion( "The prokaryotes (pronounced /pro?'k�ri.o?ts/ or /pro?'k�ri?ts/) are a group of organisms that lack a cell nucleus (= karyon), or any other membrane-bound organelles."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "plate luminometer"^^xsd:string) +AnnotationAssertion( "http://www.merriam-webster.com/medical/luminometer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A photometer used for measuring very low light levels (as those produced in a luminescent process) in a microplate format."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "plate luminometer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Chemical_compound"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "organic compound"^^xsd:string) +AnnotationAssertion(rdfs:comment "The definition of a compound requires a fixed ratio. Thus table salt, NaCl, is a compound but not a molecule, cecause it is composed of 2 or more elements in a fixed ratio (1:1, satisfying the definition of a compound) but does not have a well-defined number of atoms (so it does not meet the criteria for a molecule). It is instead an array of any number (not fixed) of Na+ and Cl- ions arranged in a 1:1 ratio."^^xsd:string) +AnnotationAssertion( "Benzene."^^xsd:string) +AnnotationAssertion( "PERSON: Edgar Miranda"^^xsd:string) +AnnotationAssertion(rdfs:label "organic compound"^^xsd:string) +AnnotationAssertion( "A chemical substance comprised of two or more elements combined, bonded in a fixed ratio and containing carbon and hydrogen atoms. The following elements can also be found in organic compounds: Nitrogen (N); oxygen (O), Fluor (F), phosphorous (P), sulfur (S), chlorine (Cl), selenium (Se), bromine (Br), iodine (I). Organic compounds do not contain metals."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A chemical comprised of 2 or more elements combined in a fixed ratio and containing metal, carbon, and hydrogen atoms."^^xsd:string) +AnnotationAssertion(rdfs:label "bioinorganic compound"^^xsd:string) +AnnotationAssertion( "Hemoglobin is a bioinorganic compound."^^xsd:string) +AnnotationAssertion( "bioinorganic compound"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:comment "The definition of a compound requires a fixed ratio. Thus table salt, NaCl, is a compound but not a molecule, cecause it is composed of 2 or more elements in a fixed ratio (1:1, satisfying the definition of a compound) but does not have a well-defined number of atoms (so it does not meet the criteria for a molecule). It is instead an array of any number (not fixed) of Na+ and Cl- ions arranged in a 1:1 ratio."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Chemical_compound"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "inorganic compound"^^xsd:string) +AnnotationAssertion(rdfs:comment "The definition of a compound requires a fixed ratio. Thus table salt, NaCl, is a compound but not a molecule, cecause it is composed of 2 or more elements in a fixed ratio (1:1, satisfying the definition of a compound) but does not have a well-defined number of atoms (so it does not meet the criteria for a molecule). It is instead an array of any number (not fixed) of Na+ and Cl- ions arranged in a 1:1 ratio."^^xsd:string) +AnnotationAssertion( "Sodium chloride."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "inorganic compound"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Chemical_compound"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A chemical consisting of a well-defined number of atoms covalently bonded together, and containing metal atoms. Inorganic compounds do not contain chemical moities consisting of carbon and hydrogen bonded together. Examples of inorganic compounds are: Salts: sodium chloride (NaCl), magnesium sulfate (MgSO4), Oxides: carbon dioxide (CO2), silicon dioxide (SiO2) and Iron (II, III) oxide (Fe3O4), Acids: hydrogen chloride (HCl) and sulfuric acid (H2SO4), Bases: sodium hydroxide (NaOH)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "Phorbol 12-myristate 13-acetate is an organic small molecule that activates protein kinase C."^^xsd:string) +AnnotationAssertion( "organic small molecule"^^xsd:string) +AnnotationAssertion(rdfs:label "organic small molecule"^^xsd:string) +AnnotationAssertion( "An organic small molecule is an organic molecule of low molecular weight, which is by definition not a polymer. The term small molecule is usually restricted to a molecule that also binds with high affinity to a biopolymer such as protein, nucleic acid, or polysaccharide and alters the activity or function of the biopolymer. The upper molecular weight limit for a small molecule is approximately 800 Daltons."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Small_molecule"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "adeno-associated viruses"^^xsd:string) +AnnotationAssertion( "adeno-associated viruses"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "AAV vectors have been used for clinical trials for treatment of cystic fibrosis."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into baculoviral capsids for expression in target cells. Baculoviral expression systems are used for transient and stable protein expression in insect cells (and related invertebrates such as arachnids and crustaceans)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://cshprotocols.cshlp.org/cgi/content/extract/2006/3/pdb.prot4512"^^xsd:string) +AnnotationAssertion(rdfs:label "baculoviral plasmid"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into retroviral capsids for expression in target cells. DNA delivered by retroviral systems can be integrated into the host genome in a stable fashion in dividing cells."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Viral_vector"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "retroviral plasmid"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "lentiviral plasmid"^^xsd:string) +AnnotationAssertion( "A lentiviral plasmid expressing a gene of interest."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Viral_vector"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A viral plasmid that is used to introduce genes into cells, which has the ability to integrate into the genome of non-dividing cells."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "adenoviral plasmid"^^xsd:string) +AnnotationAssertion( "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into adenoviral capsids for expression in target cells. DNA delivered by andenoviral systems does not integrate into the genome and is not replicated during cell division. The adenovirus is able to infect post-mitotic cells, making them especially useful for gene transfer into neuronal cells."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Viral_vector"^^xsd:string) +AnnotationAssertion(rdfs:label "adenoviral plasmid"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An adenoviral plasmid expressing a gene of interest, used to study the function of the gene."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "An offering through an ongoing program or single request of research support: internships, positions, financial awards or other forms of tangible or intangible support"^^xsd:string) +AnnotationAssertion( "Training grant to perform post-doctoral research."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A planned process carried out by a person or organization with the objective of performing research."^^xsd:string) +AnnotationAssertion(rdfs:label "research opportunity"^^xsd:string) +AnnotationAssertion( "student research opportunity"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "educational intervention"^^xsd:string) +AnnotationAssertion( "An intervention which involves education, training programs, and courses in various fields and disciplines, and for training groups of persons."^^xsd:string) +AnnotationAssertion(rdfs:label "educational intervention"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melanie Wilson"^^xsd:string) +AnnotationAssertion( "PERSON: Melanie Wilson"^^xsd:string) +AnnotationAssertion(rdfs:comment "MeSH ID: Q000193"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dietary intervention"^^xsd:string) +AnnotationAssertion( "An intervention that involves dietary and nutritional management. The concept does not include vitamin or mineral supplements, for which \"drug intervention\" may be used."^^xsd:string) +AnnotationAssertion( "PERSON: Melanie Wilson"^^xsd:string) +AnnotationAssertion( "To treat some illnesses or conditions, such as diabetes, a dietary intervention may be used."^^xsd:string) +AnnotationAssertion( "PERSON: Melanie Wilson"^^xsd:string) +AnnotationAssertion(rdfs:comment "MeSH qualifier id: Q000178. Definition excerpted from MeSH."^^xsd:string) +AnnotationAssertion( "dietary intervention"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melanie Wilson"^^xsd:string) +AnnotationAssertion(rdfs:label "drug intervention"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "drug intervention"^^xsd:string) +AnnotationAssertion( "A therapeutic intervention involving the administration of drugs, biologicals, chemicals, and antibiotics."^^xsd:string) +AnnotationAssertion( "Administration of a chemotherapy to treat cancer."^^xsd:string) +AnnotationAssertion(rdfs:comment "MeSH ID: Q000188. Definition paraphrased from MeSH."^^xsd:string) +AnnotationAssertion( "PERSON: Melanie Wilson"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi"^^xsd:string) +AnnotationAssertion( "radiologic intervention"^^xsd:string) +AnnotationAssertion(rdfs:comment "MesH qualifier ID : Q000532"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "An intervention that involves the therapeutic use of ionizing and nonionizing radiation. It includes the use of radioisotope therapy."^^xsd:string) +AnnotationAssertion(rdfs:label "radiologic intervention"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Radiation therapy for cancer."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "surgical intervention"^^xsd:string) +AnnotationAssertion( "An intervention involving operative procedures on organs, regions, or tissues in the treatment of diseases, including tissue section by lasers. It excludes transplantation, for which \"therapeutic intervention\" is used."^^xsd:string) +AnnotationAssertion( "Surgical removal of a tumor."^^xsd:string) +AnnotationAssertion(rdfs:comment "MeSH qualifier ID : Q000601"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "surgical intervention"^^xsd:string) +AnnotationAssertion( "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An intervention involving surgical procedures for restoration of function of the individual."^^xsd:string) +AnnotationAssertion( "rehabilitative intervention"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "rehabilitative intervention"^^xsd:string) +AnnotationAssertion(rdfs:comment "MeSH qualifier ID : Q000534"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An intervention involving nursing care and techniques in their management. It includes the nursing role in diagnostic, therapeutic, and preventive procedures."^^xsd:string) +AnnotationAssertion(rdfs:comment "MeSH qualifier ID : Q000451"^^xsd:string) +AnnotationAssertion( "nursing_intervention"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi"^^xsd:string) +AnnotationAssertion(rdfs:label "nursing intervention"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi?mode=&index=218879&field=qual&HM=&II=&PA=&form=&input="^^xsd:string) +AnnotationAssertion(rdfs:comment "MeSH qualifier ID : Q000517"^^xsd:string) +AnnotationAssertion( "An intervention involving increasing human or animal resistance against disease (e.g., immunization), control of transmission agents, prevention and control of environmental hazards, or prevention and control of social factors leading to disease. It includes preventive measures in individual cases."^^xsd:string) +AnnotationAssertion(rdfs:label "prevention and control intervention"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "prevention and control intervention"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Psychological or behavior intervention is a combination of program elements, strategies, or modalities designed to influence psychological or behavioral processes or outcomes."^^xsd:string) +AnnotationAssertion( "PERSON: Melanie Wilson"^^xsd:string) +AnnotationAssertion(rdfs:label "psychological and behavioral intervention"^^xsd:string) +AnnotationAssertion( "psychological and behavioral intervention"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/X-ray_crystallography"^^xsd:string) +AnnotationAssertion( "X ray crystallography assay"^^xsd:string) +AnnotationAssertion( "Xray Crystallography"^^xsd:string) +AnnotationAssertion( "A molecular assay used to determine the arrangement of atoms within a crystal, in which a beam of X-rays strikes a crystal and diffracts into many specific directions. From the angles and intensities of these diffracted beams, a crystallographer can produce a three-dimensional picture of the density of electrons within the crystal. From this electron density, the mean positions of the atoms in the crystal can be determined, as well as their chemical bonds, their disorder and various other information."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "x-ray crystallography assay"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "genome assembly"^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Genome_project"^^xsd:string) +AnnotationAssertion( "A data analysis technique taking a large number of short DNA sequences, generated by DNA sequencing, and putting them back together to create a representation of the original chromosomes from which the DNA originated."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melanie Wilson"^^xsd:string) +AnnotationAssertion( "Raman confocal microscope"^^xsd:string) +AnnotationAssertion(rdfs:label "Raman confocal microscope"^^xsd:string) +AnnotationAssertion( "Raman microscope"^^xsd:string) +AnnotationAssertion( "A confocal microscope that consists of of an optical microscope, an excitation laser, a monochromator, and a sensitive detector (such as a charge-coupled device or photomultiplier tube), has high spatial resolution, and relies on inelastic scattering, or Raman scattering, of monochromatic light."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Raman_spectroscopy"^^xsd:string) +AnnotationAssertion( "Used to image biological samples."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "http://www.ornl.gov/sci/techresources/Human_Genome/faq/snps.shtml"^^xsd:string) +AnnotationAssertion( "SNP data"^^xsd:string) +AnnotationAssertion( "Data that describes single nucleotide polymorphisms, or SNPs (pronounced \"snips\"), which are DNA sequence variations that occur when a single nucleotide (A,T,C,or G) in the genome sequence is altered."^^xsd:string) +AnnotationAssertion(rdfs:label "SNP data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "fluorescence recovery after photobleaching"^^xsd:string) +AnnotationAssertion( "http://microscopy.berkeley.edu/courses/tlm/fluor_techniques/FRAP.html"^^xsd:string) +AnnotationAssertion( "FRAP"^^xsd:string) +AnnotationAssertion( "Can be used to study cell membrane diffusion."^^xsd:string) +AnnotationAssertion( "Fluorescence photobleaching recovery"^^xsd:string) +AnnotationAssertion( "An imaging assay that allows determination of the kinetics of diffusion in living cells (usually) using fluorescence microscopy. The general method is to label a specific cell component with a fluorescent molecule, image that cell, photobleach a small portion of the cell, then image the recovery of fluorescence over time."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "field emission scanning electron microscope"^^xsd:string) +AnnotationAssertion( "A scanning electron microscope that has electromagnetic coils that form an electron beam that scans the object (scan) and secondary electrons are produced by interaction with the atoms at the surface of the sample."^^xsd:string) +AnnotationAssertion( "Can be used to image biomolecules."^^xsd:string) +AnnotationAssertion( "PERSON: Karen Corday"^^xsd:string) +AnnotationAssertion( "http://www.vcbio.science.ru.nl/en/fesem/"^^xsd:string) +AnnotationAssertion( "FESEM"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A pH meter is used to measure the pH of a sample."^^xsd:string) +AnnotationAssertion( "OBI"^^xsd:string) +AnnotationAssertion(rdfs:label "measurement instrument"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that has measure function. Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "image acquisition instrument"^^xsd:string) +AnnotationAssertion( "OBI"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A microscope."^^xsd:string) +AnnotationAssertion( "An instrument that has image acquisition function. An image acquisition function is a function to acquire an image of a material."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A pWPI-Mad4-GFP vector."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A plasmid carrying sequence elements that allow for packaging of genetic cargo into viral capsids, DNA replication, and expression in target cells. Viral plasmids may contain additional genes required for capsid protein production and assembly, or may require helper plasmids which produce these proteins."^^xsd:string) +AnnotationAssertion(rdfs:label "viral plasmid"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "AAV plasmid"^^xsd:string) +AnnotationAssertion( "PERSON: Matt Brush. By David P. Clark, Nanette Jean Pazdernik"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into baculoviral capsids for expression in target cells. Adeno-associated viral expression systems can be used with non-dividing cells, and cargo DNA has the ability to stably integrate into the host cell genome at a specific site (designated AAVS1) in the human chromosome 19."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An adeno-associated viral plasmid expressing a gene of interest, used to study the function of the gene."^^xsd:string) +AnnotationAssertion(rdfs:label "adeno-associated viral plasmid"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "prokaryotic expression construct"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An expression construct that contains promoter elements to drive expression of downstream genes in prokaryotic cells or prokaryote-derived in vitro expression systems."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "OBI"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "information processing instrument"^^xsd:string) +AnnotationAssertion( "An instrument that has information processor function. An information processor function is a function that converts information from one form to another, by a lossless process or an extraction process."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A computer."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:label "material separation instrument"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "OBI"^^xsd:string) +AnnotationAssertion( "A chromatography column."^^xsd:string) +AnnotationAssertion( "An instrument that has material separation function. A material separation function is a function that increases the resolution between two or more material entities. The distinction between the entities is usually based on some associated physical quality."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:label "sterilization instrument"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "OBI"^^xsd:string) +AnnotationAssertion( "An instrument that has sterilization function. Sterilization function is a function to remove viable organisms from an input material."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An autoclave."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:label "mechanical instrument"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "OBI"^^xsd:string) +AnnotationAssertion( "A drill is a mechanical instrument."^^xsd:string) +AnnotationAssertion( "An instrument that has mechanical function. A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force)."^^xsd:string) +AnnotationAssertion( ) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:label "environment control instrument"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A laminar flow hood."^^xsd:string) +AnnotationAssertion( "An instrument that has environment control function. An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "OBI"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:label "material transfer instrument"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "OBI"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An automatic coverslipper."^^xsd:string) +AnnotationAssertion( "An instrument that has transfer function. A transfer function is a function to displace a material from one location to another."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Reagent that is a polymer comprised of nucleotides, each of which consists of three components: a nitrogenous heterocyclic base, which is either a purine or a pyrimidine; a pentose sugar; and a phosphate group."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Nucleic_acid"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "nucleic acid reagent"^^xsd:string) +AnnotationAssertion( "A primer."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Nucleic acid reagent that is a short strand of nucleic acid that serves as a starting point for DNA or RNA synthesis."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "primer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Primer_%28molecular_biology%29"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "Oligos used in PCR."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON:Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Nucleic acid reagent that is a short strand of nucleic acid where the bases are bound to morpholine rings instead of deoxyribose rings and linked through phosphorodiamidate groups instead of phosphates. Morpholinos are used to knockdown gene expression via antisense binding."^^xsd:string) +AnnotationAssertion(rdfs:label "morpholino"^^xsd:string) +AnnotationAssertion( "Morpholinos are injected into zebrafish to study a particular gene's function."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Morpholino"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument designed to capture and quantify a broad spectrum of fungal spores present in the air."^^xsd:string) +AnnotationAssertion( "http://www.emlab.com/s/sampling/SporetrapSampling.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "spore trap"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "calcium imaging assay"^^xsd:string) +AnnotationAssertion( "Ca imaging assay"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Calcium_imaging"^^xsd:string) +AnnotationAssertion( " Ca2+ imaging assay"^^xsd:string) +AnnotationAssertion( "Can be used to assay calcium levels in muscle cells."^^xsd:string) +AnnotationAssertion( " Ca imaging"^^xsd:string) +AnnotationAssertion( "Ca2+ imaging"^^xsd:string) +AnnotationAssertion( "An imaging assay that is designed to show the calcium (Ca2+) levels of a tissue or medium."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An apoptosis assay that allows for detection of DNA fragmentation in apoptotic cells. DNA fragments can be visualized by agarose gel electrophoresis."^^xsd:string) +AnnotationAssertion(rdfs:label "apoptotic DNA ladder assay"^^xsd:string) +AnnotationAssertion( "http://www.abcam.com/Apoptotic-DNA-Ladder-Detection-Kit-ab66090.html"^^xsd:string) +AnnotationAssertion( "An apoptotic DNA ladder assay can be used to determine if cells are undergoing apoptosis after treatment with a cytolytic drug."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "OBI"^^xsd:string) +AnnotationAssertion( "A cellular assay that allows for the measurement of the multiplication or reproduction of cells, resulting in the expansion of a cell population."^^xsd:string) +AnnotationAssertion( "Cell division assay"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "cell proliferation assay"^^xsd:string) +AnnotationAssertion( "Tritiated thymidine incorporation."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "multiplex bead assay"^^xsd:string) +AnnotationAssertion( "Elshal and McCoy (2006) Methods. 38(4): 317?323."^^xsd:string) +AnnotationAssertion( "Multiplex assay"^^xsd:string) +AnnotationAssertion( "A molecular assay that permits the simultaneous measurement of an array of proteins in a single, small volume sample."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An assay used for DNA quantificiation."^^xsd:string) +AnnotationAssertion( "http://www.topac.com/picogreen.html"^^xsd:string) +AnnotationAssertion(rdfs:label "picogreen assay"^^xsd:string) +AnnotationAssertion( "An biomolecular label detection assay used for quantification of double-stranded DNA (dsDNA) in molecular biology assays."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Sequencing of a genome."^^xsd:string) +AnnotationAssertion( "http://www.answers.com/topic/cycle-sequencing"^^xsd:string) +AnnotationAssertion( "A DNA sequencing by synthesis technique used to increase the sensitivity of the DNA sequencing process and permits the use of very small amounts of DNA starting material. This is accomplished by using a temperature cycling process similar to that employed in the polymerase chain reaction."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "cycle sequencing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Agent delivery whereby a substance is introduced into a organism, usually by means of a hypodermic syringe, as a liquid into the veins or muscles of the body."^^xsd:string) +AnnotationAssertion( "Injection of a drug."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/injection"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "injection"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Intracytoplasmic_sperm_injection"^^xsd:string) +AnnotationAssertion( "ICSI"^^xsd:string) +AnnotationAssertion( "Direct injection of sperm into cytoplasm of the oocyte"^^xsd:string) +AnnotationAssertion( "DISCO"^^xsd:string) +AnnotationAssertion( "Injection of a single sperm into a single celled embryo or an egg for the purpose of in vitro fertilization."^^xsd:string) +AnnotationAssertion(rdfs:label "intracytoplasmic sperm injection"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "administration of inhalational agents"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Administration of anesthesia to mice."^^xsd:string) +AnnotationAssertion( "Agent delivery performed to humanely administer inhalation agents to organism, usually for the purpose of sedation."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An injection."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A material processing technique performed to locally deliver an agent to a recipient."^^xsd:string) +AnnotationAssertion(rdfs:label "agent delivery"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A nucleic acid assay used to determine quality of RNA after purification for the purpose of downstream molecular assays. RNA quality can be checked by electrophoresis in agarose gel, by electrophoresis in polyacrylamide gel, or by in vitro translation."^^xsd:string) +AnnotationAssertion( "RNA QA"^^xsd:string) +AnnotationAssertion(rdfs:label "RNA quality analysis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Spectrophotometric analysis of RNA after purification from a sample."^^xsd:string) +AnnotationAssertion( "http://www.molecularinfo.com/MTM/C/C3/C3-5/C3-5-5.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "amino acid isolation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Amino acid purification"^^xsd:string) +AnnotationAssertion( "Sample preparation for assay that involves the isolation of amino acids from a cell or tissue sample for use in protein chemistry or biological assays."^^xsd:string) +AnnotationAssertion( "The collection of adenine from a sample of blood plasma is amino acid isolation."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A Southern blot analysis technique performed to quantitate the bands on a Southern blot to compare the relative expression levels of a particular gene."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "quantitative southern blot analysis"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "DNA purification"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Purification of a plasmid from a bacterial culture."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Nucleic acid purification of genomic or plasmid DNA from other impurities, such as bacteria or contaminating materials for the purpose of molecular biology research."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Clinical monitoring of the menstrual cycle."^^xsd:string) +AnnotationAssertion(rdfs:label "in vivo reproductive system test"^^xsd:string) +AnnotationAssertion( "A physiological assay that tests the reproductive system function in the whole, living organism for research purposes."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Arany et al (2006) PNAS 103:10086."^^xsd:string) +AnnotationAssertion(rdfs:label "transverse aortic constriction"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Can be used to study stroke."^^xsd:string) +AnnotationAssertion( "A surgical procedure performed to stress the heart, which causes a subacute increase in the workload on the heart, which is a commonly used surgical model of cardiac hypertrophy and subsequent failure."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Cryodestruction"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Cryocautery"^^xsd:string) +AnnotationAssertion(rdfs:label "cryoablation"^^xsd:string) +AnnotationAssertion( "A material processing technique that uses extreme cold (cryo) to remove tissue (ablation)."^^xsd:string) +AnnotationAssertion( "Warts are removed by cryoablation."^^xsd:string) +AnnotationAssertion( "Cryosurgery"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cryoablation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An imaging assay that allows detection of bioluminescence from a living organism or organisms."^^xsd:string) +AnnotationAssertion(rdfs:label "in vivo bioluminescence"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Detection of GFP in a sample."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wiktionary.org/wiki/radioimmunoassay"^^xsd:string) +AnnotationAssertion( "RIA"^^xsd:string) +AnnotationAssertion(rdfs:label "radioimmunoassay"^^xsd:string) +AnnotationAssertion( "A RAST test (radioallergosorbent test) is an example of radioimmunoassay. "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A radioactivity detection technique that uses the binding of a radioactively labeled substances to an antibody in order to analyze minute amounts of proteins in a sample."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.animal.ufl.edu/hansen/protocols/minibradford.htm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "protein quantitation assay"^^xsd:string) +AnnotationAssertion( "lowry assay"^^xsd:string) +AnnotationAssertion( "BCA assay"^^xsd:string) +AnnotationAssertion( "bradford assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A protein assay used for determination of protein concentrations in solutions that depends upon the change in absorbance of a colored substrate upon binding of protein."^^xsd:string) +AnnotationAssertion( "protein concentration assay"^^xsd:string) +AnnotationAssertion( "biuret assay"^^xsd:string) +AnnotationAssertion( "Bradford assay."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "OBI branch derived"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Tissue culture of two or more different types are are combined and allowed to culture as one."^^xsd:string) +AnnotationAssertion(rdfs:label "tissue co-culturing"^^xsd:string) +AnnotationAssertion( "Culturing two cell types together."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Spectrophotometric analysis of DNA after purification from a sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "www.generationcp.org/capcorner/gcp_training.../practicals_3.doc"^^xsd:string) +AnnotationAssertion( "DNA QA"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay used to determine quality of DNA after purification for molecular biology research. Assays to determine DNA quality include DNA electrophoresis and spectrophotometric determination of the ratio of the A260/A280."^^xsd:string) +AnnotationAssertion(rdfs:label "DNA quality analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Hematopoietic_stem_cell"^^xsd:string) +AnnotationAssertion( "Use of flow cytometry to identify differentiation stem cells from undifferentiated cells."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "identification of differentiated hematopoietic stem cells"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A cellular assay used to identify the process by which a hematopoietic stem cell (HSC) becomes a more specialized cell. HSCs are multipotent stem cells that give rise to all the blood cell types including myeloid (monocytes and macrophages, neutrophils, basophils, eosinophils, erythrocytes, megakaryocytes/platelets, dendritic cells), and lymphoid lineages (T cells, B cells, NK cells)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "ecogenomic analysis"^^xsd:string) +AnnotationAssertion( "community genomic analysis"^^xsd:string) +AnnotationAssertion( "environmental genomic analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Metagenomics"^^xsd:string) +AnnotationAssertion(rdfs:label "metagenomics analysis"^^xsd:string) +AnnotationAssertion( "A molecular assay that is used to analyze metagenomic data; genetic material recovered directly from environmental samples for genomic research."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Analysis of cell signaling data."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A data analysis technique that allows for analysis of data relating to biological pathways accumulated from genomic, proteomic or other sources."^^xsd:string) +AnnotationAssertion(rdfs:label "pathway data analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "clinical monitoring"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Clinical_monitoring"^^xsd:string) +AnnotationAssertion( "A clinical assay that involves oversight and administrative efforts that monitor a participant's health during a clinical trial."^^xsd:string) +AnnotationAssertion( "Monitoring a patient in a clinical trial."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Electroporation into the uterus or ovaries of an organism to overexpress a protein of interest."^^xsd:string) +AnnotationAssertion( "Transfection of a protein into the uterus."^^xsd:string) +AnnotationAssertion( "Shimogori and Ogawa (2008) Develop. Growth Differ. 50, 499–506"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "in utero transfrection"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "in utero electroporation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Electroporation into chick embryos to overexpress a protein of interest."^^xsd:string) +AnnotationAssertion( "in ovo transfection"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.cellscience.com/reviews1/Ovarian_Transplantation_and_Cryopreservation.html"^^xsd:string) +AnnotationAssertion(rdfs:label "in ovo electroporation"^^xsd:string) +AnnotationAssertion( "Transfection of a plasmid into chick embryos."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Transplantation of ovaries into an organism, often performed for women who have lost their fertility due to medical treatment, disease or aging."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.cellscience.com/reviews1/Ovarian_Transplantation_and_Cryopreservation.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "ovarian transplantation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/In_vitro_maturation"^^xsd:string) +AnnotationAssertion(rdfs:label "in vitro follicle maturation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Culture and maturation of ovarian follicles in vitro for clinical applications."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "ovarian radiation"^^xsd:string) +AnnotationAssertion( "http://www.oncologychannel.com/ovariancancer/radiotherapy.shtml"^^xsd:string) +AnnotationAssertion( "ovarian radiotherapy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Irridiation of ovaries, usually for the purpose of cancer treatment."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Production of transgenic mice."^^xsd:string) +AnnotationAssertion(rdfs:label "mutant strain generation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Specimen creation of mutant strain of cells or an organism for the purpose of studying gene function."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Zhou and El-Deiry (2009) Journal of Nuclear Medicine 50:1563-1566"^^xsd:string) +AnnotationAssertion( "An imaging assay that uses the synergistic combination of imaging and spectroscopy with broad applications in both preclinical and clinical settings."^^xsd:string) +AnnotationAssertion( "Imaging of tumor cells in a rodent model that are labels with fluorophores, such as GFP."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "multi-spectral fluorescence"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Zielinska etl a (2005) Virology Journal 2005, 2:84."^^xsd:string) +AnnotationAssertion(rdfs:label "virus neutralization"^^xsd:string) +AnnotationAssertion( "A material processing technique used for detection of virus-specific neutralizing antibodies in a sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Virus attenuation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A cellular assay used to screen culture skin-derived tenocyte cells for the proper phenotype for research and clinical applications with tendon tissue."^^xsd:string) +AnnotationAssertion(rdfs:label "tenocyte differentiation screening"^^xsd:string) +AnnotationAssertion( "Schulze-Tanzil (2004) 122:219-228"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "serology assay"^^xsd:string) +AnnotationAssertion( "A tissue/organ assay that is performed to analyze blood serum and other bodily fluids, to identify antibodies in the serum."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Serology"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Calorimetry"^^xsd:string) +AnnotationAssertion( "A molecular assay that is used to measure the heat of chemical reactions or physical changes."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "calorimetry"^^xsd:string) +AnnotationAssertion( "An assay to measure the volume of oxygen consumption and volume of carbon dioxide output in a patient."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "track breeding pairs"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A mouse breeding technique to track parental breeders to generate offspring in an animal colony."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used for development of transgenic mice strains."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "ROS assay"^^xsd:string) +AnnotationAssertion( "A molecular assay used to detect the presence of reactive oxygen species on a molecule, to determine if they play a role in physiological or pathophysiological processes."^^xsd:string) +AnnotationAssertion(rdfs:label "reactive oxygen species assay"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An assay to detect NOS in a sample."^^xsd:string) +AnnotationAssertion( "Dikalov et al (2007) Hypertension 49:717-727."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "experimental glucuronidation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Chemical modification of a molecule in an experimental setting, to increase the water solubility by adding glucuronic acid."^^xsd:string) +AnnotationAssertion( "PERSON: Marc Le Pape"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fixation_%28histology%29"^^xsd:string) +AnnotationAssertion( "Fixation of biological tissues to preserve them from decay, either through autolysis or putrefaction. Fixation terminates any ongoing biochemical reactions, and may also increase the mechanical strength or stability of the treated tissues. Fixation is usually the first stage in a multistep process to prepare a sample of biological material for microscopy or other analysis"^^xsd:string) +AnnotationAssertion(rdfs:label "tissue fixation"^^xsd:string) +AnnotationAssertion( "Fixing tissue prior to immunohistochemistry staining."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "EKG is a common method for electrophysiology recording."^^xsd:string) +AnnotationAssertion(rdfs:label "in vivo electrophysiology recording"^^xsd:string) +AnnotationAssertion( "An electrophysiology assay that measures voltage changes or electric currents in single ion channel proteins to whole organs. In neuroscience, it includes measurements of the electrical activity of neurons, and in particular, action potential activity."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrophysiology"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Transcranial_magnetic_stimulation"^^xsd:string) +AnnotationAssertion( "A material processing technique used to cause depolarization in the neurons of the brain. TMS uses electromagnetic induction to induce weak electric currents using a rapidly changing magnetic field; this can cause activity in specific or general parts of the brain, allowing the functioning and interconnections of the brain to be studied."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "transcranial magnetic stimulation"^^xsd:string) +AnnotationAssertion( "TMS"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "mitochondrial oxygen consumption measurement "^^xsd:string) +AnnotationAssertion( "Jonckheere et al (2010) Clinical Chemistry 56:424-431."^^xsd:string) +AnnotationAssertion( "A cellular assay used to measure oxygen consumption in mitochondria to study mitochondrial respiration, which can be used to diagnosis mitochondrial disorders."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Zamzami and Kroemer (2004) Methods in Molecular Biology 282:103-115."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A cellular assay used to measure membrane potential and permeability transition in the mitochondria during apoptosis. Mitochondrial membrane permeabilization constitutes an early event of the apoptotic process (programmed cell death)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "mitochondrial permeability transition measurement"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "measurement of mitochondrial membrane potential"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.springerprotocols.com/Abstract/doi/10.1007/978-1-60761-411-1_7"^^xsd:string) +AnnotationAssertion( "A cellular assay used to measure mitochondrial membrane potential for the assessment of mitochondrial function."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An imaging assay that involves live imaging of cells, that enables subsecond, multicolor four-dimensional data acquisition, which has the unique capability to probe dynamic processes, linking molecular components and their localization with function."^^xsd:string) +AnnotationAssertion(rdfs:label "fast live imaging"^^xsd:string) +AnnotationAssertion( "Carlton et al (2010) 107:16016-16022"^^xsd:string) +AnnotationAssertion( "Live cell imaging"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Time-lapse microscopy"^^xsd:string) +AnnotationAssertion( "Imaging of in vivo biological processes in a cell."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Time-lapse imaging"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A cellular assay that is performed to analyze changes in the form and structure of organisms and their specific structural features."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Morphology_%28biology%29"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Can be used to detect apoptotic cells, which undergo morphological changes."^^xsd:string) +AnnotationAssertion(rdfs:label "morphological changes assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Analysis of caspase activity by flow cytometry."^^xsd:string) +AnnotationAssertion(rdfs:label "caspase assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.answers.com/topic/caspase-2"^^xsd:string) +AnnotationAssertion( "An apoptosis assay used to measure caspase activity, which are proteases that mediate apoptosis."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.clontech.com/products/detail.asp?product_id=10378&tabno=2"^^xsd:string) +AnnotationAssertion(rdfs:label "annexin V assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Cells undergoing apoptosis can be detected by Annexin V staining."^^xsd:string) +AnnotationAssertion( "An apoptosis assay used to detect apoptosis at a very early stage. This assay takes advantage of the fact that phosphatidylserine (PS; 1?3) is translocated from the inner (cytoplasmic) leaflet of the plasma membrane to the outer (cell surface) leaflet soon after the induction of apoptosis, and that the annexin V protein has a strong, specific affinity for PS (4?6). PS on the outer leaflet is available to bind labeled annexin V, providing the basis for a simple staining assay."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://iccvam.niehs.nih.gov/methods/acutetox/acutetox.htm"^^xsd:string) +AnnotationAssertion( "An assay used to investigate the function of NK cells."^^xsd:string) +AnnotationAssertion( "An cellular assay that measures basal cytotoxicity (general cytotoxicity that affects structures or processes intrinsic to all cell types) in response to external insults."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "in vitro cytotoxicity assay"^^xsd:string) +AnnotationAssertion( "Cytotoxicity assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/clinical+laboratory+scientist"^^xsd:string) +AnnotationAssertion(rdfs:label "clinical laboratory results management"^^xsd:string) +AnnotationAssertion( "A data management technique that specifies how to manage data from clinical laboratory studies, such as chemical, microscopic and bacteriologic tests of blood, tissue and fluids."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Collection of a blood specimen from an organism, usually performed by a closed method, either a hypodermic syringe or a vacuumized container, usually for the purpose of laboratory examination."^^xsd:string) +AnnotationAssertion( "Blood drawing for cholesterol screening."^^xsd:string) +AnnotationAssertion(rdfs:label "blood sampling"^^xsd:string) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/blood+sampling"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Material storage of medication in a health care setting that allows access to only authorized personel."^^xsd:string) +AnnotationAssertion(rdfs:label "medicine storage"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "research subject private information management"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.epa.gov/privacy/index.htm; http://en.wikipedia.org/wiki/Human_subject_research"^^xsd:string) +AnnotationAssertion( "A clinical trial technique that maintains privacy of patient health records, who are participating as research subjects to protect them from unwarranted invasions of personal privacy."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Protection of private patient information in a clinical trial."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A clinical trial technique used to educate potential subjects to ensure that they can reach a truly informed decision about whether or not to participate in the research. Their consent must be given freely, without coercion and must be based on a clear understanding of what participation involves."^^xsd:string) +AnnotationAssertion( "http://healthcare.partners.org/phsirb/infcons.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "informed consent of research subjects"^^xsd:string) +AnnotationAssertion(rdfs:label "research subject consent"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Consent to participate in a clinical trial."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "array scanning"^^xsd:string) +AnnotationAssertion( "A molecular assay used for scanning a surface, consisting of focusing an array of optical beams using optics having an axis, so as to illuminate a region of the surface intercepted by the axis, such that each optical beam illuminates a portion of a respective sub-region within the region."^^xsd:string) +AnnotationAssertion( "http://www.freshpatents.com/Optical-spot-grid-array-scanning-system-dt20070614ptan20070133077.php"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A material processing technique that involves printing samples onto a solid substrate to allow researchers to efficiently screen thousands of conditions in a very small space for applications in drug screening, molecular biology, and genetic analysis."^^xsd:string) +AnnotationAssertion(rdfs:label "array printing"^^xsd:string) +AnnotationAssertion( "Array spotting"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://aurorabiomed.com/app_peptide.htm"^^xsd:string) +AnnotationAssertion( "Screening potential new drug targets."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Next generation sequencing."^^xsd:string) +AnnotationAssertion( "High throughput screening"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "high throughput sample analysis"^^xsd:string) +AnnotationAssertion( "An assay that allows for high throughput analysis of samples."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A material processing technique used to fragment DNA molecules by mechanical force."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "nucleic acid shearing"^^xsd:string) +AnnotationAssertion( "Passing DNA through a needle shears the DNA."^^xsd:string) +AnnotationAssertion( "http://www.mondofacto.com/facts/dictionary?DNA+shearing"^^xsd:string) +AnnotationAssertion( "DNA shearing"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/SNP_genotyping"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "SNP genotyping"^^xsd:string) +AnnotationAssertion(rdfs:label "SNP interrogation genotyping"^^xsd:string) +AnnotationAssertion( "Single nucleotide polymorphism gentotyping "^^xsd:string) +AnnotationAssertion( "A genotyping technique that interrogates SNPs by hybridizing complementary DNA probes to the SNP site."^^xsd:string) +AnnotationAssertion( "DNA sequence variation genotyping"^^xsd:string) +AnnotationAssertion( "SNP analysis"^^xsd:string) +AnnotationAssertion( "SNP sampling"^^xsd:string) +AnnotationAssertion( "Single nucleotide polymorphism sampling"^^xsd:string) +AnnotationAssertion( "Single nucleotide polymorphism analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "SNP chip analysis"^^xsd:string) +AnnotationAssertion( "Injection of materials into oocytes, the female gametocyte or germ cell involved in reproduction, of an organism for the purpose of generating transgenic offpsring."^^xsd:string) +AnnotationAssertion( "Brown and Corbin (2002) Methods in Molecular Biology 180:39-70."^^xsd:string) +AnnotationAssertion(rdfs:label "oocyte injection"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Transgenic mouse generation."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "telemetric blood pressure monitoring procedure"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Huetteman and Bogie (2009) Methods Mol Biol. 573:57-73."^^xsd:string) +AnnotationAssertion( "A physiological assay that is used to directly measure blood pressure via an implantable radio telemetry device in an organism, used to study hypertension."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A culture and propogation technique performed in vitro to the fuse of gametes to produce a new organism."^^xsd:string) +AnnotationAssertion( "IVF"^^xsd:string) +AnnotationAssertion(rdfs:label "in vitro fertilization "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fertilisation"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Writing a program in JAVA that can sort numbers."^^xsd:string) +AnnotationAssertion(rdfs:label "non-web programming"^^xsd:string) +AnnotationAssertion( "http://www.pcmag.com/encyclopedia_term/0%2C2542%2Ct%3Dprogramming&i%3D49827%2C00.asp"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A technique that involves creating a computer program that is non-web based. It involves developing the program logic to solve the particular problem, writing the program logic in a specific programming language (coding the program), assembling or compiling the program to turn it into machine language, and testing and debugging the program."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Purification of DNA from a sample, for subsequent sequence analysis."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A material processing technique that involves the careful handling and storage of precious biological samples with the goal of obtaining a large amount of information from limited samples for cytogenetic, immunological, biochemical or other analyses."^^xsd:string) +AnnotationAssertion(rdfs:label "biological sample processing"^^xsd:string) +AnnotationAssertion( "Holland et al (2003) Mutation Research/Reviews in Mutation Research, Volume 543: 217-234"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Antibody production of polyclonal antibodies by immunization of a suitable mammal, such as a mouse, rabbit or goat. An antigen is injected into the mammal. This induces the B-lymphocytes to produce IgG immunoglobulins specific for the antigen. This polyclonal immunoglobulin is purified from the mammal's serum."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Polyclonal_antibodies"^^xsd:string) +AnnotationAssertion( "Production of a rabbit anti-human OX40 antibody."^^xsd:string) +AnnotationAssertion(rdfs:label "polyclonal antibody production"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Polyclonal IgG preparation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Plasmid_preparation"^^xsd:string) +AnnotationAssertion( "Purification of a plasmid from a bacterial culture."^^xsd:string) +AnnotationAssertion(rdfs:label "plasmid purification"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A purification technique used to extract and purify plasmid DNA. It involves growing bacterial cultures that express the plasmid, harvesting and lysing the bacteria and purifying the plasmid DNA."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Label free relative quantitative analysis"^^xsd:string) +AnnotationAssertion( "A mass spectrometry assay that allows for measurement for endogenous targets in live cell assays, and eliminates the need for tags, dyes, or specialized reagents or engineered cells."^^xsd:string) +AnnotationAssertion(rdfs:label "label free mass spectrometry"^^xsd:string) +AnnotationAssertion( "http://www.moleculardevices.com/Products/Instruments/Label-Free-Analysis.html?gclid=CMTUq7Gi3aQCFQsGbAodNhAjKg"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Wolf-Yadlin et al (2007) PNAS 104:5860-5865"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "MRM"^^xsd:string) +AnnotationAssertion(rdfs:label "multiple reaction monitoring analysis by mass spectrometry"^^xsd:string) +AnnotationAssertion( "A mass spectrometry based assay, based on multiple reaction monitoring of stable isotope-labeled peptides, that enables highly reproducible quantification of hundreds of nodes (phosphorylation sites) within a signaling network and across multiple conditions simultaneously."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.ohsu.edu/xd/research/research-cores/proteomics/request-services/index.cfm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A mass spectrometry assay that identifies post translational modifications to proteins in a sample."^^xsd:string) +AnnotationAssertion( "Identification of phosphorylated residues on a protein."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "post translational modification identification by mass spectrometry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.ohsu.edu/xd/research/research-cores/proteomics/request-services/index.cfm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "post translational modification localization by mass spectrometry"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A mass spectrometry assay used to identify the location and mass shift of the modification on a protein."^^xsd:string) +AnnotationAssertion( "Identification of phosphorylated residues on a protein."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "protein mass determination by mass spectrometry"^^xsd:string) +AnnotationAssertion( "Determination of molecular weight of a protein."^^xsd:string) +AnnotationAssertion( "Protein mass analysis"^^xsd:string) +AnnotationAssertion( "A mass spectrometry assay used to determine the molecular weight of a given protein."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "partial protein sequencing "^^xsd:string) +AnnotationAssertion( "Partial protein sequencing of a purified can be used to confirm the identify of an unknown protein. "^^xsd:string) +AnnotationAssertion( "A protein sequencing assay used to partially sequence the protein to determine the order of amino acids in protein sequences to identify an unknown protein, typically done by mass spectrometry."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Recruiting patients for a clinical trial to investigate the usage of a new drug and protecting their privacy."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "human subject recruitment and protection"^^xsd:string) +AnnotationAssertion( "A clinical trial technique used to recruit human subjects for clinical trials and to protect their privacy."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A technique used for identification, assessment, and prioritization of risks followed by coordinated and economical application of resources to minimize, monitor, and control the probability and/or impact of unfortunate events or to maximize the realization of opportunities."^^xsd:string) +AnnotationAssertion(rdfs:label "risk management"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Risk_management"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Radioautography"^^xsd:string) +AnnotationAssertion( "A radioactivity detection technique using X- ray film to visualize molecules or fragments of molecules that have been radioactively labeled. Autoradiography has many applications in the laboratory."^^xsd:string) +AnnotationAssertion( "http://www.medterms.com/script/main/art.asp?articlekey=2405"^^xsd:string) +AnnotationAssertion(rdfs:label "autoradiography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Detection of radiolabeled proteins in a pulse-chase assay."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/irradiation"^^xsd:string) +AnnotationAssertion( "Irradiation of samples or the condition of samples being exposed to radition. Can be performed for sterilization or for immune suppression."^^xsd:string) +AnnotationAssertion(rdfs:label "sample irradiation"^^xsd:string) +AnnotationAssertion( "Irradiation of splenocytes in vitro."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "rodent irradiation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Irradiation of mice, prior to bone marrow transplant."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/irradiation, Woo and Nordal (2006) Biomed Imaging Interv J 2:e10."^^xsd:string) +AnnotationAssertion( "Irradiation of rodents or the condition of rodents being exposed to radiation. Accurate partial or whole body irradiation can be used for many types of investigations, including tumor studies and experiments studying the immune response."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "bone marrow analysis"^^xsd:string) +AnnotationAssertion( "http://www.webmd.com/cancer/bone-marrow-aspiration-and-biopsy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Analysis of the white blood cell count."^^xsd:string) +AnnotationAssertion( "A tissue/organ assay performed to analyze cells in the bone marrow, such as red blood cells, white blood cells, or platelets for research or diagnostic purposes."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "FACS"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Flow_cytometry"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence activated cell sorting (FACS)"^^xsd:string) +AnnotationAssertion( "A flow cytometry assay that provides a method for sorting a heterogeneous mixture of biological cells into two or more containers, one cell at a time, based upon the specific light scattering and fluorescent characteristics of each cell."^^xsd:string) +AnnotationAssertion( "Sorting of specific cell populations, such as CD4+ T cells."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data entry"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Entry of data about research resources into eagle-i."^^xsd:string) +AnnotationAssertion( "http://www.wisegeek.com/what-is-data-entry.htm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A data transformation technique that involves transcribing some form of data into another form, usually a computer program."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "patient screening"^^xsd:string) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/screening"^^xsd:string) +AnnotationAssertion( "A clinical assay that is performed as a preliminary procedure, such as a test or examination, to detect the most characteristic sign or signs of a disorder or a condition that may require further investigation."^^xsd:string) +AnnotationAssertion( "Patients are screened during the recruitment process of a clinical trial, to ensure they meet the criteria."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Immunogold_labelling"^^xsd:string) +AnnotationAssertion(rdfs:label "immunogold labeling"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Labeling of of proteins, antigens, and other macromolecules of interest with colloidal gold particles, which are most often attached to secondary antibodies which are in turn attached to primary antibodies designed to bind a specific protein or other cell component."^^xsd:string) +AnnotationAssertion( "Labeling of antibodies with collodial gold particles."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Desai and Dworecki (2004) Anal Biochem. 328(2):162-5."^^xsd:string) +AnnotationAssertion(rdfs:label "antigen capture and purification"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A material component separation technique used in the isolation of antigens from complex mixtures."^^xsd:string) +AnnotationAssertion( "Isolation of solubilized proteins from a sample."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Cell sorting"^^xsd:string) +AnnotationAssertion(rdfs:label "cell separation"^^xsd:string) +AnnotationAssertion( "http://www.reference.md/files/D002/mD002469.html"^^xsd:string) +AnnotationAssertion( "Separation and isolation of CD4 T cells."^^xsd:string) +AnnotationAssertion( "Cell purification"^^xsd:string) +AnnotationAssertion( "A material component separation technique used to separate populations of two or more cells, such as by magnetic bead sorting."^^xsd:string) +AnnotationAssertion( "Cell isolation"^^xsd:string) +AnnotationAssertion( "Cell segregation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "drug binding assay"^^xsd:string) +AnnotationAssertion( "A molecular assay used to assay the binding of a drug to a large molecule in tissues or fluids, e.g. binding to protein in the blood, may affect the metabolism of the drug, especially its rate of excretion."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/drug+binding"^^xsd:string) +AnnotationAssertion( "Assay to determine if a monoclonal antibody drug is reaching it's intended target receptor."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An assay to analyze pancreatic Î_-Cell function."^^xsd:string) +AnnotationAssertion(rdfs:label "lipotoxicity assay"^^xsd:string) +AnnotationAssertion( "Schaffer (2003) Curr Opin Lipidol. 14(3):281-287."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A tissue/organ assay used to assay the fatty acid accumulation in non-adipose tissues."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "riboprobe production"^^xsd:string) +AnnotationAssertion( "Material production of RNA probes that can be produced by in vitro transcription of cloned DNA inserted in a suitable plasmid downstream of a viral promoter for the purpose of producing sense and antisense riboprobes."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Riboprobe"^^xsd:string) +AnnotationAssertion( "Production of riboprobes for in situ hybridization."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Transduction"^^xsd:string) +AnnotationAssertion( "Experimental infection using viruses or viral products to introduce a gene product into in vitro systems or animal models."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Lentivirus"^^xsd:string) +AnnotationAssertion(rdfs:label "viral infection"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Infecting cells with viral supernatants."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Polymerase chain reaction."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "nucleic acid amplification"^^xsd:string) +AnnotationAssertion( "http://groups.molbiosci.northwestern.edu/holmgren/Glossary/Definitions/Def-N/nucleic_acid_ampl_assay.html"^^xsd:string) +AnnotationAssertion( "Enzymatic amplification of specific nucleic acids to levels where they can be detected in downstream applications. Examples are PCR, TMA, NASBA, etc."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An assay used to detect apoptotic cells."^^xsd:string) +AnnotationAssertion( "A labeling method used for detecting the 3'-OH ends of DNA exposed during the internucleosomal cleavage that occurs during apoptosis. Incorporation of biotinylated dUTP allows detection by immunohistochemical procedures. The labeled apoptotic cells may be visualized by light microscopy."^^xsd:string) +AnnotationAssertion( "http://www.scienceboard.net/resources/protocols.asp?action=article&protocol_id=41&criteria="^^xsd:string) +AnnotationAssertion( "terminal deoxynucleotidyl transferase mediated dUTP-biotin nick end labeling"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "TUNEL labeling"^^xsd:string) +AnnotationAssertion( "TUNEL staining"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Surgical procedures on small animals for research purposes."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "small animal surgery"^^xsd:string) +AnnotationAssertion( "Induction of stroke in an animal model."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Induction of a stroke in an animal model."^^xsd:string) +AnnotationAssertion( "A surgical procedure that involves ligation of the coronary artery in the heart, which is used in in vivo animal models to study myocardial infarction."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Ye et al (1997) Molecular and Cellular Biochemistry. 176:227-233."^^xsd:string) +AnnotationAssertion(rdfs:label "coronary artery ligation"^^xsd:string) +AnnotationAssertion( "Ligation of anomalous coronary artery"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Coronary artery ligation of the left anterior descending artery, which is performed to induce left ventricular infarction for research purposes."^^xsd:string) +AnnotationAssertion( "Used for stroke models."^^xsd:string) +AnnotationAssertion(rdfs:label "left anterior descending artery ligation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Samsamshariat, Samsamshariat and Movahed (2005) Cardiovasc Revasc Med. 6:121"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "spinal decompression"^^xsd:string) +AnnotationAssertion( "A spinal cord laminectomy can be performed to relieve pain after injury."^^xsd:string) +AnnotationAssertion( "A surgical procedure that involves surgical removal of the portion of the vertebral bone called the lamina, which is designed to relieve pressure on the spinal cord (or nerve) from herniated discs, spinal stenosis and other related conditions."^^xsd:string) +AnnotationAssertion( "http://www.articlesbase.com/diseases-and-conditions-articles/lumbar-laminectomy-a-surgery-on-spinal-cord-1237643.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "spinal cord laminectomy"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://web.mit.edu/jacks-lab/protocols/lentiviralproduction.htm"^^xsd:string) +AnnotationAssertion( "Virus production of high-titer, lentivirus prepartions for use in gene delivery applications."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Production of high-titers of lentivirus expressing a gene of interest, to study the function of that gene."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "lentivirus production"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A material processing technique that is used to digest human, animal or plant tissue by dissolving the remains by alkaline hydrolysis or other methods for the purpose of disposal of the remains or subsequent analysis of components of the tissue."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "tissue digestion"^^xsd:string) +AnnotationAssertion( "http://www.wisegeek.com/what-is-tissue-digestion.htm"^^xsd:string) +AnnotationAssertion( "Tissue from mice is digested prior to genotyping, to isolate the DNA."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Site-directed mutagenesis can be used to alter the function of a protein, such as make the avian flu virus transferrable to other species."^^xsd:string) +AnnotationAssertion( "Site-specific mutagenesis"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Site-directed_mutagenesis"^^xsd:string) +AnnotationAssertion( "Oligonucleotide-directed mutagenesis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A material processing technique in which a mutation is created at a defined site in a DNA molecule for research purposes."^^xsd:string) +AnnotationAssertion( "Oligonucleotide directed mutagenesis"^^xsd:string) +AnnotationAssertion(rdfs:label "site-directed mutagenesis"^^xsd:string) +AnnotationAssertion( "Site specific mutagenesis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "bioinformatics analysis"^^xsd:string) +AnnotationAssertion( "Analysis of DNA sequence data."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Bioinformatics"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A data transformation technique that involves the analysis of bioinformatics data, which is the application of statistics and computer science to the field of molecular biology."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "clinical database development"^^xsd:string) +AnnotationAssertion(rdfs:label "research electronic datacapture"^^xsd:string) +AnnotationAssertion( "A technique designed for the collection of clinical data in electronic format for use mainly in human clinical trials."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Electronic health records."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electronic_data_capture"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.pcmag.com/encyclopedia_term/0,2542,t=Web+programming&i=54332,00.asp"^^xsd:string) +AnnotationAssertion( "A technique that involves writing the necessary source code to create a Web site. It refers to writing the HTML pages or JavaScript in the pages, and any Web site that provides searches, access to databases or any custom processing for the user requires additional programs that run in the Web server. Web server processing is programmed in Java, VBScript, Perl and other languages."^^xsd:string) +AnnotationAssertion( "Web development"^^xsd:string) +AnnotationAssertion(rdfs:label "web programming"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Creation of a website."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Design of an analog instrument, used to measure current."^^xsd:string) +AnnotationAssertion( "An instrument and electronics design technique that involves the design of analog electronics; electronic systems with a continuously variable signal."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "analog electronics design"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Analogue_electronics"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument and electronics design technique that involves the design of printed circuit boards; a component made of one or more layers of insulating materials with electrical conductors, which is used in computers."^^xsd:string) +AnnotationAssertion(rdfs:label "circuit board layout design"^^xsd:string) +AnnotationAssertion( "http://www.smps.us/pcb-design.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An instrument and electronics design technique that involves the design, prototyping, rework, final engineering, and documentation of electronic instruments."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Design of a flow cytometer."^^xsd:string) +AnnotationAssertion( "http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=3694"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "electronic instrument design"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Gene expression profiling"^^xsd:string) +AnnotationAssertion( "DNA expression analysis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Gene expression pattern analysis"^^xsd:string) +AnnotationAssertion( "Transcript expression analysis"^^xsd:string) +AnnotationAssertion(rdfs:label "gene expression analysis assay"^^xsd:string) +AnnotationAssertion( "A molecular assay used to analyze the location or quantity of of gene expression."^^xsd:string) +AnnotationAssertion( "Real-time PCR is performed to detect relative gene expression in a sample."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Manufacturing of a flow cytometer."^^xsd:string) +AnnotationAssertion( "Fabrication of a robot."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "instrumentation fabrication"^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/fabrication"^^xsd:string) +AnnotationAssertion( "Manufacturing of an instrument from raw materials."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "instrumentation planning"^^xsd:string) +AnnotationAssertion( "Equipment design and fabrication service provided by a lab."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument and electronics design technique that involves planning of instrumentation design and fabrication."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A instrument and electronics design technique that involves the design, layout and analysis of various optical systems; from single element designs to complex wide angle imaging system designs."^^xsd:string) +AnnotationAssertion( "Design of a microscope."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.loganopticaldesign.com/"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "optical design"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Protein%E2%80%93protein_interaction"^^xsd:string) +AnnotationAssertion( "Co-immunoprecipitation is used to detect protein-protein interaction."^^xsd:string) +AnnotationAssertion( "A protein assay used to detect protein-molecule interactions, a biological process of proteins binding to cellular molecules, such as DNA, often to carry out their biological function such as gene expression."^^xsd:string) +AnnotationAssertion(rdfs:label "protein interaction detection"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Protein binding assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Protein-DNA binding assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.biochem.arizona.edu/classes/bioc568/protein_dna_interactions.htm"^^xsd:string) +AnnotationAssertion( "Protein interaction detection technique used to analyze specific protein-DNA interactions, including DNase I footprinting, gel mobility shift assay, nitrocellulose filter binding assay, genetic analysis or x-ray crystallography for the purpose of studying gene expression or regulation."^^xsd:string) +AnnotationAssertion( "Gel mobility shift assay to detect proteins that bind to specific DNA elements."^^xsd:string) +AnnotationAssertion(rdfs:label "protein-DNA interaction detection"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Limb development can be studied by analyzing skeletal morphogenesis."^^xsd:string) +AnnotationAssertion( "An organismal assay that is performed to analyze the formation of a skeleton or skeletal elements at various developmental stages in an organism."^^xsd:string) +AnnotationAssertion(rdfs:label "skeletal morphogenesis analysis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.springerprotocols.com/Abstract/doi/10.1385/1-59259-065-9:61"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument and electronics design technique used to design printed circuit boards, which are used to mechanically support and electrically connect electronic components using conductive pathways, tracks or signal traces etched from copper sheets laminated onto a non-conductive substrate. It is also referred to as printed wiring board (PWB) or etched wiring board."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Printed_circuit_board"^^xsd:string) +AnnotationAssertion(rdfs:label "printed circuit board design"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PCB design"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Skype."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Professional_video_over_IP"^^xsd:string) +AnnotationAssertion( "A technique that uses an existing standard video codec to reduce the program material to a bitstream (e.g., an MPEG transport stream), and then to use an Internet Protocol (IP) network to carry that bitstream encapsulated in a stream of IP packets."^^xsd:string) +AnnotationAssertion(rdfs:label "video over IP"^^xsd:string) +AnnotationAssertion( "Professional video over IP"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Streaming_media"^^xsd:string) +AnnotationAssertion(rdfs:label "streaming media delivery method"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A technique that involves streaming multimedia that are constantly received by, and normally presented to, an end-user while being delivered by a streaming provider (including audio or video playback)."^^xsd:string) +AnnotationAssertion( "Streaming radio online."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "embedded controller design"^^xsd:string) +AnnotationAssertion( "http://www.coreboot.org/Embedded_controller"^^xsd:string) +AnnotationAssertion( "An instrument and electronics design technique used to design embedded controllers, small microcontroller typically used in laptops for various purposes."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A technique involving connecting computers and peripherals for usability."^^xsd:string) +AnnotationAssertion( "http://www.lammertbies.nl/comm/index.html"^^xsd:string) +AnnotationAssertion( "Connecting computers to printers and scanners."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "computer interfacing"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Transferring data via a USB flash drive."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "data transfer"^^xsd:string) +AnnotationAssertion( "A data transformation technique involving formatting data for transfer into another software program or hardware."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Sovago et al (2001) Brain Research Reviews 38: 149–164"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "functional autoradiography"^^xsd:string) +AnnotationAssertion( "Analysis of G-protein coupled signaling."^^xsd:string) +AnnotationAssertion( "A autoradiography technique used to describe the first step of the intracellular signal transduction system by visualizing agonist activated receptors by radiolabeling."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://wordnetweb.princeton.edu/perl/webwn?s=calculation"^^xsd:string) +AnnotationAssertion( "A data transformation technique that involves problem solving for numbers or quantities"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Calculation of a standard curve."^^xsd:string) +AnnotationAssertion(rdfs:label "calculation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Determining the concentration of a protein based on a protein quantification assay."^^xsd:string) +AnnotationAssertion( "A calculation of the concentration of a chemical substance expressed as the amount of the substance present in a mixture."^^xsd:string) +AnnotationAssertion(rdfs:label "concentration calculation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.ilpi.com/msds/ref/concentration.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Pharmacogenetic assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Pharmacogenetic screening"^^xsd:string) +AnnotationAssertion( "Pharmacogenomics screening"^^xsd:string) +AnnotationAssertion( "Pharmacogenetic testing"^^xsd:string) +AnnotationAssertion( "Pharmacogenomics testing "^^xsd:string) +AnnotationAssertion( "Lapp (2009) Basic Biotech. 5:1"^^xsd:string) +AnnotationAssertion(rdfs:label "pharmacogenomics assay"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay used to tailor drugs and treatment options to the individual patient by discovering and screening for genetic differences and biomarkers by performing various genetic assays."^^xsd:string) +AnnotationAssertion( "Testing for breast cancer phenotype, such as BrCa positive, Her2/Neu positive, ER positive or triple negative."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://ec.asm.org/cgi/content/full/8/8/1218"^^xsd:string) +AnnotationAssertion( "Screening of viruses to detect potential targets for therapy."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "in vitro pathogenesis assay"^^xsd:string) +AnnotationAssertion( "An organismal assay that conducts systematic, whole-genome screens to identify virulence factors as targets for drug development and exploration of host responses to infections."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "oestrogen receptor signaling assay"^^xsd:string) +AnnotationAssertion( "ER signaling assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A cellular assay designed to study oestrogen receptor signaling by various gene and protein assays in cells or organisms."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Detection of estrogen levels in tumor cells."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A data analysis technique involving study of biology at the system level; the structure and dynamics of cellular and organismal function."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "systems biology analysis"^^xsd:string) +AnnotationAssertion( "Kitano (2002) Science 295:1662"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Mass spectrometry."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://jp.fujitsu.com/group/fql/en/services/rohs/material/"^^xsd:string) +AnnotationAssertion( "An assay that involves identification of components and materials in a mixture."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "material component identification"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "tissue co-culture with ELISA"^^xsd:string) +AnnotationAssertion( "Tissue co-culturing combined with ELISA to assay protein expression."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "in situ analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "ISH"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay that uses a labeled complementary DNA or RNA strand (i.e., probe) to localize a specific DNA or RNA sequence in a portion or section of tissue (in situ), or, if the tissue is small enough (e.g. plant seeds, Drosophila embryos), in the entire tissue (whole mount ISH)."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/In_situ_hybridization"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "The pattern of gene expression in a developing organism can be analyzed by ISH."^^xsd:string) +AnnotationAssertion(rdfs:label "in situ hybridization"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A nucleic acid assay used in molecular biology research to study gene expression by detection of RNA (or isolated mRNA) in a sample by separating samples by electrophoresis and detection with a hybridization probe complementary to part or the entire target sequence."^^xsd:string) +AnnotationAssertion( "Northern blotting"^^xsd:string) +AnnotationAssertion( "RNA blot analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Northern blot assay"^^xsd:string) +AnnotationAssertion( "Gene expression in a sample can be analyzed by Northern blot."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "RNA blot"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Northern_blot"^^xsd:string) +AnnotationAssertion(rdfs:label "northern blot analysis"^^xsd:string) +AnnotationAssertion( "RNA blotting"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.mondofacto.com/facts/dictionary?riboprobe"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Riboprobe"^^xsd:string) +AnnotationAssertion( "A RNA oligonucleotide that is an RNA segment used to probe for a complementary nucleotide sequence either in the mRNA pool or in the DNA of a cell."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "RNA probe"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A role that inheres in a person who maintains residency in the United states. "^^xsd:string) +AnnotationAssertion(rdfs:label "US resident role"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wiktionary.org/wiki/citizen"^^xsd:string) +AnnotationAssertion(rdfs:label "US citizen role"^^xsd:string) +AnnotationAssertion( "A US resident role that inheres in an individual that is a legally recognized as a member of a state, with associated rights and obligations."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "non-US citizen"^^xsd:string) +AnnotationAssertion( "https://www.google.com/search?q=residency+status&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#hl=en&client=firefox-a&hs=Bcx&rls=org.mozilla:en-US:official&q=citizen&tbs=dfn:1&tbo=u&sa=X&ei=micXT_DwMIjUiAK15tDUDw&ved=0CCgQkQ4&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=7b67128a22f602af&biw=1609&bih=794"^^xsd:string) +AnnotationAssertion( "A US resident role that inheres in an individual who is not a legally recognized subject or national of the United States."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "permanent resident role"^^xsd:string) +AnnotationAssertion( "An role that inheres in an individual who is not a citizen but who legally resides in another nation on a permanent or extended basis."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://connection.ebscohost.com/us/immigration-restrictions/overview-legal-and-illegal-immigration"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "non-permanent resident role"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A non-US citizen role that inheres in an individual who is residing in a country, but is neither a citizen nor a permanent resident. "^^xsd:string) +AnnotationAssertion( "http://www.irs.gov/taxtopics/tc851.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.thefreedictionary.com/student"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "student role"^^xsd:string) +AnnotationAssertion( "A college student."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A role inhering in a person that is realized when the bearer participates a course of study, as in a school, college, university, etc."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "undergraduate student role"^^xsd:string) +AnnotationAssertion( "A college student."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/student"^^xsd:string) +AnnotationAssertion( "A student role inhering in a person that is realized when the bearer participates in a course of study at a college, university, etc. in pursuit of an associate or bachelor degree."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A PhD student at a university."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A student role inhering in a person that is realized when the bearer participates a course of study at a university or institution in pursuit of an graduate or professional degree."^^xsd:string) +AnnotationAssertion(rdfs:label "graduate student role"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/student"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A freshman in high school."^^xsd:string) +AnnotationAssertion( "A student role inhering in a person that is realized when the bearer participates in a course of study at a secondary learning institution."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/student"^^xsd:string) +AnnotationAssertion(rdfs:label "high school student role"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://dictionary.reference.com/browse/employment"^^xsd:string) +AnnotationAssertion( "An employee at a university."^^xsd:string) +AnnotationAssertion( "A role inhering in a person that is realized when the bearer participates in an occupation by which a person earns a living or spends their time."^^xsd:string) +AnnotationAssertion(rdfs:label "employee role"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "faculty role"^^xsd:string) +AnnotationAssertion( "http://dictionary.reference.com/browse/faculty"^^xsd:string) +AnnotationAssertion( "A professor at a university."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An employee role inhering in a person that is realized when the bearer participates in the teaching and/or administrative force of a university, college, or school."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An employee role inhering in a person that is realized when the bearer is employed by an employer."^^xsd:string) +AnnotationAssertion(rdfs:label "staff role"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A research technician in a lab."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "post-baccalaureate trainee"^^xsd:string) +AnnotationAssertion( "A student role inhering in a person that is realized when the bearer participates in a post-baccalaureate training program in pursuit of an additional bachelor degree or new or additional training in a particular field."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "yeast two hybrid screening"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A protein interaction detection assay used to discover protein-protein interactions and protein-DNA interactions by testing for physical interactions (such as binding) between two proteins or a single protein and a DNA molecule, respectively."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Two-hybrid_screening"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Screening proteins that interact with the activation domain of p53."^^xsd:string) +AnnotationAssertion( "Yeast two hybrid interaction screening"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Enzymatic cleavage of DNA at specific sequences resulting in restriction fragments with restriction enzymes, which are enzymes isolated from bacteria that recognize specific restriction sequences in DNA. Restriction enzymes play a very important role in the construction of recombinant DNA molecules, as is done in gene cloning experiments. + +"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Restriction_enzyme"^^xsd:string) +AnnotationAssertion(rdfs:label "restriction enzyme digestion"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Digestion of DNA at BamHI sites."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Agent delivery of nucleic acids into cells. Transfection typically involves opening transient pores or holes in the cell membrane, to allow the uptake of material. Transfection can be carried out using calcium phosphate, by electroporation, or by mixing a cationic lipid with the material to produce liposomes, which fuse with the cell membrane and deposit their cargo inside."^^xsd:string) +AnnotationAssertion(rdfs:label "transfection"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Transfection"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Transfection of a cell line with a plasmid expressing a gene of interest."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An environment control instrument that is used to support the administration of anaesthesia. It contains a breathing system for delivering a gas mixture, including an anesthetic gas, to a patient for inhalation."^^xsd:string) +AnnotationAssertion(rdfs:label "anesthesia machine"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.freepatentsonline.com/5568910.html"^^xsd:string) +AnnotationAssertion( "An isofluorane machine."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that is used to clean the cages used to house organisms."^^xsd:string) +AnnotationAssertion(rdfs:label "cage washer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/squeeze+chute"^^xsd:string) +AnnotationAssertion( "chute stock"^^xsd:string) +AnnotationAssertion(rdfs:label "squeeze chute"^^xsd:string) +AnnotationAssertion( "Used to restrain animals for tail injections."^^xsd:string) +AnnotationAssertion( "An instrument that is used to restrain large animals."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Used for delivering anesthesia to rodents prior to injection."^^xsd:string) +AnnotationAssertion( "enflurane vaporizer"^^xsd:string) +AnnotationAssertion( "isoflurane vaporizer"^^xsd:string) +AnnotationAssertion(rdfs:label "anaesthetic vaporiser"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A device that delivers a given concentration of a volatile anaesthetic agent, which is which is generally attached to an anaesthetic machine, commonly used for animal experimentation."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Anaesthetic_vaporiser"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.answers.com/topic/ventilator-203"^^xsd:string) +AnnotationAssertion( "respirator"^^xsd:string) +AnnotationAssertion(rdfs:label "animal ventilator"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An anesthesia machine with a nose cone."^^xsd:string) +AnnotationAssertion( "An instrument designed to control air that is breathed through it or to either intermittently or continuously assist or control pulmonary ventilation."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument designed to provide a temperature controlled chamber for insect rearing."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used to breed insects for experimental purposes."^^xsd:string) +AnnotationAssertion(rdfs:label "insect rearing chamber"^^xsd:string) +AnnotationAssertion( "http://www.biocold.com/fp_insect_chambers.php"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument designed to provide a ventilated small animal surgery table that functions to control, capture and exhaust waste anesthesia gases down and away from the face of personnel when connected to negative air source."^^xsd:string) +AnnotationAssertion( "http://www.tbjinc.com/Products/Docs/32-26%20DD-ST-M.pdf"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A workstation used for animal stroke models."^^xsd:string) +AnnotationAssertion(rdfs:label "small-animal surgery workstation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "live trap"^^xsd:string) +AnnotationAssertion( "http://www.shermantraps.com/"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that is used to catch live animals."^^xsd:string) +AnnotationAssertion( "Trap wild animals for study."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "animal cage rack"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Mouse cages are stored on an animal cage rack."^^xsd:string) +AnnotationAssertion( "An instrument designed to hold animal cages, while allowing for proper ventillation and access to water. Typically the cage racks have wheels on the bottom for ease of movement."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Laboratory animals can be labeled with a tattoo machine, for identification purposes."^^xsd:string) +AnnotationAssertion( "An instrument designed to permanently tattoo identifying features such as numbers onto an organism."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "tattoo machine"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A device designed to deliver graded reproducible spinal cord contusions to an organism."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used to study spinal cord injuries."^^xsd:string) +AnnotationAssertion( "NYU Impactor"^^xsd:string) +AnnotationAssertion(rdfs:label "MASCIS impactor"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "flow injection system"^^xsd:string) +AnnotationAssertion( "Flow injection into an HPLC apparatus."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An autosampler used for automated handling of sample and reagent solutions with a strict control of reaction conditions."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.flowinjection.com/method2.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Microbalance"^^xsd:string) +AnnotationAssertion(rdfs:label "microbalance"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to weigh small quantities of a substance."^^xsd:string) +AnnotationAssertion( "A microbalance is an instrument capable of making precise measurements of weight of objects of relatively small mass: of the order of a million parts of a gram."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://ricfacility.byu.edu/cytospin.html"^^xsd:string) +AnnotationAssertion( "Used in cytology analysis."^^xsd:string) +AnnotationAssertion(rdfs:label "cytospin centrifuge"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A centrifuge that is used to spin a cell suspension onto a slide for viewing under a microscope."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "tabletop centrifuge"^^xsd:string) +AnnotationAssertion( "benchtop centrifuge"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used to spin samples."^^xsd:string) +AnnotationAssertion( "www.fishersci.com/wps/downloads/segment/.../pdf/Sorvall_TT.pdf"^^xsd:string) +AnnotationAssertion( "A centrifuge that sits on top of a tabletop or benchtop and have adaptors for tubes ranging from 0.2-100mls."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A chromatography pump system used to mechanically lyse cells for rapid intracellular protein extraction."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Yun et al (2010) Lab Chip 10:1442-1446."^^xsd:string) +AnnotationAssertion( "A fast-prep bead beater."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "mechanical cell lysis device"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "ADInstruments PowerLab/8SP."^^xsd:string) +AnnotationAssertion( "multichannel acquisition system"^^xsd:string) +AnnotationAssertion(rdfs:label "electrophysiology data acquisition system"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to capture and record analog inputs, digital inputs, temperature, humidity, pulse and logic signals, for electrophysiology."^^xsd:string) +AnnotationAssertion( "www.microdaq.com/data-logger/data-acquisition.php"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An electrophoresis system designed for the electrophoretic transfer of macromolecules such as DNA, RNA or proteins from agarose or polyacrylamide gels to a membrane."^^xsd:string) +AnnotationAssertion( "A transfer apparatus used in a Western blot."^^xsd:string) +AnnotationAssertion( "transfer apparatus"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Towbin H, Staehelin T, Gordon J. (1979) Proc Natl Acad Sci U S A. 76(9):4350-4."^^xsd:string) +AnnotationAssertion(rdfs:label "electrophoretic transfer cell"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Used to analyze fluorescence from a sample."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "CVAFS detector"^^xsd:string) +AnnotationAssertion( "A fluorometer that is used for the analytical technique known as atomic fluorescence spectroscopy (AFS)."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cold_vapour_atomic_fluorescence_spectroscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "cold vapor atomic fluorescence spectrophotometry detector"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "serum analyzer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A hematology analyzer used to analyze blood serum."^^xsd:string) +AnnotationAssertion( "blood serum analyzer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "in vivo bioluminescence imaging system"^^xsd:string) +AnnotationAssertion( "GFP expressing cells can be visualized by in vivo bioluminescence imaging."^^xsd:string) +AnnotationAssertion( "An image acquisition instrument that is designed for non-invasive in vivo use, to detect bioluminescence, which is based on the expression of luciferase, the light-emitting enzyme of the firefly Photinus pyralis. After the administration of the substrate luciferin, an ATP- and O2-dependent photochemical reaction occurs, resulting in the release of photons by living cells containing luciferase. This photon emission can be detected by a cooled charge-coupled device (CCD) camera, minutes after the administration of the substrate."^^xsd:string) +AnnotationAssertion( "Contag et al (1997) Photochem Photobiol 66: 523–531"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Used to detect GFP in a GFP transgenic mouse."^^xsd:string) +AnnotationAssertion( "An image acquisition instrument used to detect fluorescence emission from fluorophores in whole-body living organism."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Rao, Dragulescu-Andrasi, Yao. (2007) Curr Opin Biotechnol. 18(1):17-25."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "in vivo fluorescence imaging system"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.raytest.de/bio_imaging/products/image_station_2000_r/image_station_2000_r.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "imager"^^xsd:string) +AnnotationAssertion( "A workstation set up with a microscope, digital camera and computer."^^xsd:string) +AnnotationAssertion( "An instrument that is used for high performance digital imaging and quantitative analysis of labels, such as chemiluminescent, fluorescent, chromogenic, and radioisotopic labels."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used in subcellular fractionation."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Ultracentrifuge"^^xsd:string) +AnnotationAssertion(rdfs:label "ultracentrifuge"^^xsd:string) +AnnotationAssertion( "A centrifuge optimized for spinning a rotor at very high speeds, capable of generating acceleration as high as 1,000,000 g (9,800 km/s²)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "ultracentrifuge rotor"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A device consisting of the rotating part of an ultracentrifuge, which is a high-velocity centrifuge. The ultracentrifuge rotor can hold tubes that are spun around a central axis to separate contained materials of different specific gravities, or to separate colloidal particles or submicroscopic particles."^^xsd:string) +AnnotationAssertion( "http://www.answers.com/topic/ultracentrifuge, http://www.answers.com/topic/centrifuge"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Part of an ultracentrifuge."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://vistaelectronicsco.com/viddimanalyzer.shtml, http://www.livingsys.com/video/vda-10.html"^^xsd:string) +AnnotationAssertion(rdfs:label "video dimension analyzer"^^xsd:string) +AnnotationAssertion( "An instrument that is a self-contained video processor designed to provide an analog output proportional to the distance between two features perpendicular to the raster lines, in a televised scene. This hardware edge detector tracks blood vessel diameter, and left and right wall thicknesses using an analog video signal. The principle of the instrument is based on sensing optical density changes of the vessel image at a chosen scan line seen on the TV monitor."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An instrument which has a multimode scanner with capabilities for storage phosphor, fluorescence, and chemiluminescence detection of gels. The instrument combines laser excitation sources with efficient optics for sensitive fluorescent imaging. Emissions are recorded in an image file for quantitative analysis."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://imagers.salk.edu/typhoon/typhoon-faq.html"^^xsd:string) +AnnotationAssertion(rdfs:label "typhoon fluorescence scanner"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.answers.com/topic/temperature-control"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to maintain the temperature of an enclosed space."^^xsd:string) +AnnotationAssertion( "A heater or air conditioner."^^xsd:string) +AnnotationAssertion(rdfs:label "temperature controller"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.smiths-medical.com/catalog/temperature-probes/disposables/skin/skin-temperature-probes.html"^^xsd:string) +AnnotationAssertion(rdfs:label "skin temperature sensor"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument which allows one to monitor an organism's skin surface temperature during a procedure."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.thermoscientific.com/wps/portal/ts/products/detail?navigationId=L10529&categoryId=81886&productId=11954377"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "lab rotator"^^xsd:string) +AnnotationAssertion( "Co-IP reactions are allowed to incubate in a lab rotator, at 4C."^^xsd:string) +AnnotationAssertion( "An instrument used for rotation of flasks, test tube racks, beakers, vials, Petri dishes, microwell plates, culture plates, plastic/glass trays, and slides in microbiological, immunological and general clinical applications."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for growing mini preps, as well as tissue and bacterial cultures by the roller tube method."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "roller drum"^^xsd:string) +AnnotationAssertion( "http://www.nbsc.com/rollerdrums.aspx"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "total internal reflection fluorescence instrument"^^xsd:string) +AnnotationAssertion( "TIRF instrument"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to observe single molecule fluorescence at surfaces and interfaces. The technique is commonly employed to investigate the interaction of molecules with surfaces."^^xsd:string) +AnnotationAssertion( "http://www.olympusmicro.com/primer/techniques/fluorescence/tirf/tirfhome.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.moor.co.uk/products/monitoring/DRT4/probes"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that can be used for surface measurements, inserted into tissue or used for single vessel measurements."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "blunt needle end delivery probe"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "crash cart"^^xsd:string) +AnnotationAssertion( "An instrument which has a set of trays/drawers/shelves on wheels used in hospital emergency rooms for transportation and dispensing of emergency medication/equipment at site of medical/surgical emergency for life support protocols."^^xsd:string) +AnnotationAssertion( "A defibrillator is part of a crash cart."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Crash_cart"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "defibrillator"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Defibrillation"^^xsd:string) +AnnotationAssertion( "An instrument which delivers a therapeutic dose of electrical energy to the heart. This depolarizes a critical mass of the heart muscle, terminates the arrhythmia, and allows normal sinus rhythm to be reestablished by the body's natural pacemaker, in the sinoatrial node of the heart. Defibrillators can be external, transvenous, or implanted, depending on the type of device used or needed."^^xsd:string) +AnnotationAssertion( "Used on a coding patient."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "hyfrecator"^^xsd:string) +AnnotationAssertion( "An instrument that is a low-powered medical apparatus used in electrosurgery on conscious patients, usually in an office setting. It works by emitting low-power high-frequency A.C. electrical pulses, via an electrode mounted on a handpiece, directly to the affected area of the body. The amount of output power needed is adjustable, and the device is equipped with different tips, electrodes and forceps, depending on the electrosurgical requirement."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Hyfrecator"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.warneronline.com/product_info.cfm?id=168&CFID=5491126&CFTOKEN=40558311"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "oocyte clamp"^^xsd:string) +AnnotationAssertion( "An instrument that is designed for two-electrode, whole-cell voltage clamping of Xenopus oocytes."^^xsd:string) +AnnotationAssertion( "Commonly used as host cells for the study of ion channels."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PCR."^^xsd:string) +AnnotationAssertion( "An assay that generates data about the presence, abundance, structure, function, or activity of biological molecules, or a process that occurs at a molecular level of granularity."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "molecular assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A monitoring device that monitors vital signs, such as temperature, blood pressure, and ECG."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "multiparameter monitor"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "ECG monitor"^^xsd:string) +AnnotationAssertion( "A monitoring device which non-invasively records the transthoracic interpretation of the electrical activity of the heart over time captured and externally recorded by skin electrodes."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used to measure heart function."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrocardiography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.lexic.us/definition-of/cauter"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cauters"^^xsd:string) +AnnotationAssertion( "Blood vessels are cauterized during surgery to prevent excessive bleeding."^^xsd:string) +AnnotationAssertion( "An instrument that is a hot iron for searing or cauterizing."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An instrument that provides consistent and accurate readings during invasive blood pressure monitoring."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.utahmed.com/deltran.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "blood pressure transducer"^^xsd:string) +AnnotationAssertion( "A blood pressure cuff."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "blood pressure monitor"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A monitoring device used to measure blood pressure, comprising an inflatable cuff to restrict blood flow, and a mercury or mechanical manometer to measure the pressure."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Blood_pressure_monitor"^^xsd:string) +AnnotationAssertion( "A blood pressure cuff."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that allows remote measurement and reporting of information."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Telemetry"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "telemetry system"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "thermomixer"^^xsd:string) +AnnotationAssertion( "A thermomixer can be used to mix and incubate bacterial cultures."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://vwrlabshop.com/eppendorf-thermomixer-and-thermomixer-r-mixers-brinkmann/p/0020628/"^^xsd:string) +AnnotationAssertion( "A heating instrument that can be programmed to shakes tubes, which usually contain solutions, at a specified speed and for a specified time, in order to mix the contents."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that is used to create custom respiratory gas mixtures."^^xsd:string) +AnnotationAssertion( "http://www.cwe-inc.com/images/GSM-3.pdf"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "gas mixer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Potentiostat"^^xsd:string) +AnnotationAssertion(rdfs:label "potentiostat"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to control a three electrode cell and run electroanalytical experiments."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Programming of circuits, such as EPROMs, EEPROMs, Flashs, PALs, FPGAs or programmable logic circuits."^^xsd:string) +AnnotationAssertion(rdfs:label "chip programmer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Programmer_%28hardware%29"^^xsd:string) +AnnotationAssertion( "An instrument that configures programmable non-volatile circuits."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/brake"^^xsd:string) +AnnotationAssertion( "A device for slowing or stopping motion, as of a vehicle, especially by contact friction which is adminstered by hand."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "hand brake"^^xsd:string) +AnnotationAssertion( "An emergency brake in a car."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "surface grinder"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Surface_grinding"^^xsd:string) +AnnotationAssertion( "An instrument used to produce a smooth finish on flat surfaces. It is a widely used abrasive machining process in which a spinning wheel covered in rough particles (grinding wheel) cuts chips of metallic or non metallic substance from a workpiece, making a face of it flat or smooth."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument type which spins the workpiece to perform various operations such as cutting, sanding, knurling, drilling, or deformation with tools that are applied to the workpiece to create an object which has symmetry about an axis of rotation."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Lathe"^^xsd:string) +AnnotationAssertion(rdfs:label "lathe"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument which is a machine tool used to machine solid materials."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Milling_machine"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "milling machine"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Soxhlet_extractor"^^xsd:string) +AnnotationAssertion(rdfs:label "soxhlet extractor"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument designed for the extraction of a lipid from a solid material."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.bioforcenano.com/index.php?id=290"^^xsd:string) +AnnotationAssertion( "An instrument designed to remove molecular levels of contamination to achieve the cleanest possible probes and surfaces."^^xsd:string) +AnnotationAssertion(rdfs:label "UV-ozone surface cleaner"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "spinner"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "spin coater"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Spin_coating"^^xsd:string) +AnnotationAssertion( "An instrument used to apply uniform thin films to flat substrates by centrifugal force."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.abmfg.com/"^^xsd:string) +AnnotationAssertion(rdfs:label "mask aligner"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used in the production of semiconductor integrated circuits."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Extraction of solvents for histological sample preparation."^^xsd:string) +AnnotationAssertion( "http://chromatographyonline.findanalytichem.com/lcgc/App+Notes+Enviro/Accelerated-Solvent-Extraction-Sample-Preparation-/ArticleStandard/Article/detail/479946"^^xsd:string) +AnnotationAssertion(rdfs:label "accelerated solvent extraction system"^^xsd:string) +AnnotationAssertion( "An instrument which is fully automated and uses common solvents to rapidly extract solid and semisolid samples."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An oven that gently moves air vertically through the oven chamber to heat samples."^^xsd:string) +AnnotationAssertion( "http://www.amazon.com/LINDBERG-BLUE-GRAVITY-CONVECTION-MICROPROCESSOR/dp/B003NVENII"^^xsd:string) +AnnotationAssertion(rdfs:label "gravity convection oven"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.instmeth.uni-freiburg.de/methods/iocbc/oe/m-plb-workstation.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that allows for pico- or nano-scale charge current measurements across an artifical lipid membrane through reconstituted, ion-conducting single channels. Currents are measured via silver electrodes, digitized and amplified."^^xsd:string) +AnnotationAssertion(rdfs:label "lipid bilayer workstation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument consisting of two rules or arms, jointed together at one end, and opening to any angle, for adjusting the surfaces of work to the same or a given inclination."^^xsd:string) +AnnotationAssertion(rdfs:label "beveler machine"^^xsd:string) +AnnotationAssertion( "Beveled edges are a common aesthetic nicety added to window panes and mirrors."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.websters-online-dictionary.org/definitions/bevel?cx=partner-pub-0939450753529744%3Av0qd01-tdlq&cof=FORID%3A9&ie=UTF-8&q=bevel&sa=Search#922"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "bevel square"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "electromyography device"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electromyography"^^xsd:string) +AnnotationAssertion( "Used to measure muscle function."^^xsd:string) +AnnotationAssertion( "A instrument used for evaluating and recording the electrical activity produced by skeletal muscles."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Polygraph"^^xsd:string) +AnnotationAssertion( "A lie detector."^^xsd:string) +AnnotationAssertion( "An instrument for the simultaneous electrical or mechanical recording of several involuntary physiological activities, including blood pressure, skin resistivity, pulse rate, respiration, etc."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "polygraph"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A measurement instrument used to measure oxygen evolution or consumption from liquid-phase samples in cellular respiration and photosynthesis research applications. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "oxygraph system"^^xsd:string) +AnnotationAssertion( "http://www.hansatech-instruments.com/oxyg1.htm"^^xsd:string) +AnnotationAssertion( "oxygen electrode"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://encyclopedia2.thefreedictionary.com/iontophoresis"^^xsd:string) +AnnotationAssertion(rdfs:label "micro-iontophoresis device"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to drive positive or negative ions into a tissue, in which two electrodes are placed in contact with tissue, one of the electrodes being a pad of absorbent material soaked with a solution of the material to be administered, and a voltage is applied between the electrodes."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that provides isolated electrical stimulation to tissues in either constant currents or constant voltages."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "stimulus isolator"^^xsd:string) +AnnotationAssertion( "http://www.harvardapparatus.com/webapp/wcs/stores/servlet/haicat3_10001_11051_37793_-1_HAI_Categories__37757_37791"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.grasstechnologies.com/products/stimulators/stims88x.html"^^xsd:string) +AnnotationAssertion(rdfs:label "stimulator"^^xsd:string) +AnnotationAssertion( "An instrument used for nerve and muscle stimulation procedures."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Can be used to study nerve or muscle function."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.analox.com/downloads/gm7uk.pdf"^^xsd:string) +AnnotationAssertion(rdfs:label "rapid multi-assay analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to measure key analytes in clinical research studies, such as glucose, triglycerides, pyruvate, etc. It measures the rate of oxygen consumption, which is directly proportional to the substrate concentration."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An device consisting of a capillary tube with a very small diameter that is used for various applications including microscopy and HPLC."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "microcapillaries"^^xsd:string) +AnnotationAssertion( "http://www.answers.com/topic/capillary"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A lathe that is designed to use modern carbide tooling and fully use modern processes. The part may be designed and the toolpaths programmed by the CAD/CAM process, and the resulting file uploaded to the machine, and once set and trialled the machine will continue to turn out parts under the occasional supervision of an operator."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Lathe_%28metal%29"^^xsd:string) +AnnotationAssertion(rdfs:label "CNC Lathe"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Two-photon_excitation_microscopy"^^xsd:string) +AnnotationAssertion( "An image acquisition instrument used in fluorescence imaging that allows the imaging of living tissue up to a depth of 1 mm, based on the concept that two photons of low energy can excite a fluorophore in a quantum event, resulting in the emission of a fluorescence photon, typically at a higher energy than either of the two excitatory photons."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "laser doppler flowmeter"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "FPLC"^^xsd:string) +AnnotationAssertion( "Can be used for protein identification and characterization."^^xsd:string) +AnnotationAssertion( "A liquid chromatograhy column that is used to separate or purify proteins from complex mixtures. FPLC is a type of liquid chromatography where the solvent velocity is controlled by pumps to control the constant flow rate of solvents. The solvents are accessed through tubing from an outside reservoir."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fast_protein_liquid_chromatography"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "fast protein liquid chromatography instrument"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.answers.com/topic/microelectrode"^^xsd:string) +AnnotationAssertion( "A measurement device that consists of a very small electrode, often used to study electrical characteristics of living cells and tissues."^^xsd:string) +AnnotationAssertion(rdfs:label "microelectrode"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.thefreedictionary.com/stadiometer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "stadiometer"^^xsd:string) +AnnotationAssertion( "A measurement device that measures the length of curves, dashes, etc., by running a toothed wheel along them."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A measurement device used for non-invasive, continuous measurement of microcirculation. The technique is based on the values of the Doppler Effect of low-power laser light scattered randomly by static structures and moving tissue particulates."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi"^^xsd:string) +AnnotationAssertion(rdfs:label "laser doppler blood flow monitor"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.intermedical.co.jp/homepage/products/im/imn-111-e.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A measurement instrument that measures nitrogen oxide by employing polarography, which measures concentration of nitrogen oxide in blood and any other portion of a living organism."^^xsd:string) +AnnotationAssertion(rdfs:label "nitric oxide monitor"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A measurement instrument that is used to obtain estimates of the rates of metabolism of vertebrates, invertebrates, plants, tissues, cells, or microorganisms via an indirect measure of heat production (calorimetry)."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Respirometry"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "respirometry system"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A flow meter."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A measurement instrument that is used to detect carbon dioxide concentration in a given environment."^^xsd:string) +AnnotationAssertion(rdfs:label "carbon dioxide analyzer"^^xsd:string) +AnnotationAssertion( "http://www.thomasnet.com/products/analyzers-carbon-dioxide-1645506-1.html"^^xsd:string) +AnnotationAssertion( "Used to measure CO2 levels in an incubator."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "blood oxygen monitor"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Pulse_oximeter"^^xsd:string) +AnnotationAssertion( "pulse oximeter"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Patients admitted to a hospital are routinely monitored for oxygen levels."^^xsd:string) +AnnotationAssertion( "A measurement device, usually attached to the earlobe or fingertip, that measures the oxygen saturation of arterial blood."^^xsd:string) +AnnotationAssertion(rdfs:label "oxygen monitor"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "blood analyzer"^^xsd:string) +AnnotationAssertion( "http://www.nasa.gov/mission_pages/station/science/experiments/PCBA.html"^^xsd:string) +AnnotationAssertion( "A hematology analyzer."^^xsd:string) +AnnotationAssertion( "A measurement device that tests a blood sample for certain predetermined constituents."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.thefreedictionary.com/microscope+stage, http://www.dddmag.com/Product-Axio-Examiner-Fixed-Stage-Microscope-908.aspx"^^xsd:string) +AnnotationAssertion( "A microscope which contains a small platform on a microscope where the specimen is mounted for examination. Commonly used for electrophysiological research, such as patch clamp experiments on nerve cells, examinations of brain sections, and for measuring electrical signals on cells."^^xsd:string) +AnnotationAssertion(rdfs:label "fixed stage microscope"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.zeiss.com/C125716F004E0776/0/3168C434988E2189C1257177006C0635/$File/Innovation_14_18.pdf"^^xsd:string) +AnnotationAssertion(rdfs:label "surgical microscope"^^xsd:string) +AnnotationAssertion( "A microscope used to visualize fine structures within the area of a surgical procedure."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sample preparation system"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Richard Pearse"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A microplate dispenser workstation that can be used to distribute quantitative liquid samples with an extraordinary level of precision and reproducibility."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Digestion of tissues prior to DNA extraction."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.beverageonline.com/product.mvc/Multiwave-3000-Microwave-Sample-Preparation-P-0001?VNETCOOKIE=NO"^^xsd:string) +AnnotationAssertion(rdfs:label "microwave sample preparation system"^^xsd:string) +AnnotationAssertion( "An instrument used for for sample preparation applications such as digestion, extraction, evaporation or drying of sample materials."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "microwave tissue processor"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Panja, Sriram, Saraswathi, Sivapathasundharam (2007) JOMFP 11: 15-17"^^xsd:string) +AnnotationAssertion( "A microwave sample preparation system used for processing tissues for immunohistochemistry and microscopic examination."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Milling_machine"^^xsd:string) +AnnotationAssertion( "A milling machine tool used to machine solid materials. CNC milling machine has features such as an automatic tool changer (ATC) that includes a tool magazine (carousel), and sometimes an automatic pallet changer (APC)."^^xsd:string) +AnnotationAssertion( "miller"^^xsd:string) +AnnotationAssertion( "machining center"^^xsd:string) +AnnotationAssertion( "mill"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "CNC milling machine"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.dotmed.com/news/story/14254/"^^xsd:string) +AnnotationAssertion( "Can be used for preclinical testing of new drugs, to study effect on the brain."^^xsd:string) +AnnotationAssertion( "An MRI scanner which is compact and can sit on a desktop and is used for preclinical magnetic resonance imaging (MRI) within molecular imaging laboratories for routine preclinical and molecular imaging in biomedical and pharmaceutical applications."^^xsd:string) +AnnotationAssertion(rdfs:label "preclinical MRI scanner"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "PET animal imager"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Positron_emission_tomography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A small animal image acquisition device that uses positron emission tomography (PET) for non-invasive, in vivo imaging of small animals for the purposes of research or pre-clinical applications."^^xsd:string) +AnnotationAssertion( "Can be used to assess cell, tissue, and organ function in vivo in animals after experimental treatment. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A SPECT scanner that is used for non-invasive, in vivo imaging of small animals for the purposes of research or pre-clinical applications."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "SPECT animal imager"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that can be used in proteomics, to run a 2D gel."^^xsd:string) +AnnotationAssertion(rdfs:label "2D gel electrophoresis apparatus"^^xsd:string) +AnnotationAssertion( "Two-dimensional gel electrophoresis apparatus"^^xsd:string) +AnnotationAssertion( "A protein separation apparatus employed for two-dimensional protein separation."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.selectscience.net/products/end-over-end-rotator/?prodID=11939"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A lab rotator that provides provide 360° vertical rotation, used to mix samples."^^xsd:string) +AnnotationAssertion( "Can be used to mix samples during a co-IP reaction."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "end over end rotator"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to stimulate the electrical activity of muscles."^^xsd:string) +AnnotationAssertion( "http://www.emedicinehealth.com/electromyography_emg/article_em.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "electromyography stimulator"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.intertronics.co.uk/products/thiare25001.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "planetary mixer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument designed to mix, disperse and degas materials in seconds to minutes, in a sealed or lid-less container such as a jar, beaker, syringe tube or cartridge."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to measure a surface's profile, in order to quantify its roughness."^^xsd:string) +AnnotationAssertion(rdfs:label "profilometer"^^xsd:string) +AnnotationAssertion( "Surface profiler"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Profilometer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "shadow caster"^^xsd:string) +AnnotationAssertion( "http://www.leica-microsystems.com/products/em-sample-preparation/biological-specimens/low-temperature-techniques/freeze-etchingfracture/details/product/leica-em-med020/"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "vacuum coating system"^^xsd:string) +AnnotationAssertion( "This device uses vacuum drying or sputtering to deposit materials on a sample's surface to increase contrast for electron microscopy."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "finger stimulator"^^xsd:string) +AnnotationAssertion( "An aversive electric stimulator, designed for finger stimulation, using in classical conditioning animal models."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A stimulator designed for finger stimulation, that can be used in classical conditioning animal models."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "UV/vis spectrophotometer"^^xsd:string) +AnnotationAssertion( "DNA can be quantified on a UV spectrophotometer."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A spectrophotometer which measures emissions in the ultraviolet-visible spectral region."^^xsd:string) +AnnotationAssertion( "ultraviolet-visible spectrophotometer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Ultraviolet%E2%80%93visible_spectroscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A thermometer."^^xsd:string) +AnnotationAssertion( "http://www.vitalmedikal.com/Deroyal_Temp_Monitoring.pdf"^^xsd:string) +AnnotationAssertion(rdfs:label "temperature monitor"^^xsd:string) +AnnotationAssertion( "A measurement device that is capable of continuous monitoring of multiple temperatures"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Can be used to administer anesthesia."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "inhalation chamber"^^xsd:string) +AnnotationAssertion( "An environmental chamber used to administer aerosolized agents or particles."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.ruskinn.com/prod_concept1000invivo2.php"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "hypoxic chamber"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An environmental chamber used to adminster microaerophilic (hypoxic) conditions for research purposes."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.alldaymedical.com/heat-cold-therapy/heating-cooling-systems/gaymar-t-pump-localized-heat-therapy-system.html"^^xsd:string) +AnnotationAssertion(rdfs:label "heat therapy pump"^^xsd:string) +AnnotationAssertion( "An instrument that supplies water of a controlled temperature through hoses to a pad that it applied to the patient for localized warming for pain treatment."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.rayonix.com/products/mar345.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "image plate detector"^^xsd:string) +AnnotationAssertion( "An image acquisition device used to detect single crystal diffraction measurements of large and small molecules."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An infrared spectrophotometer that collects spectra based on measurements of the coherence of a radiative source, using time-domain or space-domain measurements of the electromagnetic radiation or other types of radiation."^^xsd:string) +AnnotationAssertion( "FT-IR spectrometer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fourier_transform_spectroscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "fourier transport infrared spectrometer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that uses computer-simulated environments to simulate reality or imaginary places."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Virtual_reality"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "virtual reality instrument"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.iogear.com/video-splitter.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "video splitter"^^xsd:string) +AnnotationAssertion( "An instrument used to take high definition video from a single HDMI media source and direct it to 2 separate HD TVs or displays."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A -80C lab freezer."^^xsd:string) +AnnotationAssertion( "A material processing technique involving freezing a specimen or sample to sub zero temperatures, commonly to -80C or on liquid nitrogen."^^xsd:string) +AnnotationAssertion(rdfs:label "low temperature freezing"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "in vitro transcription"^^xsd:string) +AnnotationAssertion( "http://www.ambion.com/techlib/basics/transcription/index.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Biomolecule synthesis of RNA in vitro used for applications such as can be used in blot hybridizations and nuclease protection assays."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.ambion.com/techlib/basics/translation/index.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Biomolecule synthesis of proteins in vitro, in cell-free extracts, which can be used for applications such as rapid identification of gene products (e.g., proteomics), localization of mutations through synthesis of truncated gene products, protein folding studies, and incorporation of modified or unnatural amino acids for functional studies."^^xsd:string) +AnnotationAssertion( "Can be used for protein-protein interaction analysis, like a GST-pull down assay."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "in vitro translation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "EMSA"^^xsd:string) +AnnotationAssertion( "A molecular assay used to study protein-DNA or protein-RNA interactions. This procedure can determine if a protein or mixture of proteins is capable of binding to a given DNA or RNA sequence, and can sometimes indicate if more than one protein molecule is involved in the binding complex."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrophoretic_mobility_shift_assay"^^xsd:string) +AnnotationAssertion( "Protein-DNA interactions can be determined using an EMSA."^^xsd:string) +AnnotationAssertion(rdfs:label "electrophoretic gel mobility shift"^^xsd:string) +AnnotationAssertion( "gel shift assay"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electroelution"^^xsd:string) +AnnotationAssertion(rdfs:label "electro-elution"^^xsd:string) +AnnotationAssertion( "Nucleic acids can be extracted from an agarose gel by electro-elution."^^xsd:string) +AnnotationAssertion( "Elution of nucleic acids or a protein sample from a gel by electrophoresis."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A materials assay used to analyze the surface of materials by methods such as x-ray photoelectron spectroscopy (XPS, also known as ESCA, electron spectroscopy for chemical analysis), auger electron spectroscopy (AES), and secondary ion mass spectrometry (SIMS)."^^xsd:string) +AnnotationAssertion( "http://www.materialinterface.com/"^^xsd:string) +AnnotationAssertion(rdfs:label "material surface analysis"^^xsd:string) +AnnotationAssertion( "An photoelectron spectrometer can be used for material surface analysis."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Plummer and Short (1990) J Pharmacol Methods. 23(4):297-309."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A data analysis technique used for identifying and quantitating departures from additivity (i.e., synergism and antagonism) when drugs having like effects are given in combination."^^xsd:string) +AnnotationAssertion( "Can be used to test if specific drugs are more effective when used in combination, rather than separately."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "drug combination effect modeling"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A device used to position microelectrodes for electrophysiology recording."^^xsd:string) +AnnotationAssertion( "http://npielectronic.com/"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "microelectrode positioning system"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Plasma_etching"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "plasma etcher"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to fabricate integrated circuits."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "post-graduate student trainee role"^^xsd:string) +AnnotationAssertion( "A post-doctoral fellow."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A student role inhering in a person that is realized when the bearer participates in a post-graduate training program in pursuit of new or additional training in a particular field, such as a post-doctoral fellowship."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PMID: 16607398; Echeverri CJ, Perrimon N. Nat Rev Genet. 2006 May;7(5):373-84."^^xsd:string) +AnnotationAssertion( "RNAi library that is comprised of double-stranded RNA molecules, where the dsRNA molecules may or may not be in constructs."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "dsRNA libraries are transfected into cells to knockdown gene expression, but a concern with using libraries is off target effects."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "dsRNA library"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A polyclonal antibody."^^xsd:string) +AnnotationAssertion(rdfs:label "protein mixture"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A protein reagent that contains more than one species of protein mixed together in a single container."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "purified protein reagent"^^xsd:string) +AnnotationAssertion( "Purified insulin protein."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A protein reagent that contains a single species of protein."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Characterization of the phenotype is often done in transgenic or knockout mice."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "phenotype characterization"^^xsd:string) +AnnotationAssertion( "An organismal assay that involves characterization of a phenotype; any observable characteristic or trait of an organism: such as its morphology, development, biochemical or physiological properties, behavior, and products of behavior (such as a bird's nest). Phenotypes result from the expression of an organism's genes as well as the influence of environmental factors and the interactions between the two."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Phenotype"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.thefreedictionary.com/demineralize"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "demineralized tissue preparation"^^xsd:string) +AnnotationAssertion( "Histological sample preparation that removes dissolved salts from tissue."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "transcriptional activation assay"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "He and Li (2008) Methods in Molecular Biology 439:327-337"^^xsd:string) +AnnotationAssertion( "A technique used to determine if a protein functions as a transcription factor."^^xsd:string) +AnnotationAssertion( "A molecular assay used to determine if interacting proteins can transcriptionally activate a target gene. One target protein is fused to an activation domain and another target protein is fused to a DNA binding domain and if the two proteins interact, the gene target will be activated and detected by a reporter."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An immunoprecipitation technique used to determine whether a given protein binds to or is localized to a specific DNA sequence in vivo."^^xsd:string) +AnnotationAssertion( "http://www.bio.brandeis.edu/haberlab/jehsite/chIP.html"^^xsd:string) +AnnotationAssertion(rdfs:label "chromatin immunoprecipitation"^^xsd:string) +AnnotationAssertion( "Used to determine if a transcription factor binds a promoter."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "ChIP"^^xsd:string) +AnnotationAssertion( "CHIP assay"^^xsd:string) +AnnotationAssertion( "Chromatin IP"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "embryo culture"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.sharedjourney.com/define/culture.html"^^xsd:string) +AnnotationAssertion( "Culture and propogation of embryos performed immediately following egg retrieval prior to in vitro fertilization (IVF). The eggs and sperm are combined to produce a fertilized egg (known as an zygote). Once a zygote has been formed, the culture process will continue in order to encourage the growth of the zygote into an embryo. Lasting from 2 to 5 days, the embryo culture process is vital to the success of any IVF procedure."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A nucleic acid assay that involves treating live cells with a chemical agent that causes DNA damage. If a protein is bound to the DNA, it can protect the strands it covers from this damage, and its binding site can be deduced."^^xsd:string) +AnnotationAssertion( "http://mbg.cornell.edu/cals/mbg/research/lis-lab/researchdetails.cfm#CP_JUMP_49328"^^xsd:string) +AnnotationAssertion(rdfs:label "DNA footprinting"^^xsd:string) +AnnotationAssertion( "Protein-DNA binding sites can be determined by DNA footprinting."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A reaction that is used for simultaneous detection of several RNA species in a sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay used to identify individual RNA molecules in a heterogeneous RNA sample extracted from cells. Extracted RNA is mixed with antisense RNA or DNA probes that are complementary to the sequence(s) of interest and the complementary strands are hybridized to form double-stranded RNA (or a DNA-RNA hybrid). The mixture is then exposed to ribonucleases that specifically cleave only single-stranded RNA but have no activity against double-stranded RNA. When the reaction runs to completion, susceptible RNA regions are degraded to very short oligomers or to individual nucleotides; the surviving RNA fragments are those that were complementary to the added antisense strand and thus contained the sequence of interest."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Nuclease_protection_assay"^^xsd:string) +AnnotationAssertion(rdfs:label "nuclease protection assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Nuclear_run-on"^^xsd:string) +AnnotationAssertion( "Nuclear run on assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Can be used to detect gene expression after experimental treatment."^^xsd:string) +AnnotationAssertion( "Nuclear run-on assay"^^xsd:string) +AnnotationAssertion( "A molecular assay that is conducted to identify the genes that are being transcribed in a cell nucleus at a certain time."^^xsd:string) +AnnotationAssertion(rdfs:label "run-on transcription assay"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A protein assay used to analyze which proteins associate with core histones."^^xsd:string) +AnnotationAssertion(rdfs:label "histone analysis"^^xsd:string) +AnnotationAssertion( "Source: Keener et al (1997) Proc Natl Acad Sci 94(25): 13458-13462."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Post-translational modifications of histone tails are important for epigenetic regulation of gene expression."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to cause the pressure in a liquid-filled container to be reduced below the vapor pressure of the liquid, causing the liquid to evaporate at a lower temperature than normal."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A speed vac sample concentrator."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Vacuum_evaporation"^^xsd:string) +AnnotationAssertion(rdfs:label "vacuum evaporator"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A fluorescence microscope in which magnification is achieved in two stages. It utilizes an objective lens, usually several of different power on a turret and an eyepiece that is used to further magnify the image formed by the objective lens."^^xsd:string) +AnnotationAssertion( "Used to visualize biomolecules."^^xsd:string) +AnnotationAssertion( "http://www.microscopehelp.com/thecompoundmicroscope.html"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence compound microscope"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "langendorff heart system"^^xsd:string) +AnnotationAssertion( "http://www.adinstruments.com/solutions/research/Langendorff-Heart/"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that includes the components for all of the main measurements required from a Langendorff experiment with hearts from small animals such as rats and mice."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "MRI display system"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that uses a projection system for presenting visual stimulation in an MRI machine."^^xsd:string) +AnnotationAssertion( "Glucose uptake can be displayed in an MRI display system."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.neurospec.com/?p=prodresearch_acqdiag_avotec"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Can be used to image biomolecules."^^xsd:string) +AnnotationAssertion( "http://www.smt.zeiss.com/c1256e4600305472/Contents-Frame/9c02420a02765bc1c1256e5800335569"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A transmission electron microscope that produces an image of an object by electron scattering. The contrast is optimized by filtering out the contrast-reducing electrons from the spectrum of transmitted electrons, or by only allowing electrons containing specific information to be used for imaging."^^xsd:string) +AnnotationAssertion( "EFTEM"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "energy filtering transmission electron microscope"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "critical point dryer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Supercritical_drying "^^xsd:string) +AnnotationAssertion( "Supercritical processor"^^xsd:string) +AnnotationAssertion( "An instrument designed to dry biological specimens precisely and without damage typical of drying by heat alone. The instrument makes use of the equality of liquid and vapor density above the thermodynamic critical point to remove pockets of liquid without expansion (and resulting damage to the sample)."^^xsd:string) +AnnotationAssertion( "Lyophilization of blood samples."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that is used to compress monolayers of molecules on the surface of a given subphase (usually water) and measures surface phenomena due to this compression. It can also be used to deposit single or multiple monolayers on a solid substrate."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Langmuir-Blodgett_trough"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "langmuir-blodgett trough"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://picoquant.com/getfs.htm?products/instrumentation.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "photon counting module"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to detect photons used for applications such as Single Molecule Spectroscopy."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that automatically injects samples into high performance liquid chromatography (HPLC) system."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "microplate autosampler"^^xsd:string) +AnnotationAssertion( "http://www.meadowshplc.com/hplc_instruments_waters_hplc_717.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "drop shape analysis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A materials assay used to measure contact angles and thereby determine surface energy."^^xsd:string) +AnnotationAssertion( "www.firsttenangstroms.com/pdfdocs/CAPaper.pdf"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Detection of mercury levels in a sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.cee.vt.edu/ewr/environmental/teach/smprimer/aa/aa.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "flame atomic absorption spectrometer"^^xsd:string) +AnnotationAssertion( "A spectrophotometer used to detect metals and metalloids in environmental samples."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A centrifuge that has been approved for clinical use."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A centrifuge used to prepare patient samples."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "clinical centrifuge"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Amplifier"^^xsd:string) +AnnotationAssertion( "An amplifier connected to a CD player."^^xsd:string) +AnnotationAssertion(rdfs:label "amplifier"^^xsd:string) +AnnotationAssertion( "An instrument that changes, usually increases, the amplitude of a signal. The relationship of the input to the output of an amplifier, usually expressed as a function of the input frequency, is called the transfer function of the amplifier, and the magnitude of the transfer function is termed the gain."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Can be used in electrophysiology studies."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "microelectrode amplifier"^^xsd:string) +AnnotationAssertion( "Amplifier that measures very small currents or voltage (often in a cell or patch of membrane) and passes that measurement on for recording and analysis. Microelectrode amplifiers may also control current and voltage in current-clamp and voltage-clamp mode."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An instrument that is designed to accurately deliver set volumes of liquid to samples."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "liquid handling system"^^xsd:string) +AnnotationAssertion( "An automatic pipetting device."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.labcyte.com/Echo_Liquid_Handling_Systems/Default.81.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that converts analog waveforms into digital values for processing."^^xsd:string) +AnnotationAssertion(rdfs:label "data acquisition system"^^xsd:string) +AnnotationAssertion( "data acquisition device"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Data_acquisition"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A flow cytometer."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.35mmslidescanner.org/"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "slide scanner"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that allows film negatives and slides to be converted into digital files."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that can automatically pipette predetermined volumes of liquid into 96 wells at a time."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Automated pipetting into a 96-well plate."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "96-channel pipetting device"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "variable mode imager"^^xsd:string) +AnnotationAssertion( "An instrument which is a high performance gel and blot imager that unites storage phosphor autoradiography technology with four-color fluorescent labeling techniques. It can be used to scan and store phosphor screens, fluorescent DNA and protein gels, chemifluorescent DNA/RNA and protein blots, and chemiluminescent Western blots."^^xsd:string) +AnnotationAssertion( "http://www.uri.edu/inbre/corelab/equipment/typhoon.shtml"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for contamination-free automatic colony transfer."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used to screen colonies to determine if they express a plasmid of interest."^^xsd:string) +AnnotationAssertion( "http://nition.com/en/products/pm-1.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "colony picker"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that allows precise focusing on an object."^^xsd:string) +AnnotationAssertion(rdfs:label "focusing optics"^^xsd:string) +AnnotationAssertion( "Allows focusing on an object with a microscope."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that is used to coat samples with osmium for scanning electron microscopy."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "www.2spi.com/catalog/osmium-plasma-coater-opc-60.shtml"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "osmium coater"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A small-animal image acquisition device used to acquire MRI images."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Acquisition of neuroanatomical images of an animal model."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky +"^^xsd:string) +AnnotationAssertion(rdfs:label "animal MRI system"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "lab on a chip"^^xsd:string) +AnnotationAssertion( "A device that integrates one or several laboratory functions on a single chip. LOCs deal with the handling of extremely small fluid volumes down to less than picoliters."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Lab-on-a-chip"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dissecting surgical microscope"^^xsd:string) +AnnotationAssertion( "http://www.peternordland.com/microscope/"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used for microinjection into blastocysts."^^xsd:string) +AnnotationAssertion( "A microscope that allows for maneuverability around the patient during surgery."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.nist.gov/cnst/nanofab/nanofab_bench6.cfm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that is a specialized bench used for nano-scale manufacturing such as for use in etching and cleaning samples."^^xsd:string) +AnnotationAssertion(rdfs:label "wet chemical bench"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Cedrus RB-830 color response pad."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "response pad"^^xsd:string) +AnnotationAssertion( "http://www.cedrus.com/responsepads/rb_series.htm"^^xsd:string) +AnnotationAssertion( "An instrument that measures a participant's reaction time in hardware and provide additional timing facilities for the stimulus presentation program."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An image acquisition instrument that is a microscope-based imaging platform designed for fully automated image acquisition and data analysis of biological samples."^^xsd:string) +AnnotationAssertion( "http://www.microscopy.olympus.eu/microscopes/Life_Science_Microscopes_scan_R.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "automated light microscopy scan"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Imaging of a biological sample."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "saw"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Saw"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that uses a hard blade or wire with an abrasive edge to cut through softer materials. The cutting edge of a saw is either a serrated blade or an abrasive. A saw may be worked by hand, or powered by steam, water, electricity or other power."^^xsd:string) +AnnotationAssertion( "Can be used to cut up wood."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://homerenovations.about.com/od/toolsbuildingmaterials/f/wettilesaw.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A saw equipped with a diamond-edged carbide blade which has continually recirculating \"fountain\" of water to keep the blade and materials cool and to reduce the dust and flying particles and is used to cut hard materials such as tile."^^xsd:string) +AnnotationAssertion(rdfs:label "wet saw"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "precision trim saw"^^xsd:string) +AnnotationAssertion( "http://justsawblades.com/systimatic/precision_trim.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A saw that precisely cuts and is used for high-quality commercial applications or general trim work that demands precise cuts."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "mineralized tissue thin sectioning system"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that creates precise, thin sections, down to 35μm, of a wide variety of geological specimens such as rocks and minerals, ceramics, refractories, concrete, etc."^^xsd:string) +AnnotationAssertion( "http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CEQQFjAF&url=http%3A%2F%2Fwww.instrument.com.cn%2Fdownload.asp%3Furl%3D%252FShow%252FLiterature%252FC59226.pdf&ei=Cl3FTtjdFYGmiQL9wKnFBQ&usg=AFQjCNEt5OiDCb2XerYyOKOfWqmex4bP1w&sig2=U1lPRRXmhp-V9V_3aX0Fzw"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "transcranial magnetic stimulator"^^xsd:string) +AnnotationAssertion( "A stimulator used to noninvasively cause depolarization in the neurons of the brain. TMS uses electromagnetic induction to induce weak electric currents using a rapidly changing magnetic field; this can cause activity in specific or general parts of the brain with minimal discomfort, allowing the functioning and interconnections of the brain to be studied."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Transcranial_magnetic_stimulation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "impactor device"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://keck.rutgers.edu/MASCIS/mascis.html"^^xsd:string) +AnnotationAssertion( "Used for a rodent spinal cord injury model."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument designed to deliver graded reproducible spinal cord contusions."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "location tracking device"^^xsd:string) +AnnotationAssertion( "An instrument used to determine or monitor the location of a person or an object or the status of an object."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A location tracking device on the iPhone."^^xsd:string) +AnnotationAssertion( "www.austlii.edu.au/au/legis/cth/consol_act/sda2004210/s6.html"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A sensor to measure opening and closing of a door."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "door sensors"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that is affixed to a door that will sense when the door is opened."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Motion_sensor"^^xsd:string) +AnnotationAssertion(rdfs:label "motion sensors"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that senses motion by measuring change in speed or vector of an object or objects in the field of view."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A location tracking device used for home computers."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "home computer tracking device"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A location tracking device used for medication."^^xsd:string) +AnnotationAssertion(rdfs:label "medication tracking device"^^xsd:string) +AnnotationAssertion( "Eagle-curator (Nicole Vasilevsky)"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.mercury-instrumentsusa.com/AULA254.htm"^^xsd:string) +AnnotationAssertion( "Detection of mercury in a marine sample."^^xsd:string) +AnnotationAssertion( "An instrument that uses automated technology to determine trace mercury levels in samples."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "automated mercury analysis system"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "electrophysiology station"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrophysiology"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to study the electrical properties of biological cells and tissues. It involves measurements of voltage change or electric current on a wide variety of scales from single ion channel proteins to whole organs like the heart. In neuroscience, it includes measurements of the electrical activity of neurons, and particularly action potential activity."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A video camera that takes repeated pictures at high speed."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "high-speed motion picture camera"^^xsd:string) +AnnotationAssertion( "http://www.charlesedisonfund.org/tomedisonbio/ch12.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein spot cutter"^^xsd:string) +AnnotationAssertion( "http://www.bio-rad.com/prd/en/US/adirect/biorad;jsessionid=PYxzMKnGvPxfn8mLQQ8z9J2Cbdv246ZJJQMLkFyVV2YZw93nQsSn!607464423?cmd=BRCatgProductDetail&vertical=LSR&javascriptDisabled=true&entryPoint=adirect&lang=en&ts=1&country=US&catID=d3f27dd1-a47f-4fb7-9ffd-a3bdf436ea02&messageType=BRCatgProductDetail"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A 2D spot cutter, used for mass spectrometry."^^xsd:string) +AnnotationAssertion( "An instrument that accurately locates and excises protein bands or spots from 1-D and 2-D gels or blots for downstream processing and analysis."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A mass spectrometer that is highly sensitive and capable of the determination of a range of metals and several non-metals at concentrations below one part in 1012 (part per trillion). It is based on coupling together an inductively coupled plasma as a method of producing ions (ionization) with a mass spectrometer as a method of separating and detecting the ions."^^xsd:string) +AnnotationAssertion(rdfs:label "inductively coupled plasma mass spectrometer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Inductively_coupled_plasma_mass_spectrometry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "inverted stereo microscope"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A stereo microscope with its light source and condenser on the top, above the stage pointing down, while the objectives and turret are below the stage pointing up."^^xsd:string) +AnnotationAssertion( "An optical stereo microscope."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Inverted_microscope"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.answers.com/topic/freezer"^^xsd:string) +AnnotationAssertion( "Storage of perishable items in a freezer."^^xsd:string) +AnnotationAssertion( "obsoleting because its a common resource"^^xsd:string) +AnnotationAssertion( "An instrument that consists of a thermally insulated compartment, cabinet, or room in which a subfreezing temperature is maintained for the rapid freezing and storing of perishable items."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "freezer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Used to for long-term storage biological samples."^^xsd:string) +AnnotationAssertion( "PERSON: Marc LePape"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "ultra low temperature freezer"^^xsd:string) +AnnotationAssertion( "A freezer in the minus 45 to minus 85 celcius temperature range."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that allows film to be converted into digital files."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.35mmslidescanner.org/"^^xsd:string) +AnnotationAssertion(rdfs:label "film scanner"^^xsd:string) +AnnotationAssertion( "Scanning a photograph."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "flatbed scanner"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used to scan photographs."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Flatbed_scanner"^^xsd:string) +AnnotationAssertion( "A device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.gelifesciences.com/aptrix/upp01077.nsf/Content/2d_electrophoresis~scanners~ettan_dige_imager?OpenDocument&parentid=63005642&moduleid=166483"^^xsd:string) +AnnotationAssertion( "An instrument designed for applications in the life sciences, in particular, it has been engineered to create high-quality images of 2-D Fluorescence Difference Gel Electrophoresis (DIGE) gels."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "scanning camera"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A device used for determinations of nucleotide acid sequences of single-nucleotide polymorphisms."^^xsd:string) +AnnotationAssertion( "Rom, W.N. (ed.). Environmental and occupational medicine. (4th ed.) Philadelphia: Lippincott, Williams, & Wilkins."^^xsd:string) +AnnotationAssertion( "Such as a PCR machine."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "genotype analysis platform"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "non viral organism"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A unicellular or multicellular individual living system that is capable of replicating or reproducing and growth and maintenance in the right environment. Examples: animal, plant, bacteria, fungus."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "phone sensor"^^xsd:string) +AnnotationAssertion( "An instrument used to track phone calls."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used in MRI research, to convey light to the subject's eyes. The subjects view the display apparatus through lenses that serve as a set of binoculars. The purpose is to increase the visual angle subtended by the stimulus at the eye of the subject."^^xsd:string) +AnnotationAssertion( "Functional MRI, By Chrit T. W. Moonen, Peter A. Bandettini"^^xsd:string) +AnnotationAssertion(rdfs:label "binocular display system"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A tumor derived from a human."^^xsd:string) +AnnotationAssertion( "human biospecimen"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Primate biological specimen that was derived from a human."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "human biological specimen"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:label "mouse biological specimen"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Biological specimen that was derived from a mouse."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Heart tissue derived from a mouse."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "mouse biospecimen"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "primate biological specimen"^^xsd:string) +AnnotationAssertion( "primate biospecimen"^^xsd:string) +AnnotationAssertion( "Heart tissue procured from a monkey."^^xsd:string) +AnnotationAssertion( "Biological specimen that was derived from a primate."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +SubClassOf( ) +AnnotationAssertion( "Functional MRI, By Chrit T. W. Moonen, Peter A. Bandettini"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used in MRI research, to convey light to the subject's eyes using a non-binocular display system such as having the subjects view the display apparatus (LCD or CRT) through fiber optic cable or through a rear-projection screen."^^xsd:string) +AnnotationAssertion(rdfs:label "non-binocular display system"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that recirculates chilled fluids that is used for applications requiring heat removal across a wide temperature range."^^xsd:string) +AnnotationAssertion(rdfs:label "chiller"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.thermo.com/eThermo/CMA/PDFs/Various/File_51918.pdf"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Edgar Miranda"^^xsd:string) +AnnotationAssertion(rdfs:label "independent cooling and heating system"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used for cooling and heating of lab samples, specifically for test tubes."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to develop images that have been exposed to x-ray film."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "X-ray film processor"^^xsd:string) +AnnotationAssertion( "Used to develop a Western blot exposed to x-ray film."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "digital recording transcribing kit"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to digitally record speech for transcription."^^xsd:string) +AnnotationAssertion( "http://www.beachaudio.com/Philips/Lfh9397-00b-p-302833.html?utm_source=froogle&utm_medium=cpc&utm_campaign=lfh9397-00b&utm_content=atr"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Transcription of a patients medical records."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A voice recorder."^^xsd:string) +AnnotationAssertion(rdfs:label "digital recorder"^^xsd:string) +AnnotationAssertion( "An instrument used to digitally record speech."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "skinfold calipers"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A measurement instrument used to assess body fat."^^xsd:string) +AnnotationAssertion( "http://www.sport-fitness-advisor.com/bodyfatcalipers.html"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.consumersearch.com/blood-pressure-monitors/review"^^xsd:string) +AnnotationAssertion(rdfs:label "automated blood pressure cuff"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that is used to measure blood pressure, where the cuff automatically inflates."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Images of GFP expressing cells can be captured with a fluorescence camera."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.directindustry.com/prod/photometrics/high-resolution-fluorescence-camera-for-microscopy-35150-220299.html"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence camera"^^xsd:string) +AnnotationAssertion( "An microscope digital camera designed for low-light life science imaging applications."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fluidics"^^xsd:string) +AnnotationAssertion( "A fluidics platform on a flow cytometer."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that uses fluid or compressible medium to perform analog or digital operations similar to those performed with electronics."^^xsd:string) +AnnotationAssertion(rdfs:label "fluidics platform"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "gas analysis system"^^xsd:string) +AnnotationAssertion( "A measurement device that provides accurate and reliable data for vacuum process monitoring, process diagnostics, and leak detection in semiconductor manufacturing."^^xsd:string) +AnnotationAssertion( "http://www.inficongasanalyzers.com/en/transpector2gasanalysis.html"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: NIcole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "body composition analyzer"^^xsd:string) +AnnotationAssertion( "A measurement instrument that measures weight into muscle mass, water, and body fat."^^xsd:string) +AnnotationAssertion( "http://www.tanita.com/en/body-composition-analyzer/"^^xsd:string) +AnnotationAssertion( "Sliding calipers are used to measure body fat."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A blood anlayzer that is used to measure cholesterol and triglyceride levels in the blood."^^xsd:string) +AnnotationAssertion( "http://www.emedicinehealth.com/cholesterol_tests/article_em.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "blood lipid analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Allows field measurement of blood lipids (total Cholesteral, HDL, LDL, Triglycerides) & glucose. "^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "heart rate recorder"^^xsd:string) +AnnotationAssertion( "Baharestani et al (1979) Medical and Biological Engineering and Computing 17: 719-723"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A measurement device used to acquire and store the average heart rate of a subject during normal daily activities."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Histology sections can be simultaneously viewed with a teaching microscope."^^xsd:string) +AnnotationAssertion( "http://www.teachingmicroscopes.com/"^^xsd:string) +AnnotationAssertion( "A microscope with multiple binocular heads simultaneously displaying the same microscopic image."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "teaching microscope"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "microsurgical instrument"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to perform microsurgery."^^xsd:string) +AnnotationAssertion(rdfs:comment "To be logically defined based on its participation in a microsurgical process.") +SubClassOf( ) +AnnotationAssertion(rdfs:label "dart gun"^^xsd:string) +AnnotationAssertion( "A tranquilizing gun."^^xsd:string) +AnnotationAssertion( "An instrument that fires a dart."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Dart_gun"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An optical microscope used to obtain sub-surface images of translucent or opaque materials at a resolution equivalent to a low-power microscope."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Optical_coherence_tomography#Laypersons_explanation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "coherence tomography scanner"^^xsd:string) +AnnotationAssertion( "Used to image biological samples."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "polarized light camera"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An image acquisition instrument used to make clear demarcation between regions on an image."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.bme.ogi.edu/biomedicaloptics/biophotonics/projects.html#polcam"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that is a type of tumble mixer commonly used in industrial processes to mix pharmaceutical materials."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.pharmainfo.net/%5Bvocab-raw%5D/v-blender-2-d-simulation"^^xsd:string) +AnnotationAssertion(rdfs:label "V-blender"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used to measure the stability of the investigational product during drug formulation tool in the process of drug discovery."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: NIcole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Dissolution_testing"^^xsd:string) +AnnotationAssertion(rdfs:label "dissolution tester"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "flow through cell apparatus"^^xsd:string) +AnnotationAssertion( "www.dissolutiontech.com/DTresour/.../DT200505_A05.pdf"^^xsd:string) +AnnotationAssertion( "A disolution testing instrument used to provide a controlled hydrodynamic environment and renewable solvent stream to the sample."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Sieve_analysis"^^xsd:string) +AnnotationAssertion( "An instrument used to assess the particle size distribution (also called gradation) of a granular material."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "sieve shaker"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.pharmainfo.net/tablet-evaluation-tests/disintegration"^^xsd:string) +AnnotationAssertion( "Dilution of a tablet in water."^^xsd:string) +AnnotationAssertion(rdfs:label "disintegrator"^^xsd:string) +AnnotationAssertion( "An instrument used to break-up tablets to get them into solution for use in drug formulation."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to measure linear, nonlinear, mass or volumetric flow rate of a liquid or a gas."^^xsd:string) +AnnotationAssertion( "http://www.omega.com/prodinfo/flowmeters.html"^^xsd:string) +AnnotationAssertion(rdfs:label "flow meter"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to produce a dry powder from a liquid or slurry by rapidly drying with a hot gas."^^xsd:string) +AnnotationAssertion(rdfs:label "spray dryer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Spray_drying"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used in chemical laboratories for the efficient and gentle removal of solvents from samples by evaporation."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Rotary_evaporator"^^xsd:string) +AnnotationAssertion(rdfs:label "rotary evaporator"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that uses ultrasound (usually from 20–400 kHz) and an appropriate cleaning solution to clean delicate items."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "ultrasonic cleaner"^^xsd:string) +AnnotationAssertion( "An instrument used for precision cleaning of instruments."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Ultrasonic_cleaning"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that is designed for the reduction of both wet and dry materials into a granular product to a specific size distribution."^^xsd:string) +AnnotationAssertion( "http://www.ccstabletpress.com/model-43-6.html"^^xsd:string) +AnnotationAssertion(rdfs:label "stoke granulator"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "turbula mixer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used for exacting powder blending and mixing applications."^^xsd:string) +AnnotationAssertion( "http://www.glenmills.com/index-turbula.shtml"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "high shear granulator"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/High_shear_mixer#High_shear_granulators"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument consisting of an inline or batch high shear mixer and a fluid bed dryer. In a granulation process, only the solid component of the mixture is required. Fluid is used only as an aid to processing. The high shear mixer processes the solid material down to the desired particle size, and the mixture is then pumped to the drying bed where the fluid is removed, leaving behind the granular product."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.vajrabiometrix.com/biomic.html"^^xsd:string) +AnnotationAssertion( "Detection of MRSA in a bacterial culture."^^xsd:string) +AnnotationAssertion(rdfs:label "automated microbiology analysis system"^^xsd:string) +AnnotationAssertion( "An instrument used to automate reading and interpretation of antibiotic susceptibility tests for bacteria and yeast."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Dilution of a solution."^^xsd:string) +AnnotationAssertion( "An instrument that makes a solution less concentrated by adding a liquid such as water."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/Diluter"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "diluter"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A confocal microscope that is used as a novel three-dimensional X-ray imaging method. The system consists of an X-ray illuminating `sheet-beam' whose beam shape is micrified only in one dimension, and an X-ray full-field microscope whose optical axis is normal to the illuminating sheet beam. An arbitral cross-sectional region of the object is irradiated by the sheet-beam, and secondary X-ray emission such as fluorescent X-rays from this region is imaged simultaneously using the full-field microscope. This system enables a virtual sliced image of a specimen to be obtained as a two-dimensional magnified image, and three-dimensional observation is available only by a linear translation of the object along the optical axis of the full-field microscope."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://scripts.iucr.org/cgi-bin/paper?ia5036"^^xsd:string) +AnnotationAssertion(rdfs:label "X-ray confocal optics system"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that is designed to cut sheet metal."^^xsd:string) +AnnotationAssertion(rdfs:label "sheet metal shears"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "sheet metal scissors"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that is an op-amp circuit that compares two inputs and provides a DC output indicating the polarity relationship between the inputs."^^xsd:string) +AnnotationAssertion( "http://www.answers.com/topic/comparitor"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "comparitor"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for calibrating laser Doppler velocimeters having one or more intersecting beam pairs."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "laser doppler calibration device"^^xsd:string) +AnnotationAssertion( "http://www.freepatentsonline.com/4600301.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "microplate spectrophotometer"^^xsd:string) +AnnotationAssertion( "ELISAs are often analyzed on a microplate spectrophotometer."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A spectrophotometer that merges microplate formats with a spectrophotometer. It can be used to quantitate nucleic acids in the low UV range, or automatically run spectral scans for peak absorbance measurements without using filters, and perform conventional enzyme immunoassays at virtually any wavelength."^^xsd:string) +AnnotationAssertion( "http://www.biotek.com/microplate-spectrophotometers.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.corexcel.com/rw/html/body_electrosurgery_page1.htm"^^xsd:string) +AnnotationAssertion( "Can be used too cut, coagulate, desiccate, or fulgurate biological tissue."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "bipolar electrosurgical generator"^^xsd:string) +AnnotationAssertion( "An instrument used for biopolar electrosurgery, where both the active electrode and return electrode functions are performed at the site of surgery. In biopolar electrosurgery, the current flows from the generator to the instrument, typically forceps. One tine of the forceps acts as the active electrode and directs the current through the patient tissue to the other tine, which acts as the return electrode and enables the flow to return to the generator to complete the circuit."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.thefreedictionary.com/microscope+stage, http://www.dddmag.com/Product-Axio-Examiner-Fixed-Stage-Microscope-908.aspx"^^xsd:string) +AnnotationAssertion( "An instrument that contains a small motorized platform on a microscope where the specimen is mounted for examination."^^xsd:string) +AnnotationAssertion(rdfs:label "motorized microscope stage"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "coimmunoprecipitation"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Immunoprecipitation"^^xsd:string) +AnnotationAssertion( "An assay used to detect protein-protein interactions."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Immunoprecipitation of intact protein complexes (ie: antigen) along with any proteins or ligands that are bound to it."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Assay to determine if Mad4 is a transcriptional repressor."^^xsd:string) +AnnotationAssertion( "A molecular assay used to determine if transcription factors act as transcriptional repressors."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "transcriptional repression assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A protein assay designed to measure histone deacetylase complex (HDAC) activity in cell or nuclear extracts, immunoprecipitates or purified enzymes."^^xsd:string) +AnnotationAssertion( "http://www.biocompare.com/ProductDetails/2043333/HDAC-Activity-Assay-Kit.html?"^^xsd:string) +AnnotationAssertion( "Determination of histone deacetylase activity in tumor cells."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "histone deacetylase assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.aquatichabitats.com/"^^xsd:string) +AnnotationAssertion( "An instrument used to house aquatic organisms."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "aquatic housing system"^^xsd:string) +AnnotationAssertion( "aquatic habitat"^^xsd:string) +AnnotationAssertion( "A fish tank."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Analysis of blood flow modeling."^^xsd:string) +AnnotationAssertion(rdfs:label "divide and conquer"^^xsd:string) +AnnotationAssertion( "A data analysis technique used to analyze underdetermined biochemical models in bioinformatics."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://bioinformatics.oxfordjournals.org/content/25/4/519.abstract"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "polar scan system"^^xsd:string) +AnnotationAssertion( "http://www.biomedsearch.com/nih/Ultrasonic-polar-c-scan-system/18531816.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that consists of an multi-directional incident ultrasonic scanner used for for the nondestructive evaluation of composites and other materials."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A RAID server."^^xsd:string) +AnnotationAssertion(rdfs:label "computer server"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Server_%28computing%29"^^xsd:string) +AnnotationAssertion( "A computer, or series of computers, that link other computers or electronic devices together."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.williamssound.com/productdetail.aspx?product_id=312"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that is used for hearing assistance; it includes a transmitter with a microphone and receivers with headphones."^^xsd:string) +AnnotationAssertion(rdfs:label "hearing assistance system"^^xsd:string) +AnnotationAssertion( "A hearing aid."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "specimen preparation for storage"^^xsd:string) +AnnotationAssertion( "A material processing technique that involves preparing specimens for storage at a specific temperature, for either short-term or long-term storage, which may include aliquoting, and labeling the samples."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Aliquoting an antibody and freezing it at -80C."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An instrument used to capture and record analog inputs, digital inputs, temperature, humidity, pulse and logic signals, for electrophysiology."^^xsd:string) +AnnotationAssertion(rdfs:label "multichannel acquisition system"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "www.microdaq.com/data-logger/data-acquisition.php"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An organic compound with a large relative molecular mass, commonly created by some form of polymerization. "^^xsd:string) +AnnotationAssertion( "A carbohydrate."^^xsd:string) +AnnotationAssertion(rdfs:label "organic macromolecule"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Macromolecule"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Collection of a tissue from an organism to be used for experimental purposes. +"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Organ_harvesting"^^xsd:string) +AnnotationAssertion( "Collection of lymph nodes from a mouse."^^xsd:string) +AnnotationAssertion(rdfs:label "tissue harvesting"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cell_culture"^^xsd:string) +AnnotationAssertion( "Culture and propogation of parasites under controlled conditions in vitro."^^xsd:string) +AnnotationAssertion( "Culture of tapeworms."^^xsd:string) +AnnotationAssertion(rdfs:label "parasite culture"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A laboratory animal care technique that involves tattooing animals with identifying features such as numbers to permanently identify animals in an animal colony."^^xsd:string) +AnnotationAssertion(rdfs:label "animal tattooing"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Technique used to label animals in an animal colony."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://beef.unl.edu/learning/estrussynch.shtml"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used for animal breeding."^^xsd:string) +AnnotationAssertion( "A laboratory animal care technique that involves synchronization of estrus (heat) by manipulating the estrous cycle of female animals so they can be bred at approximately the same time."^^xsd:string) +AnnotationAssertion(rdfs:label "estrus synchronization"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Genetically_modified_organism"^^xsd:string) +AnnotationAssertion( "A non-viral organism whose genetic material has been altered using genetic engineering techniques."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A transgenic organism expressing GFP."^^xsd:string) +AnnotationAssertion(rdfs:label "transgenic organism"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "http://www.its.bldrdoc.gov/fs-1037/dir-015/_2213.htm") +AnnotationAssertion( ) +AnnotationAssertion( "FOTI") +AnnotationAssertion( "A material processing technique that involves the the transmission of light through through fibers made of transparent materials such as glasses and plastics."^^xsd:string) +AnnotationAssertion(rdfs:label "fiber optics transilumination "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky") +SubClassOf( ) +AnnotationAssertion( "Implantation of an integrated circuit device or RFID transponder encased in silicate glass under the skin of an organism. The chip typically contains a unique ID number that can be linked to information contained in an external database, used for identification purposes."^^xsd:string) +AnnotationAssertion( "Bio-chip implant"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Microchip_implant_%28human%29"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Microchipping pets."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "subdermal chip implantation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "growth and developmental manipulation"^^xsd:string) +AnnotationAssertion( "A material processing technique involving the manipulation of an organism at the developmental stage, for the purpose of understanding organismal development."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Use of transgenic mice to conditionally knockout a gene responsible for development."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "in vitro cell stimulation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Agent delivery of a molecule or protein that mimics the endogenous stimulant that is used to stimulate or activate cells in culture."^^xsd:string) +AnnotationAssertion( "Pulsing dendrtic cells with peptides in vitro."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Password protection on a document."^^xsd:string) +AnnotationAssertion( "A technique used to protect computer based personal or proprietary information and data from unauthorized viewers."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "computer privacy management"^^xsd:string) +AnnotationAssertion( "http://www.wisegeek.com/what-is-privacy-management.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "bronchoalveolar lavage"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Bronchoalveolar_lavage"^^xsd:string) +AnnotationAssertion( "Can be used to test for a lung infection."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Bronchial lavage"^^xsd:string) +AnnotationAssertion( "Lavage using a bronchoscope, which is passed through the mouth or nose into the lungs and fluid is squirted into a small part of the lung and then recollected for examination."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cerebro-spinal tap"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Spinal tap"^^xsd:string) +AnnotationAssertion( "http://www.weissandnewberrymds.com/services.htm"^^xsd:string) +AnnotationAssertion( "CSF collection "^^xsd:string) +AnnotationAssertion( "A technique used to collect cerebrospinal fluid (CSF) from an organism, which involves inserting a needle between the third and fourth lumbar vertebrae in the back and extracting a sample of fluid."^^xsd:string) +AnnotationAssertion( "Cerebrospinal fluid collection "^^xsd:string) +AnnotationAssertion( "A spinal tap may be performed to determine if a patient has a neurological disorder."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "calcium detector "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Can be used to record myocyte calcium and contractility. "^^xsd:string) +AnnotationAssertion( "An instrument used to detect calcium levels in a biological sample."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Locomotor_activity"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Blood pressure monitoring in an animal."^^xsd:string) +AnnotationAssertion( "A physiological assay that is performed to monitor animal physiology in response to experimental conditions."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "animal physiology monitoring"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "RT-PCR"^^xsd:string) +AnnotationAssertion( "Quantitative real time RT-PCR"^^xsd:string) +AnnotationAssertion(rdfs:label "real-time PCR"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.ambion.com/techlib/basics/rtpcr/index.html#1"^^xsd:string) +AnnotationAssertion( "qPCR"^^xsd:string) +AnnotationAssertion( "Quantitative real-time PCR can be used to detect differences in gene expression between samples."^^xsd:string) +AnnotationAssertion( "Real time PCR"^^xsd:string) +AnnotationAssertion( "A PCR technique that allows for detection and quantification of PCR products on a real-time basis."^^xsd:string) +AnnotationAssertion( "Quantitative PCR"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Transfection of a plasmid into a cell."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Gene_delivery"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gene delivery"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Agent delivery of foreign DNA into host organisms or cells."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Can be used to transfect T cells with plasmids or oligos."^^xsd:string) +AnnotationAssertion( "http://www.lonzabio.com/cell-biology/transfection/nucleofectiontrade-products/nucleofector/"^^xsd:string) +AnnotationAssertion(rdfs:label "nucleofector device "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An electroporator that consists of a single cuvette based system that allows efficient transfection of hard-to-transfect cell lines and primary cells with different substrates, e.g. DNA vectors or siRNA oligonucleotides, in low throughput format."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "www.urogyncenter.com/ug-glossary.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "urodynamics "^^xsd:string) +AnnotationAssertion( "A physiological assay that uses a small catheter inserted in the bladder to fill the bladder with water to study the function of the bladder and urethra during filling and urinating, to assess the pelvic floor muscle functions."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "ultra performance liquid chromatography instrument "^^xsd:string) +AnnotationAssertion( "A Waters nanoACQUITY UPLC."^^xsd:string) +AnnotationAssertion( "A high performance liquid chromatography instrument that can operate at higher pressures, up to 100 MPa (15,000 lbf/in²), or about 1000 atmospheres."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/High-performance_liquid_chromatography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Nucleic acid microarray assay"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/DNA_microarray"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay used to measure changes in gene expression levels, to detect single nucleotide polymorphisms (SNPs), or to genotype or resequence mutant genomes. It consists of an arrayed series of thousands of microscopic spots of DNA oligonucleotides, called features, each containing picomoles (10−12 moles) of a specific DNA sequence, known as probes (or reporters). These can be a short section of a gene or other DNA element that are used to hybridize a cDNA or cRNA sample (called target) under high-stringency conditions. Probe-target hybridization is usually detected and quantified by detection of fluorophore-, silver-, or chemiluminescence-labeled targets to determine relative abundance of nucleic acid sequences in the target. Since an array can contain tens of thousands of probes, a microarray experiment can accomplish many genetic tests in parallel."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Microdialysis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "microdialysis "^^xsd:string) +AnnotationAssertion( "A dialysis technique that requires the insertion of a small microdialysis catheter (also referred to as microdialysis probe) into the tissue of interest. The microdialysis probe is designed to mimic a blood capillary and consists of a shaft with a semipermeable hollow fiber membrane at its tip, which is connected to inlet and outlet tubing."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Enlarger"^^xsd:string) +AnnotationAssertion( "An instrument that consists of a specialized transparency projector used to produce photographic prints from film or glass negatives using the gelatin-silver process, or transparencies. All enlargers consist of a light source, normally an incandescent light bulb, a holder for the negative or transparency, and a specialised lens for projection. The light passes through a film holder, which holds a photographic negative or transparency, having been previously exposed in a camera and developed."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "photo enlarger "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that tells the spooler to alter a job according to the document data type. It works together with the printer driver to move the spooled print jobs from the hard disk drive to the printer. Localspl.dll is the print processor for all Windows-compatible printing; Sfmpsprt.dll is used to print to Apple devices."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://technet.microsoft.com/en-us/library/cc976744.aspx"^^xsd:string) +AnnotationAssertion(rdfs:label "print processor"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Ummadi M and Weimer BC. (2002) J Chromatogr A. 2002 Jul 26;964(1-2):243-53."^^xsd:string) +AnnotationAssertion( "Can be used for protein identification."^^xsd:string) +AnnotationAssertion( "A protein assay used to identify and quantitate amino acids at amol (10(-18)) concentration."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "capillary electrophoresis laser-induced fluorescence assay for amino acid analysis"^^xsd:string) +AnnotationAssertion( "CE-LIF"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Anemometer"^^xsd:string) +AnnotationAssertion( "A measurement instrument used for for measuring wind speed, commonly used at weather stations."^^xsd:string) +AnnotationAssertion(rdfs:label "anemometer "^^xsd:string) +AnnotationAssertion( "Measurements of wind speed at a weather station can be gathered using an anemometer."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Optical_table"^^xsd:string) +AnnotationAssertion( "An instrument that consists of a table or bench that is used for optics experiments and engineering."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "optical bench "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.teamwavelength.com/info/laserdiodedrivers.php"^^xsd:string) +AnnotationAssertion(rdfs:label "laser diode driver"^^xsd:string) +AnnotationAssertion( "A diode laser that is a constant current source, linear, noiseless, and accurate, that delivers exactly the current to the laser diode that it needs to operate for a particular application."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Bench top"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electronic_test_equipment "^^xsd:string) +AnnotationAssertion( "Testgear"^^xsd:string) +AnnotationAssertion( "An instrument that is used to create signals and capture responses from electronic Devices Under Test (DUTs). In this way, the proper operation of the DUT can be proven or faults in the device can be traced and repaired."^^xsd:string) +AnnotationAssertion(rdfs:label "electronic test equipment "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for transgenic animal production."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "embryo microinjection station "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Instruments used for microinjection into embryos, consisting of an inverted, epifluorescent microscope, pair of micromanipulators, CCD camera with monitor, Bionomic temperature controller for stage, Sutter pressure injector, and anti-vibration table."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "spectrum analyzer "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to examine the spectral composition of some electrical, acoustic, or optical waveform. It may also measure the power spectrum."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Spectrum_analyzer "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pulse generator "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Pulse_generator"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that is either an internal circuit or a piece of electronic test equipment used to generate pulses."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A blood pressure monitor is a medical device."^^xsd:string) +AnnotationAssertion( "An instrument used in the diagnosis of disease or other conditions or for use in the care, treatment, or prevention of disease that does not achieve any of its primary intended purposes by chemical action or by being metabolized."^^xsd:string) +AnnotationAssertion(rdfs:label "medical device "^^xsd:string) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/medical+device "^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Electron spin resonance measurement"^^xsd:string) +AnnotationAssertion( "EPR spectroscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "electron paramagnetic resonance spectroscopy "^^xsd:string) +AnnotationAssertion( "A molecular assay used to study chemical species that have one or more unpaired electrons, such as organic and inorganic free radicals or inorganic complexes possessing a transition metal ion."^^xsd:string) +AnnotationAssertion( "EPR"^^xsd:string) +AnnotationAssertion( "ESR"^^xsd:string) +AnnotationAssertion( "Electron spin resonance spectroscopy"^^xsd:string) +AnnotationAssertion( "Used for the detection and identification of free radicals in a sample."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electron_paramagnetic_resonance"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Can be used to infect cells with retroviruses expressing a gene of interest."^^xsd:string) +AnnotationAssertion( "http://books.google.com/books?id=oqs7CyFj0FUC&pg=PA475&lpg=PA475&dq=define+retrovirus+production&source=bl&ots=e8Yu8tLGSt&sig=c5V7OK32FUrpBricfX59CrKGquw&hl=en&ei=cBE2TaDXG5OssAPA1-yEBg&sa=X&oi=book_result&ct=result&resnum=9&ved=0CF0Q6AEwCA#v=onepage&q&f=false"^^xsd:string) +AnnotationAssertion( "Virus production of high-titer, retrovirus prepartions for use in gene delivery applications."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "retrovirus production"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Urodynamics "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "urodynamic testing system"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A measurement instrument that is used to asses how the bladder and urethra function of storing and releasing urine."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene chip scanner "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.affymetrix.com/estore/browse/products.jsp;jsessionid=314AF279151A26564770FA336CB6F033?categoryIdClicked=&productId=131503#1_1"^^xsd:string) +AnnotationAssertion( "An array scanner that scans next-generation higher-density arrays, including SNP arrays with up to 900,000 SNPs, tiling arrays for transcription and all-exon arrays."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A workstation set up to perform endoscopic evaluation of patients."^^xsd:string) +AnnotationAssertion(rdfs:label "endoscopic workstation "^^xsd:string) +AnnotationAssertion( "Delvaux et al. J Clin Gastroenterol. 1999 Sep;29(2):118-26."^^xsd:string) +AnnotationAssertion( "An instrument used to investigate the digestive tract to diagnose a digestive disease. The endoscopic workstation comprises of endoscopic instruments and a computer, allowing for acquisition of electronic images during the endoscopy and images can be used as support of the information about the results of the procedure."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "in situ hybridization workstation "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A setup for high throughput in situ hybridization, to analyze gene expression in samples."^^xsd:string) +AnnotationAssertion( "An instrument that automates the principal slide staining activities for slide processing used in immunohistochemistry (IHC), in situ hybridization (ISH), fluorescent in situ hybridization (FISH), and microarray slide processing applications."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.ventanadiscovery.com/"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "HPLC autosampler"^^xsd:string) +AnnotationAssertion( "http://www.labhut.com/products/autosamplers/autosampler_ht300l.php"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that is an automatic sampler designed to operate with a HPLC system, which can inject samples into the HPLC system."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/X-ray_generator"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "portable X-ray machine"^^xsd:string) +AnnotationAssertion( "An x-ray source that is portable and can be brought to the patient or object."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Analytical_chemistry"^^xsd:string) +AnnotationAssertion( "An instrument used for separation, identification, and quantification of the chemical components of natural and artificial materials."^^xsd:string) +AnnotationAssertion( "A sample selective analyzer used to analyze biological samples such as serum."^^xsd:string) +AnnotationAssertion(rdfs:label "chemistry analyzer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument which maintains subzero temperature for heat labile samples undergoing microscopic analysis."^^xsd:string) +AnnotationAssertion( "A crytostage is used to mount biospecimens, prior to sectioning with a cryostat."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cryostage"^^xsd:string) +AnnotationAssertion( "http://www.linkam.co.uk/index.php?page=shop.product_details&flypage=flypage-noprice.tpl&product_id=27&category_id=13&option=com_virtuemart&Itemid=70 "^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An improvised microscope made of photographic lenses that provides much larger numerical aperture (NA) for low magnification (for example, one or less) than a standard microscope objective."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "macroscope"^^xsd:string) +AnnotationAssertion( "Can be used to image biological samples."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "www.nature.com/nrn/journal/v5/n11/glossary/nrn1536_glossary.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for audio recording of speech."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "voice recording equipment"^^xsd:string) +AnnotationAssertion( "A tape recorder."^^xsd:string) +AnnotationAssertion( "http://www.phon.ucl.ac.uk/resource/audio/recording.html"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.chemguide.co.uk/analysis/chromatography/hplc.html"^^xsd:string) +AnnotationAssertion( "A part of a liquid chromatography instrument that detects absorption of UV light by samples. The output is recorded as a series of peaks - each one representing a compound in the mixture passing through the detector and absorbing UV light."^^xsd:string) +AnnotationAssertion(rdfs:label "UV detector"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used to detect ethidium bromide bound to DNA."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument which consists of computers used for data analysis."^^xsd:string) +AnnotationAssertion( "A flow cytometry analysis workstation, set up with software to analyze flow cytometry data."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "data analysis workstation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gene trapping"^^xsd:string) +AnnotationAssertion( "Experimental genetic modification used to introduce insertional mutations across the mammalian genome using a gene trap vector."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Gene_trapping"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "intubation"^^xsd:string) +AnnotationAssertion( "Agent delivery of a tube into an external or internal orifice of the body for the purpose of adding or removing fluids or air."^^xsd:string) +AnnotationAssertion( "Entubation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Intubation of a patient whose airway is blocked."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Intubation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An ovaectomy may be performed for a patient with ovarian cancer."^^xsd:string) +AnnotationAssertion( "http://cancer-symptoms.org/cancer-treatments/ovariectomy.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "ovarectomy"^^xsd:string) +AnnotationAssertion( "Surgical removal of one or both ovaries."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A measurement instrument used to determine surface properties of solids and liquids."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "surface tension and contact angle measurement system"^^xsd:string) +AnnotationAssertion( "microlab.berkeley.edu/labmanual/chap8/kruss.pdf +"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Protein expression data displays identification of unknown proteins, protein modifications, distinguishes protein isoforms and subsets and quantification of samples."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "protein expression data"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.selectscience.net/products/proteinpilot-software/?prodID=83453"^^xsd:string) +AnnotationAssertion( "Mass spectrometry data."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "image acquisition and analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Image acquisition and analysis of an MRI."^^xsd:string) +AnnotationAssertion( "An image analysis technique where images are acquired through a medical or scientific instrumentation and analyzed."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "image visualization and analysis"^^xsd:string) +AnnotationAssertion( "Visualization of bands on a gel and quantification using ImageJ software."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An image analysis technique where images acquired through clinical or scientific instrumentation are visualized and analyzed."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Applied_behavior_analysis"^^xsd:string) +AnnotationAssertion( "A morris water maze is a behavioral assay."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "behavioral assay"^^xsd:string) +AnnotationAssertion( "An organismal assay used to study the relationship of behavior to the environment or an experimental condition."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/NMR_spectra_database"^^xsd:string) +AnnotationAssertion( "NMR data"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "nuclear magnetic resonance data"^^xsd:string) +AnnotationAssertion( "Data depicting NMR spectra from a sample."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A blood pressure monitor."^^xsd:string) +AnnotationAssertion(rdfs:label "monitoring device"^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/monitoring+device"^^xsd:string) +AnnotationAssertion( "A visualization produced by a device that takes signals and displays them on a television screen or a computer monitor."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=260683422104"^^xsd:string) +AnnotationAssertion(rdfs:label "super 16 analyzer projector"^^xsd:string) +AnnotationAssertion( "An instrument that utilizes 16mm film and is used for data analysis, optical blowup or digital scanning."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "super 8 analyzer projector"^^xsd:string) +AnnotationAssertion( "An instrument that utilizes 8mm film and is used for data analysis, optical blowup or digital scanning."^^xsd:string) +AnnotationAssertion( "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=260683422104"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A spectrophotometer that measures the elemental composition, empirical formula, chemical state and electronic state of the elements that exist within a material."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "X-ray photoelectron spectrometer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/X-ray_photoelectron_spectroscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "ECG data"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.camntech.com/cnt_actiheart.htm"^^xsd:string) +AnnotationAssertion( "Software that records heart rate, inter-beat-interval (IBI), and physical activity and digitizes the ECG signal and determines the IBI from the R-to-R interval. From the IBI recordings, the heart rate and heart rate variability parameters are calculated. Caloric expenditure can be obtained through the use of a software algorithm that combines concurrent heart rate and activity data."^^xsd:string) +AnnotationAssertion(rdfs:label "electrocardiogram data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Analysis of nutritional content of food."^^xsd:string) +AnnotationAssertion( "http://www.ncc.umn.edu/products/ndsr.html"^^xsd:string) +AnnotationAssertion( "A behavioral assay used for collection and analyses of 24-hour dietary recalls and the analysis of food records, menus, and recipes. Calculation of nutrients occur immediately providing data per ingredient, food, meal, and day in report and analysis file formats."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "dietary analysis "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "artificial chromosome"^^xsd:string) +AnnotationAssertion( "A construct that is generated by inserting exogenous DNA into a plasmid containing features of a eukaryotic chromosome or prokaryotic episome that support replication and preservation in a host cell. Artificial chromosomes are used to clone large DNA fragments between 100,000 bases and 3,000,000 bases in size. "^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An artificial mouse chromosome."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "phagemid"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A hybrid plasmid that carries elements from the filamentous bacteriophage M13, including the M13 origin. A phagemid can be replicated form its plasmid origin as a circular double-stranded plasmid, or replicated from its M13 origin and packaged as single stranded DNA in viral particles in the presence of a helper phage."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Phagemid"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "RNAi plasmid"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A plasmid expressing transcripts that are processed into small RNA molecules, which target genes for post-transcriptional silencing through the RNAi pathway."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "RNA interference plasmid"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "Short hairpin RNA plasmid"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "shRNA plasmid"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Small hairpin RNA plasmid"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An RNA interference plasmid that expresses a short sequence of RNA that forms a short hairpin duplex. This gene product is processed by endogenous RNAi pathway machinery into a small interfering RNA (siRNA) molecule used to silence target gene expression."^^xsd:string) +AnnotationAssertion( "http://www.medterms.com/script/main/art.asp?articlekey=25734"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "dsRNA plasmid"^^xsd:string) +AnnotationAssertion( "Double stranded RNA plasmid"^^xsd:string) +AnnotationAssertion( "Used to knockdown gene function."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An RNA interference plasmid engineered to express complementary strands of RNA that form double-stranded duplexes, which are processed through the RNAi pathway into short interfering RNA (siRNA) molecules used to silence target gene expression."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "The gene specific targeting sequences in these small RNAs may or may not represent a naturally occurring miRNA, but they will contain flanking RNA regions that allow processing by endogenous miRNA pathway."^^xsd:string) +AnnotationAssertion( "micro RNA plasmid"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "miRNA plasmid"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An RNA interference plasmid that expresses a short sequence of RNA that includes elements required for processing by endogenous microRNA processing machinery into active microRNA molecules. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "miRNA cDNA plasmid"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A cDNA plasmid that carries a small cDNA insert from a pool of size-selected cDNAs, representing putative endogenous miRNAs."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "micro RNA cDNA plasmid"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A plasmid containing a reporter gene that is only expressed upon integration in a functional gene."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.nature.com/nbt/journal/v19/n6/full/nbt0601_579.html"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "TREX-Hygro gene trap plasmid."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gene trap plasmid"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A nucleic acid library that is a collection of nucleic acid molecules, stored in pools containing a single species of nucleic acid."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "nucleic acid oligo library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "nucleic acid oligonucleotide library"^^xsd:string) +AnnotationAssertion( "nucleic acid molecule library"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion(rdfs:label "construct library"^^xsd:string) +AnnotationAssertion( "A cDNA construct library."^^xsd:string) +AnnotationAssertion( "A nucleic acid library that contains a collection of distinct populations of microorganisms, each of which expresses a DNA construct carrying a piece of DNA from a source organism or cell line. In certain cases, this term can also refer to the collection of DNA constructs themselves."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "primer library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A nucleic acid molecule library that contains primer sets used for amplification of target nucleic acid sequences."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.realtimeprimers.com/hustceprli.html"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A nucleic acid molecule library containing RNA oligonucleotides used to silence gene expression in cells through the RNAi pathway."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "RNA interference oligonucleotide library"^^xsd:string) +AnnotationAssertion( "RNAi oligo library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "dsRNA oligo library"^^xsd:string) +AnnotationAssertion( "Used to knockdown gene function."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "double stranded oligonucleotide library"^^xsd:string) +AnnotationAssertion( "An RNAi oligonucleotide library that contains dsRNA oligonucleotides used to silence gene expression"^^xsd:string) +AnnotationAssertion(rdfs:label "dsRNA oligonucleotide library"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "micro RNA oliognucleotide library"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "miRNA oligonucleotide library"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "An RNAi oligonucleotide library that contains miRNA oligonucleotides used to silence gene expression."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "miRNA oligo library"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "small interfering RNA oligonucleotide library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An RNAi oligonucleotide library that contains siRNA oligonucleotides used to silence gene expression."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "siRNA oligo library"^^xsd:string) +AnnotationAssertion(rdfs:label "siRNA oligonucleotide library"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "miRNA cDNA library"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "micro RNA cDNA library"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A cDNA construct library that carries small cDNA inserts from a pool of size-selected cDNAs, representing putative endogenous miRNAs."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An RNA interference construct library that is a collection of miRNA plasmids."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "micro RNA construct library"^^xsd:string) +AnnotationAssertion(rdfs:label "miRNA construct library"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "RNA interference construct library"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A construct library that is a collection of constructs expressing transcripts, which are processed into small RNA molecules that target genes for post-transcriptional silencing through the RNAi pathway."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "RNAi construct library"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "small hairpin RNA construct library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.medterms.com/script/main/art.asp?articlekey=25734"^^xsd:string) +AnnotationAssertion( "An RNA interference construct library that is a collection of shRNA constructs."^^xsd:string) +AnnotationAssertion(rdfs:label "shRNA construct library"^^xsd:string) +AnnotationAssertion( "short hairpin RNA construct library"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "double stranded RNA construct library"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://cshprotocols.cshlp.org/cgi/content/extract/2006/3/pdb.prot4512"^^xsd:string) +AnnotationAssertion( "Used to knockdown gene function."^^xsd:string) +AnnotationAssertion( "An RNA interference construct library that is a collection of dsRNA constructs used to generate dsRNA, which serve as substrates for the RNAi pathway to generate siRNA molecules"^^xsd:string) +AnnotationAssertion(rdfs:label "dsRNA construct library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An artificial chromosome containing chromosomal features needed for replication and preservation in human cells, and used to propagate large sequences of DNA."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "HAC"^^xsd:string) +AnnotationAssertion( "Human artificial chromosome"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "phagemid library"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( " A genomic library that contains discrete collections of phagemid constructs carrying DNA inserts from a source organism, such that the collection of DNA inserts represents the entire genome of the source organism. "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Phagemid"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An siRNA oligonucleotide library that contains miRNA inhibitors, which are chemically synthesized siRNAs, which specifically inhibit endogenous miRNA function after transfection into cells."^^xsd:string) +AnnotationAssertion(rdfs:label "miRNA inhibitor siRNA library"^^xsd:string) +AnnotationAssertion( "http://www.qiagen.com/products/miscriptmirnainhibitors.aspx#Tabs=t0"^^xsd:string) +AnnotationAssertion( "micro RNA inhibitor siRNA library"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.leica-microsystems.com/products/electron-microscope-sample-preparation/industrial-materials/cryo-preparation/details/product/leica-em-pact2/"^^xsd:string) +AnnotationAssertion( "An instrument used for vitrifying samples up to 200µm in thickness without the artefacts of chemical fixation for light microscopy or electron microscopy applications."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "high pressure freezer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An accupulser."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that creates an environment that is as close as possible to reality."^^xsd:string) +AnnotationAssertion(rdfs:label "simulator "^^xsd:string) +AnnotationAssertion( "http://www.spaceday.org/index.php/Glossary-of-Aeronautics-Terms.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "teleconference equipment "^^xsd:string) +AnnotationAssertion( "Phone conferencing."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Teleconference"^^xsd:string) +AnnotationAssertion( "Instruments used to support teleconferencing by providing one or more of the following: audio, video, and/or data services by one or more means, such as telephone, computer, telegraph, teletype, radio, and television."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument where an image is superimposed on a screen picture, commonly used by modern television sets, VCRs, and DVD players to display information such as volume, channel, and time."^^xsd:string) +AnnotationAssertion(rdfs:label "screen display "^^xsd:string) +AnnotationAssertion( "Plasma display"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/On-screen_display"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A computer monitor."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Can be used to assist with visualization during surgery."^^xsd:string) +AnnotationAssertion( "An instrument that functions as a display device, worn on the head or as part of a helmet, that has a small display optic in front of one (monocular HMD) or each eye (binocular HMD)."^^xsd:string) +AnnotationAssertion(rdfs:label "head-mounted display"^^xsd:string) +AnnotationAssertion( "Helmet mounted display"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Head-mounted_display"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "HMD"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "projector system "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used for projecting an image onto a screen or other surface. +"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.answers.com/topic/projector"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An in situ hybridization technique that is used to detect and localize the presence or absence of specific DNA sequences on chromosomes. FISH uses fluorescent probes that bind to only those parts of the chromosome with which they show a high degree of sequence similarity. Fluorescence microscopy can be used to find out where the fluorescent probe is bound to the chromosomes."^^xsd:string) +AnnotationAssertion( "Can be used to fluorescently label proteins and study localization within a tissue."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fluorescence_in_situ_hybridization"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "FISH"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescent in situ hybridization "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Imaging of radiolabeled biomolecules."^^xsd:string) +AnnotationAssertion( "Scintillation camera"^^xsd:string) +AnnotationAssertion( "Anger camera"^^xsd:string) +AnnotationAssertion(rdfs:label "gamma camera "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Gamma_camera"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to image gamma radiation emitting radioisotopes, a technique known as scintigraphy."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Instrument that is used to visually distinguish normal from abnormal appearing tissue and take directed biopsies for further pathological examination."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "colposcope "^^xsd:string) +AnnotationAssertion( "A colposcope is used during a colonoscopy."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Colposcopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used to exert pulsed electrical signals to the sympathetic nerves in the legs or spine."^^xsd:string) +AnnotationAssertion(rdfs:label "sympathetic nerve simulator "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Spinal_cord_stimulator"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An electrophysiology assay used to record electrical properties of biological cells and tissues in vitro."^^xsd:string) +AnnotationAssertion(rdfs:label "in vitro electrophysiology recording "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrophysiology"^^xsd:string) +AnnotationAssertion( "Electrophysiology recording of a brain slice."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.thermoscientific.com/wps/portal/ts/products/detail?navigationId=L10523&categoryId=81880&productId=12710612"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "peristaltic pump "^^xsd:string) +AnnotationAssertion( "An instrument used for multichannel pumping with accurate flow control and broad flow range."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Pulsing T cells with tumor antigen, prior to adoptive transfer back into the patient, for tumor immunotherapy."^^xsd:string) +AnnotationAssertion( "http://www.dfhcc.harvard.edu/core-facilities/cell-manipulation/services-and-policies/"^^xsd:string) +AnnotationAssertion(rdfs:label "ex vivo genetic manipulation of cells"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Experimental genetic modification of cells ex vivo to alter gene expression followed by reintroduction into a host organism."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "remote manipulator arm "^^xsd:string) +AnnotationAssertion( "A instrument used for transmitting hand and finger movements to a remote robotic device, allowing the manipulation of objects that are too heavy, dangerous, small, or otherwise difficult to handle directly."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/Remote+manipulator"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A patient record from a doctor visit."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Data that contains patient health information generated by one or more encounters in any care delivery setting. Included in this information are patient demographics, progress notes, problems, medications, vital signs, past medical history, immunizations, laboratory data and radiology reports."^^xsd:string) +AnnotationAssertion(rdfs:label "electronic health record data"^^xsd:string) +AnnotationAssertion( "EHR"^^xsd:string) +AnnotationAssertion( "http://www.himss.org/ASP/topics_ehr.asp"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Sputter_coating"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that is used to coat specimens with a thin metal film that acts as a conduction path for the electrons that strike it during electron microscopy."^^xsd:string) +AnnotationAssertion(rdfs:label "sputter coater"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Electroporation using an Amaxa nucelofector device."^^xsd:string) +AnnotationAssertion(rdfs:label "nucleofection"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.snaggledworks.com/em_for_dummies/carbon_evaporation.html and http://en.wikipedia.org/wiki/Scanning_electron_microscope#Biological_samples +"^^xsd:string) +AnnotationAssertion( "An instrument designed to coat specimens with precise, thin films of carbon. These carbon films can offer a flat, orderly, insulating surface on which to place a specimen for electron microscopy."^^xsd:string) +AnnotationAssertion(rdfs:label "carbon evaporator"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/microdissection"^^xsd:string) +AnnotationAssertion( "A material processing technique performed to dissect tissues under magnification."^^xsd:string) +AnnotationAssertion( "Dissection of brain tissue to isolate the hippocampus."^^xsd:string) +AnnotationAssertion(rdfs:label "microdissection "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A cellular assay used to determine when cells are undergoing apoptosis: the process of programmed cell death (PCD) that occurs in multicellular organisms."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Apoptosis"^^xsd:string) +AnnotationAssertion(rdfs:label "apoptosis assay"^^xsd:string) +AnnotationAssertion( "Annexin V is an apoptosis assay."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Next gen"^^xsd:string) +AnnotationAssertion( "Sequencing, high-throughput nucleotide"^^xsd:string) +AnnotationAssertion( "NGS"^^xsd:string) +AnnotationAssertion( "Mardis (2008) Annu. Rev. Genomics Hum. Genet. 9:387-402"^^xsd:string) +AnnotationAssertion( "Next gen sequencing"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "High throughput DNA sequencing"^^xsd:string) +AnnotationAssertion( "High throughput nucleotide sequencing"^^xsd:string) +AnnotationAssertion( "Second generation sequencing"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Nucleotide sequencing, high-throughput"^^xsd:string) +AnnotationAssertion( "Genome sequencing"^^xsd:string) +AnnotationAssertion( "Next generation sequencing of target genes"^^xsd:string) +AnnotationAssertion( "A DNA sequencing technique that became commercially available in 2004 and is used by specific commercial platforms that embody a complex interplay of enzymology, chemistry, high-resolution optics, hardware, and software engineering. These instruments allow highly streamlined sample preparation steps prior to DNA sequencing, which provides a significant time savings and a minimal requirement for associated equipment in comparison to the highly automated, multistep pipelines necessary for clone-based high-throughput sequencing. Each technology amplifies single strands of a fragment library and perform sequencing reactions on the amplified strands. The fragment libraries are obtained by annealing platform-specific linkers to blunt-ended fragments generated directly from a genome or DNA source of interest. Because the presence of adapter sequences means that the molecules then can be selectively amplified by PCR, and no bacterial cloning step is required to amplify the genomic fragment in a bacterial intermediate as is done in traditional sequencing approaches."^^xsd:string) +AnnotationAssertion(rdfs:label "next generation DNA sequencing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Motion_analysis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "motion analysis data"^^xsd:string) +AnnotationAssertion( "Data about time-dependent, quantitative data on captured movements."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Computer aided design of a structural or procedural diagram, especially of an electrical or mechanical system."^^xsd:string) +AnnotationAssertion( "http://www.answers.com/topic/schematic"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "schematic design"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "physiological data"^^xsd:string) +AnnotationAssertion( "Data related to physiological recording or monitoring."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Data from an electrocardiogram."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/physiological"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "labelled DNA fragment data"^^xsd:string) +AnnotationAssertion( "Data input captured by the labeled DNA sequence."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A virus expressing a gene of interest."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A virus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "transgenic virus"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A baculovirus expressing a gene of interest."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "transgenic baculovirus"^^xsd:string) +AnnotationAssertion( "A transgenic virus derived from a baculovirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms."^^xsd:string) +AnnotationAssertion( "Baculovirus vector"^^xsd:string) +AnnotationAssertion( "Baculovirus supernatant"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Retrovirus vector"^^xsd:string) +AnnotationAssertion( "A transgenic virus derived from a lentivirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms."^^xsd:string) +AnnotationAssertion( "Retrovirus supernatant"^^xsd:string) +AnnotationAssertion(rdfs:label "transgenic retrovirus "^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Retrovirus expressing a gene of interest."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Adenovirus vector"^^xsd:string) +AnnotationAssertion( "A transgenic virus derived from an adenovirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "transgenic adenovirus"^^xsd:string) +AnnotationAssertion( "Adenovirus supernatant"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "An adenovirus overexpressing a gene of interest."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A transgenic virus derived from a lentivirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms."^^xsd:string) +AnnotationAssertion( "Lentivirus expressing a gene of interest."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Lentivirus vector"^^xsd:string) +AnnotationAssertion( "Lentivirus supernatant"^^xsd:string) +AnnotationAssertion(rdfs:label "transgenic lentivirus"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A transgenic virus derived from an andeno-associated virus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms."^^xsd:string) +AnnotationAssertion( "An adeno-associated virus overexpressing a gene of interest."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Adeno-associated virus supernatant"^^xsd:string) +AnnotationAssertion( "Adeno-associated virus vector"^^xsd:string) +AnnotationAssertion(rdfs:label "transgenic adeno-associated virus"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "reagent library"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A reagent that consists of a collection of individual reagents of a given type."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "cDNA plasmid"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A plasmid expressing cDNA of a gene of interest."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A plasmid with an insert derived from a cDNA molecule."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Gene silencing function"^^xsd:string) +AnnotationAssertion( "A perturb function that results in decreased expression levels of a target gene. This can be achieved through targeting a gene directly through gene knockout or modification of the its DNA sequence, or targeting of the mRNA product of a gene using technologies such as RNAi."^^xsd:string) +AnnotationAssertion( "Knockdown the function of a gene, to study the function of that gene."^^xsd:string) +AnnotationAssertion( "Gene repression function"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gene knockdown function"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A gene knockdown function that targets genes for post-transcriptional silencing through the RNA interference pathway."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "RNA interference function"^^xsd:string) +AnnotationAssertion( "RNAi function"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A nucleic acid library that consists of a collection of gene knockdown reagents, which are capable of reducing the expression of target genes in a biological system."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "gene knockdown library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "Gene repression library"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A siRNA library."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Gene silencing library"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A gene knockdown library that consists of a collection of RNAi oligonucleotides or RNAi plasmids."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "RNA interference library"^^xsd:string) +AnnotationAssertion( "RNAi library"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "siRNA oligos."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A reagent that is capable of reducing the expression of a target gene in a biological system."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "gene knockdown reagent"^^xsd:string) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "A reagent that is a polymer comprised of DNA nucleotides."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A primer."^^xsd:string) +AnnotationAssertion(rdfs:label "DNA reagent"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A riboprobe."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A reagent that is a polymer comprised of RNA nucleotides."^^xsd:string) +AnnotationAssertion(rdfs:label "RNA reagent"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "A DNA reagent consisting of a short, linear DNA polymer, typically with 100 or fewer bases."^^xsd:string) +AnnotationAssertion( "DNA oligo"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Oligonucleotide, http://www.operon.com/products/custom_oligos/glossary.aspx"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A primer."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "DNA oligonucleotide"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "DNA probe"^^xsd:string) +AnnotationAssertion( "Used for Southern blot anlaysis."^^xsd:string) +AnnotationAssertion( "http://www.everythingbio.com/glos/definition.php?word=DNA+probe"^^xsd:string) +AnnotationAssertion( "A DNA oligonucleotide that is a single-stranded DNA molecule used to detect the presence of a complementary sequence among a mixture of other nucleic acid molecules."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "RNA oligo"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "An RNA reagent consisting of a short, linear RNA polymer, typically with 100 or fewer bases."^^xsd:string) +AnnotationAssertion(rdfs:label "RNA oligonucleotide"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "RNA interference oligonucleotide"^^xsd:string) +AnnotationAssertion( "An RNA interference reagent used to silence expression of a target gene in cells, through the RNA interference pathway."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "RNAi oligonucleotide"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Used to knockdown gene function."^^xsd:string) +AnnotationAssertion( "dsRNA oligo"^^xsd:string) +AnnotationAssertion( "An RNA interference oligonucleotide comprised of complementary strands of RNA that form double-stranded duplexes, and can be processed through the RNAi pathway into short interfering RNA (siRNA) molecules used to silence target gene expression."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "dsRNA oligonucletide"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "miRNA oligonucleotide"^^xsd:string) +AnnotationAssertion( "An RNA interference oligonucleotide that includes gene-specific targeting sequences intended to silence expression of a target gene through the RNAi pathway, and also contains flanking miRNA sequence elements that allow for processing by cellular microRNA processing machinery into active miRNA molecules."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "miRNA oligo"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "siRNA oligonucleotide"^^xsd:string) +AnnotationAssertion( "An RNA interference oligonucleotide capable of silencing expression of a target gene through the RNAi pathway. siRNAs are synthesized as single-stranded molecules, typically 19-25 nucleotides in length, and paired with complementary sequences to form duplexes that serve as substrates for cellular RNAi processing machinery."^^xsd:string) +AnnotationAssertion( "MHB, http://www.sigmaaldrich.com/life-science/custom-oligos/sirna-oligos.html"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "siRNA oligo"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "RNAi reagent"^^xsd:string) +AnnotationAssertion( "A gene knockdown reagent that is capable of reducing the expression of a target gene in a biological system through the RNA interference pathway."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "RNA interference reagent"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "Massively-Parallel Sequencing"^^xsd:string) +AnnotationAssertion( "Sequencings, Massively-Parallel"^^xsd:string) +AnnotationAssertion( "A DNA sequencing by ligation technique that involves a bead-based method that uses a complex approach of adapter ligation followed by adapter decoding, reading the sequence in increments of four nucleotides; this method made it susceptible to sequence-specific bias or loss of specific sequences."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/DNA_sequencing#High-throughput_sequencing"^^xsd:string) +AnnotationAssertion(rdfs:label "massively parallel signature sequencing"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Massively Parallel Sequencing"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Can be used to identify genome sequences."^^xsd:string) +AnnotationAssertion( "Lynx Therapeutics' Massively Parallel Signature Sequencing "^^xsd:string) +AnnotationAssertion( "MPSS"^^xsd:string) +AnnotationAssertion( "Sequencing, Massively-Parallel"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A reagent library consisting of a collection of organisms."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "organism library"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "miRNA inhibitor siRNA oligonucleotide"^^xsd:string) +AnnotationAssertion( "A siRNA oligonucleotide that specifically inhibits endogenous miRNA function in cells."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "miRNA inhibitor siRNA oligo"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid fragment analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.brc.cornell.edu/brcinfo/?p=fraganalysis"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay used to determine the size of your DNA or RNA fragments by using a fluorescence-based detection system."^^xsd:string) +AnnotationAssertion( "Fragment analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "AFLP-PCR"^^xsd:string) +AnnotationAssertion( "Used to detect various polymorphisms in different genomic regions simultaneously. "^^xsd:string) +AnnotationAssertion( "A PCR based technique used to detect polymorphisms in DNA. It uses restriction enzymes to digest genomic DNA, followed by ligation of adaptors to the sticky ends of the restriction fragments. A subset of the restriction fragments are then selected to be amplified and the amplified fragments are visualized on denaturing polyacrylamide gels either through autoradiography or fluorescence methodologies."^^xsd:string) +AnnotationAssertion(rdfs:label "amplified fragment length polymorphism PCR "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "AFLP"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Amplified_fragment_length_polymorphism"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "DNA fragment analysis."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "T-RFLP"^^xsd:string) +AnnotationAssertion( "An RFLP technique for profiling of microbial communities based on the position of a restriction site closest to a labeled end of an amplified gene. The method is based on digesting a mixture of PCR amplified variants of a single gene using one or more restriction enzymes and detecting the size of each of the individual resulting terminal fragments using a DNA sequencer."^^xsd:string) +AnnotationAssertion( "TRFLP "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Terminal_restriction_fragment_length_polymorphism"^^xsd:string) +AnnotationAssertion(rdfs:label "terminal restriction fragment length polymorphism"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Biocuration for a databse."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Data_management"^^xsd:string) +AnnotationAssertion( "A data transformation technique that comprises all the disciplines related to managing data as a valuable resource."^^xsd:string) +AnnotationAssertion(rdfs:label "data management"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "quality control"^^xsd:string) +AnnotationAssertion( "Quality control over drug manufacturing."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.wisegeek.com/what-is-quality-control.htm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A technique used to ensure a certain level of quality in a product or service."^^xsd:string) +AnnotationAssertion( "QC"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Necropsy"^^xsd:string) +AnnotationAssertion( "An organismal assay used to examine the organs of a dead body to determine the cause of death or to study the pathologic changes present."^^xsd:string) +AnnotationAssertion( "http://www.medilexicon.com/medicaldictionary.php?t=8793"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "autopsy"^^xsd:string) +AnnotationAssertion( "Analysis of tumor size and composition in a deceased mouse exposed to a mutagenic substance."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "database maintenance "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Maintaining the eagle-i repositories."^^xsd:string) +AnnotationAssertion( "http://www.wisegeek.com/what-is-database-maintenance.htm"^^xsd:string) +AnnotationAssertion( "A data transformation technique that is used to keep a database running smoothly."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Development of the eagle-i data repositories."^^xsd:string) +AnnotationAssertion(rdfs:label "database development"^^xsd:string) +AnnotationAssertion( "A data transformation technique used to describe the process of database design and implementation."^^xsd:string) +AnnotationAssertion( "www.cs.uiowa.edu/~jni/courses/DatabaseManagementSystem/presentation/keyTermsChap06.doc"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A material processing technique that eliminates (removes) or kills all forms of life, including transmissible agents (such as fungi, bacteria, viruses, spore forms, etc.) present on a surface, contained in a fluid, in medication, or in a compound such as biological culture media."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.ph.ucla.edu/epi/bioter/anthapha_def_a.html"^^xsd:string) +AnnotationAssertion( "Sterilization of surgical instruments."^^xsd:string) +AnnotationAssertion(rdfs:label "sterilization"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "microorganism culture and propagation"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Microbiology"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Culture and propogation of microorganisms, which are microscopic, unicellular, and cell-cluster organisms."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Anaerobic_organism"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "anaerobic culture"^^xsd:string) +AnnotationAssertion( "Anaerobic bacteria culture "^^xsd:string) +AnnotationAssertion( "Anaerobic bacterial cultures are performed to identify bacteria that grow only in the absence of oxygen and which may cause human infection."^^xsd:string) +AnnotationAssertion( "Microorganism culture and propogation in a non-oxygenated environment."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Bacterial culture expressing a plasmid of interest, used for cloning."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Microorganism culture and propogation in an oxygenated environment."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Aerobic_organism"^^xsd:string) +AnnotationAssertion(rdfs:label "aerobic culture"^^xsd:string) +AnnotationAssertion( "Wound culture"^^xsd:string) +AnnotationAssertion( " Culture, routine"^^xsd:string) +AnnotationAssertion( "Routine culture"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Microorganism culture and propogation of dermatophytes, fungi that commonly causes skin disease in animals and humans."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "dermatophyte culture"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Dermatophyte"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Microorganism culture and propogation where carbon dioxide is added in the culture mediums to enhance the culture conditions."^^xsd:string) +AnnotationAssertion(rdfs:label "CO2 enriched culture"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Bacterial culture used for subcloning."^^xsd:string) +AnnotationAssertion( "Carbon dioxide enriched culture"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Preparing mice for air travel."^^xsd:string) +AnnotationAssertion( "A laboratory animal care technique used to safely transport animals from one location to another."^^xsd:string) +AnnotationAssertion(rdfs:label "animal transporting"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "tissue procurement"^^xsd:string) +AnnotationAssertion( "http://www.pathology.med.umich.edu/giordano_lab/tps.htm"^^xsd:string) +AnnotationAssertion( "Tissue harvesting"^^xsd:string) +AnnotationAssertion( "Harvesting lymph nodes from a mouse."^^xsd:string) +AnnotationAssertion( "A material processing technique performed to procure tissue from surgical resection specimens for research purposes."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.dartmouth.edu/~dartlab/index.php?page=multiplexed-cytokines"^^xsd:string) +AnnotationAssertion( "Can be used to detect IL-2 levels in a sample."^^xsd:string) +AnnotationAssertion( "A molecular assay used for cytokine detection in a sample, where the multiplex capture antibody is attached to a bead."^^xsd:string) +AnnotationAssertion(rdfs:label "multiplexed cytokine assay"^^xsd:string) +AnnotationAssertion( "Multiplex cytokine assay"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Multi-plex cytokine assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Breeding a MHC congenic mouse."^^xsd:string) +AnnotationAssertion(rdfs:label "congenic backcrossing"^^xsd:string) +AnnotationAssertion( "A mouse breeding technique used to generate congenic strains; strains generated by repeated backcrossing (at least 10 generations) that differ from one another only with respect to a small chromosomal segment. Many congenic mouse strains differ only in a segment containing the major histocompatibility complex."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://mouse.ornl.gov/mmdb/Search-pulldownglossary.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "magnetic resonance imaging"^^xsd:string) +AnnotationAssertion( "Used to study brain function and activity."^^xsd:string) +AnnotationAssertion( "http://wordnetweb.princeton.edu/perl/webwn?s=mri"^^xsd:string) +AnnotationAssertion( "A physiological assay that uses nuclear magnetic resonance of protons to produce proton density images."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "MRI"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.ncbi.nlm.nih.gov/pubmed/16148633"^^xsd:string) +AnnotationAssertion( "A physiological assay that complements magnetic resonance imaging (MRI) as a non-invasive means for the characterization of tissue. While MRI uses the signal from hydrogen protons to form anatomic images, proton MRS uses this information to determine the concentration of brain metabolites such as N-acetyl aspartate (NAA), choline (Cho), creatine (Cr) and lactate in the tissue examined."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "magnetic resonance spectroscopy"^^xsd:string) +AnnotationAssertion( "MRS"^^xsd:string) +AnnotationAssertion( "Used to study brain function and activity."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A material processsing technique used to produce an organism in which there has been a deliberate modification of the genome in contrast to spontaneous mutation. Foreign DNA is introduced into the animal, using recombinant DNA technology, and then must be transmitted through the germ line so that every cell, including germ cells, of the animal contain the same modified genetic material."^^xsd:string) +AnnotationAssertion( "Generation of a transgenic animal that is homozygous for the Mad4 gene."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "transgenic organism model generation"^^xsd:string) +AnnotationAssertion( "Mutant animal model generation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://people.ucalgary.ca/~browder/transgenic.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "spectrophotometry"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A molecular assay that is the quantitative measurement of the reflection or transmission properties of a material as a function of wavelength."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Spectrophotometry"^^xsd:string) +AnnotationAssertion( "Spectroscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Immunocytochemistry"^^xsd:string) +AnnotationAssertion( "Using antibodies to identify proteins in a cell."^^xsd:string) +AnnotationAssertion( "A cellular assay that uses antibodies that target specific peptides or protein antigens in the cell via specific epitopes. These bound antibodies can then be detected using several different methods."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "immunocytochemistry"^^xsd:string) +AnnotationAssertion( "ICC"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.yourdictionary.com/phenotype"^^xsd:string) +AnnotationAssertion( "Cellular phenotyping"^^xsd:string) +AnnotationAssertion( "Use of flow cytometry to identify a population of cells."^^xsd:string) +AnnotationAssertion( "A cellular assay used to identify the characteristics of an organism collectively, including anatomical and psychological traits, that result from both its heredity and its environment."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cell phenotyping"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A technique used for isolating specific cells of interest from microscopic regions of tissue/cells/organisms."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "LAM"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Laser capture microscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "laser capture microdissection"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Laser_capture_microdissection"^^xsd:string) +AnnotationAssertion( "LCM"^^xsd:string) +AnnotationAssertion( "LMD"^^xsd:string) +AnnotationAssertion( "Laser-assisted microdissection "^^xsd:string) +AnnotationAssertion( "Microdissection"^^xsd:string) +AnnotationAssertion( "Laser MicroDissection "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "animal handling"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "How to handle animals when performing i.p. injections."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A laboratory animal care technique used to humanely handle animals in a way that causes the least amount of stress to the animal for experimentation purposes."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "licensing"^^xsd:string) +AnnotationAssertion( "Licensing of a new technology."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/License"^^xsd:string) +AnnotationAssertion( "A technique that authorizes a use (such as copying software or using a (patented) invention) to a licensee, sparing the licensee from a claim of infringement brought by the licensor."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "peptide library construction"^^xsd:string) +AnnotationAssertion( "Reagent library preparation of peptides used for research purposes."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Blood pressure assessment"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A physiological assay used to measure blood pressure in an organism."^^xsd:string) +AnnotationAssertion( "Blood pressure measurement"^^xsd:string) +AnnotationAssertion(rdfs:label "blood pressure analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "animal modeling of ischemic stroke"^^xsd:string) +AnnotationAssertion( "Ischemia induction"^^xsd:string) +AnnotationAssertion( "Ischemia model"^^xsd:string) +AnnotationAssertion( "Ischemic induction"^^xsd:string) +AnnotationAssertion( "Experimental disease induction performed to induce cerebral ischemia in an animal model, to study of basic processes or potential therapeutic interventions in this disease, and the extension of the pathophysiological knowledge on and/or the improvement of medical treatment of human ischemic stroke."^^xsd:string) +AnnotationAssertion( "Hind limb ischemia model."^^xsd:string) +AnnotationAssertion( "Ischemia modeling"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Animal_models_of_ischemic_stroke"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An imaging technique that involves the process, activity and art of creating still or moving pictures by recording radiation on a sensitive medium, such as a photographic film, or an electronic sensor."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "photography"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Photography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A technique that uses mathematical models in computational science that requires extensive computational resources to study the behavior of a complex system by computer simulation."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Computational_model"^^xsd:string) +AnnotationAssertion(rdfs:label "computational modeling technique"^^xsd:string) +AnnotationAssertion( "3D modeling of blood flow."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "3D computational fluid-dynamics modeling"^^xsd:string) +AnnotationAssertion( "A technique that models the complexities of a fluid-flow, given system geometry and a set of known or approximated boundary conditions."^^xsd:string) +AnnotationAssertion( "The application of a computer model to blood flow. "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "blood transport computational modeling"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A 3D computational fluid-dynamics modeling technique that simulates exclusively blood flow."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Analysis of blood flow in a developing chick."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "transport service"^^xsd:string) +AnnotationAssertion( "Transport of a patient within a hospital."^^xsd:string) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A service offering that describes a service in which the provider facilitates the transport of some material entity to a specified destination for the service consumer."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A service offering that describes a service in which the provider assists the consumer in activities directly or indirectly associated with the production and analysis or experimental research data."^^xsd:string) +AnnotationAssertion( "Technical support."^^xsd:string) +AnnotationAssertion(rdfs:label "support service"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion( "A storage service offering that describes a service in which the consumer provides some material as input which a service provider stores and returns as output"^^xsd:string) +AnnotationAssertion(rdfs:label "material storage service"^^xsd:string) +AnnotationAssertion( "Cryopreservation service."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A storage service offering that describes a service in which the consumer provides data as input, which a service provider stores and returns as output in its original form."^^xsd:string) +AnnotationAssertion(rdfs:label "data storage service"^^xsd:string) +AnnotationAssertion( "Storing data on a server."^^xsd:string) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "maintenance service"^^xsd:string) +AnnotationAssertion( "A service offering that describes a service in which the provider actively maintains a material or data resource (e.g. a model organism colony or database) for the service consumer. This may involved making physical alterations to the material or data with the goal of maintaining its integrity or features."^^xsd:string) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A maintenance service offering that describes a service in which the provider actively maintains a material resource (e.g. a model organism colony) for the service consumer. A material maintenance service may or may not include storage of the material input."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Maintaining an animal coloy."^^xsd:string) +AnnotationAssertion(rdfs:label "material maintenance service"^^xsd:string) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Maintaining a database."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A maintenance service offering that describes a service in which the provider actively manages or maintains data or a database for the service consumer. Maintenance of the data is performed to maintain its integrity or enhance its quality or utility for the consumer, but new data is not generated as a result of the maintenance."^^xsd:string) +AnnotationAssertion(rdfs:label "data maintenance service"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "analysis service"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Flow cytometry analysis service."^^xsd:string) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion( "A service offering that describes a service in which the consumer provides some input material or data and a service provider returns data about the input material or data."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data analysis service"^^xsd:string) +AnnotationAssertion( "data transformation service"^^xsd:string) +AnnotationAssertion( "Sequence data analysis."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "data processing service"^^xsd:string) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "An analysis service offering that describes a service in which the consumer provides some input data and a service provider transforms, models, or interprets the input data and returns this generated data as output"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matt Brush"^^xsd:string) +AnnotationAssertion( "A material processing service offering that describes a service in which the provider makes physical modifications to a specified input material, such that at least one of the specified outputs of this process is a modified version of a specified input material."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Histology service."^^xsd:string) +AnnotationAssertion(rdfs:label "material modification service"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A transgenic animal model generation of a transgenic mouse or mice. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A GFP expressing mouse."^^xsd:string) +AnnotationAssertion( "Transgenic mouse generation"^^xsd:string) +AnnotationAssertion(rdfs:label "transgenic mouse model generation"^^xsd:string) +AnnotationAssertion( "Mutant mouse generation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Affymetric SNP array"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A nucleic acid microarray assay that uses the GeneChip® System as the platform for analyzing complex genetic information."^^xsd:string) +AnnotationAssertion(rdfs:label "affymetrix array"^^xsd:string) +AnnotationAssertion( "Affy"^^xsd:string) +AnnotationAssertion( "Affymetrix microarray"^^xsd:string) +AnnotationAssertion( "Used to compare differential gene expression between samples."^^xsd:string) +AnnotationAssertion( "Affymetric microarray"^^xsd:string) +AnnotationAssertion( "http://www.affymetrix.com/estore/browse/brand/brandOverview.jsp;jsessionid=44DD3FD76424BB1861E4818FE5C48E4F?category=35677&categoryIdClicked=35677&rootCategoryId=35677&navMode=35677&aId=brandsNav"^^xsd:string) +AnnotationAssertion( "Affy array"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Affymetrix SNP array"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "chicken embryo preparation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Sample preparation of chicken embryos for experimental research."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "4-D image reconstruction algorithm"^^xsd:string) +AnnotationAssertion( "A data transformation technique used to coordinate and arrange sets of spatial images with their time stamps to produce a 4D image."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Mathematical modeling of a heart. "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "digital imaging"^^xsd:string) +AnnotationAssertion( "Digital image acquisition"^^xsd:string) +AnnotationAssertion( "An imaging technique used to create digital images, typically from a physical scene."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Digital_imaging"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "MRI imaging."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "doppler OCT"^^xsd:string) +AnnotationAssertion( "Optical coherence tomography that uses time domain optical coherence tomography and Doppler shifts from a moving objective to acquire and process images."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Optical_coherence_tomography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Doppler optical coherence tomography"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "fluid velocity measurements"^^xsd:string) +AnnotationAssertion( "A materials assay for quantifying the velocity of bulk fluid flows."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Flow_measurement"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Synchronization of 4D non-gated images by optical coherence tomography"^^xsd:string) +AnnotationAssertion(rdfs:label "synchronization of 4D non-gated images by OCT"^^xsd:string) +AnnotationAssertion( "An imaging OCT technique that arranges images collected without external triggering from time domain optical coherence tomography sequentially in time."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Optical_coherence_tomography "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Spectral doppler imaging"^^xsd:string) +AnnotationAssertion(rdfs:label "spectral doppler optical coherence tomography "^^xsd:string) +AnnotationAssertion( "SDI"^^xsd:string) +AnnotationAssertion( "http://adsabs.harvard.edu/abs/2010SPIE.7554E..47Y"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A doppler OCT technique that provides complementary temporal flow information to the spatially distributed flow information of Doppler imaging."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "SDOCT"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Doppler_effect#Velocity_profile_measurement"^^xsd:string) +AnnotationAssertion(rdfs:label "doppler velocity measurements"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A fluid velocity measurement technique for non-invasive, real-time measurement of the complete velocity profile of a liquids containing particles in suspension."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "neuroantomical mapping"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Brain_mapping"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Brain mapping"^^xsd:string) +AnnotationAssertion( "A physiological assay predicated on the mapping of (biological) quantities or properties onto spatial representations of the (human or non-human) brain resulting in maps."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "ISH using zebra finch zRalDH digoxigenin-labeled riboprobes."^^xsd:string) +AnnotationAssertion( "Radioactive in situ analysis"^^xsd:string) +AnnotationAssertion( "Radioactive ISH"^^xsd:string) +AnnotationAssertion( "Radioactive in-situ hybridization"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An in situ hybridization technique that uses radioactive probes to detect the gene of interest."^^xsd:string) +AnnotationAssertion(rdfs:label "radioactive in situ hybridization"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A cellular assay used to trace neural connections from their point of termination (the synapse) to their source (the cell body)."^^xsd:string) +AnnotationAssertion(rdfs:label "retrograde labeling"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Retrograde_tracing"^^xsd:string) +AnnotationAssertion( "Use of viral strains as markers of a cell�s connectivity to the injection site. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://minneapolis.injuryboard.com/miscellaneous/iontophoresis-injection-without-the-needle.aspx?googleid=287626"^^xsd:string) +AnnotationAssertion( "Agent delivery of a substance into the skin or tissue via an electrical charge."^^xsd:string) +AnnotationAssertion(rdfs:label "iontophoresis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "mutant organism"^^xsd:string) +AnnotationAssertion( "Organism that has a sequence alteration, generally one that causes a change in phenotype or gene disfunction."^^xsd:string) +AnnotationAssertion( "A transgenic mouse."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "Immunohistochemistry is a tissue assay."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "tissue/organ assay"^^xsd:string) +AnnotationAssertion( "An assay that generates data about anatomical entities or processes at a tissue or organ scale of granularity."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Culture of cell lines."^^xsd:string) +AnnotationAssertion( "http://oxforddictionaries.com/definition/culture?region=us"^^xsd:string) +AnnotationAssertion( "A material processing technique used to create and maintain conditions suitable for growth of a living entity such as tissue cells, or bacteria."^^xsd:string) +AnnotationAssertion( "In vitro culture and propagation"^^xsd:string) +AnnotationAssertion(rdfs:label "culture and propagation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Mass spectrometry."^^xsd:string) +AnnotationAssertion(rdfs:label "protein assay"^^xsd:string) +AnnotationAssertion( "A molecular assay that generates data about the presence, abundance, structure, function, or activity of proteins."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "organismal assay"^^xsd:string) +AnnotationAssertion( "Phenotype characterization of a transgenic mouse."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An assay that generates data about the physical characteristics, physological functions, or behavior of organisms or viruses."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A molecular assay that generates data about the presence, abundance, structure, function, or activity of nucleic acids."^^xsd:string) +AnnotationAssertion(rdfs:label "nucleic acid assay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PCR."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.answers.com/topic/protein-sequencing"^^xsd:string) +AnnotationAssertion( "Sequencing of a novel protein."^^xsd:string) +AnnotationAssertion(rdfs:label "protein sequencing "^^xsd:string) +AnnotationAssertion( "A protein assay that involves the determination of the arrangement of the amino acid sequence of a protein."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Clinical diagnosis of a disease."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An organismal assay designed to capture information about clinical samples or specimens."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "clinical assay"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "electrophysiology assay"^^xsd:string) +AnnotationAssertion( "A cellular assay used to study electrical properties of biological cells and tissues, which involves measurements of voltage change or electric current."^^xsd:string) +AnnotationAssertion( "Used to test brain activity."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrophysiology"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "monoclonal antibody production"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Antibody production in which of large quantities of identical antibody molecules (targeted against a particular antigen) are produced."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Production of an mouse anti-human OX40 antibody."^^xsd:string) +AnnotationAssertion( "http://www.accessexcellence.org/RC/VL/GG/monoclonal.php"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "organ perfusion"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.medilexicon.com/medicaldictionary.php?t=66872"^^xsd:string) +AnnotationAssertion( "A material processing technique that forces blood or other fluid to flow from the artery through the vascular bed of a tissue or organ or to flow through the lumen of a hollow structure, for example an isolated renal tubule."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.merriam-webster.com/dictionary/physiology"^^xsd:string) +AnnotationAssertion( "Electrocardiogram."^^xsd:string) +AnnotationAssertion( "An organismal assay designed to capture information pertaining to the the organic processes and phenomena of an organism or any of its parts or of a particular bodily process."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "physiological assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A material processing technique used to engineer a construct."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Vector construction"^^xsd:string) +AnnotationAssertion( "Construct construction"^^xsd:string) +AnnotationAssertion( "Generating a plasmid that overexpresses a gene of interest tagged to GFP."^^xsd:string) +AnnotationAssertion(rdfs:label "construct engineering"^^xsd:string) +AnnotationAssertion( "Vector engineering"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Design of a flow cytometer."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "instrument and electronics design"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A technique involving a strategic approach to creating an instrument or electronic device."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Device design"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "materials assay"^^xsd:string) +AnnotationAssertion( "An assay that generates data about the physical features of materials not of biological origin."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Metallurgy."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Experimental genetic engineering"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A material processing technique that involves the direct human manipulation of an organism's genome using modern DNA technology in an experimental setting."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Gene therapy."^^xsd:string) +AnnotationAssertion(rdfs:label "experimental genetic modification"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Genetic_engineering"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Fixing tissue with formaldehyde."^^xsd:string) +AnnotationAssertion( "Molecular modification"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "chemical modification"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A material processing technique in which substrate material is modified by the addition of a chemical agent that modifies the chemical structure of the substrate."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Carbohydrate synthesis."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Biomolecule"^^xsd:string) +AnnotationAssertion( "Chemical synthesis of a biomolecule; any molecule that is produced by a living organism, including large polymeric molecules such as proteins, polysaccharides, lipids, and nucleic acids as well as small molecules such as primary metabolites, secondary metabolites, and natural products."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "biomolecule synthesis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.udel.edu/biology/Wags/b617/temprep/temprep1.htm"^^xsd:string) +AnnotationAssertion( "Histological sample preparation that uses agents which permeate tissues and cells and combine covalently with their major biochemical constituents (lipids, proteins and carbohydrates) and fix them into place."^^xsd:string) +AnnotationAssertion(rdfs:label "fixation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Fixation of tissue, prior to immunohistochemistry."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Experimental disease induction used to model infarction, the formation of an infarct, an area of tissue death (necrosis) due to a local lack of oxygen caused by obstruction of the tissue's blood supply."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Infarction"^^xsd:string) +AnnotationAssertion(rdfs:label "infarction model"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used for stroke models."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.yourdictionary.com/reagent"^^xsd:string) +AnnotationAssertion( "Material production of a library or reagents, for use in a chemical reaction or other experimental processes, to detect, measure, examine, or produce other substances."^^xsd:string) +AnnotationAssertion( "Preparation of a cDNA library."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "reagent library preparation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://oxforddictionaries.com/definition/implant"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "implantation"^^xsd:string) +AnnotationAssertion( "Implantation of a piece of tissue into a blastocyst."^^xsd:string) +AnnotationAssertion( "Agent delivery of a thing implanted in something else, such as a piece of tissue, prosthetic device, or other object implanted in the body."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Tissue_culture"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "tissue culture"^^xsd:string) +AnnotationAssertion( "Culture and propogation of tissues and/or cells separate from the organism."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Agent delivery of a host organization by a foreign species in an experimental setting."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Infection_%28disambiguation%29"^^xsd:string) +AnnotationAssertion(rdfs:label "experimental infection"^^xsd:string) +AnnotationAssertion( "Infection of a cell line with viral supernatants."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A construct engineering technique used to engineer a bacterial artificial chromsome (BAC)."^^xsd:string) +AnnotationAssertion( "Construction of a BAC expressing a gene of interest."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "BAC construction"^^xsd:string) +AnnotationAssertion( "Bacterial artificial chromosome construction"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "BAC engineering"^^xsd:string) +AnnotationAssertion( "Bacterial artificial chromosome engineering"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Subcloning of a plasmid expressing a gene of interest fused to GFP."^^xsd:string) +AnnotationAssertion( "Plasmid engineering"^^xsd:string) +AnnotationAssertion(rdfs:label "plasmid construction"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A construct engineering technique used to assemble or modify a DNA plasmid to contain desired sequence elements, such as promoters, genes of interest, antibiotic resistance genes, multiple cloning sites, origins of replication, or other specified sequences."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Analysis"^^xsd:string) +AnnotationAssertion( "A data transformation technique used to analyze and interpret data to gain a better understanding of it."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Data analysis of flow cytometry data."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "data analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A technique performed to prepare or implement a clinical trial."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "clinical trial technique"^^xsd:string) +AnnotationAssertion( "Screening patients for a clinical trial."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Storage of cell lines in liquid nitrogen."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "material storage"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A technique that provides storage of a material."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Imaging"^^xsd:string) +AnnotationAssertion(rdfs:label "imaging technique"^^xsd:string) +AnnotationAssertion( "A technique used to create a representation or reproduction of an object's outward form; especially a visual representation (i.e., the formation of an image)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "MRI."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Monoclonal antibody production."^^xsd:string) +AnnotationAssertion( "A material processing technique in which physical changes are made to a specified input material that produce a new entity as specified output. The specified output of a material production technique can be contained within, derived from, or synthesized from specified input materials, but it represents a material entity that is of a distinct type from any of the specified input materials."^^xsd:string) +AnnotationAssertion( "http://neurolex.org/wiki/Category:Material_service_resource"^^xsd:string) +AnnotationAssertion(rdfs:label "material production"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Production of an mouse anti-mouse OX40 monoclonal antibody."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "antibody production"^^xsd:string) +AnnotationAssertion( "Material production of monoclonal or polyclonal antibodies for experimental purposes."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://web.mit.edu/jacks-lab/protocols/lentiviralproduction.htm"^^xsd:string) +AnnotationAssertion( "Production of viral supernatants expressing GFP."^^xsd:string) +AnnotationAssertion(rdfs:label "virus production"^^xsd:string) +AnnotationAssertion( "Material production of viral supernatants using vectors expressing a gene of interest. Virus is produced by transfecting cells and collecting supernatant and the supernatant is then used to directly infect cells for the purpose of studying the function of a particular gene or set of genes."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "observational method"@en) +AnnotationAssertion( ) +AnnotationAssertion( "A method in which the investigators do not seek to intervene, and just simply observe the course of events."^^xsd:string) +AnnotationAssertion( "Person: Melanie Wilson"^^xsd:string) +AnnotationAssertion( "Person: Melanie Wilson"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Test_method"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An observational method that produces a test result based on a quantitative, categorical or qualitative test."^^xsd:string) +AnnotationAssertion(rdfs:label "testing method"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "measurement method"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An observational method where quantitative measurements are made based on the observations."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.managementstudyguide.com/survey_method.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "survey method"^^xsd:string) +AnnotationAssertion( "An observational method of gathering data by asking questions or providing a formal questionnaire to individuals who are thought to have desired information. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "interview method"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An observational method of gathering data by interviewing individuals. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "visual observation method"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An observational method where observations are made visually."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An observational method using an auditory source."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "audio observation method"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "fabrication"^^xsd:string) +AnnotationAssertion( "Fabrication of a instrument."^^xsd:string) +AnnotationAssertion( "A material production technique used to make a product from raw materials."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/fabrication"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Medical sonography"^^xsd:string) +AnnotationAssertion( "Ultrasound"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "ultrasonography"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Sonography"^^xsd:string) +AnnotationAssertion( "An imaging technique used for visualizing subcutaneous body structures including tendons, muscles, joints, vessels and internal organs for possible pathology or lesions. Obstetric sonography is commonly used during pregnancy for fetal imaging."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Use of FACS to sort for a specific population of cells."^^xsd:string) +AnnotationAssertion(rdfs:label "cell enrichment"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A cell separation technique used to enrich mixed populations of cells out into two or more populations that usually occupying different parts of the same aggregate or separate into different aggregates."^^xsd:string) +AnnotationAssertion( "http://www.mondofacto.com/facts/dictionary?cell+sorting"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/rehabilitation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Rehabilitation for alcohol abuse."^^xsd:string) +AnnotationAssertion( "A technique that is performed to restore some or all of the patient's physical, sensory, and mental capabilities that were lost due to injury, illness, or disease."^^xsd:string) +AnnotationAssertion(rdfs:label "rehabilitation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A mass spectrometry technique that combines the features of gas-liquid chromatography and mass spectrometry to identify different substances within a test sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gas chromatography-mass spectrometry "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Gas_chromatography-mass_spectrometry"^^xsd:string) +AnnotationAssertion( "Can be used to identify proteins."^^xsd:string) +AnnotationAssertion( "GC-MS"^^xsd:string) +AnnotationAssertion( "GC/MS"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "liquid chromatography-mass spectrometry "^^xsd:string) +AnnotationAssertion( "LC-MS"^^xsd:string) +AnnotationAssertion( "A mass spectrometry technique that combines the physical separation capabilities of liquid chromatography (or HPLC) with the mass analysis capabilities of mass spectrometry. Generally its application is oriented towards the specific detection and potential identification of chemicals in the presence of other chemicals (in a complex mixture)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used to identify protein sequences."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Liquid_chromatography-mass_spectrometry"^^xsd:string) +AnnotationAssertion( "LC/MS"^^xsd:string) +AnnotationAssertion( "HPLC-MS"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Neuropsychological_test"^^xsd:string) +AnnotationAssertion( "A physiological assay that utilizes systematic administration of defined procedures to measure specific psychological functions known to be linked to particular brain structures or pathways in humans."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "neuropsychological testing"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrospray_ionization "^^xsd:string) +AnnotationAssertion( "Can be used for protein identification."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "electrospray ionization"^^xsd:string) +AnnotationAssertion( "A mass spectrometry technique used to produce ions. It is especially useful in producing ions from macromolecules because it overcomes the propensity of these molecules to fragment when ionized."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "capillary electrophoresis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An electrophoresis technique used to separate ionic species by their charge and frictional forces and hydrodynamic radius."^^xsd:string) +AnnotationAssertion( "CE"^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Capillary_zone_electrophoresis"^^xsd:string) +AnnotationAssertion( "CZE"^^xsd:string) +AnnotationAssertion( "Can be used to identify chiral molecules."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www-lmmb.ncifcrf.gov/phosphoDB/2d-description.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A 2D gel used for proteomics analysis."^^xsd:string) +AnnotationAssertion( "2D polyacrylamide gel electrophoresis"^^xsd:string) +AnnotationAssertion(rdfs:label "two dimensional polyacrylamide gel electrophoresis"^^xsd:string) +AnnotationAssertion( "2D gel electrophoresis"^^xsd:string) +AnnotationAssertion( "A polyacrylamide gel electrophoresis technique used to separate molecules based on two properties, the isoelectric point and their molecular weight. In the first dimension, molecules are resolved in according to their isoelectric points (pIs) using immobilized pH gradient electrophoresis (IPGE), isoelectric focusing (IEF), or non-equilibrium pH gradient electrophoresis (NEPHGE). In the second dimension, proteins are separated according to their approximate molecular weight using sodium dodecyl sulfate poly-acrylamide-electrophoresis (SDS-PAGE)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Biopsy of a potentially cancerous mole."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "biopsy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/biopsy"^^xsd:string) +AnnotationAssertion( "Specimen creation of a sample of tissue from a living body for diagnostic purposes."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "The makeup of fat in the abdominal wall can be investigated by fat biopsy."^^xsd:string) +AnnotationAssertion( "http://www.pennmedicine.org/encyclopedia/em_PrintArticle.aspx?gcid=003841&ptid=1"^^xsd:string) +AnnotationAssertion( "A biopsy that involves the removal of a small part of the abdominal wall fat pad."^^xsd:string) +AnnotationAssertion(rdfs:label "fat biopsy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "skinpunch biopsy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A biopsy that involves the removal of a cylinder of skin using a punch tool."^^xsd:string) +AnnotationAssertion( "Used to biopsy a potentially cancerous mole."^^xsd:string) +AnnotationAssertion( "Punch biopsy"^^xsd:string) +AnnotationAssertion( "Skin biopsy"^^xsd:string) +AnnotationAssertion( "http://healthlibrary.epnet.com/GetContent.aspx?token=b93d114e-5009-4f6a-9917-6c594254fcc7&chunkiid=14861"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/electroencephalography +"^^xsd:string) +AnnotationAssertion( "Used to measure brain activity."^^xsd:string) +AnnotationAssertion( "EEG"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "electroencephalography"^^xsd:string) +AnnotationAssertion( "A physiological assay that uses an electronic monitoring device to measure and record electrical activity in the brain."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://labanimals.case.edu/templates_tail_biopsy.html"^^xsd:string) +AnnotationAssertion(rdfs:label "tail biopsy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used for genotyping."^^xsd:string) +AnnotationAssertion( "A biopsy used to obtain tail issue from animal for DNA analysis."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "FMD"^^xsd:string) +AnnotationAssertion(rdfs:label "flow-mediated dilation"^^xsd:string) +AnnotationAssertion( "http://www.aloka-europe.com/entity7.aspx"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A physiological assay used to evaluate endothelial dysfunction non-invasively and used for early detection of atherosclerosis and determining the efficacy of treatment."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A material processing technique where a living organism is frozen at ultra- low-temperature such that it can be revived and restored to the same living state as before it was stored."^^xsd:string) +AnnotationAssertion(rdfs:label "cryopreservation"^^xsd:string) +AnnotationAssertion( "Cryopreservation of cell lines."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www-cyanosite.bio.purdue.edu/protocols/cryo.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://dictionary.reference.com/browse/formalin"^^xsd:string) +AnnotationAssertion( "Can be used to fix tissue prior to immunohistochemistry."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "formalin fixation"^^xsd:string) +AnnotationAssertion( "Formaldehyde fixation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A fixation technique that uses formalin, an aqueous solution containing formaldehyde to fix tissue or cells."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A physiological assay that involves the insertion of metal microelectrodes into nerve fascicles that is used to study autonomic nervous system function."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Microneurography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "microneurography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "habituation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://psychology.about.com/od/hindex/g/def_habituation.htm"^^xsd:string) +AnnotationAssertion( "A laboratory animal care technique in which organisms are habituated to an environment; where there is a decrease in response to a stimulus after repeated presentations."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Slice_preparation"^^xsd:string) +AnnotationAssertion( "Preparation of diseased tissue, to analyze function."^^xsd:string) +AnnotationAssertion(rdfs:label "brain slice preparation"^^xsd:string) +AnnotationAssertion( "Tissue sectioning of brain used for electrophysiology that allows the study of a synapse or neural circuit in isolation from the rest of the brain, in controlled physiological conditions."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "electrooculography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Performed to test for retinal diseases."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrooculography"^^xsd:string) +AnnotationAssertion( "A physiological assay used to measure the resting potential of the retina."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A mouse with a humanized immune system."^^xsd:string) +AnnotationAssertion(rdfs:label "humanized mice generation"^^xsd:string) +AnnotationAssertion( "Generation of a transgenic mouse that carries partial or complete human physiological systems."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Macchiarini et al (2005) J Exp Med 2005 202:1307-1311."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A material component separation technique used to pick colonies from agar plates and transfer them into culture media."^^xsd:string) +AnnotationAssertion( "http://www.jgi.doe.gov/education/how/how_5.html"^^xsd:string) +AnnotationAssertion(rdfs:label "colony picking"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Picking colonies to screen for bacteria that express the plasmid of interest."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "LC-MS-MS"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used to identify protein sequences."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Liquid_chromatography%E2%80%93mass_spectrometry"^^xsd:string) +AnnotationAssertion( "LC/MS/MS"^^xsd:string) +AnnotationAssertion( "A liquid chromatography-mass spectrometry technique in which high-performance liquid chromatography is linked directly to a tandem mass spectrometer through electrospray ionization."^^xsd:string) +AnnotationAssertion(rdfs:label "liquid chromatography–tandem mass spectrometry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "planar imaging"^^xsd:string) +AnnotationAssertion( "http://www.physics.ubc.ca/~mirg/home/tutorial/acquisition.html"^^xsd:string) +AnnotationAssertion( "An imaging technique used for acquisition of a planar image. With planar imaging, the detector array is stationary over the patient, and acquires data only from this one angle. The image created with this type of acquisition is similar to an X-ray radiograph."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "SPECT"^^xsd:string) +AnnotationAssertion(rdfs:label "single photon emission computed tomography"^^xsd:string) +AnnotationAssertion( "http://www.medterms.com/script/main/art.asp?articlekey=18450"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An imaging technique, in which a gamma camera rotates around the patient and takes pictures from many angles, and a tomographic (cross-sectional) image is generated."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Use of trypan blue exclusion to determine cell viability."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A cellular assay used to determine cell viability in an experimental setting; the capability of developing, growing, and otherwise sustaining life."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "cell viability assay"^^xsd:string) +AnnotationAssertion( "Cell viability"^^xsd:string) +AnnotationAssertion( "Cell viability analysis"^^xsd:string) +AnnotationAssertion( "Live/dead assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A mass spectrometry technique that is highly sensitive and capable of the determination of a range of metals and several non-metals at concentrations below one part in 1012 (part per trillion). It is based on coupling together an inductively coupled plasma as a method of producing ions (ionization) with a mass spectrometer as a method of separating and detecting the ions."^^xsd:string) +AnnotationAssertion( "ICP-MS"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "inductively coupled plasma mass spectrometry "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Inductively_coupled_plasma_mass_spectrometry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Separation of proteins in an acrylamide gel."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/Protein-Expression-and-Analysis/Protein-Gel-Electrophoresis/1D-Electrophoresis.html"^^xsd:string) +AnnotationAssertion( "An electrophoresis technique for separating proteins based on their ability to move within an electrical current, which is a function of the length of their polypeptide chains or of their molecular weight in a 1-dimensional gel."^^xsd:string) +AnnotationAssertion(rdfs:label "1D electrophoresis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A light microscopy technique that is used for imaging of fluorescent compounds using fluorescent filters."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "fluorescent microscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Can be used to examine GFP expressing cells."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A fluorescent microscopy technique which can be used to examine the movement or diffusion of molecules inside cells or membranes. Typically a cell membrane is labelled with a fluorescent dye, and a specific area of the labeled membrane is bleached using the beam from a confocal laser scanning microscope. The fluorescence intensity from that region of the membrane is measured over time. Motion of fluorescent molecules into and along the membrane slowly restores the fluorescence in the bleached region, while depleting the fluorescence in other regions (by exchange of bleached for unbleached fluorophores)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fluorescence_loss_in_photobleaching"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence loss in photobleaching "^^xsd:string) +AnnotationAssertion( "Can be used to study ligands binding to receptors at the cell surface."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "FLIP"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Multiplex_ligation-dependent_probe_amplification"^^xsd:string) +AnnotationAssertion(rdfs:label "multiplex ligation-dependent probe amplification "^^xsd:string) +AnnotationAssertion( "A polymerase chain reaction technique that that permits multiple targets to be amplified with only a single primer pair."^^xsd:string) +AnnotationAssertion( "MLPA"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cell cycle analysis assay"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A cellular assay performed to determine the stage of the cell cycle for a population of cells; whether the cell is in G0/G1, S, or G2/M."^^xsd:string) +AnnotationAssertion( "Analysis of cell cycle of proliferating cells."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An imaging assay that is used for the three-dimensional interpretation of planar sections of materials or tissues."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "stereology"^^xsd:string) +AnnotationAssertion( "http://www.mbfbioscience.com/solutions/stereology"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Photolithography "^^xsd:string) +AnnotationAssertion( "A material processing technique used in microfabrication to selectively remove parts of a thin film or the bulk of a substrate."^^xsd:string) +AnnotationAssertion( "Optical lithography "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "photolithography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An assay that enables the presence or the concentration of a substance in a material to be measured by exploiting the specific binding between an analyte and the corresponding detection antibody. "^^xsd:string) +AnnotationAssertion( "Immunohistochemistry."^^xsd:string) +AnnotationAssertion(rdfs:label "immunoassay"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Nature Biotechnology 28,434–435 (2010)"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Liquid_scintillation_counting"^^xsd:string) +AnnotationAssertion(rdfs:label "liquid scintillation counting "^^xsd:string) +AnnotationAssertion( "A material processing technique used for measuring radiation from beta-emitting nuclides."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Can be used for a tritiated thymidine proliferation assay."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "isotope analysis"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Isotope_analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A molecular assay used to identify isotopic signature, the distribution of certain stable isotopes and chemical elements within chemical compounds."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Preparation of supernatants that can be used to infect cell lines."^^xsd:string) +AnnotationAssertion( "A sample preparation technique used to prepare virus supernatants for molecular assays."^^xsd:string) +AnnotationAssertion(rdfs:label "virus preparation "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A virus preparation technique that uses expedited, often automated technologies to prepare large quantities of viral stocks."^^xsd:string) +AnnotationAssertion(rdfs:label "high-throughput virus preparation "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.abta.org/index.cfm?contentid=131"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.animalresearch.info/en/science/animalsused/mouseGM#whattrans"^^xsd:string) +AnnotationAssertion( "A transgenic mouse generation technique that allows particular genes on the DNA strand to be altered, usually removed, but they may also be inactivated or inserted, which allows researchers to determine the exact function of a particular gene."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Generation of a mouse that is homozygous for the Mad4 gene."^^xsd:string) +AnnotationAssertion(rdfs:label "knockout mouse generation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "RET"^^xsd:string) +AnnotationAssertion( "Electronic energy transfer "^^xsd:string) +AnnotationAssertion( "Förster resonance energy transfer"^^xsd:string) +AnnotationAssertion( "http://www.andor.com/learning/applications/Fluorescence_Resonance/"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence resonance energy transfer "^^xsd:string) +AnnotationAssertion( "EET"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "FRET"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Resonance energy transfer"^^xsd:string) +AnnotationAssertion( "Can be used to study protein interactions."^^xsd:string) +AnnotationAssertion( "An imaging assay used to measure the proximity of two fluorophores.Resonance energy transfer occurs only over very short distances, typically within 10nm, and involves the direct transfer of excited state energy from the donor fluorophore to an acceptor fluorophore as an alternative to fluorescence emissive decay from the donor."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A surgical technique used to induce asphyxia; a condition of severely deficient supply of oxygen to the body that arises from being unable to breathe normally."^^xsd:string) +AnnotationAssertion(rdfs:label "induced asphyxia"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Asphyxia"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A surgical technique used to induce tissue perfusion, resulting in the inadequate delivery of oxygen and nutrients that are necessary for cellular function."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "induced hemorrhagic shock"^^xsd:string) +AnnotationAssertion( "http://emedicine.medscape.com/article/432650-overview"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A surgical technique involving a large incision through the abdominal wall to gain access into the abdominal cavity."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Laparotomy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Coeliotomy"^^xsd:string) +AnnotationAssertion(rdfs:label "laparotomy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A surgical technique involving implantation of material into the abdomen."^^xsd:string) +AnnotationAssertion( "Implantation of a drug into the abdominal cavity."^^xsd:string) +AnnotationAssertion(rdfs:label "abdominal implantation "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A liquid handler that can provide bulk dispensing of liquids into multi-well plates."^^xsd:string) +AnnotationAssertion( "http://www.biotek.com/products/liquid_handling/multiflo_microplate_dispenser.html"^^xsd:string) +AnnotationAssertion(rdfs:label "microplate dispenser"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "sliding caliper"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Caliper"^^xsd:string) +AnnotationAssertion( "A measurement instrument used to measure the distance between two opposing sides of an object."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used for posture evaluation."^^xsd:string) +AnnotationAssertion( "http://dictionary.reference.com/browse/anthropometer"^^xsd:string) +AnnotationAssertion(rdfs:label "anthropometer"^^xsd:string) +AnnotationAssertion( "A measurement instrument that consists of a calibrated, vertical rod to which are attached two horizontal arms, one fixed and one movable, for measuring the human trunk and limbs."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A mechanical instrument that converts a torsional mechanical input into an electrical output signal."^^xsd:string) +AnnotationAssertion( "http://www.futek.com/product.aspx?t=torque"^^xsd:string) +AnnotationAssertion(rdfs:label "torque sensor"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A mechanical instrument that can perform tasks with guidance by computer and electronic programming."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Robot"^^xsd:string) +AnnotationAssertion(rdfs:label "robot"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://cabrr.cua.edu/research/RehabilitationRobotics.cfm"^^xsd:string) +AnnotationAssertion( "A robot used for assessing and treating motor impairments in both the upper and lower extremities as a part of rehabilitation."^^xsd:string) +AnnotationAssertion(rdfs:label "rehabilitation robot"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Rehabilitation for Parkinson's patients."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "wavelength scanned cavity ring-down spectrometer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cavity_ring-down_spectroscopy"^^xsd:string) +AnnotationAssertion( "WS-CRDS"^^xsd:string) +AnnotationAssertion( "A isotype ratio mass spectrometer that enables measurement of absolute optical extinction by samples that scatter and absorb light over a broad range of wavelengths. +"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "continuous flow isotope ratio mass spectrometer"^^xsd:string) +AnnotationAssertion( "An isotype ratio mass spectrometer in which the relative abundance of isotopes in a continuously flowed gas sample is determined."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "CF-IRMS"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Isotope-ratio_mass_spectrometry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A behavioral assay that can be done manually or using an electronic monitoring device to measure and record behavioral activity by a study animal."^^xsd:string) +AnnotationAssertion(rdfs:label "animal activity monitoring"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A behavioral locomotive activity chamber for animals."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An isotope analysis assay used to identify stable isotopes within chemical compounds."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "stable isotope analysis "^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Can be used to study flight patterns in geese."^^xsd:string) +AnnotationAssertion(rdfs:label "wind tunnel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Wind_tunnel"^^xsd:string) +AnnotationAssertion( "An instrument used to study the effects of air moving past solid objects, often used in aerodynamic research."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hydrogen peroxide meter"^^xsd:string) +AnnotationAssertion( "http://www.analyticaltechnology.com/cms/Default.aspx?tabid=105"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument designed to continuously monitor processes that utilize hydrogen peroxide for bleaching or disinfection purposes."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to determine concentration and particle size distribution using the principle of inertial separation to size segregate particle samples from a particle laden gas stream. +"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cascade impactor"^^xsd:string) +AnnotationAssertion( "http://www.thermoscientific.com/ecomm/servlet/productsdetail?productId=11961543&groupType=PRODUCT&searchType=0&storeId=11152 , http://en.wikipedia.org/wiki/Particle_size_distribution"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "2D microfluidic liquid chromatography system"^^xsd:string) +AnnotationAssertion( "A liquid chromatography instrument used for separation in two dimensions by way of microfluidic control of the particles in a sample."^^xsd:string) +AnnotationAssertion( "The proteins of a cytosolic extract can be sorted according to their size using a 2D microfluidic liquid chromatography system."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.hsph.harvard.edu/research/proteomics/mass-spectrometry-services/mass-spectrometry-services-equipment/index.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument designed to capture characteristic \"secondary\" (or fluorescent) x-rays from a material that has been excited by bombarding with high-energy x-rays or gamma rays."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "X-ray fluorescence detector"^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/X-ray_fluorescence"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A medical device used to administer medication in the form of a mist inhaled into the lungs."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Nebulizer"^^xsd:string) +AnnotationAssertion(rdfs:label "nebulizer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/CHN_analyzer"^^xsd:string) +AnnotationAssertion(rdfs:label "CHN analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Can be used to identify organic compounds."^^xsd:string) +AnnotationAssertion( "An instrument which can determine the elemental composition of a sample. The name derives from the three primary elements measured by the device: carbon (C), hydrogen (H) and nitrogen (N). Sulfur (S) and oxygen (O) can also be measured."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.thefreedictionary.com/reflectometer"^^xsd:string) +AnnotationAssertion( "An instrument for measuring the reflectance of a surface."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "reflectometer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.newobjective.com/electrospray/index.html"^^xsd:string) +AnnotationAssertion( "ESI source "^^xsd:string) +AnnotationAssertion( "An instrument that is used to generate a very fine liquid aerosol through electrostatic charging, rather than gas (pneumatic) methods."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "electrosprayer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cryo-electron_microscopy and http://en.wikipedia.org/wiki/Cryofixation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "plunge freezing instrument"^^xsd:string) +AnnotationAssertion( "An instrument used to prepare frozen, hydrated specimens for cryo-electron microscopy. The technique fixes biological samples by ultra-rapid cooling to liquid nitrogen temperatures and below."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.ehow.com/list_5966694_suction-machine-uses.html"^^xsd:string) +AnnotationAssertion(rdfs:label "suction machine"^^xsd:string) +AnnotationAssertion( "A medical device used to drain fluids from the body (unwanted fluids, such as mucus and serum)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Can be used to suction fluids during surgery."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Muscle vibrator for rehabilitation."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to mechanically stimulate tendons with user-defined frequency, duration, and intensity. +"^^xsd:string) +AnnotationAssertion(rdfs:label "tendon vibrator"^^xsd:string) +AnnotationAssertion( "http://mahilab.rice.edu/sites/mahilab.rice.edu/files/publications/111-Celik2009WHC.pdf"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "tumor-derived cell line"^^xsd:string) +AnnotationAssertion( "A cell line that is derived from a transformed cell that was part of a malignant tumor."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A HeLa cell."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Tumor cell line"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Mouse embryonic fibroblast cell line."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A cell line derived from an embryo."^^xsd:string) +AnnotationAssertion(rdfs:label "immortal embryonic cell line"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "Embryo cell line"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://ghr.nlm.nih.gov/glossary=fibroblast"^^xsd:string) +AnnotationAssertion( "A cell line derived from a fibroblast; a connective tissue cell that makes and secretes collagen proteins."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "immortalized fibroblast-derived cell line"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Any cell line that has yet to be passaged and/or a cell that has not been immortalized."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "primary cell culture"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A culture of primary lymphocytes."^^xsd:string) +AnnotationAssertion( "Primary cells"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Stem cell line"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "stem cell-derived cell line") +AnnotationAssertion( "Mouse embryonic fibroblasts"^^xsd:string) +AnnotationAssertion( "A cell line that is derived from a stem cell."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "feasibility study"@en) +AnnotationAssertion( "A preliminary study to determine the practicability of a proposed health program or procedure or of a larger study and to appraise the factors that may influence its practicability. A feasibility study aims to discover those things which may affect successful study conduct on a larger scale."^^xsd:string) +AnnotationAssertion( "PERSON: Melanie Wilson"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( " Dictionary of Epidemiology, 5th edition."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "c-mount"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/C_mount"^^xsd:string) +AnnotationAssertion( "An instrument that is used to position a digital camera in space. +"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "forced convection oven"^^xsd:string) +AnnotationAssertion( "An oven that heats samples by moving of gas or liquid by using external surface forces such as a fan or pump."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Convection_oven"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "laryngograph"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Voice recording equipment used for recording the larynx movements in speech."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/Laryngograph"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A patient suffering from kidney failure can utilize a dialysis system in place of normal kidney function."^^xsd:string) +AnnotationAssertion(rdfs:label "dialysis system"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Dialysis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A medical device used to provide an artificial replacement for lost kidney function through diffusion (waste removal) and ultrafiltration (fluid removal). +"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "fluid pressure measurement system"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Flow_measurement"^^xsd:string) +AnnotationAssertion( "An instrument that quantifies fluid movement in a system."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky +"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "MEA"^^xsd:string) +AnnotationAssertion( "An instrument that contains multiple plates or shanks through which neural signals are obtained or delivered, essentially serving as neural interfaces that connect neurons to electronic circuitry."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "multi-electrode array system"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Multielectrode_array "^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sit up force table"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A measurement instrument used to measure vertical and horizontal reaction forces as a person does a sit up."^^xsd:string) +AnnotationAssertion( "A table that records the vertical and horizontal reaction forces."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An instrument that receives Global Positioning System (GPS) signals for the purpose of determining the device's current location on Earth."^^xsd:string) +AnnotationAssertion( "Navigation system"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/GPS_navigation_device"^^xsd:string) +AnnotationAssertion( "GPS"^^xsd:string) +AnnotationAssertion(rdfs:label "GPS navigation system"^^xsd:string) +AnnotationAssertion( "An iPhone has a built-in GPS."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky +"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/AUV"^^xsd:string) +AnnotationAssertion( "AUV"^^xsd:string) +AnnotationAssertion( "Seaglider"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A seaglider."^^xsd:string) +AnnotationAssertion(rdfs:label "autonomous underwater vehicle"^^xsd:string) +AnnotationAssertion( "A robot which travels underwater without requiring input from an operator."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.thefreedictionary.com/titration"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky +"^^xsd:string) +AnnotationAssertion( "A measurement instrument used for performing a titration; the process, operation, or method of determining the concentration of a substance in solution by adding to it a standard reagent of known concentration in carefully measured amounts until a reaction of definite and known proportion is completed, as shown by a color change or by electrical measurement, and then calculating the unknown concentration."^^xsd:string) +AnnotationAssertion(rdfs:label "reagent titrator"^^xsd:string) +AnnotationAssertion( "Titrator"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that measures clot formation (as in tests for blood clotting in vitro) by mechanical detection of the clot by a moving probe."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.drugs.com/dict/fibrometer.html "^^xsd:string) +AnnotationAssertion(rdfs:label "fibrometer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Frequency generator"^^xsd:string) +AnnotationAssertion( "An electronic test device that generates repeating or non-repeating electronic signals (in either the analog or digital domains)."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Signal_generator"^^xsd:string) +AnnotationAssertion( "Digital pattern generator "^^xsd:string) +AnnotationAssertion( "Pitch generator"^^xsd:string) +AnnotationAssertion( "Arbitrary waveform generator"^^xsd:string) +AnnotationAssertion( "Function generator"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "signal generator "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Single cell gel electrophoresis assay analysis system"^^xsd:string) +AnnotationAssertion( "An instrument used to analyze comet assays which utilize gel electropheris on single cells exposed to a challenge, to provide quantitative information on DNA damage (DNA breakage). +"^^xsd:string) +AnnotationAssertion( "PMID:7686265"^^xsd:string) +AnnotationAssertion( "SCGE assay analysis system"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "comet assay analysis system "^^xsd:string) +AnnotationAssertion( "Can be used to analyze cells after treatment with DNA damaging agents."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.thefreedictionary.com/decontamination"^^xsd:string) +AnnotationAssertion(rdfs:label "decontamination chamber "^^xsd:string) +AnnotationAssertion( "An instrument designed to eliminate unwanted, poisonous or otherwise harmful substances, such as contaminants, noxious chemicals or radioactive material."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Automated western processing system "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument designed to automate the immunodetection portion of western blot analysis workflow. The system performs blocking, antibody incubations and washing steps required for the detection in a consistent and reproducible way. +"^^xsd:string) +AnnotationAssertion(rdfs:label "western processing system "^^xsd:string) +AnnotationAssertion( "http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/Protein-Expression-and-Analysis/PEIA-Misc/benchpro-4100-western-processing-system.html?CID=fl-benchpro"^^xsd:string) +AnnotationAssertion( "Used to automate the Western blot process, to examine protein expression in cells."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Dolorimeter"^^xsd:string) +AnnotationAssertion( "Algesichronometer"^^xsd:string) +AnnotationAssertion( "Used in pain research and testing for pain medication."^^xsd:string) +AnnotationAssertion( "Dolorimeter"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Prick-algesimeter"^^xsd:string) +AnnotationAssertion(rdfs:label "algometer "^^xsd:string) +AnnotationAssertion( "Analgesia meter"^^xsd:string) +AnnotationAssertion( "Algonometer"^^xsd:string) +AnnotationAssertion( "An instrument used to measure pain threshold and pain tolerance."^^xsd:string) +AnnotationAssertion( "Algesiometer"^^xsd:string) +AnnotationAssertion( "Pressure-algometer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://vistaelectronicsco.com/servnull.shtml"^^xsd:string) +AnnotationAssertion(rdfs:label "micropressure measuring device "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A measurement instrument used to determine fluid pressures in microscopic structures."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Can be used to diagnose eye disorders."^^xsd:string) +AnnotationAssertion( "Eye tracker"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Eye_tracking"^^xsd:string) +AnnotationAssertion(rdfs:label "eye tracking device"^^xsd:string) +AnnotationAssertion( "A measurement instrument used for measuring eye positions and eye movement."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An MRI visual stimulation system."^^xsd:string) +AnnotationAssertion(rdfs:label "visual stimulation equipment"^^xsd:string) +AnnotationAssertion( "http://www.nordicneurolab.com/Products_and_Solutions/fMRI_Hardware/VisualSystem.aspx"^^xsd:string) +AnnotationAssertion( "An instrument used for presenting visual stimuli for optical measurements and assessment."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for presenting auditory stimuli for auditory measurements and assessment."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "auditory stimulation equipment"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky +"^^xsd:string) +AnnotationAssertion( "http://www.nordicneurolab.com/Products_and_Solutions/fMRI_Hardware/VisualSystem.aspx"^^xsd:string) +AnnotationAssertion( "Electrostatic ear-plug-style headphones."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky +"^^xsd:string) +AnnotationAssertion( "A fluid pressure measurement device designed to monitor flow velocity at one or more locations."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Flow_measurement"^^xsd:string) +AnnotationAssertion(rdfs:label "fluid flow velocity measurement device"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Dynamometer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "dynamometer"^^xsd:string) +AnnotationAssertion( "A measurement instrument used for measuring force, moment of force (torque), or power."^^xsd:string) +AnnotationAssertion( "Can be used for musculoskeletal evaluations."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "nutritional educational device"^^xsd:string) +AnnotationAssertion( "A device used to teach topics relating to food and nourishment."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/nutrition"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Ussing_chamber"^^xsd:string) +AnnotationAssertion( "A measurement instrument used to measure the short-circuit current as an indicator of net ion transport taking place across an epithelium."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "ussing chambers"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.mecalab.com/mecalab-glossary-isolator-posittive-pressure.htm"^^xsd:string) +AnnotationAssertion( "An instrument that operates at a pressure higher than the atmospheric. This technology is used for the protection of any products inside the isolator from outside contaminants."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "pressure isolator"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that is a vessel or craft designed to move across or through water."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "watercraft"^^xsd:string) +AnnotationAssertion( "An instrument that is a vessel or craft designed to move across or through water."^^xsd:string) +AnnotationAssertion( "A submarine."^^xsd:string) +AnnotationAssertion( "Ship"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Elemental_analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Determination of the nitrogen content in a sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "elemental analyzer"^^xsd:string) +AnnotationAssertion( "A measurement instrument used to analyze material for its elemental and sometimes isotopic composition."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Submarine"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that is designed to move across or through water and is capable of independent operation below the surface of the water."^^xsd:string) +AnnotationAssertion(rdfs:label "submarine"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "earphones"^^xsd:string) +AnnotationAssertion( "Headphones"^^xsd:string) +AnnotationAssertion( "An instrument that consists of a pair of small loudspeakers, or less commonly a single speaker, held close to a user's ears and connected to a signal source such as an audio amplifier, radio, CD player or portable media player."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Headphones"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Headsets"^^xsd:string) +AnnotationAssertion( "Stereophones"^^xsd:string) +AnnotationAssertion( "Used to listen to music."^^xsd:string) +AnnotationAssertion( "Earbuds"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "curette"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Curette"^^xsd:string) +AnnotationAssertion( "An instrument designed for scraping biological tissue or debris in a biopsy, excision, or cleaning procedure."^^xsd:string) +AnnotationAssertion( "Used in dentistry to clean teeth."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "dental instrument"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to diagnose, prevent, or treat diseases of the teeth, gums, and related structures of the mouth."^^xsd:string) +AnnotationAssertion( "http://www.thefreedictionary.com/dentistry"^^xsd:string) +AnnotationAssertion( "A dental drill."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Mouth_mirror"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "mouth mirror"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A dental instrument that allows indirect vision by the dentist, reflecting light onto desired surfaces, and retraction of soft tissues."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "fluid measurement device"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "An instrument used to characterize a static or dynamic fluid."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Gingival crevicular fluid measurement device used for dentistry."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Periodontal_probe"^^xsd:string) +AnnotationAssertion( "A dental instrument commonly used to measure pocket depths around a tooth in order to establish the state of health of the periodontium."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "periodontal probe"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "mobile dental cart"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to safely and hygienically store and transport other dental instruments."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used to separate solids from fluids (liquids or gases) by interposing a medium through which only the fluid can pass."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Filtration of tissue culture media."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Filtration"^^xsd:string) +AnnotationAssertion(rdfs:label "filtration system"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A cell line that derives from a hybrid cell resulting from the fusion of a lymphocyte and a tumor cell; used to culture a specific monoclonal antibody."^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion(rdfs:label "hybridoma cell line"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Hybridomas are often used to produce monoclonal antibodies."^^xsd:string) +AnnotationAssertion( "http://wordnetweb.princeton.edu/perl/webwn?s=hybridoma"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used to automatically and quickly removes organic contamination (hydrocarbon) from electron microscopy (EM) specimens and specimen holders."^^xsd:string) +AnnotationAssertion( "http://www.fischione.com/products/model_1020.asp"^^xsd:string) +AnnotationAssertion(rdfs:label "plasma cleaner"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.sonotec.com/ecutter.htm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that allows its blade to vibrate ultrasonically, enabling the blade to cut a wide range of materials."^^xsd:string) +AnnotationAssertion(rdfs:label "ultrasonic cutter"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.lightmachinery.com/Fluid-Jet-Polishing.html"^^xsd:string) +AnnotationAssertion( "An instrument that uses a fine stream of slurry to accurately remove nanometers of material."^^xsd:string) +AnnotationAssertion(rdfs:label "fluid jet polisher"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A transmission electron microscope where the electrons pass through a sufficiently thin specimen by focusing the electron beam into a narrow spot which is scanned over the sample in a raster."^^xsd:string) +AnnotationAssertion( "For use in imaging of biological molecules."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Scanning_transmission_electron_microscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "scanning transmission electron microscope"^^xsd:string) +AnnotationAssertion( "STEM"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for transmission electron microscopy sample preparation, which is a precision electro-mechanical metallographic lapping instrument."^^xsd:string) +AnnotationAssertion( "A sample of silicon to be imaged by transmission electron microscopy can be pared to an appropriate thickness using a dimpler."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "dimpler"^^xsd:string) +AnnotationAssertion( "http://www.emsdiasum.com/microscopy/products/materials/dimpler.aspx"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dry pumping station"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.cns.fas.harvard.edu/facilities/tool_detail.php?MID=264"^^xsd:string) +AnnotationAssertion( "An instrument that is used for pumping and housing transmission electron microscope holders to ensure the cryo holder is properly pumped out before use and is maintained in a clean and dry environment."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used to cut biospecimens into extremely thin slices or sections."^^xsd:string) +AnnotationAssertion( "An instrument that consists of a very sharp knife with a blade made from diamond, which is used for scientific applications where an extremely sharp and long-lasting edge is essential."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Diamond_knife"^^xsd:string) +AnnotationAssertion(rdfs:label "diamond knife"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A medical device used to diagnose medical conditions."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "diagnostic device"^^xsd:string) +AnnotationAssertion( "A blood pressure cuff."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.plasmaclean.com/"^^xsd:string) +AnnotationAssertion( "Semiconductor cleaner"^^xsd:string) +AnnotationAssertion( "An instrument used for plasma cleaning and stripping, for precise surface treatment and surface modification."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "semiconductor stripper"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "rapid thermal processor"^^xsd:string) +AnnotationAssertion( "RTP "^^xsd:string) +AnnotationAssertion( "An instrument used in the semiconductor manufacturing process which heats silicon wafers to high temperatures (up to 1,200 °C or greater) on a timescale of several seconds or less, which is used for a wide variety of applications in semiconductor manufacturing including dopant activation, thermal oxidation, metal reflow and chemical vapor deposition."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Rapid_thermal_processing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "electron beam lithography system"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument which emits a beam of electrons in a patterned fashion across a surface covered with a resist film. The electrons expose the resist and allow for selective removal of either exposed or non-exposed regions of the resist."^^xsd:string) +AnnotationAssertion( "E-beam lithography system "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electron_beam_lithography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "reactive ion etcher"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used for reactive-ion etching, an etching technology used in microfabrication."^^xsd:string) +AnnotationAssertion( "RIE"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electron_beam_lithography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that uses physical vapor deposition to generate thin films on substrates. In electron beam physical vapor deposition a target anode is bombarded with an electron beam given off by a charged tungsten filament under high vacuum. The electron beam causes atoms from the target to transform into the gaseous phase. These atoms then precipitate into solid form, coating everything in the vacuum chamber (within line of sight) with a thin layer of the anode material."^^xsd:string) +AnnotationAssertion(rdfs:label "electron beam physical vapor deposition system"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electron_beam_physical_vapor_deposition"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "EBPVD"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "thermal evaporator"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Thermal deposition system"^^xsd:string) +AnnotationAssertion( "An instrument used for thin film deposition where metal wire is fed onto heated ceramic evaporators known as \"boats\" due to their shape. A pool of melted metal forms in the boat cavity and evaporates into a cloud above the source."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Evaporation_%28deposition%29"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A chemical vapor deposition system used for annealing, the process of heating a material above its recrystallization temperature, maintaining a suitable temperature, and then cooling."^^xsd:string) +AnnotationAssertion(rdfs:label "chemical vapor deposition furnace"^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Annealing_%28metallurgy%29"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Can be used for measurements on unstable liquid surfaces."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "ellipsometer"^^xsd:string) +AnnotationAssertion( "An instrument used for optical investigation of the dielectric properties (complex refractive index or dielectric function) of thin films."^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Ellipsometer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used to produce high-purity, high-performance solid materials, often used in the semiconductor industry to produce thin films."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "CVD system"^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Chemical_vapor_deposition"^^xsd:string) +AnnotationAssertion(rdfs:label "chemical vapor deposition system"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "maskless lithography system"^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Maskless_lithography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that uses radiation that is focused to a narrow beam and is then used to directly write the image into photoresist, one or more pixels at a time."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that uses a thin film deposition technique that is based on the sequential use of a gas phase chemical process. The majority of ALD reactions use two chemicals, typically called precursors. These precursors react with a surface one-at-a-time in a sequential manner. By exposing the precursors to the growth surface repeatedly, a thin film is deposited."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "ALD system"^^xsd:string) +AnnotationAssertion( "The construction of a mono-layer of aluminum oxide on a biological structure can be achieved by atomic layer deposition system. "^^xsd:string) +AnnotationAssertion(rdfs:label "atomic layer deposition system"^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Atomic_layer_deposition"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "thermal oxidation furnace"^^xsd:string) +AnnotationAssertion( "An instrument that is used for the formation of silicon dioxide on a silicon surface for semiconductor manufacturing."^^xsd:string) +AnnotationAssertion( "http://www.siliconfareast.com/oxidation.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used for interconnecting semiconductor devices, such as IC chips and microelectromechanical systems (MEMS), to external circuitry with solder bumps that have been deposited onto the chip pads."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "flip chip bonder"^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Flip_chip"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Wire_bonding"^^xsd:string) +AnnotationAssertion( "An instrument that is used to make interconnections between an integrated circuit (IC) and a printed circuit board (PCB) during semiconductor device fabrication."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "wire bonder"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Ion_chromatography"^^xsd:string) +AnnotationAssertion( "Separation of proteins based on their charge."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "ion chromatograph"^^xsd:string) +AnnotationAssertion( "A chromatography device that allows the separation of ions and polar molecules based on their charge."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Isotope-ratio_mass_spectrometry"^^xsd:string) +AnnotationAssertion( "A mass spectrometer used to measure the relative abundance of isotopes in a given sample. +"^^xsd:string) +AnnotationAssertion(rdfs:label "isotope ratio mass spectrometer "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A milling machine designed for grinding and pulverizing tough and/or temperature sensitive samples immersed in liquid nitrogen."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "cryogenic mill"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.spexsampleprep.com/equipment-and-accessories/equipment_product.aspx?typeid=2"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for vacuum extraction of materials for purification and analysis."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Used in plasmid purification kits."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "vacuum extraction line"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used to measure thin film stresses in wafers via comparison of 2D and 3D topography maps before and after thin film deposition. "^^xsd:string) +AnnotationAssertion(rdfs:label "thin film stress measurement system"^^xsd:string) +AnnotationAssertion( "http://www.frontiersemi.com/applications1.htm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Fusion_splicing"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "fusion splicer"^^xsd:string) +AnnotationAssertion( "An instrument used to join two optical fibers end-to-end using heat."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An instrument used to physically acquire signals from the internal nodes of a semiconductor device, often used in the failure analysis of semiconductor devices."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "mechanical probe station"^^xsd:string) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Mechanical_probe_station"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.lakeshore.com/sys/probestations/cpxpo.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cryogenic probe station"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Cryogenic mechanical probe station "^^xsd:string) +AnnotationAssertion( "An instrument used for non-destructive testing of devices on full and partial wafers at low temperatures."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Hall effect measurement system"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Hall_effect"^^xsd:string) +AnnotationAssertion( "An instrument used to measure the Hall effect, the production of a voltage difference (the Hall voltage) across an electrical conductor, transverse to an electric current in the conductor and a magnetic field perpendicular to the current."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Cleaver"^^xsd:string) +AnnotationAssertion(rdfs:label "scriber "^^xsd:string) +AnnotationAssertion( "An instrument that employs a \"break wheel\" that rolls over the length of a scribe line. The break wheel is shaped such that it places the wafer in three-point bending over an angled mandrel thereby applying tensile strain lateral to the scribe line. It is both the geometry of the wheel and the shape of the mandrel that control the strain placed on the scribe."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.loomisinc.com/products/lsd100_overview.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://grover.mirc.gatech.edu/equipment/textInstructions.php?id=56"^^xsd:string) +AnnotationAssertion( "SRD"^^xsd:string) +AnnotationAssertion( "An instrument for cleaning silicon wafers. It spins the wafers and uses deionized water and nitrogen to clean and dry the wafers."^^xsd:string) +AnnotationAssertion(rdfs:label "spin rinse dryer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dynamic light scattering instrument photon correlation spectrometer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Dynamic_light_scattering "^^xsd:string) +AnnotationAssertion( "A spectrophotometer based on the Photon Correlation Spectroscopy (PCS) technique and designed for measurements of sub-micron particle sizes, diffusion coefficients, viscosities, and molecular weights of polymers in basic and applied studies."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument that uses a laser to cut materials."^^xsd:string) +AnnotationAssertion( "Laser engraver"^^xsd:string) +AnnotationAssertion( "Laser plotter "^^xsd:string) +AnnotationAssertion(rdfs:label "laser cutter"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Laser_cutting"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A chemistry analyzer used to measure the total organic carbon (TOC), the amount of carbon bound in an organic compound. It is often used as a non-specific indicator of water quality or cleanliness of pharmaceutical manufacturing equipment."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Total_organic_carbon"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "total organic carbon analyzer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used to study memory function in rat models after treatment with a experimental drug."^^xsd:string) +AnnotationAssertion( "A maze used to measure spatial learning and memory in rats."^^xsd:string) +AnnotationAssertion(rdfs:label "radial arm maze"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Radial_arm_maze "^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to detect chemiluminescence, the emission of light with limited emission of heat (luminescence), as the result of a chemical reaction."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "chemiluminescence analyzer"^^xsd:string) +AnnotationAssertion( "A Western blot can be detected by chemilluminescence."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Chemiluminescence"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A maze used to study place-learning and memory in rodents, which consists of a round tank (pool) of water and an escape platform."^^xsd:string) +AnnotationAssertion(rdfs:label "morris water maze"^^xsd:string) +AnnotationAssertion( "Used to study memory function in rodents, in experimental conditions."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.watermaze.org/ "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Can be used to test endotoxin contamination in an antibody stock."^^xsd:string) +AnnotationAssertion( "An instrument used to detect endotoxin and microbiological products by using an LAL test cartridge along with a handheld spectrophotometer to provide point-of-use results."^^xsd:string) +AnnotationAssertion( "http://info.criver.com/endotoxin_and_rapid_microbiological_products/rapid_microbiological_methods/pts.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "endotoxin detector"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Exercise_machine"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A mechanical instrument used for physical exercise."^^xsd:string) +AnnotationAssertion( "Exercise machine"^^xsd:string) +AnnotationAssertion( "A treadmill."^^xsd:string) +AnnotationAssertion(rdfs:label "exercise equipment"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "ergometer"^^xsd:string) +AnnotationAssertion( "Exercise equipment used for measuring the work a person exerts while exercising. It is often used in training, cardiac stress tests or other medical tests."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Exercise_machine"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "laser scanning cytometer "^^xsd:string) +AnnotationAssertion( "A cytometer that uses laser-based opto-electronics and automated analysis capabilities to simultaneously and rapidly measure biochemical constituents and evaluate cell morphologies."^^xsd:string) +AnnotationAssertion( "http://www.compucyte.com/laserscanning.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "physical therapy pool "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that holds a large body of water, which is used in physical medicine and rehabilitation."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Instruments_used_in_physical_medicine_%26_rehabilitation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A measurement instrument used to measure electric charge or electrical potential difference."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrometer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "electrometer"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An MRI is an in vivo imaging system."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An image acquisition instrument that is used to image processes taking place in a live organism."^^xsd:string) +AnnotationAssertion(rdfs:label "in vivo imaging system "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gas sterilizer "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Sterilization_%28microbiology%29"^^xsd:string) +AnnotationAssertion( "A sterilization instrument that functions by exposing the articles to be sterilized to high concentrations (typically 5 - 10% v/v) of very reactive gases (alkylating agents such as ethylene oxide, and oxidizing agents such as hydrogen peroxide and ozone)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "https://secure.wikimedia.org/wikipedia/en/wiki/Cyclotron"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to accelerate charged particles using a high-frequency, alternating voltage (potential difference)."^^xsd:string) +AnnotationAssertion(rdfs:label "cyclotron "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dual MRI-PET scanner"^^xsd:string) +AnnotationAssertion( "Can be used to evaluate brain activity and function."^^xsd:string) +AnnotationAssertion( "An MRI scanner that is combined with a positron emission topography (PET) scanner, which displays both anatomic and metabolic information."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "mass flow controller"^^xsd:string) +AnnotationAssertion( "http://www.sablesys.com/products-prod_mfc-4.html?sub=details"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to control separate mass flow control valves or mass flow meters simultaneously."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A precision trim saw."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "precision measurement tool"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A measurement instrument used for precise measurements."^^xsd:string) +AnnotationAssertion( "http://www.starrett.com/metrology/metrology-products/precision-measuring-tools"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A material assay used for the quantification of bulk fluid movement."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Flow_measurement"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Measurement of blood flow."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "fluid flow measurement "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A molecular assay used for the qualitative and quantitative determination of chemical elements employing the absorption of optical radiation (light) by free atoms in the gaseous state."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Atomic_absorption_spectroscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "atomic absorption spectroscopy "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Quantitation of chemical elements in a sample."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A specimen collection technique used to obtain a single, large, high-quality sample of blood from a euthanized organism or an organism under terminal anaesthesia if coagulation parameters, a separate arterial or venous sample or cardiac histology are not required."^^xsd:string) +AnnotationAssertion(rdfs:label "cardiac puncture "^^xsd:string) +AnnotationAssertion( "http://www.nc3rs.org.uk/bloodsamplingmicrosite/page.asp?id=343"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A fluid flow measurement technique in which the pressure at one or many points in a fluid flow is collected."^^xsd:string) +AnnotationAssertion( "Measurement of blood pressure."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "fluid flow pressure measurement "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Measurement of blood flow velocity."^^xsd:string) +AnnotationAssertion(rdfs:label "fluid flow velocity measurement "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A flow measurement technique in which fluid velocity at one or many points in a flow is collected."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A material component separation technique used for the detection of materials, such as pathogens in samples, by recirculating samples over antibody-coated paramagnetic beads."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "recirculating immuno-magnetic separation"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Pathatrix"^^xsd:string) +AnnotationAssertion( "RIMS "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Can be used to identify proteins."^^xsd:string) +AnnotationAssertion( "A chromatography technique used for separating and analyzing compounds that can be vaporized without decomposition."^^xsd:string) +AnnotationAssertion(rdfs:label "gas chromatography "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Gas_chromatography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Can be used to identify biomolecules."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Elemental_analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "elemental analysis "^^xsd:string) +AnnotationAssertion( "A molecular assay used to analyze material for its elemental and sometimes isotopic composition."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Chromatography#Liquid_chromatography"^^xsd:string) +AnnotationAssertion(rdfs:label "liquid chromatography "^^xsd:string) +AnnotationAssertion( "A chromatography technique in which the mobile phase is a liquid and is carried out either in a column or a plane for the purpose of separating mixtures."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Used to identify protein sequences."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Ion_chromatography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Separation of proteins based on their charge."^^xsd:string) +AnnotationAssertion(rdfs:label "ion chromatography "^^xsd:string) +AnnotationAssertion( "Ion-exchange chromatography"^^xsd:string) +AnnotationAssertion( "A chromatography technique that allows the separation of ions and polar molecules based on their charge."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Freeze-drying"^^xsd:string) +AnnotationAssertion( "A material processing technique that uses a dehydration process, typically used to preserve a perishable material or make the material more convenient for transport."^^xsd:string) +AnnotationAssertion( "Freeze drying of tissues for future use."^^xsd:string) +AnnotationAssertion(rdfs:label "freeze drying "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "microinjection "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Microinjection"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Injection of substances into a single living cell at a microscopic or borderline macroscopic level using a glass micropipette."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "fast protein liquid chromatography"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fast_protein_liquid_chromatography"^^xsd:string) +AnnotationAssertion( "Can be used for protein identification and characterization."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "FPLC"^^xsd:string) +AnnotationAssertion( "A liquid chromatography technique where the solvent velocity, controlled by pumps, is used to produce a constant flow rate of solvents. The solvents are accessed through tubing from an outside reservoir."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cell_fractionation"^^xsd:string) +AnnotationAssertion( "A material component separation technique used to separate homogeneous sets, usually organelles, from a heterogeneous population of cells."^^xsd:string) +AnnotationAssertion(rdfs:label "subcellular fractionation"^^xsd:string) +AnnotationAssertion( "Subcelullar fractionation of nuclei and cytoplasm from cells."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "protein fingerprinting"^^xsd:string) +AnnotationAssertion( "Identifying protein expression in an experimental sample compared to a control."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Protein_fingerprinting"^^xsd:string) +AnnotationAssertion( "A molecular assay used for identifying or differentiating proteins in a sample."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Can be used in architectural design."^^xsd:string) +AnnotationAssertion( "A data transformation technique that uses computer technology for the process of design and design-documentation."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Computer-aided_design"^^xsd:string) +AnnotationAssertion( "CADD"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Computer-aided design and drafting"^^xsd:string) +AnnotationAssertion(rdfs:label "computer aided design "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "karyotyping"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Karyotype"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A molecular assay used to determine the number and appearance of chromosomes in the nucleus of a eukaryotic cell."^^xsd:string) +AnnotationAssertion( "Chromosomal analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Karyotyping of patient to determine if they carry a genetic disease."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Quinton King"^^xsd:string) +AnnotationAssertion( "A technique that identifies a unique skill set facilitating successful engagement of communities, which for any number of reasons might be less inclined to participate in more traditional research partnerships."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "community-based participatory research"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Radiolabeling of lipoproteins."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A labeling technique used for tracking the passage of a sample of substance through a system. The substance is 'labeled' by including unusual isotopes in its chemical composition. If these unusual isotopes are later detected in a certain part of the system, they must have come from the labeled substance."^^xsd:string) +AnnotationAssertion( "Isotopic labeling "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Isotopic_labeling"^^xsd:string) +AnnotationAssertion(rdfs:label "radiolabeling"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "laser doppler flowmetry "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.discovtech.com/PAGE5.htm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An assay used for the real-time measurement of microvascular red blood cell (or erythrocyte) perfusion in tissue."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.millipore.com/catalogue/item/ecm645"^^xsd:string) +AnnotationAssertion( "Analysis of cell adhesion of epithelial cells."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An assay used to screen and quantify the adhesive properties of cell-cell interactions or of cells to an immobilized substrate in vitro."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cell adhesion assay"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Sample carousel"^^xsd:string) +AnnotationAssertion( "An instrument that holds samples for automatic loading onto an instrument, such as a flow cytometer or PCR machine."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A sample loader on a light cycler PCR machine."^^xsd:string) +AnnotationAssertion(rdfs:label "sample loader"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A packaging plasmid that is co-transfected with a viral plasmid."^^xsd:string) +AnnotationAssertion(rdfs:label "helper plasmid"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)."^^xsd:string) +AnnotationAssertion( "http://wiki.answers.com/Q/What_is_a_helper_plasmid"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A plasmid that allows for the beginning of replication and transfer of other plasmids from a donor to a recipient. Without a helper plasmid, transposons will not be expressed in the recipient."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "immunotechnique"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Antibody technique"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A technique that uses an antibody reagent."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky +"^^xsd:string) +AnnotationAssertion( "A flow cytometry assay in which individual particles, such as cells or molecules are labeled with an antibody."^^xsd:string) +AnnotationAssertion(rdfs:label "flow cytometry immunoassay"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Flash freeze"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "snap freeze"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Low temperature, rapid freezing of tissue that is usually achieved by submersion in liquid nitrogen."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "material antibody target"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:comment "to be imported from ReO. "^^xsd:string) +AnnotationAssertion( "A material entity that has as part some molecular antigen that is recognized by an antibody."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "biological target"^^xsd:string) +AnnotationAssertion( "A material entity of biological origin (ie produced by or deriving from an organism) that has as part some molecular antigen that is recognized by an antibody."^^xsd:string) +AnnotationAssertion(rdfs:comment "Note that these subclasses will be replaced with equivalent classes that are CARO types with antibody target or immunogen roles."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A non-biological chemical entity (a compound, molecule or aggregate) that has as part some molecular antigen that is recognized by an antibody."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "chemical target"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An organism or virus that has as part some molecular antigen that is recognized by an antibody."^^xsd:string) +AnnotationAssertion(rdfs:label "whole organism or virus target"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "gross anatomical target"^^xsd:string) +AnnotationAssertion( "A gross anatomical entity (anatomical entities at scale above cell but below organism) that has as part some molecular antigen that is recognized by an antibody."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "cell target"^^xsd:string) +AnnotationAssertion( "A cell that has as part some molecular antigen that is recognized by an antibody."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A molecular entity of biological origin that is recognized by an antibody."^^xsd:string) +AnnotationAssertion(rdfs:label "biomolecule target"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid target"^^xsd:string) +AnnotationAssertion( "BrdU incorporating nucleic acids."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A polynucleotide or nucleic acid this is recognized by an antibody."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Glycans that are linked to protein."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A carbohydrate molecule or complex that is recognized by an antibody."^^xsd:string) +AnnotationAssertion(rdfs:label "carbohydrate target"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "lipid target"^^xsd:string) +AnnotationAssertion( "Membrane phospholipids."^^xsd:string) +AnnotationAssertion( "A lipid that is recognized by an antibody."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein target"^^xsd:string) +AnnotationAssertion( "A peptide, protein, or protein complex that is recognized by an antibody."^^xsd:string) +AnnotationAssertion( "A phospho-Akt protein or GAPDH protein."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A material entity that has as part some molecular immunogen that stimulates an adaptive immune response upon interacting with a surface immunoglobulin receptor on a naive B cell, leading to proliferation and differentiation of naïve B cells into memory B cells and antibody secreting plasma cells."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion(rdfs:label "immunogenic material"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "cellular component target"^^xsd:string) +AnnotationAssertion( "A celllular component that has part some molecular antigen that is recognized by an antibody."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Biologic"^^xsd:string) +AnnotationAssertion( "A monoclonal antibody intervention used to treat rheumatoid arthritis."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "biologic intervention"^^xsd:string) +AnnotationAssertion( "An intervention involving use of medicinal product(s) created by biologic processes, rather than being chemically synthesized. For example, a vaccine, blood or blood component, allergenic, somatic cell, gene therapy, tissue, recombinant therapeutic protein, or living cells."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Data items include counts of things, analyte concentrations, and statistical summaries."^^xsd:string) +AnnotationAssertion(rdfs:comment "Most of the data subclasses canbe defined as output of a specific assay. ; Note that this class was created to replace IAO:data item, in order to exclude children metadata classes 'data about an ontology part' from the application. Their meaning is identical") +AnnotationAssertion(rdfs:label "data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "Purification of nucleic acids from blood."^^xsd:string) +AnnotationAssertion( "A purification technique that involves separation of nucleic acids from other impurities, such as bacteria or other contaminating materials for the purpose of molecular biology research."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "nucleic acid purification"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An imaging assay to produce an image of a laboratory gel."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "gel imaging"^^xsd:string) +AnnotationAssertion( "Imaging of a polyacrylamide gel stained stained with coomassie."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A material processing technique used to develop images that have been exposed to x-ray film."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "x-ray film processing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "nanoparticle imaging"^^xsd:string) +AnnotationAssertion( "An imaging assay that makes use of the unique properties of nanoparticles to elucidate specific targets in an image."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "grid computing"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A data processing technique that makes use of federated computer resources from multiple administrative domains to reach a common goal. The grid can be thought of as a distributed system with non-interactive workloads that involve a large number of files. What distinguishes grid computing from conventional high performance computing systems such as cluster computing is that grids tend to be more loosely coupled, heterogeneous, and geographically dispersed."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Grid_computing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "ECT"^^xsd:string) +AnnotationAssertion( "An imaging technique used to produce an image of the dielectric permittivity distribution in the interior of an object from external capacitance measurements."^^xsd:string) +AnnotationAssertion(rdfs:label "electrical capacitance tomography"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrical_capacitance_tomography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "An imaging technique in which an image of the conductivity or permittivity of a specimen is inferred from surface electrical measurements."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrical_impedance_tomography"^^xsd:string) +AnnotationAssertion(rdfs:label "electrical impedance tomography"^^xsd:string) +AnnotationAssertion( "EIT"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Bioreactor"^^xsd:string) +AnnotationAssertion( "A chemical synthesis technique that uses a device designed to support biologicall active organisms, which convert nutrients to alcohols and acids via an energy-yielding anaerobic metabolic process."^^xsd:string) +AnnotationAssertion( "Fermentation"^^xsd:string) +AnnotationAssertion(rdfs:label "bioreactor fermentation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Pathatrix"^^xsd:string) +AnnotationAssertion(rdfs:label "recirculating immuno-magnetic separation instrument"^^xsd:string) +AnnotationAssertion( "An instrument used for the detection of materials, such as proteins, in samples by recirculating samples over antibody-coated paramagnetic beads."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "RIMS instrument"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A gene expression analysis technique able to resolve gene expression at the resolution of an individual cell."^^xsd:string) +AnnotationAssertion(rdfs:label "single-cell gene expression analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Focused_ion_beam#FIB_imaging"^^xsd:string) +AnnotationAssertion( "FIB imaging"^^xsd:string) +AnnotationAssertion(rdfs:label "focused ion beam imaging"^^xsd:string) +AnnotationAssertion( "An imaging technique that utilizes a relatively low-current focused ion beam to produce a topographical image of a sample by analyzing the trajectory of secondary electrons and secondary ions that are produced by the primary ion beam's interaction with the sample surface."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "grinder and polisher"^^xsd:string) +AnnotationAssertion( "Polisher and grinder"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A polisher that performs both grinding and polishing functions on samples."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Thermogravimetric_analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "thermogravimetric analyzer"^^xsd:string) +AnnotationAssertion( "An instrument used to determine the percent mass ratio of a solute by heating it to the point that one of the components decomposes into a gas while carefully monitoring the mass of the sample."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "morphometry"^^xsd:string) +AnnotationAssertion( "A technique that deals with quantitative analysis of form, a concept that encompasses size and shape. Morphometric analyses are commonly performed on organisms, and are useful in analyzing their fossil record, the impact of mutations on shape, developmental changes in form, covariances between ecological factors and shape, as well for estimating quantitative-genetic parameters of shape."^^xsd:string) +AnnotationAssertion( "morphology analysis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Morphometry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Electronic test equipment used to measure the network parameters of electrical networks. Network analyzers commonly measure s-parameters, y-parameters, z-parameters, and h-parameters. Network analyzers are often used to characterize two-port networks such as amplifiers and filters, but they can be used on networks with an arbitrary number of ports."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "vector network analyzer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Network_analyzer_%28electrical%29"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hot embosser"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.mems-exchange.org/catalog/hot_embossing/ "^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "An instrument used to stamp a pattern into a polymer softened by raising the temperature of the polymer just above its glass transition temperature. The stamp is used to define a pattern in the polymer that can be used for the micromachining of silicon. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Interferometry "^^xsd:string) +AnnotationAssertion(rdfs:label "interferometer"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that uses the superimposition of electromagnetic waves to extract information about the waves. "^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "mechanical testing system"^^xsd:string) +AnnotationAssertion( "Pull tester"^^xsd:string) +AnnotationAssertion( "Tensile tester"^^xsd:string) +AnnotationAssertion( "Universal testing machine"^^xsd:string) +AnnotationAssertion( "http://www.instron.us/wa/product/Universal-Electromechanical-Systems.aspx"^^xsd:string) +AnnotationAssertion( "MTS"^^xsd:string) +AnnotationAssertion( "An instrument that is used for static testing in a tensile or compression mode within a single frame. They are also referred to as pull testers. Additional test types include tensile, compression, shear, flexure, peel, tear, cyclic, and bend tests."^^xsd:string) +AnnotationAssertion( "Electromechanical testing machine"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Tensile testing machine"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Porosimetry"^^xsd:string) +AnnotationAssertion( "An instrument that is used to determine various quantifiable aspects of a material's porous nature, such as pore diameter, total pore volume, surface area, and bulk and absolute densities."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "porosimiter"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "UV light source"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/UV"^^xsd:string) +AnnotationAssertion( "A light source that emits electromagnetic radiation with a wavelength shorter than that of visible light, but longer than X-rays, in the range 10 nm to 400 nm, and of energies from 3 eV to 124 eV."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Air sampling instrument"^^xsd:string) +AnnotationAssertion( "http://www.pine-environmental.com/air-monitoring.htm#content"^^xsd:string) +AnnotationAssertion(rdfs:label "air monitoring instrument") +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to detect various gases, chemicals, and particulates in ambient air or air emissions. "^^xsd:string) +AnnotationAssertion( "Air quality monitoring instrument"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.mondofacto.com/facts/dictionary?DNA+shearing"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "DNA shearing instrument"^^xsd:string) +AnnotationAssertion( "An instrument used to fragment DNA molecules by mechanical force."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "nucleic acid shearing instrument"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "4-point probe"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Four-terminal_sensing "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "4-wire sensor"^^xsd:string) +AnnotationAssertion( "4T sensors"^^xsd:string) +AnnotationAssertion( "An electrical impedance measuring instrument that uses separate pairs of current-carrying and voltage-sensing electrodes to make accurate measurements that can be used to compute a material's electrical resistance."^^xsd:string) +AnnotationAssertion(rdfs:label "four-terminal resistance sensor"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "monochromator"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Monochromator"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "An optical device that transmits a mechanically selectable narrow band of wavelengths of light or other radiation chosen from a wider range of wavelengths available at the input."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "engraver"^^xsd:string) +AnnotationAssertion(rdfs:label "engraving system"^^xsd:string) +AnnotationAssertion( "An instrument used for incising a design on to a hard, usually flat surface, by cutting grooves into it."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Engraving"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Analysis of the entire coding region: Sequence analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "targeted mutation analysis"^^xsd:string) +AnnotationAssertion( "Trinucleotide repeat testing"^^xsd:string) +AnnotationAssertion( "Southern blot"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay for testing for either a nucleotide repeat expansion (e.g., the trinucleotide repeat expansion associated with Huntington disease) or one or more specific mutations (e.g., Glu6Val for sickle cell anemia, a panel of mutations for cystic fibrosis). Deletion/duplication analysis and family-specific mutation analysis are excluded from this definition."^^xsd:string) +AnnotationAssertion( "http://www.ncbi.nlm.nih.gov/books/NBK5191/?rendertype=def-item&id=targeted-mutation-analysis "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Allele-specific oligonucleotide testing"^^xsd:string) +AnnotationAssertion( "Analysis of the entire coding region: Mutation scanning"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument in which a sharply-pointed electron emitter is held at several kilovolts negative potential relative to a nearby electrode, so that there is sufficient potential gradient at the emitter surface to cause field electron emission.") +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Field_emission_gun") +AnnotationAssertion( ) +AnnotationAssertion( "FEG"^^xsd:string) +AnnotationAssertion(rdfs:label "field emission gun"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An HPLC technique that uses reversed-phase HPLC to interrogate SNPs."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Dhplc#Denaturing_high_performance_liquid_chromatography"^^xsd:string) +AnnotationAssertion(rdfs:label "denaturing high performance liquid chromatography"^^xsd:string) +AnnotationAssertion( "Denaturing HPLC "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: R Steen (Harvard lab user) "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Instrument that is a specialized robot that combines multiple functions of library development for next generation sequencing including, immobilization of the sample to templates, \"bridge\"-amplification, linearization, blocking and primer hybridization."^^xsd:string) +AnnotationAssertion(rdfs:label "automated flow cell cluster generation station"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used for heating materials at high temperatures."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Oven"^^xsd:string) +AnnotationAssertion( "An oven is used for baking bread."^^xsd:string) +AnnotationAssertion(rdfs:label "oven"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A machine press that uses a hydraulic cylinder to generate a compressive force."^^xsd:string) +AnnotationAssertion(rdfs:label "hydraulic press"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Hydraulic_press"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "high temperature furnace"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument used for heating materials at high temperatures."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "DXA"^^xsd:string) +AnnotationAssertion( "DEXA"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Dual-energy_X-ray_absorptiometry"^^xsd:string) +AnnotationAssertion( "A technique used to measure bone mineral density (BMD). Two X-ray beams with differing energy levels are aimed at the patient's bones. When soft tissue absorption is subtracted out, the BMD can be determined from the absorption of each beam by bone."^^xsd:string) +AnnotationAssertion(rdfs:label "dual energy x-ray absorptiometry"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An assay performed to detect mycoplasma contamination in a sample."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "mycoplasma testing"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "nitrogen evaporator"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument that is used to heat samples frozen with chilled nitrogen in a controlled manner."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to determine the thermodynamic parameters of interactions in solution. It is most often used to study the binding of small molecules (such as medicinal compounds) to larger macromolecules (proteins, DNA etc.)."^^xsd:string) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Isothermal_titration_calorimetry"^^xsd:string) +AnnotationAssertion(rdfs:label "isothermal titration calorimeter"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Fluorescence_anisotropy"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence anisotropy analyzer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used for measuring molecular rotation or tumbling by observing the loss of polarization of light emitted by a fluorophore or the decorrelation of polarization between the exciting and emitted (fluorescent) photon."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "drop shape analyzer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "An instrument used to measure contact angles and thereby determine surface energy."^^xsd:string) +AnnotationAssertion( "www.firsttenangstroms.com/pdfdocs/CAPaper.pdf"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument in which a field is applied to a fluid suspension or solution pumped through a long and narrow channel, perpendicular to the direction of flow, in order to cause separation of the particles present in the fluid, dependent on their differing \"mobilities\" under the force exerted by the field."^^xsd:string) +AnnotationAssertion(rdfs:label "field flow fractionator"^^xsd:string) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Field_flow_fractionation"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A field flow fractionator that uses gravity as the field in which differences in mobility are exploited to separate a mixture."^^xsd:string) +AnnotationAssertion(rdfs:label "sedimentation field flow fractionator"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Field_flow_fractionation"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A field flow fractionator in which an electric field controls the velocity by controlling the lateral position of either a charged (having electrophoretic mobility) or polarized (being levitated in a non-uniform field) species in a capillary channel with a hydrodynamically parabolic flow-velocity profile. In this way, the velocity of the pumped fluid is highest midway between the walls of the channel and it monotonically decays to a minimum of zero at the wall surface."^^xsd:string) +AnnotationAssertion(rdfs:label "hydrodynamic field flow fractionator"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Field_flow_fractionation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument which measures the intensity of the scattered light to obtain the average molecular weight Mw of a macromolecule like a polymer or a protein."^^xsd:string) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Static_light_scattering"^^xsd:string) +AnnotationAssertion(rdfs:label "static light scattering analyzer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A measurement instrument to measure optical rotation of \"optically active matter\" such as saccharin, ascorbic acid and sodium glutamate."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "polarimeter"^^xsd:string) +AnnotationAssertion( "http://www.atago.net/english/products_polari.php#03"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A protein assay used to measure changes in protein expression levels, identify protein–protein interactions, to identify the substrates of protein kinases, to identify transcription factor protein-activation, or to identify the targets of biologically active small molecules. The array is a piece of glass on which different molecules of protein or specific DNA binding sequences (as capture probes for the proteins) have been affixed at separate locations in an ordered manner thus forming a microscopic array."^^xsd:string) +AnnotationAssertion(rdfs:label "protein microarray assay"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Protein_microarray"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An measurement instrument used for measuring the dynamic physical properties of muscles and connective tissues."^^xsd:string) +AnnotationAssertion( "http://www.aurorascientific.com/product/series-300/"^^xsd:string) +AnnotationAssertion(rdfs:label "muscle lever system"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "bi-phase stimulator"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A stimulator which can provide positive, negative or alternating (bi-phase) pulses."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.aurorascientific.com/product/mp-model-701/"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A measurement instrument for evaluating the mechanical characteristics of intact muscle, either isolated in situ, ex vivo, or isolated in vitro."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "muscle test system"^^xsd:string) +AnnotationAssertion( "http://www.aurorascientific.com/product/mp-model-1300/"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "force transducer"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "An signal conversion instrument used to convert measured forces into electrical output signals."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A protein assay to detect modification to histones such as lysine acetylation, lysine and arginine methylation, serine and threonine phosphorylation, and lysine ubiquitination and sumoylation."^^xsd:string) +AnnotationAssertion(rdfs:label "histone modification analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/epigenetics-noncoding-rna-research/Epigenetics-Learning-Center/Chromatin/Histone-Modification.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hematoxylin and eosin stain"^^xsd:string) +AnnotationAssertion( "H&E stain"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/H%26E_stain"^^xsd:string) +AnnotationAssertion( "A histology technique that involves the staining of cells with a blue nuclear stain, hemalum followed by counterstaining with eosin, which stains eosinophilic structures in various shades of red, pink and orange."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "antibody modification"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Material processing of antibody to modify the antibody in a specific way, such as labeling, conjugating or fragmenting the antibody."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "targeted exome capture"^^xsd:string) +AnnotationAssertion(rdfs:label "exome sequencing"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Exome_sequencing"^^xsd:string) +AnnotationAssertion( "A DNA sequencing assay in which the coding regions of the genome are selectively sequenced."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dual polarization interferometry"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "DPI"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Dual_polarization_interferometry"^^xsd:string) +AnnotationAssertion( "Protein-protein interaction detection that uses a waveguide coated with adsorbed proteins and the evanescent wave of a laser beam confined to the waveguide to determine interaction properties of the adsorbed molecular scale layers."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "microscale thermophoresis"^^xsd:string) +AnnotationAssertion( "MST"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Protein-protein interaction detection that uses directed movement of particles in a microscopic temperature gradient to analyze biomolecules."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Microscale_thermophoresis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "Material production that deals with design, construction, operation, structural disposition, manufacture and application of robots and computer systems for their control, sensory feedback, and information processing."^^xsd:string) +AnnotationAssertion(rdfs:label "robotics"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Robotics"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A biomolecule synthesis technique in which amino acids are linked by amide bonds to form peptides."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "peptide synthesis"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Peptide_synthesis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A biomolecule synthesis technique in which an antibody is linked to another molecule."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "antibody conjugation"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.pbcpeptide.com/Conjugation.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "peptide conjugation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A biomolecule synthesis technique which joins a peptide to another peptide."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Conjugated_protein"^^xsd:string) +AnnotationAssertion(rdfs:label "protein conjugation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A biomolecule synthesis technique which joins two or more proteins."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Differential_scanning_calorimetry"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A calorimetry technique in which the difference in the amount of heat required to increase the temperature of a sample and reference is measured as a function of temperature. Both the sample and reference are maintained at nearly the same temperature throughout the experiment. "^^xsd:string) +AnnotationAssertion(rdfs:label "differential scanning calorimetry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A calorimetry technique which is used to determine the thermodynamic parameters of interactions in solution at constant temperature."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Isothermal_titration_calorimetry"^^xsd:string) +AnnotationAssertion(rdfs:label "isothermal titration calorimetry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pressure perturbation calorimetry"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://www.microcal.com/products/software-accessories/pressure-perturbation-calorimetry.asp"^^xsd:string) +AnnotationAssertion( "A calorimetry technique which measures differential heat change in a solution when the pressure above the solution is changed. The differential heat change is used to calculate volumetric properties of the solution. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "AUC"^^xsd:string) +AnnotationAssertion(rdfs:label "analytical ultracentrifugation"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A centrifuge technique where the concentration distribution of the sample is determined at known times using absorbance measurements."^^xsd:string) +AnnotationAssertion( "http://www.bioc.rice.edu/bios576/AU/AU_Page.html#au"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Size-exclusion_chromatography"^^xsd:string) +AnnotationAssertion( "A chromatography technique in which molecules in solution are separated by their size, and in some cases molecular weight."^^xsd:string) +AnnotationAssertion( "SEC"^^xsd:string) +AnnotationAssertion( "size exclusion chromatography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "size-exclusion chromatography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A crystallization technique in which individual protein molecules align themselves in a repeating series of unit cells by adopting a consistent orientation. The crystalline lattice that forms is held together by noncovalent interactions."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "protein crystallization"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Protein_crystallization"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A confocal microscopy technique in which a fluorescence correlation spectroscopy experiment is repeated in multiple spatial points in parallel, using a laser scanning confocal microscope."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fluorescence_correlation_spectroscopy#Image_correlation_spectroscopy_.28ICS.29"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "image correlation spectroscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A light microscopy technique in which light is transmitted from a source on the opposite side of the specimen from the objective."^^xsd:string) +AnnotationAssertion(rdfs:label "transmitted light microscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.gonda.ucla.edu/bri_core/trlight.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "SELDI"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Surface-enhanced_laser_desorption/ionization"^^xsd:string) +AnnotationAssertion(rdfs:label "surface-enhanced laser desorption/ionization mass spectrometry"^^xsd:string) +AnnotationAssertion( "A mass spectrometry technique in which a protein mixture is spotted on a surface modified with a chemical functionality. Selective binding to this surface acts as a separation step and the subset of proteins that bind to the surface are analyzed. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "CIMS"^^xsd:string) +AnnotationAssertion(rdfs:label "chemical ionization mass spectrometry"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A mass spectrometry technique in which trace neutral gases are converted to unique ions by reaction with a suitable precursor ion. The ions can then be detected without interference from background atmospheric species since there is virtually no ion background in the atmosphere."^^xsd:string) +AnnotationAssertion( "http://cloud1.arc.nasa.gov/solve/payload/dc8/cims8.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A mass spectrometry technique which generates data with improved resolution by better separation of peaks."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "high resolution mass spectrometry"^^xsd:string) +AnnotationAssertion( "HR-MS"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Resolution_%28mass_spectrometry%29"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A mass spectrometry technique which uses soft ionization to allow analysis of biomolecules and large organic molecules, which tend to be fragile and fragment when ionized by more conventional ionization methods. "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Matrix-assisted_laser_desorption/ionization"^^xsd:string) +AnnotationAssertion( "MALDI TOF"^^xsd:string) +AnnotationAssertion(rdfs:label "matrix-assisted laser desorption ionization time-of-flight mass spectrometry"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "electrospray ionization mass spectrometry "^^xsd:string) +AnnotationAssertion( "http://chemwiki.ucdavis.edu/Analytical_Chemistry/Instrumental_Analysis/Mass_Spectrometry/Electrospray_Ionization_Mass_Spectrometry"^^xsd:string) +AnnotationAssertion( "ESI-MS"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A mass spectrometry technique which uses soft ionization to determine the molecular weights of proteins, peptides, and other biological macromolecules by turning the macromolecule being ionized into small droplets."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A material component separation techique which fractionates proteins and peptides in solution according to their isoelectric point (pI)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "IEF"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "OGE"^^xsd:string) +AnnotationAssertion(rdfs:label "off-gel isoelectric focusing"^^xsd:string) +AnnotationAssertion( "http://www.chibi.ubc.ca/pcf/instruments/offgel"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Off-gel electrophoresis"^^xsd:string) +AnnotationAssertion( "FFE"^^xsd:string) +AnnotationAssertion( "http://www.aesociety.org/areas/ffe1.php"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A material component separation technique used to fractionate preparatively charged particles ranging in size from molecular to cellular dimensions according to their electrophoretic mobilities (EPMs) or isoelectric points (pIs) without a stationary phase."^^xsd:string) +AnnotationAssertion(rdfs:label "free flow electrophoresis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A material component separation technique used to transfer proteins or nucleic acids onto a PVDF or nitrocellulose membrane after gel electrophoresis."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "electroblot"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electroblotting"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://chromsci.oxfordjournals.org/content/44/6/366.abstract"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "solid phase isoelectric focusing"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A material component separation technique that combines solid-phase microextraction (SPME) and capillary electrophoresis (CE) to extract specific components from a sample."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A material component separation technique that is used for the separation of racemic compounds into their enantiomers."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Chiral_resolution"^^xsd:string) +AnnotationAssertion( "optical resolution"^^xsd:string) +AnnotationAssertion( "chiral resolution"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "chiral separation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "competent cell production"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Natural_competence"^^xsd:string) +AnnotationAssertion( "A material processing technique that is used to generate and sustain cells with the ability to take up extracellular (\"naked\") DNA from their environments, usually by heat shock or electroporation."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://www.mobot.org/jwcross/spm/"^^xsd:string) +AnnotationAssertion(rdfs:label "scanning probe microscopy"^^xsd:string) +AnnotationAssertion( "SPM"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A microscopy technique in which a representation of a surface characteristic is generated by sweeping an extremely sharp probe (3-50 nm radius of curvature) across the sample's surface."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A microscopy technique that converts phase shifts in light passing through a transparent specimen to brightness changes in the image. "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Phase_contrast_microscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "phase contrast microscopy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "differential interference contrast microscopy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Nomarski interference contrast microscopy"^^xsd:string) +AnnotationAssertion( "NIC microscopy"^^xsd:string) +AnnotationAssertion( "Nomarski microscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Differential_interference_contrast_microscopy"^^xsd:string) +AnnotationAssertion( "A microscopy technique used to enhance the contrast in unstained, transparent samples by using the principle of interferometry to gain information about optical path lengths through the sample."^^xsd:string) +AnnotationAssertion( "DIC microscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "intravital microscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Intravital_microscopy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A microscopy technique used to observe biological systems in vivo at high resolution through an attached window preparation."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A microscopy technique which illuminates cells with stripes of light called an interference pattern and has a resolution of about 100 nanometers."^^xsd:string) +AnnotationAssertion(rdfs:label "structured illumination microscopy"^^xsd:string) +AnnotationAssertion( "PERSON: John Sedat"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A microscopy technique that images samples by illuminating them with pulsed, long-wavelength light to excite fluorophores within the specimen being observed. "^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Multiphoton_fluorescence_microscope"^^xsd:string) +AnnotationAssertion( "MFM"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "multiphoton microscopy"^^xsd:string) +AnnotationAssertion( "Multiphoton fluorescence microscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A microscopy technique that uses secondary electrons and secondary ions from a low-energy focused ion beam to generate an image of the sample."^^xsd:string) +AnnotationAssertion(rdfs:label "ion beam microscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Focused_ion_beam#FIB_imaging"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Ion torrent NGS"^^xsd:string) +AnnotationAssertion(rdfs:label "ion torrent next generation sequencing "^^xsd:string) +AnnotationAssertion( "NGS"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "http://uagc.arl.arizona.edu/index.php/next-gen-sequencing-services/ion-torrent.html"^^xsd:string) +AnnotationAssertion( "A next generation sequencing that monitors the incorporation of a nucleotide into a strand of DNA by sensing pH change from the release of a hydrogen ion corresponding to a bonding event."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "peptide nucleic acid synthesis"^^xsd:string) +AnnotationAssertion( "Synthesis of a peptide nucleic acid polymer, in which the phosphate ribose ring of DNA is replaced with the polyamide backbone, that functions as a DNA analog."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PNA synthesis"^^xsd:string) +AnnotationAssertion( "http://www.panagene.com/eng/menu2/menu2_1.php"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "methylation analysis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A nucleic acid assay which analyzes DNA for the presence of a methyl group(s) on the 5-carbon of cytosine in a CpG dinucleotide."^^xsd:string) +AnnotationAssertion( "http://www.protocol-online.org/prot/Molecular_Biology/DNA/Methylation_analysis/index.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Heteroduplex"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay that is used to detect double-stranded (duplex) molecules of nucleic acid originatinating from the genetic recombination of single complementary strands derived from different sources, such as from different homologous chromosomes."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "heteroduplex mutation detection"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An electrophoresis technique in which complexes remain—for the most part—associated and folded as they would be in the cell."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Native_gel_electrophoresis#Native"^^xsd:string) +AnnotationAssertion(rdfs:label "native polyacrylamide gel electrophoresis"^^xsd:string) +AnnotationAssertion( "Native PAGE"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "LATE PCR"^^xsd:string) +AnnotationAssertion(rdfs:label "linear-after-the-exponential PCR"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A polymerase chain reaction technique that uses multiple special primers per target to generate single stranded amplicons after a short period of exponential amplification. This enables the detection of low numbers of target organisms, performance of endpoint analysis, significantly increased levels of multiplexing in an assay, and the ability to identify and differentiate bacteria at the strain level. "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.smithsdetection.com/technology_LATE_PCR.php"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A protein assay used to identify proteins from complex mixtures. The technique consists of a 2-dimensional chromatography separation, prior to electrospray mass spectrometry. By exploiting a peptide's unique physical properties of charge and hydrophobicity, complex mixtures can be separated prior to sequencing by tandem MS. The first dimension is normally a strong cation exchange (SCX) column, as these have high loading capacities. The second dimension is reverse phase chromatography (RP), which complements the SCX as it is efficient at removing salts and has the added advantage of being compatible with electrospray mass spectrometry."^^xsd:string) +AnnotationAssertion( "MudPIT"^^xsd:string) +AnnotationAssertion( "http://www.proteome.soton.ac.uk/mudpit.htm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "multidimensional protein identification technology "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "albumin depletion"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "Material component separation of albumin from a biological sample."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A protein sequencing assay in which peptides are ionized, fragmented run through a mass spectrometer such that the mass-to-charge ratios of the fragments can be measured and analyzed to determine the protein's sequence."^^xsd:string) +AnnotationAssertion(rdfs:label "mass spectrometry protein sequencing"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Protein_sequencing#Mass_spectrometry"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A spectrophotometry technique used to measure the correlation of fluctuation of the fluorescence intensity to determine the parameters of the physics under the fluctuations with the end result of characterizing a molecule."^^xsd:string) +AnnotationAssertion( "FCS"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fluorescence_correlation_spectroscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence correlation spectroscopy "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A spectrophotometry technique that uses the differential absorption of left and right circularly polarized light for structural studies of small organic molecules, proteins and DNA"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "CD spectroscopy"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Circular_dichroism"^^xsd:string) +AnnotationAssertion(rdfs:label "circular dichroism spectroscopy"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://www.imago.com/instruments-for-research/atom-probe.aspx"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "APT"^^xsd:string) +AnnotationAssertion(rdfs:label "atom probe tomography "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An imaging technique in which the atoms from a sharp-tipped sample are progressively removed from the tip and collected on a planar detector. Data from the detector is used to reconstruct a 3D image of the material on the atomic scale."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Aptamer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "aptamer screening"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A high throughput sample analysis technique in which oligonucleic or peptide aptamers are screened for specific binding capacity for a target."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/High-content_screening"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "HCS"^^xsd:string) +AnnotationAssertion( "High content analysis"^^xsd:string) +AnnotationAssertion( "HCA"^^xsd:string) +AnnotationAssertion( "Imaging cytometry"^^xsd:string) +AnnotationAssertion( "An image analysis technique combining automated fluorescence microscopy with multi-parameter quantitative image analysis for the large scale study of cells (cellomics)."^^xsd:string) +AnnotationAssertion(rdfs:label "high content screening"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.link.vet.ed.ac.uk/clive/cal/dna_1/4_lib_screen.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "DNA library screen"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay where particular DNA sequences can be detected in a DNA library using nucleic acid probes."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A nucleic acid assay used to map the genome of an organism, that is used to detect genes that confer to a specific phenotype only when both copies in an individual are mutated (i.e. the genes are homozygous, or the same)."^^xsd:string) +AnnotationAssertion( "http://biotech.about.com/b/2009/01/26/homozygosity-mapping-for-outbred-individuals.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "homozygosity mapping"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "OBI"^^xsd:string) +AnnotationAssertion( "A nucleic acid assay that uses ribonucleic acid as input and results in a the creation of RNA sequence information artifact using a sequencer instrument."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "RNA-Seq "^^xsd:string) +AnnotationAssertion( "Transcriptome sequencing"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "RNA sequencing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "antibody-dependent cell-mediated cytotoxicity assay"^^xsd:string) +AnnotationAssertion( "ADCC assay"^^xsd:string) +AnnotationAssertion( "An in vitro cytotoxicity assay that measures cytotoxicity of specific molecules or cells to antibody-bound targets."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Shotgun_proteomics"^^xsd:string) +AnnotationAssertion( "A protein assay used for identifying proteins in complex mixtures by a combination of high performance liquid chromatography and mass spectrometry."^^xsd:string) +AnnotationAssertion(rdfs:label "shotgun proteomics"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Selective reaction monitoring"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A mass spectrometry assay that is highly sensitive and selective, for the targeted quantitation of protein/peptide abundances in complex biological samples. "^^xsd:string) +AnnotationAssertion( "MRM"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.mrmproteomics.com/multiple-reaction-monitoring-mrm.html"^^xsd:string) +AnnotationAssertion(rdfs:label "multiple reaction monitoring "^^xsd:string) +AnnotationAssertion( "SRM"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A protein assay used to identify the binding sites, or ?epitopes?, that are recognized by antibodies."^^xsd:string) +AnnotationAssertion( "http://www.nature.com.liboff.ohsu.edu/nmeth/journal/v5/n12/full/nmeth.1272.html"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "antibody epitope mapping"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "peptide mapping"^^xsd:string) +AnnotationAssertion( "http://medical-dictionary.thefreedictionary.com/Peptide+mapping"^^xsd:string) +AnnotationAssertion( "A molecular assay used to map peptide sequences. Produced by using either proteolytic enzymes such as trypsin or chemicals such as cyanogen bromide to cut proteins at a relatively small number of particular sites, the peptide fragments are then separated by chromatographic or electrophoretic procedures. "^^xsd:string) +AnnotationAssertion( "Peptide fingerprinting"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "antibody isotype analysis"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Isotype_%28immunology%29"^^xsd:string) +AnnotationAssertion( "A protein assay that is used to determine the genetic variations or differences in the constant regions of the antibody heavy and light chains, such as IgG, etc.."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "iTRAQ"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Isobaric_tag_for_relative_and_absolute_quantitation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "isobaric tags for relative and absolute quantitation"^^xsd:string) +AnnotationAssertion( "A protein assay used to quantify proteins from different sources using isotope-coded covalent tags. iTRAQ is used in proteomics to study quantitative changes in the proteome."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A protein assay that provides detailed information regarding the relative amino acid composition and free amino acids in a protein. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.sigmaaldrich.com/analytical-chromatography/analytical-reagents/amino-acid-analysis.html"^^xsd:string) +AnnotationAssertion(rdfs:label "amino acid analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A protein assay which makes use of characteristic densities of various types of lipoproteins to rapidly isolate them by density gradient centrifugation."^^xsd:string) +AnnotationAssertion( "http://www.sfu.ca/bisc/bisc-429/lipoprotein.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "lipoprotein isolation"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Peptide_mass_fingerprinting"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PMF"^^xsd:string) +AnnotationAssertion( "Peptide mass mapping"^^xsd:string) +AnnotationAssertion(rdfs:label "peptide mass fingerprinting"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A mass spectrometry assay in which an unknown protein of interest is cleaved into smaller peptides, whose absolute masses can be accurately measured with a mass spectrometer. These masses are then compared to values in a database containing known protein sequences."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "small molecule identification"^^xsd:string) +AnnotationAssertion( "A molecular used to identify targets of small molecules for potential use in drug discovery or similar applications."^^xsd:string) +AnnotationAssertion( "http://www.broadinstitute.org/scientific-community/science/programs/chemical-biology/project-target-pathway-id/small-molecule-targ"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Data analysis of mass spectrometry data to identify proteins in a sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "mass spectrometry data analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A protein purification technique which involves selective enrichment or specific isolation of antibodies from serum (polyclonal antibodies), ascites fluid or cell culture supernatant of a hybridoma cell line (monoclonal antibodies)."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.piercenet.com/browse.cfm?fldID=4E032172-5056-8A76-4EAE-8D395D2DCDA3#intro"^^xsd:string) +AnnotationAssertion(rdfs:label "antibody purification"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "bacterial based recombinant protein production"^^xsd:string) +AnnotationAssertion( "A recombinant protein production technique where bacteria are used as a host for recombinant plasmids expressing a protein of interest and are grown in culture and can be induced to produce the target protein."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "insect cell based recombinant protein production"^^xsd:string) +AnnotationAssertion( "A recombinant protein production technique where insects cells are used as a host for recombinant plasmids expressing a protein of interest and are grown in culture and can be induced to produce the target protein."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A recombinant protein production technique where mammalian cells are used as a host for recombinant plasmids expressing a protein of interest and are grown in culture and can be induced to produce the target protein."^^xsd:string) +AnnotationAssertion(rdfs:label "mammalian cell based recombinant protein production"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www-odp.tamu.edu/publications/tnotes/tn29/technot2.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "inductively coupled plasma atomic emission spectroscopy "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "ICP-AES"^^xsd:string) +AnnotationAssertion( "A spectrophotometry technique that exploits the fact that excited electrons emit energy at a given wavelength as they return to ground state."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fluorescence_anisotropy#Applications"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence anisotropy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A spectrophotometry technique that makes use of the phenomena whereby light emitted by a fluorophore has unequal intensities along different axes of polarization to analyze the physical properties of a sample molecule."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Raman spectroscopy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A spectroscopy technique that uses inelastic scattering, or Raman scattering, of monochromatic light used to study vibrational, rotational, and other low-frequency modes in a system. "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Raman_spectroscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A protein assay used to determine cellular protein expression using antibody-based assays such as flow cytometry or immunocytochemistry."^^xsd:string) +AnnotationAssertion(rdfs:label "immunophenotyping"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "An assay used to detect the presence of microorganisms in a sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.wisegeek.com/what-is-a-microbial-test.htm"^^xsd:string) +AnnotationAssertion(rdfs:label "microbial testing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/SDS-PAGE"^^xsd:string) +AnnotationAssertion( "An electrophoresis technique that is used to separate molecules on a polyacrylamide gel based their size. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "polyacrylamide gel electrophoresis"^^xsd:string) +AnnotationAssertion( "PAGE"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "DIGE "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikibooks.org/wiki/Proteomics/Protein_Separations-_Electrophoresis/Differential_in_Gel_Electrophoresis%28DIGE%29"^^xsd:string) +AnnotationAssertion( "Differential in gel electrophoresis"^^xsd:string) +AnnotationAssertion( "An electrophoresis technique used to monitor the differences in proteomic profile between cells in different functional states. This is done in three steps. First, samples are tagged with unique flourescent dyes. Second, they are run together on the same 2D-PAGE gel. Finally, after the run completes, the different fluorescent images of the same gel are superimposed over each other. DIGE allows the study of proteins that are expressed differentially, as well as those that are common between samples. This technology allows for simultaneous separation and comparison of up to three samples on one gel."^^xsd:string) +AnnotationAssertion(rdfs:label "differential gel electrophoresis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "OBI"^^xsd:string) +AnnotationAssertion( "An extraction where the desired output material is protein."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "protein extraction"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Oligonucleotide synthesis of single strands of DNA or RNA that are complementary to a chosen sequence that are used to prevent protein translation of messenger RNA target strands by binding to them. "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Oligonucleotide"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "antisense oligonucleotide synthesis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A biomolecule synthesis technique used to generate small-interfering RNA molecules, which can be used to knockdown gene expression of target sequences."^^xsd:string) +AnnotationAssertion(rdfs:label "siRNA synthesis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An electrophysiology assay used to study single or multiple ion channels in cells by using a glass micropipette as an electrode, that has an open tip diameter of about one micrometre, a size enclosing a membrane surface area or \"patch\" that often contains just one or a few ion channel molecules."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Patch_clamp"^^xsd:string) +AnnotationAssertion(rdfs:label "patch clamp technique"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "compound library screening"^^xsd:string) +AnnotationAssertion( "High throughput sample analysis of collections of compounds that provide a variety of chemically diverse structures that can be used to identify structure types that have affinity with pharmacological targets. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.rdchemicals.com/compound-libraries/"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "peptide screening"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "High throughput sample analysis of collections of peptides for bioactivity."^^xsd:string) +AnnotationAssertion( "http://www.cellecta.com/technology/bioactive-peptide-screening/"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "shRNA screening"^^xsd:string) +AnnotationAssertion( "siRNA screening"^^xsd:string) +AnnotationAssertion(rdfs:label "RNAi screening"^^xsd:string) +AnnotationAssertion( "High throughput sample analysis of RNAi molecules for potential application in gene knockdown or gene silencing of target genes."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "phosphor imaging"^^xsd:string) +AnnotationAssertion( "An imaging assay used to measure radioisotope emission, chemiluminescence and fluorescence from a sample."^^xsd:string) +AnnotationAssertion( "Phosphorimaging"^^xsd:string) +AnnotationAssertion( "http://www.etsu.edu/com/mbcf/Services/Phosphorimaging.aspx"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Isotope-ratio_mass_spectrometry"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Mass spectrometry where the relative abundance of isotopes in a continuously flowed gas sample is determined."^^xsd:string) +AnnotationAssertion(rdfs:label "stable isotope mass spectrometry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A staining technique used to make the molecules in a gel visible via a protein-specific, dye-binding or color-producing chemical reaction."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.piercenet.com/browse.cfm?fldID=B06FFE8F-5056-8A76-4E15-AF49E5F5A91F"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "gel staining"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.arraystar.com/Microarray/service_main.asp?id=198"^^xsd:string) +AnnotationAssertion( "A nucleic acid microarray assay of long non-coding RNAs, which are evolutionarily conserved, longer than 200 nt, non-coding RNA molecules found in eukaryotes."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "long non-coding RNA microarray profiling"^^xsd:string) +AnnotationAssertion( "LncRNA profiling"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Polyacrylamide gel electrophoresis using sodium dodecyl sulfate. the binding of SDS (a detergent) to the polypeptide chain of proteins imparts aneven distribution of charge per unit mass, thereby resulting in a fractionation by approximate size during electrophoresis."^^xsd:string) +AnnotationAssertion( "SDS-PAGE"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "sodium dodecyl sulfate polyacrylamide gel electrophoresis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.davidson.edu/academic/biology/courses/molbio/sdspage/sdspage.html"^^xsd:string) +AnnotationAssertion( "SDS PAGE"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "complement-dependent cytotoxicity assay"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "CDC assay"^^xsd:string) +AnnotationAssertion( "An in vitro cytotoxicity assay that is mediated by the complement system."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cytotoxicity"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Wellner et al (1989) PNAS 87: 1947."^^xsd:string) +AnnotationAssertion(rdfs:label "N-terminal deblocking"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A chemical modification of proteins to deblock N-terminal residues prior to protein sequencing."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Real-time PCR of microRNA abundance in a sample."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "real time qPCR microRNA quantitation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "diagnostic intervention"^^xsd:string) +AnnotationAssertion( "http://training.cancer.gov/clinicaltrialsbasics/s01/glossary.php"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An intervention that evaluates methods of detecting disease. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Tissue embedding in specialized medium that allows rapid freezing of the tissue when exposed to freezing temperatures, for subsequent sectioning or preservation."^^xsd:string) +AnnotationAssertion( "Frozen tissue embedding"^^xsd:string) +AnnotationAssertion(rdfs:label "frozen block embedding"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A measurement instrument that precisely measures glucose levels from a sample, such as from whole blood, plasma or serum."^^xsd:string) +AnnotationAssertion( "http://www.gmi-inc.com/Products/Glucose%20Anaylzers%20Headline.html"^^xsd:string) +AnnotationAssertion( "Blood sugar analyzer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "glucose analyzer"^^xsd:string) +AnnotationAssertion( "Blood glucose analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "automated dewaxing and epitope recovery device "^^xsd:string) +AnnotationAssertion( "http://www.labvision.com/lv.cfm?first=Reagent&second=Lab%20Vision%20PT%20Module%20%28Automated%20Dewaxing%20and%20Epitope%20recovery%20Device%20for%20Lab%20Vision%20autostainers%29"^^xsd:string) +AnnotationAssertion( "A mechanical device that is designed to perform dewaxing and epitope recovery on slides prior to immunostaining. "^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A freezer that is used to store samples at cryogenic temperatures."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cryogenic freezer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "array-based expression analysis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Gene expression analysis of samples hybridized to a microarray probe."^^xsd:string) +AnnotationAssertion( "A spectrophotometer used to study vibrational, rotational, and other low-frequency modes in a system."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "raman spectrometer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Raman_spectroscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Matrix-assisted_laser_desorption/ionization"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "MALDI-TOF MS"^^xsd:string) +AnnotationAssertion(rdfs:label "MALDI-TOF mass spectrometer"^^xsd:string) +AnnotationAssertion( "Matrix-assisted laser desorption ionization time-of-flight mass spectrometer"^^xsd:string) +AnnotationAssertion( "A mass spectrometer that uses soft ionization to allow analysis of biomolecules and large organic molecules, which tend to be fragile and fragment when ionized by more conventional ionization methods. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Bioavailability"^^xsd:string) +AnnotationAssertion(rdfs:label "bioavailability analysis"^^xsd:string) +AnnotationAssertion( "An analyte assay that is performed to determine the fraction of an administered dose of unchanged drug that reaches the systemic circulation for pharmacokinetic drugs."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A role inhering in a biological specimen that is realized when the bearer participates in a specimen preparation process."^^xsd:string) +AnnotationAssertion(rdfs:label "biospecimen to be prepared role"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "biospecimen preparation"^^xsd:string) +AnnotationAssertion( "Formalin fixation of a zebrafish embryo for immunostaining assays."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON:Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A technique used to prepare a biospecimen for use or storage."^^xsd:string) +AnnotationAssertion( "PERSON:Melissa Haendel"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf( ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ))) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fixation_%28histology%29"^^xsd:string) +AnnotationAssertion(rdfs:label "heat fixation"^^xsd:string) +AnnotationAssertion( "Fixation using heat to heat-kill and adhere tissue or cells to a surface, such as a slide. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fixation_%28histology%29"^^xsd:string) +AnnotationAssertion(rdfs:label "chemical fixation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Fixation using chemical fixative to stabilize the proteins, nucleic acids and mucosubstances of the tissue or cells by making them insoluble."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Chemical fixation using alcohols, that act by reducing the solubility of protein molecules and (often) by disrupting the hydrophobic interactions that give many proteins their tertiary structure. "^^xsd:string) +AnnotationAssertion(rdfs:label "alcohol fixation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fixation_%28histology%29"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Alcohol fixation using a solution primarily containing methanol."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "methanol fixation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevskly"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "ethanol fixation"^^xsd:string) +AnnotationAssertion( "Alcohol fixation using a solution primarily containing ethanol."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Chemical fixation using an oxidizing agent to fix cells or tissue, which can react with various side chains of proteins and other biomolecules, allowing formation of crosslinks that stabilize tissue structure. "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fixation_%28histology%29"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Oxidising agent fixation"^^xsd:string) +AnnotationAssertion(rdfs:label "oxidizing agent fixation"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Carlo Torniai"^^xsd:string) +AnnotationAssertion(rdfs:comment "Just a place horder. It will probably be replaced by NIF term: http://ontology.neuinfo.org/NIF/DigitalEntities/NIF-Resource.owl#nlx_res_20090405"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Database"^^xsd:string) +AnnotationAssertion( "A database is an organized collection of data, today typically in digital form."^^xsd:string) +AnnotationAssertion(rdfs:label "database"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "synchrotron"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Synchrotron"^^xsd:string) +AnnotationAssertion( "An instrument that is a cyclic particle accelerator in which the guiding magnetic field (bending the particles into a closed path) is time-dependent and is used to synchronize the particle beam to increase its kinetic energy."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "A technique used to determine the optimal conditions for use of an antibody reagent in a particular assay."^^xsd:string) +AnnotationAssertion(rdfs:label "antibody optimization"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "transmission electron microscopy with EDAX"^^xsd:string) +AnnotationAssertion( "Transmission electron microscopy with energy dispersive spectroscopy"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Energy-dispersive_X-ray_spectroscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Transmission electron microscopy that has the ability to analyze the elemental or chemical characterization of a sample."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Scanning electron microscopy that has the ability to analyze the elemental or chemical characterization of a sample."^^xsd:string) +AnnotationAssertion( "Scanning electron microscopy with energy dispersive spectroscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Energy-dispersive_X-ray_spectroscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "scanning electron microscopy with EDAX"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Reference management"^^xsd:string) +AnnotationAssertion(rdfs:label "bibliographic management"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Reference_management_software"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Data storage and organization of bibliographic citations (references)."^^xsd:string) +AnnotationAssertion( "Citation management"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.joslindiabetescenter.com/diabetes-research/animal-physiology.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An animal physiology monitoring system that allows for simultaneous measurement of numerous parameters including oxygen consumption (VO2), carbon dioxide (CO2) production, respiratory exchange ratio (RER), food and drinking behavior, activity level, and caloric heat production. "^^xsd:string) +AnnotationAssertion(rdfs:label "CLAMS system"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "miRNA quality analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "RNA quality analysis of micro RNA (miRNA)."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.lerner.ccf.org/services/smsc/"^^xsd:string) +AnnotationAssertion( "High throughput sample analysis of small molecules for purpose such as drug discovery, or biochemical, genetic or pharmacological tests."^^xsd:string) +AnnotationAssertion(rdfs:label "small molecule screening"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Sample irradiation using synchrotron radiation, the electromagnetic radiation emitted when charged particles are accelerated radially."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "synchrotron radiation "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Synchrotron_radiation"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A gene expression analysis assay of micro RNA (miRNA) in a sample."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "miRNA expression analysis"^^xsd:string) +AnnotationAssertion( "ALPHA"^^xsd:string) +AnnotationAssertion( "A molecular assay that measures the interaction of two molecules bioconjugated to donor and acceptor beads."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Amplified luminescence proximity homogeneous assay"^^xsd:string) +AnnotationAssertion( "Alpha Screen"^^xsd:string) +AnnotationAssertion( "http://www.bmglabtech.com/technology/alphascreen.cfm"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "AlphaScreen"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.microscopy-uk.org.uk/mag/indexmag.html?http://www.microscopy-uk.org.uk/mag/artmar05/chmacro.html"^^xsd:string) +AnnotationAssertion(rdfs:label "photomacrography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Photography where the image is magnified 1X or higher."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A tissue/organ assay that is performed to analyze the motility, morphology, viability, and number of semen in a given sample."^^xsd:string) +AnnotationAssertion(rdfs:label "semen analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A materials assay to analyze the presence or concentration of trace metal(s) in a sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "trace metal analysis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cell storage"^^xsd:string) +AnnotationAssertion( "Material storage of cells in freezing media, at sub-zero temperatures, that is intended to sustain viability for later use."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Cell banking"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Material production of an early sample or model built to test a concept or process or to act as a thing to be replicated or learned from. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Prototype"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "prototype development"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://whatis.techtarget.com/definition/nanofabrication"^^xsd:string) +AnnotationAssertion(rdfs:label "nanofabrication"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Fabrication of devices with dimensions measured in nanometers."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "coverslipping machine"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.al-tar.com/online-laboratory-store/hackermeisei-coverslipping-machine-rcm-3655"^^xsd:string) +AnnotationAssertion( "A robot that processes histology sides by positioning them and mounting coverslips on top of the slide."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.pine-environmental.com/air-monitoring.htm#content"^^xsd:string) +AnnotationAssertion(rdfs:label "air monitoring"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "An assay for detection of various gases, chemicals, and particulates in ambient air or air emissions. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "immunochemiluminescence"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Hachem H et al (1991) A sensitive immunochemiluminescence assay for human serum amyloid A protein. Clin Biochem. 1991 Apr;24(2):143-7."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An immunoassay used to detect an antigen-antibody interaction, based on a brief emission of light by a luminophor component (signal) in response to chemical energy. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://fgp.ucdavis.edu/prog/mp"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An assay used to measure the set of metabolites in biofluids, which can reflect an individual?s health status. "^^xsd:string) +AnnotationAssertion(rdfs:label "metabolic phenotyping "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Tissue_microarray"^^xsd:string) +AnnotationAssertion(rdfs:label "tissue microarray assay"^^xsd:string) +AnnotationAssertion( "An assay that uses paraffin blocks in which separate tissue cores are assembled in array fashion to allow multiplex histological analysis."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Reller et al (2009) Antimicrobial Susceptibility Testing: A Review of General Principles and Contemporary Practices. Clin Infect Dis. 49 (11): 1749-1755. "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An assay used to detect possible drug resistance in common pathogens and to assure susceptibility to drugs of choice for particular infections."^^xsd:string) +AnnotationAssertion(rdfs:label "antimicrobial susceptibility testing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A material processing technique in which a particular strain of an organism is rederived from an embro by implantation into pathogen-free pseudopregnant recipients."^^xsd:string) +AnnotationAssertion(rdfs:label "organism strain rederivation"^^xsd:string) +AnnotationAssertion( "http://www.biotech.wisc.edu/facilities/transgenicanimal/services/StrainRederivation2"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "quarantine housing maintenance"^^xsd:string) +AnnotationAssertion( "Laboratory animal care in which animals are housed in a pathogen-free environment."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Mardis (2008) Annu. Rev. Genomics Hum. Genet. 9:387-402"^^xsd:string) +AnnotationAssertion(rdfs:label "next generation sequencer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A DNA sequencer that is used by specific commercial platforms that embody a complex interplay of enzymology, chemistry, high-resolution optics, hardware, and software engineering. These instruments allow highly streamlined sample preparation steps prior to DNA sequencing, which provides a significant time savings and a minimal requirement for associated equipment in comparison to the highly automated, multistep pipelines necessary for clone-based high-throughput sequencing. Each technology amplifies single strands of a fragment library and perform sequencing reactions on the amplified strands. The fragment libraries are obtained by annealing platform-specific linkers to blunt-ended fragments generated directly from a genome or DNA source of interest. Because the presence of adapter sequences means that the molecules then can be selectively amplified by PCR, and no bacterial cloning step is required to amplify the genomic fragment in a bacterial intermediate as is done in traditional sequencing approaches."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Material component separation of plasma from a blood sample. "^^xsd:string) +AnnotationAssertion(rdfs:label "blood plasma isolation"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "blood serum isolation"^^xsd:string) +AnnotationAssertion( "Material component separation of serum from a blood sample. "^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Solid-phase_synthesis"^^xsd:string) +AnnotationAssertion( "Fluorenylmethyloxycarbonyl solid phase synthesis"^^xsd:string) +AnnotationAssertion( "Synthesis in which molecules are bound on a bead and synthesized step-by-step in a reactant solution."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "solid phase synthesis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pulsed-field gel electrophoresis "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Electrophoresis of molecules using an electric field that periodically changes direction to a gel matrix."^^xsd:string) +AnnotationAssertion( "Pulsed field gel electrophoresis "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Pulsed_field_gel_electrophoresis"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "An atomic force microscope that has inegrated raman spectroscopy, for examination of chemical and structural properties of materials at sub-micrometer scales."^^xsd:string) +AnnotationAssertion( "Raman-AFM system"^^xsd:string) +AnnotationAssertion( "http://www.renishaw.com/en/raman-afm-system--6638"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "raman-atomic force microscope"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "total internal reflection fluorescence atomic force microscope"^^xsd:string) +AnnotationAssertion( "http://www.ncbi.nlm.nih.gov/pubmed/12211478"^^xsd:string) +AnnotationAssertion( "Total Internal Reflection Fluorescence AFM"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Total internal reflection fluorescence instrument combined with atomic force microscope used to detect and confirm the result of cellular level manipulations made with the AFM part through the detection system of the highly sensitive fluorescence microscope part."^^xsd:string) +AnnotationAssertion( "TIRF AFM"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A microscope capable of measuring normal and lateral forces between a probe and sample."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "interfacial force microscope"^^xsd:string) +AnnotationAssertion( "www.nanotech.upenn.edu/facilities_images/IFM.pdf"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "IFM"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Maze"^^xsd:string) +AnnotationAssertion( "An instrument that is a tour puzzle in the form of a complex branching passage through which the solver must find a route. Often used in animal models to test behavior."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "maze"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A maze used for rodent models of anxiety, which is used as a screening test for putative anxiolytic or anxiogenic compounds and as a general research tool in neurobiological anxiety research."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Elevated_plus_maze"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "elevated plus maze"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.noldus.com/animal-behavior-research/solutions/research-small-lab-animals/zero-maze-set"^^xsd:string) +AnnotationAssertion( "An elevated plus maze that lacks a center square, used to measure animal behavior in the time spent in open and closed spaces. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "zero maze"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "An animal activity monitoring system that transistions between light and dark, using a light/dark transition test, which is widely used to measure anxiety-like behavior in mice. "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2504462/"^^xsd:string) +AnnotationAssertion(rdfs:label "light/dark chamber"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.colinst.com/brief.php?id=12"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "passive/active avoidance chambers"^^xsd:string) +AnnotationAssertion( "An animal activity monitoring system is an automated system employed in the testing of avoidance behavior. Each subject is housed within a cage that has been divided by a centrally located wall. The wall has an opening that allows the subject to pass between the compartments. The lid of each compartment contains an acoustic source. The light is on the center divider. The subject walks on a shocker grid assembly that spans the entire floor area of both compartments. A series of photocells detects the subject position within the cage. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An animal activity monitoring system that consists of a hole poke board with holes lying over horzontal X and Y axis sensors.Data collected includes frequency and duration of each \"nose poke\" as well as positional and ambulatory data (distance traveled, zone entries, ambulatory vs. total movement, etc.)."^^xsd:string) +AnnotationAssertion(rdfs:label "hole poke arenas"^^xsd:string) +AnnotationAssertion( "http://www.colinst.com/brief.php?id=90"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://csm.jmu.edu/biology/danie2jc/metabolism_lab.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "metabolic chamber"^^xsd:string) +AnnotationAssertion( "An environmental chamber that is used to measure oxygen consumption in an organism."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "metabolic cart"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.wisegeek.com/what-is-a-metabolic-cart.htm"^^xsd:string) +AnnotationAssertion( "A measurement instrument used to measure the body’s metabolism through the amount of heat produced when the body is at rest. "^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A cell culture technique in which lymphocytes are treated with EBV and become capable of indefinite growth as a consequence of viral protein expression."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Epstein?Barr virus transformation"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Epstein%E2%80%93Barr_virus"^^xsd:string) +AnnotationAssertion(rdfs:label "EBV transformation "^^xsd:string) +AnnotationAssertion( "Lymphoblast transformation"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A biopsy where a small amount of bone and a small amount of fluid and cells from inside the bone (bone marrow) are removed."^^xsd:string) +AnnotationAssertion( "http://www.webmd.com/cancer/bone-marrow-aspiration-and-biopsy"^^xsd:string) +AnnotationAssertion(rdfs:label "bone marrow aspiration"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Immunomagnetic_separation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An antibody related technique that uses paramagnetic beads coated with antibodies to bind to antigens present on the surface of cells thus capturing the cells and facilitating the concentration of these bead-attached cells. The concentration process is created by a magnet placed on the side of the test tube bringing the beads to it."^^xsd:string) +AnnotationAssertion(rdfs:label "immunomagnetic selection"^^xsd:string) +AnnotationAssertion( "Immunomagnetic cell separation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Actigraphy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "actigraphy"^^xsd:string) +AnnotationAssertion( "A physiological assay used to monitor human rest/activity cycles. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Sleep study"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A physiological assay used in the study of sleep and as a diagnostic tool in sleep medicine. "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Polysomnography"^^xsd:string) +AnnotationAssertion(rdfs:label "polysomnography"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A physiological assay of the human body that uses such tools as body mass index, basal metabolic rate, bioelectrical impedance, and dual energy x-ray absorptiometry, along with measurements of skinfold thickness and arm muscle circumference, to assess the structure, form, and composition of the body for purposes of comparison."^^xsd:string) +AnnotationAssertion(rdfs:label "anthropometric analysis"^^xsd:string) +AnnotationAssertion( "http://www.answers.com/topic/anthropometric-analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://dictionary.reference.com/browse/hemocytometry"^^xsd:string) +AnnotationAssertion(rdfs:label "hemocytometry"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An assay used to count cells."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A technique that utilizes standardized tests and questionnaires in an effort to identify a student?s strengths and weaknesses across many areas of functioning and attributes. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "psychoeducational test administration"^^xsd:string) +AnnotationAssertion( "http://www.vdps.net/special/test.html"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Screening herbs for use as potential drug targets."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Drug_discovery#Plant-derived"^^xsd:string) +AnnotationAssertion(rdfs:label "natural product drug discovery"^^xsd:string) +AnnotationAssertion( "An assay that is performed to find new bioactive chemical entities from natural sources, to be used a therapeutic drug targets."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A measurement device used to calculate the mass of nano-scale particles."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "nanoparticle size analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "A spectroscopy technique used for the elemental analysis or chemical characterization of a sample. It relies on the investigation of an interaction of some source of X-ray excitation and a sample. Its characterization capabilities are due in large part to the fundamental principle that each element has a unique atomic structure allowing unique set of peaks on its X-ray spectrum."^^xsd:string) +AnnotationAssertion(rdfs:label "energy-dispersive X-ray spectroscopy"^^xsd:string) +AnnotationAssertion( "Qualitative elemental analysis of nanomaterials."^^xsd:string) +AnnotationAssertion( "EDS"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Energy-dispersive_X-ray_spectroscopy"^^xsd:string) +AnnotationAssertion( "EDX"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A spectroscopy technique that measures the change in kinetic energy of electrons after they have interacted with a specimen. When carried out in a modern transmission electron microscope, EELS is capable of giving structural and chemical information about a solid, with a spatial resolution down to the atomic level in favourable cases."^^xsd:string) +AnnotationAssertion( "EELS"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "electron energy loss spectroscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "R.F. Egerton (2009). Reports on Progress in Physics. 72 016502 doi:10.1088/0034-4885/72/1/016502 (http://iopscience.iop.org/0034-4885/72/1/016502/)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Cryo-EM"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Cryoelectron microscopy"^^xsd:string) +AnnotationAssertion( "A form of transmission electron microscopy where the sample is studied at cryogenic temperatures (generally liquid nitrogen temperatures)."^^xsd:string) +AnnotationAssertion( "Electron cryomicroscopy"^^xsd:string) +AnnotationAssertion(rdfs:label "cryo-electron microscopy"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cryo-electron_microscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A cryosectioning technique that creates thin sections of constant thickness with very soft materials that cannot be cut at ambient temperature. After cooling down of the specimen, a section is sliced up using a diamond knife which has been previously cooled down. The material is brought close to transition temperature Tg (if known) to obtain a harder consistency. "^^xsd:string) +AnnotationAssertion( "Cryo-ultramicrotomy +"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cryoultramicrotomy"^^xsd:string) +AnnotationAssertion( "http://cime.epfl.ch/page-26804-en.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Cryosectioning using a cryostat to maintain the freezing temperature."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "cryostat sectioning"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cryotome sectioning"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Cryosectioning using a cryotome to maintain the freezing temperature."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "network attached storage"^^xsd:string) +AnnotationAssertion( "NAS"^^xsd:string) +AnnotationAssertion( "A file-level computer data storage connected to a computer network providing data access to heterogeneous clients. NAS not only operates as a file server, but is specialized for this task either by its hardware, software, or configuration of those elements. NAS is often manufactured as a computer appliance – a specialized computer built from the ground up for storing and serving files – rather than simply a general purpose computer being used for the role."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Network-attached_storage"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "To describe a data and file storage resource."^^xsd:string) +AnnotationAssertion( "Network-attached storage"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Digital PCR"^^xsd:string) +AnnotationAssertion(rdfs:label "digital polymerase chain reaction system"^^xsd:string) +AnnotationAssertion( "dePCR"^^xsd:string) +AnnotationAssertion( "DigitalPCR"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Digital_PCR"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "dPCR"^^xsd:string) +AnnotationAssertion( "A PCR machine that can be used to directly quantify and clonally amplify nucleic acids including DNA, cDNA or RNA."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "aerosol biosampler"^^xsd:string) +AnnotationAssertion( "A measurement instrument that collects and measure the amount of bioaerosols in a sample (airborne particles of biological origin (e.g., bacteria, fungi, pollen, viruses) and their by-products such as endotoxins or mycotoxins and other fragments.) "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Sampling of biologicals from various air-borne sources."^^xsd:string) +AnnotationAssertion( "http://www.skcinc.com/prod/225-9594.asp"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A MRI Scanner that uses the change in magnetization between oxygen-rich and oxygen-poor blood as its basic measure to measures brain activity. "^^xsd:string) +AnnotationAssertion( "fMRI"^^xsd:string) +AnnotationAssertion( "Functional magnetic resonance imaging scanner"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "functional MRI scanner"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Functional_magnetic_resonance_imaging"^^xsd:string) +AnnotationAssertion( "Functional magnetic resonance imager"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A measurement instrumentat that is a bench-top device for the high-precision measurement of an index of refraction."^^xsd:string) +AnnotationAssertion(rdfs:label "abbe refractometer"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Abbe_refractometer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Measuring the index of refraction of aqueous solutions between n=1.3 and n=1.7"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Solid ink printer is used to fabricate paper-based microfluidic devices. Ink droplet is about 50 to 60 um in diameter. Ink is compatible with aqueous solution with various pH."^^xsd:string) +AnnotationAssertion( "A printer that uses 1 cubic inch rectangular solid-state ink blocks, which are loaded into the top of the printer. The ink blocks are melted and the ink is transferred onto a rotating, oil coated print drum using a piezo inkjet head. The paper then passes over the print drum, at which time the image is transferred, or transfixed, to the page. This system is similar to water-based inkjets, provided that the ink has low viscosity at the jetting temperature (140°C)."^^xsd:string) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Thermal_transfer_printing"^^xsd:string) +AnnotationAssertion( "Phaser printer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "solid ink printer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Wax printer"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Atom_probe"^^xsd:string) +AnnotationAssertion( "A microscope used in material science in which the magnification effect comes from the magnification provided by a highly curved electric field. The method is destructive in nature removing ions from a sample surface in order to image and identify them, generating magnifications sufficient to observe individual atoms as they are removed from the sample surface. Through coupling of this magnification method with time of flight mass spectrometry, ions evaporated by application of electric pulses can have their mass-to-charge ratio computed."^^xsd:string) +AnnotationAssertion( "The LEAP 4000X HRTM is a high performance 3D am probe microscope which provides nano-scale surface, bulk and interfacial materials analysis of simple and complex structures with atom by atom identification and accurate spatial positioning."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "atom probe"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A physiological assay used to monitor the saturation of a patient's hemoglobin."^^xsd:string) +AnnotationAssertion(rdfs:label "pulse oximetry"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Pulse_oximetry"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrical_impedance"^^xsd:string) +AnnotationAssertion( "Electronic test equipment used to measure the opposition of a circuit to the passage of a current when a voltage is applied."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "impedence analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "electron tomography"^^xsd:string) +AnnotationAssertion( "An electron microscopy method for three-dimensional (3D) reconstruction of single, transparent objects from a series of projection images (i.e. from a tilt series) recorded with a transmission electron microscope. It offers the opportunity to obtain 3D information on structural cellular arrangements with a high resolution."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.ncbi.nlm.nih.gov/pubmed/12160704"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Electron cryomicroscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A form of transmission electron microscopy where the sample is studied at cryogenic temperatures (generally liquid nitrogen temperatures)."^^xsd:string) +AnnotationAssertion(rdfs:label "cryogenic electron microscopy"^^xsd:string) +AnnotationAssertion( "Cryo-electron microscopy"^^xsd:string) +AnnotationAssertion( "Cryo-EM"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cryo-electron_microscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "image processing technique"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Image_processing"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Any form of signal processing for which the input is an image, such as a photograph or video frame; the output of image processing may be either an image or a set of characteristics or parameters related to the image."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.olympusmicro.com/primer/digitalimaging/deconvolution/deconvolutionhome.html"^^xsd:string) +AnnotationAssertion( "Image processing to improve the contrast and resolution of digital images captured in the microscope, most commonly to address deblurring and image restoration."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "deconvolution microscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "single particle analysis"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Single_particle_analysis"^^xsd:string) +AnnotationAssertion( "An image processing technique used to analyze images from transmission electron microscopy. These methods were developed to improve and extend the information obtainable from TEM images of particulate samples, typically proteins or other large biological entities such as viruses. Individual images of stained or unstained particles are very noisy, and so hard to interpret. Combining several digitized images of similar particles together gives an image with stronger and more easily interpretable features. "^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A heating instrument that is a self-contained tabletop small appliance that features one, two or more gas burners or electric heating elements. "^^xsd:string) +AnnotationAssertion(rdfs:label "hot plate"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Hot_plate"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion( "A press brake is a special type of machine press that bends sheet metal into shape."^^xsd:string) +AnnotationAssertion( "An instrument that changes the shape of a workpiece."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "machine press"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Machine_press"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Punch_press"^^xsd:string) +AnnotationAssertion( "A machine press used to cut holes in material."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "punch press"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.speedmixer.com/dac150.1fvzk.php"^^xsd:string) +AnnotationAssertion( "A mechanical instrument used for the rapid mixing and grinding of polymer materials that would otherwise require large amounts of time and/or effort to mix and/or grind. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "polymer mixer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An automated instrument that quickly and accurately counts colonies in a petri dish or tissue culture dish."^^xsd:string) +AnnotationAssertion( "http://www.uvp.com/colony.html"^^xsd:string) +AnnotationAssertion(rdfs:label "automated colony counter"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "ECL"^^xsd:string) +AnnotationAssertion( "Electrogenerated chemiluminescence detection"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Electrochemiluminescence"^^xsd:string) +AnnotationAssertion( "An assay that detects luminescence produced during electrochemical reactions in solutions. "^^xsd:string) +AnnotationAssertion(rdfs:label "electrochemiluminescence detection"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "tablet press"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A machine press that compresses powder into tablets of uniform size and weight."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Tablet_press"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "zeta potential analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used for characterizing zeta potential as a property of interfacial layer in liquid particulates (dispersions, emulsions) and porous bodies. "^^xsd:string) +AnnotationAssertion( "http://www.dispersion.com/zeta-potential-analyzer.html"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A measurement instrument that analyzes the particle size distributions in a sample or during a process."^^xsd:string) +AnnotationAssertion(rdfs:label "particle size analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.malvern.com/labeng/products/iwtm/particle_size_analysis.htm"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "variable pressure analytical field emission scanning electron microscope"^^xsd:string) +AnnotationAssertion( "A field emission scanning electron microscope that allows for a variable pressure mode."^^xsd:string) +AnnotationAssertion( "Analytical variable pressure FE-SEM"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "UPLC/MS"^^xsd:string) +AnnotationAssertion( "An UPLC coupled to a mass spectrometer. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "UPLC-MS"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "ultra high performance liquid chromatography with mass spectrometer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "laser diffraction particle size analyzer"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A particle size analyzer that uses laser diffraction technology."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.azom.com/materials-equipment.aspx?cat=18"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "surface area analyzer"^^xsd:string) +AnnotationAssertion( "An instrument that measures of how much exposed area an object has."^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "http://www.carmanindustries.com/Pages/fluidbed.html"^^xsd:string) +AnnotationAssertion( "An instrument used to heat, cool, dry, or moisturize your bulk solid material."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "fluid bed processor"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Differential_scanning_calorimetry"^^xsd:string) +AnnotationAssertion(rdfs:label "differential scanning calorimeter"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A calorimeter in which the difference in the amount of heat required to increase the temperature of a sample and reference is measured as a function of temperature. "^^xsd:string) +AnnotationAssertion( "DSC"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "measurement scale"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cryogenic transmission electron microscope"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Cryo-electron_microscopy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A transmission electron microscope where the sample is studied at cryogenic temperatures (generally liquid nitrogen temperatures)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used in computing, which produces a text or graphics of documents stored in electronic form, usually on physical print media such as paper or transparencies. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "printer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Printer_(computing)"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A material processing technique where a high power pulsed laser beam is focused inside a vacuum chamber to strike a target of the material that is to be deposited. This material is vaporized from the target (in a plasma plume) which deposits it as a thin film on a substrate (such as a silicon wafer facing the target). This process can occur in ultra high vacuum or in the presence of a background gas, such as oxygen which is commonly used when depositing oxides to fully oxygenate the deposited films."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "pulsed laser deposition"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Pulsed_laser_deposition"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pulsed laser deposition system"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used for thin film and nanocyrstal growth where the target material is ablated with a laser and a plume deposists material on a substrate."^^xsd:string) +AnnotationAssertion( "http://www.vanderbilt.edu/vinse/facility_details.php?FacilityID=3"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A calorimetry method that calculates heat that living organisms produce from their production of carbon dioxide and nitrogen waste (frequently ammonia in aquatic organisms, or urea in terrestrial ones), or from their consumption of oxygen. "^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Calorimetry"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "indirect calorimetry"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "physiological assessment"^^xsd:string) +AnnotationAssertion( "Physiological assays used to measure various outcomes to determine clinical picture of the health status of an individual."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An imaging modality that enables 3D quantitative determination of fluorochrome distribution in tissues of live small animals at any depth. "^^xsd:string) +AnnotationAssertion( "FMT"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "fluorescence molecular tomography platform "^^xsd:string) +AnnotationAssertion( "http://www.ncbi.nlm.nih.gov/pubmed/17985393"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "optical tomography"^^xsd:string) +AnnotationAssertion( "An imaging technique that creates a digital volumetric model of an object by reconstructing images made from light transmitted and scattered through an object."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Optical_tomography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gamma radiation measurement"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Radioactivity detection and measurement of the amount of gamma radiation in a sample."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A data processing technique to design primers for specific nucleotide sequences to be used in applications such as PCR."^^xsd:string) +AnnotationAssertion(rdfs:label "primer design"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "aCGH"^^xsd:string) +AnnotationAssertion( "A molecular assay that detects genomic imbalance, i.e. gains and losses of genetic material, which can be used for the diagnosis of developmental delay, mental retardation, autism and birth defects. "^^xsd:string) +AnnotationAssertion( "http://www.ohsu.edu/xd/health/services/lab-services/labtests/results.cfm?input1=Microarray+Comparative+Genomic+Hybridization&labtestid=DA697BEA-F784-F999-323B53E182A5134D&keywords=&ohsuservicecode=&eapcode=&cptcode=&labsectionid="^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "microarray comparative genomic hybridization"^^xsd:string) +AnnotationAssertion( "Array CGH"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A physiological assay to determine the maximum capacity of an individual's body to transport and use oxygen during incremental exercise, which reflects the physical fitness of the individual."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/VO2_max"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "VO2 max measurement"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "MRI that acquires the relaxation rate dispersion curves from magnetic resonance images."^^xsd:string) +AnnotationAssertion( "http://www.ncbi.nlm.nih.gov/pubmed/1509044"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "MR relaxometry imaging"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Conclusion textual entity about a biological process phenotype."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "biological process phenotype annotation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Conclusion textual entity about an anatomical phenotype."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "anatomical phenotype annotation"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "phenotypic annotation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used to protect individuals from radioactive isotopes by providing a safe containment box in which they can control and manipulate the equipment required."^^xsd:string) +AnnotationAssertion( "Hot cell"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Hot_cell"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "shielded nuclear radiation containment chamber"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "An imaging technique that produces a three-dimensional image or picture of functional processes in the body. The system detects pairs of gamma rays emitted indirectly by a positron-emitting radionuclide (tracer), which is introduced into the body on a biologically active molecule. Three-dimensional images of tracer concentration within the body are then constructed by computer analysis."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Positron_emission_tomography"^^xsd:string) +AnnotationAssertion(rdfs:label "positron emission tomography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PET"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Pillar drill"^^xsd:string) +AnnotationAssertion( "Bench drill"^^xsd:string) +AnnotationAssertion( "Pedestal drill"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Drill#Drill_press"^^xsd:string) +AnnotationAssertion(rdfs:label "drill press"^^xsd:string) +AnnotationAssertion( "A drill that is a fixed style of drill that may be mounted on a stand or bolted to the floor or workbench."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An HPLC that can monitor radio-labelled compounds separated by chromatographic techniques."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "radio-HPLC"^^xsd:string) +AnnotationAssertion( "https://www.berthold.com/en/bio/radio-hplc-detectors"^^xsd:string) +AnnotationAssertion( "Radio-High Performance Liquid Chromatography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Drill"^^xsd:string) +AnnotationAssertion(rdfs:label "drill"^^xsd:string) +AnnotationAssertion( "A mechanical instrument fitted with a cutting tool attachment or driving tool attachment, usually a drill bit or driver bit, used for drilling holes in various materials or fastening various materials together with the use of fasteners. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "An instrument used for detection of radiolabeled compounds in thin layer chromatography (TLC) plates."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Radio-thin layer chromatography imaging scanner"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "radio-TLC imaging scanner"^^xsd:string) +AnnotationAssertion( "http://www.bioscan.com/index.php?page=ar-2000-radio-tlc-imaging-scanner"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "microwave accelerator"^^xsd:string) +AnnotationAssertion( "An instrument capable of rapidly depositing high energy in a small volume. "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2553010/"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Conclusion textual entity about a mammalian phenotype."^^xsd:string) +AnnotationAssertion(rdfs:label "mammalian phenotype annotation"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "algorithmic software suite"^^xsd:string) +AnnotationAssertion( "Algorithmic software toolkit"^^xsd:string) +AnnotationAssertion( "Algorithmic software pipeline"^^xsd:string) +AnnotationAssertion( "Algorithmic software platform"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "algorithmic software component"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.opsweb.org/?page=octimaging"^^xsd:string) +AnnotationAssertion( "Optical Coherence Tomography (OCT) that uses coherent interferometry to construct a cross-sectional view of the objective, often with micrometer accuracy."^^xsd:string) +AnnotationAssertion(rdfs:label "imaging OCT"@en) +AnnotationAssertion( "imaging optical coherence tomography"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Optical_coherence_tomography"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "OCT"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "An imaging assay used to acquire and process micrometer-resolution, three-dimensional images from within optical scattering media."^^xsd:string) +AnnotationAssertion( "optical coherence tomography"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "registry"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An organization dedicated to the collection, storage and dissemination of a set of scientific or clinical data."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://bioportal.bioontology.org/ontologies/45400/?p=terms&conceptid=Biorepository"^^xsd:string) +AnnotationAssertion( "Specimen bank"^^xsd:string) +AnnotationAssertion(rdfs:label "biorepository"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Biobank"^^xsd:string) +AnnotationAssertion( "An organization that governs the storage of biospecimens that includes tissue samples, fluids, and molecular derivatives such as DNA, RNA, and proteins. The biorepository has stringent guidelines regarding the standardized collection, handling, storage, and documentation of biological specimens."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label ".mgf"^^xsd:string) +AnnotationAssertion( "MASCOT generic format"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Fourier transform ion cyclotron resonance mass spectrometer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "FTICR-MS"^^xsd:string) +AnnotationAssertion( "A mass spectrometer that is used to determine the mass-to-charge ratio of ions based on the cyclotron frequency of the ions in a fixed magnetic field. After ion excitation, the signal is detected as an image current on a pair of plates consisting of a superposition of sine waves. The useful signal is extracted from this data by performing a Fourier transform to give a mass spectrum."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Fourier_transform_ion_cyclotron_resonance"^^xsd:string) +AnnotationAssertion(rdfs:label "Fourier transform mass spectrometer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hydrogenation reactor"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "http://www.thalesnano.com/products/h-cube"^^xsd:string) +AnnotationAssertion( "An instrument that performs continuous hydrogenation reactions in a flow system"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "scanning tunneling microscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Microscopy that produces a view of the surface of a sample at the atomic level by detecting variations in the current between a conducting tip and the reactive elements within the sample."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "NCI Thesaurus"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "cell counting"^^xsd:string) +AnnotationAssertion( "A cellular assay that uses various methods to quantify cells in a culture."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Computed tomography scan"^^xsd:string) +AnnotationAssertion( "http://www.medicalnewstoday.com/articles/153201.php"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "CT scan"^^xsd:string) +AnnotationAssertion( "An imaging method that employs tomography. Tomography is the process of generating a two-dimensional image of a slice or section through a 3-dimensional object (a tomogram)."^^xsd:string) +AnnotationAssertion( "CAT scan"^^xsd:string) +AnnotationAssertion( "Computer axial tomography scan "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "atomic mass spectrometry"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Atomic_spectroscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A mass spectrometry assay that uses an ion source, a mass analyzer, and a detector. Atoms' identities are determined by their mass-to-charge ratio (via the mass analyzer) and their concentrations are determined by the number of ions detected. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A molecular assay that uses bioluminescence to detect the presence or concentration of molecules in a sample. "^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "bioluminescent assay"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "An instrument that utilizes beads that are coated with a reagent specific to a particular bioassay, allowing the capture and detection of specific analytes from a sample."^^xsd:string) +AnnotationAssertion(rdfs:label "bead-based multiplex"^^xsd:string) +AnnotationAssertion( "http://www.luminexcorp.com/TechnologiesScience/xMAPTechnology/index.htm"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A physiological assay used to measure the locomotive response of an organism to light stimulus."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Phototaxis"^^xsd:string) +AnnotationAssertion(rdfs:label "fast phototaxis assay"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "binary"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "nominal"^^xsd:string) +AnnotationAssertion(rdfs:label "categorical"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "ordinal"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "interval"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "ratio"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "continuous"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "time to failure"^^xsd:string) +AnnotationAssertion(rdfs:label "survival"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "sequential"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "a planned process in which data is collection through observations or measurements of subjects/specimens under investigation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "data collection method"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "independent data collection method"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "paired data collection method"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "clustered data collection method"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "longitudinal data collection method"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "repeated measurement method"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "fertility measurement assay"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A behavioral assay used to measure an organism's capability to produce offspring."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Fertility"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "courtship assay"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A behavioral assay used to measure organismal behaviors that result in mating and copulation."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://www.britannica.com/EBchecked/topic/140848/courtship"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "split Gal4 assay"^^xsd:string) +AnnotationAssertion( "A gene expression analysis assay to examine co-expression of genes in given cells/tissues. In this assay, the GAL4 coding sequence is split and each half is driven by distinct endogenous promoters/enhancers. From these constructs organism lines are derived. In a simple line, GAL4 activity is not reconstituted and thus a target reporter gene driven by the GAL4 promoter remains inactive. Crossing lines carrying complementary halves of GAL4 can reveal cells/tissues where both endogenous promoters/enhancers are active, which results in expression and reconstitution of the complete GAL4 protein and activation of a GAL4-driven reporter gene."^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "Upstream Activation Sequence"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/GAL4/UAS_system"^^xsd:string) +AnnotationAssertion( "UAS"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "digital sleep recorder"^^xsd:string) +AnnotationAssertion( "An instrument for non-invasive measurement of physiological signals in both humans and animals specifically during sleep."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "PERSON: Faith Coldren"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "A light microscopy technique used to capture images with a higher resolution than the diffraction limit"^^xsd:string) +AnnotationAssertion(rdfs:label "super-resolution microscopy"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Super_resolution_microscopy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Melting_curve_analysis"^^xsd:string) +AnnotationAssertion(rdfs:label "melt curve analysis"^^xsd:string) +AnnotationAssertion( "A technique used for the assessment of the dissociation-characteristics of double-stranded DNA during heating."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Super_resolution_microscopy"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A microscope that uses light to capture images with a higher resolution than the diffraction limit"^^xsd:string) +AnnotationAssertion(rdfs:label "super-resolution microscope"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "incubator microscope"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A microscope fitted with an environmental control chamber used to image live samples."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.olympusmicro.com/primer/techniques/fluorescence/tirf/tirfhome.html"^^xsd:string) +AnnotationAssertion(rdfs:label "total internal reflection fluorescence"^^xsd:string) +AnnotationAssertion( "TIRF"^^xsd:string) +AnnotationAssertion( "An assay used to observe single molecule fluorescence at surfaces and interfaces which is commonly employed to investigate the interaction of molecules with surfaces."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A technique for copying and archiving computer data so it may be used to restore the original after a data loss event."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Backup"^^xsd:string) +AnnotationAssertion(rdfs:label "data backup"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Backup"^^xsd:string) +AnnotationAssertion(rdfs:label "disk data backup"^^xsd:string) +AnnotationAssertion( "A data backup technique in which archived data is stored to a second hard disk."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Backup"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "tape data backup"^^xsd:string) +AnnotationAssertion( "A data backup technique in which archived data is stored to magnetic tape."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "remote data backup"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A data backup technique in which the archived data is stored at a facility different than the source data."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "off-site data backup"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "secure data storage"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "encrypted data storage"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Encryption"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A data storage technique in which information is encoded in such a way that eavesdroppers or hackers cannot read it, but that authorized parties can."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "reliable data storage"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "redundant array of independent disks"^^xsd:string) +AnnotationAssertion( "RAID data storage"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "redundant data storage"^^xsd:string) +AnnotationAssertion( "A data storage technique in which data generated by a user is archived on more than one storage medium (often multiple harddrives in the same machine)."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "collaborative data storage"^^xsd:string) +AnnotationAssertion(rdfs:label "remote data storage"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A data storage technique in which information is maintained at a facility different than that of the user."^^xsd:string) +AnnotationAssertion( "cloud data storage"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A data transformation techique which allows organizations and individuals to serve information to users via the internet."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Internet_hosting"^^xsd:string) +AnnotationAssertion(rdfs:label "data hosting"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "website hosting"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A data hosting technique where a server makes a user-designed website available to other computers via the internet."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Website_hosting"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Linux server hosting"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "server hosting"^^xsd:string) +AnnotationAssertion( "physical server hosting"^^xsd:string) +AnnotationAssertion( "A data hosting technique where a single computer is configured to serve other computers that request processes of it via the internet."^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Server_%28computing%29"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "virtual server hosting"^^xsd:string) +AnnotationAssertion( "Solaris server hosting"^^xsd:string) +AnnotationAssertion( "Windows server hosting"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "database hosting"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A data hosting technique in which data arranged as a database (SQL for example) is made available to access via the internet."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A data hosting technique in which multiple computers are linked together such that they act like a single entity."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "computer cluster hosting"^^xsd:string) +AnnotationAssertion( "http://www.wisegeek.org/what-is-cluster-computing.htm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "application hosting"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "A data hosting technique that offers users access to applications via an internet connection."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A measurement device that is used to detect and measure odor dilution.") +AnnotationAssertion( "https://en.wikipedia.org/wiki/Olfactometer") +AnnotationAssertion( "PERSON: Tenille Johnson") +AnnotationAssertion( ) +AnnotationAssertion( "Provides smells for stimulation of neural activity, e.g., in an MRI instrument.") +AnnotationAssertion(rdfs:label "olfactometer"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gnotobiotic organism generation"^^xsd:string) +AnnotationAssertion( "A laboratory animal care technique performed to produce gnotobiotic animals (also 'gnotobiotes' or 'gnotobionts'), which are born in aseptic conditions. Such animals are normally reared in a sterile or microbially-controlled laboratory environment, and they are only exposed to those microorganisms that the researchers wish to have present in the animal."^^xsd:string) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Gnotobiosis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Spray coating involves spray application of the solution to the wafer through a nozzle. The path traveled by the nozzle over the wafer is optimized to ensure that the coating is applied evenly to the substrate. The solutions used in spray coating usually feature a very low viscosity, which guarantees that fine droplets form."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "https://www.suss.com/en/products-solutions/technologies/coating.html"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "An instrument used to spray uniform thin films to substrate."^^xsd:string) +AnnotationAssertion(rdfs:label "spray coater"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An instrument used to pattern nanostructures by the physical deformation of a deformable material using a mold."^^xsd:string) +AnnotationAssertion(rdfs:label "nanoimprinter"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Nano-imprinter"^^xsd:string) +AnnotationAssertion( "http://www.nanonex.com/technology.htm"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion(rdfs:label "vapor etcher"^^xsd:string) +AnnotationAssertion( "http://www.spts.com/markets/mems/release-etch"^^xsd:string) +AnnotationAssertion( "An instrument used for dry vapor phase etching."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion(rdfs:label "wafer bonder"^^xsd:string) +AnnotationAssertion( "An instrument that is used to bind two wafers together, typically by means of temporary bonding using a bonding agent or by permanent bonding of the oxide film surfaces using a self-bonding technique."^^xsd:string) +AnnotationAssertion( "http://www.tel.com/product/spe/wbd/index.htm"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A programming language designed for text processing and typically used as a data extraction and reporting tool."^^xsd:string) +AnnotationAssertion(rdfs:label "AWK"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "https://en.wikipedia.org/wiki/AWK"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "EEG System"^^xsd:string) +AnnotationAssertion( "A measurement device used to record electrical activity of the brain. It is typically noninvasive, with the electrodes placed along the scalp, although invasive electrodes are sometimes used in specific applications."^^xsd:string) +AnnotationAssertion(rdfs:label "electroencephalography system"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Electroencephalography"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems by relying on bio-inspired operators such as mutation, crossover and selection."^^xsd:string) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Genetic_algorithm"^^xsd:string) +AnnotationAssertion( "GA"^^xsd:string) +AnnotationAssertion(rdfs:label "genetic algorithm"^^xsd:string) +AnnotationAssertion( "An algorithm that is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA)."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "genetic programming"^^xsd:string) +AnnotationAssertion( "https://en.wikipedia.org/wiki/Genetic_programming"^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "GP"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A technique whereby computer programs are encoded as a set of genes that are then modified (evolved) using an evolutionary algorithm (often a genetic algorithm)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "digital ELISA"^^xsd:string) +AnnotationAssertion( "A molecular assay based on the detection of single enzyme-linked immunocomplexes on beads that are sealed in arrays of femtoliter wells."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion( "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3327511/"^^xsd:string) +AnnotationAssertion( "Digital enzyme-linked immunosorbent assay"^^xsd:string) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ))) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +AnnotationAssertion(rdfs:label "small molecule quantitation"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A molecular assay used to quantify small molecules for potential use in drug discovery or similar applications."^^xsd:string) +AnnotationAssertion( "Quantitation of small molecules such as drugs, metabolites, lipids, etc."^^xsd:string) +AnnotationAssertion( "PERSON: Tenille Johnson"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data transformation objective"^^xsd:string) +AnnotationAssertion( "data processing objective"^^xsd:string) +AnnotationAssertion( "objectives to process data in a way that no analysis is performed and no new information is generated"^^xsd:string) +AnnotationAssertion(rdfs:comment "Is opposed to / disjoint from \"data analysis objective\". In transformations, there is input of some input of collected data that is processed/operated on - but is not analyzed to generate new information (ie no statistical operations performed)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective of using a particular type of process/operation to process and transform data. This hierarchy classifies software objectives based on the type of operation that is specified to be performed "^^xsd:string) +AnnotationAssertion(rdfs:label "process-based data transformation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data assembly objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data parsing objective"^^xsd:string) +AnnotationAssertion( "placeholder for SWO:parse objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data pre-processing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data refinement and optimization objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data cleaning objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "audio data cleaning objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to obtain existing data from some data set, database, or corpus"^^xsd:string) +AnnotationAssertion(rdfs:label "data retrieval objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to retrieve an unfiltered/unaltered view of a data set"^^xsd:string) +AnnotationAssertion(rdfs:label "data ingest objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data search and retrieval objective"^^xsd:string) +AnnotationAssertion( "objective to retrieve some filtered slice of data from a corpus/set based on user/agent specified search parameters"^^xsd:string) +AnnotationAssertion(rdfs:comment "examples include search engines and serch UIs for biomedical repositories"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "e.g. pubmed"^^xsd:string) +AnnotationAssertion(rdfs:label "document search and retrieval objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "metadata search and retrieval objective"^^xsd:string) +AnnotationAssertion( "resource metadata search and retrieval objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence search and retrieval objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective where all, or some of a data set is adjusted by some data transformation according to some scale, for example a user defined minimum or maximum"^^xsd:string) +AnnotationAssertion( "placeholder for OBI:scaling objective"^^xsd:string) +AnnotationAssertion(rdfs:label "data scaling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data transfer objective"^^xsd:string) +AnnotationAssertion( "objective to facilitate delivery of data between two parties"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "file processing objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "input is a single file or set of files"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "file compression objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "image file compression objective"^^xsd:string) +AnnotationAssertion( "placeholder for SWO:image compression objective"^^xsd:string) +AnnotationAssertion( "image compression objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "placeholder for SWO:file rendering objective"^^xsd:string) +AnnotationAssertion(rdfs:label "file rendering objective"^^xsd:string) +AnnotationAssertion( "objective whereby data is input is a file and processed to be presented in different ways/views, but no new data generated, and generally no interface for users to directly manipulate the presentaiton (other than altering inputs, parameters, or variables used for configuring the display)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "format conversion objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "image format conversion objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence format conversion objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "image processing objective"^^xsd:string) +AnnotationAssertion( "image transformation objective"^^xsd:string) +AnnotationAssertion( "objective whereby data from an image are digitized and various mathematical operations are applied to the data, generally with a digital computer, in order to create an enhanced image."^^xsd:string) +AnnotationAssertion(rdfs:comment "image processing alters an image but does not perform an analysis to generate new information (as is achieved in image analysis)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence comparison objective"^^xsd:string) +AnnotationAssertion( "objective to compare sequence-based features of tow or more macromolecules"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence alignment objective"^^xsd:string) +AnnotationAssertion( "objective to display graphically how the sequences of two or more macromolecules align along a linear axis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "genetic polymorphism analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "microarray data analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "statistical analysis and modeling objective"^^xsd:string) +AnnotationAssertion( "statistical analysis objective"^^xsd:string) +AnnotationAssertion( "Would apply to software made for the end purpose of general statistical analysis of any type of data- not just software that applies statistical methods toward some particular type of analysis (which is much of the data analysis software)."^^xsd:string) +AnnotationAssertion( "statistical modeling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to perform and/or support data analysis, whereby data is input and processed to achieve a better understanding of it. This will involve generation \"new\" information through algorithmic processing and/or statistical calculations."^^xsd:string) +AnnotationAssertion(rdfs:label "data analysis objective"^^xsd:string) +AnnotationAssertion( "analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "analysis generates \"new\" information about some biomedical entity, as opposed to data transformation objectives which aim to process data in a way that no analysis is performed and no new information is generated."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular modeling objective"^^xsd:string) +AnnotationAssertion( "objective to genrate in silico data-based molecular structures and testing of their physical/chemcial/electronic properties (and that of their interactions with ligands or cofactors)"^^xsd:string) +AnnotationAssertion( "molecular structure modeling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to process and transform data that is output from a specific type of technique, technology, or instrument."^^xsd:string) +AnnotationAssertion(rdfs:label "source-based data transformation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "mass spectrometry data transformation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "microarray data transformation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "biomedical data type-specific transformation objectives"^^xsd:string) +AnnotationAssertion( "topic-based data transformation objectives"^^xsd:string) +AnnotationAssertion( "objective to process and transform data about biological and/or medical phenomenon at a certain level of granularity. This hierarchy classifies software objectives based on the type/granularity of biomedical entity which the data they transform are about."^^xsd:string) +AnnotationAssertion(rdfs:label "subject-based data transformation objective"^^xsd:string) +AnnotationAssertion( "data type-specific transformation objectives"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene expression data transformation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene expression data correction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene expression data normalization objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene expression data pre-processing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene expression data rendering and visualization objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular structure data transformation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular structure rendering and visualization objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "network and pathway data transformation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular interaction network rendering and visualization objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein interaction network rendering and visualization objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "molecular sequence data transformation objective"^^xsd:string) +AnnotationAssertion(rdfs:label "sequence data transformation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence assembly objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "contig assembly"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "scaffold gap completion"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence scaffolding"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to process a sequence profile (ie a collection of related/aligned sequences)"^^xsd:string) +AnnotationAssertion(rdfs:label "sequence profile processing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence rendering and visualization objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "real-time communication platform objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "e.g. WebEx, Adobe connect, Google docs and other platfoms that allow real-time collaborative editting, chat platforms"^^xsd:string) +AnnotationAssertion(rdfs:label "communication platform objective"^^xsd:string) +AnnotationAssertion( "live communication platform objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "audio/video conferencing objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "e.g. skype, Webex, adobe connect, join.me"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "content development objective"^^xsd:string) +AnnotationAssertion( "objective of software to support user generated content creation, editing, annotation data (e,g, documents, databases, audio/video, etc), that does hae a primary reliance on data analyses or transformations."^^xsd:string) +AnnotationAssertion( "user-generated content devleopment objective,"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence annotation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "document creation and editing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "collaborative document creation and editing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "concept model creation and editing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data graph creation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "image creation and editing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "multimedia document creation and editing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "ontology creation and editing objective"^^xsd:string) +AnnotationAssertion( "placeholder for SWO:ontology engineering"^^xsd:string) +AnnotationAssertion( "ontology engineering objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "presentation creation and editing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "spreadsheet creation and editing objective"^^xsd:string) +AnnotationAssertion( "placeholder for SWO:spreadsheet editing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "video creation and editing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "word processing objective"^^xsd:string) +AnnotationAssertion( "placeholder for SWO:word processing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "objective of software to support creating, managing, organizing documentation of projects such as software development"^^xsd:string) +AnnotationAssertion(rdfs:label "documentation generation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "information management platform objective"^^xsd:string) +AnnotationAssertion(rdfs:label "information management objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "software development objective"^^xsd:string) +AnnotationAssertion( "placeholder for SWO:software devleopment"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "social networking objective"^^xsd:string) +AnnotationAssertion( "objective to support entry and querying and presentation and management of personal and/or professional information to be shared in a social network of peers"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "citation management objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "e.g. Endnote"^^xsd:string) +AnnotationAssertion( "placeholder for SWO:citation management"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "placeholder for SWO:laboratory information management"^^xsd:string) +AnnotationAssertion(rdfs:label "laboratory information management objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "operation-based data analysis objectives"^^xsd:string) +AnnotationAssertion(rdfs:label "process-based data analysis objective"^^xsd:string) +AnnotationAssertion( "objective of using a particular type of process/operation to process and analyze data. This hierarchy classifies software objectives based on the type of operation that is specified to be performed "^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "averaging objective"^^xsd:string) +AnnotationAssertion( "placeholder for OBI:averaging objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "comparison objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to support measurement of real-world conditions and convert these to a quantifiable numerical representation that can be processed as data by a computer"^^xsd:string) +AnnotationAssertion(rdfs:label "data collection and processing objective"^^xsd:string) +AnnotationAssertion( "data acquisition objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "collection and analysis of an auditory signal (conversion of signal to quantifiable numerical data) "^^xsd:string) +AnnotationAssertion( "auditory signal acquisition objective"^^xsd:string) +AnnotationAssertion(rdfs:label "auditory signal collection and processing objective"^^xsd:string) +AnnotationAssertion( "auditory signal processing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "speech processing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "autoradiography data collection and processing objective"^^xsd:string) +AnnotationAssertion( "collection and analysis (conversion of signal to quantifiable numerical data) of singal from emission of radiation"^^xsd:string) +AnnotationAssertion( "autoradiography data acquisition objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "collection and analysis (conversion of signal to quantifiable numerical data) of light emission/transmission"^^xsd:string) +AnnotationAssertion(rdfs:label "spectral data collection and processing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data integration objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data element mapping objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to ensure data meets internal quality, format, specification standards"^^xsd:string) +AnnotationAssertion( "internal data validation objective"^^xsd:string) +AnnotationAssertion( "placeholder for OBI:data validation objective"^^xsd:string) +AnnotationAssertion(rdfs:label "data validation objective"^^xsd:string) +AnnotationAssertion( "primary data validation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dataset evaluation objective"^^xsd:string) +AnnotationAssertion( "data set evaluation objective"^^xsd:string) +AnnotationAssertion( "secondary data evaluation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "data set comparison objective"^^xsd:string) +AnnotationAssertion( "placeholder for SWO:dataset comparison objective"^^xsd:string) +AnnotationAssertion(rdfs:label "dataset comparison objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "placeholder for OBI:inter-rater reliability objective"^^xsd:string) +AnnotationAssertion( " objective of determining the concordance or agreement between human judges."^^xsd:string) +AnnotationAssertion(rdfs:label "inter-rater reliability analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "the objective to extract of meaningful information from images; mainly from digital images by means of digital image processing techniques. this information is often quantified or subjected to statistical calculations to generate new information about the subject. (http://en.wikipedia.org/wiki/Image_analysis)"^^xsd:string) +AnnotationAssertion( "image processing and analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "image analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "feature extraction objective"^^xsd:string) +AnnotationAssertion( "image feature extraction objective"^^xsd:string) +AnnotationAssertion( "objective to generate quantified values from a scanned image."^^xsd:string) +AnnotationAssertion( "placeholder for SWO:feature extraction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "microarray signal intensity analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "microarray image analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Models are mathematical representations of biological/biomedical phenomena that allow predictions of behavior of real world entities. Typically based on experimental data. \"A mathematical model is a description of a system using mathematical concepts and language. A model may help to explain a system and to study the effects of different components, and to make predictions about behaviour. Mathematical models can take many forms, including but not limited to dynamical systems, statistical models, differential equations, or game theoretic models. These and other types of models can overlap, with a given model involving a variety of abstract structures. In general, mathematical models may include logical models, as far as logic is taken as a part of mathematics.\" (Wikipedia:)"^^xsd:string) +AnnotationAssertion( "mathematical modeling objective"^^xsd:string) +AnnotationAssertion( "modeling objective"^^xsd:string) +AnnotationAssertion(rdfs:label "modeling and simulation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "the idea is a class to annotate software meant to support analysis/modeling of any kind of network/graph, including but not limited to biomedical data networks such as gene interaction or cell signaling networks."^^xsd:string) +AnnotationAssertion(rdfs:label "network analysis objective"^^xsd:string) +AnnotationAssertion( "pathway analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON:Kyle Ambert"^^xsd:string) +AnnotationAssertion( "text analytics objective"^^xsd:string) +AnnotationAssertion(rdfs:label "text processing and analysis objective"^^xsd:string) +AnnotationAssertion( "text analysis objective"^^xsd:string) +AnnotationAssertion( "text processing objective"^^xsd:string) +AnnotationAssertion( "an objective understanding textual data through the application of algorithmic approaches"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON:Kyle Ambert"^^xsd:string) +AnnotationAssertion( "statistical learning text analysis objective"^^xsd:string) +AnnotationAssertion( "an objective to understand general/descriptive statistical attributes of text (e.g. word count, length, etc)"^^xsd:string) +AnnotationAssertion(rdfs:label "descriptive statistical text analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON:Kyle Ambert"^^xsd:string) +AnnotationAssertion( "an objective to understand texual data by leveraging the human-imposed patterns and structures that exist in language"^^xsd:string) +AnnotationAssertion(rdfs:comment "distinct from text mining which ignores this these human-imposed features and takes a primarily machine-learning approach"^^xsd:string) +AnnotationAssertion(rdfs:label "natural language processing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "grammatical tagging objective"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Part-of-speech_tagging"^^xsd:string) +AnnotationAssertion( "an objective to identify and tag terms with information concerning their part-of-speech (e.g. noun, verb, adjective, etc)"^^xsd:string) +AnnotationAssertion(rdfs:label "part-of-speech tagging objective"^^xsd:string) +AnnotationAssertion( "POS tagging objective"^^xsd:string) +AnnotationAssertion( "word category disambiguation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "statistical POS objective"^^xsd:string) +AnnotationAssertion(rdfs:label "statistical part-of-speech tagging objective"^^xsd:string) +AnnotationAssertion( "an objective to apply statistical approaches to identify and tag terms with information concerning their part-of-speech (e.g. noun, verb, adjective, etc)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "an objective to identify and extract subjective information in source materials (e.g. the attitude of the speaker, or the overall contextual polarity of a document)"^^xsd:string) +AnnotationAssertion(rdfs:label "sentiment analysis objective"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Sentiment_analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "text-to-speech articulation analysis objective"^^xsd:string) +AnnotationAssertion( "text to speech word pattern analysis"^^xsd:string) +AnnotationAssertion( "an objective to facilitate conversion of written text to accurate and natural spoken language"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "text mining objective"^^xsd:string) +AnnotationAssertion( "an objective to understand content of text using approaches primarily based on computational/mathematical machine learning techniques (and not based on the inherent structure of human language)"^^xsd:string) +AnnotationAssertion( "PERSON:Kyle Ambert"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "supervised text mining objective"^^xsd:string) +AnnotationAssertion( "an objective to understand the content of text by using machine learning algorithms to train models based on gold standard labeled text "^^xsd:string) +AnnotationAssertion( "PERSON:Kyle Ambert"^^xsd:string) +AnnotationAssertion( "machine learning text processing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "active learning text mining objective"^^xsd:string) +AnnotationAssertion( "active machine learning text mining objective"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Active_learning_%28machine_learning%29"^^xsd:string) +AnnotationAssertion( "an objective to understand the content of text by using machine learning algorithms that are able to interactively query the user (or some other information source) to obtain the desired outputs at new data points."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to algorithmically assign a document to one or more classes or categories"^^xsd:string) +AnnotationAssertion( "text classification objective"^^xsd:string) +AnnotationAssertion( "document classification objective"^^xsd:string) +AnnotationAssertion(rdfs:label "document classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "text recommendation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "document clustering objective"^^xsd:string) +AnnotationAssertion( "text clustering objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "PERSON:Kyle Ambert"^^xsd:string) +AnnotationAssertion( "knowledge extraction objective"^^xsd:string) +AnnotationAssertion(rdfs:label "information extraction objective"^^xsd:string) +AnnotationAssertion( "the objective to identify specficic informtion within text"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Named_entity_recognition"^^xsd:string) +AnnotationAssertion( "entity identification objective"^^xsd:string) +AnnotationAssertion(rdfs:label "named-entity recognition objective"^^xsd:string) +AnnotationAssertion( "entity extraction objective"^^xsd:string) +AnnotationAssertion( "an objective to identify and classify atomic elements in text into predefined categories such as the names of persons, organizations, locations, expressions of times, quantities, monetary values, percentages, etc."^^xsd:string) +AnnotationAssertion( "NER objective"^^xsd:string) +AnnotationAssertion( "PERSON:Kyle Ambert"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "unsupervised text mining objective"^^xsd:string) +AnnotationAssertion( "PERSON:Kyle Ambert"^^xsd:string) +AnnotationAssertion( "an objective to use machine learning algorithms to group textual entities in the absence of gold standard labeled text"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "LDA objective"^^xsd:string) +AnnotationAssertion(rdfs:label "latent discriminant analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to process and analyze data that is output from a specific type of technique, technology, or instrument."^^xsd:string) +AnnotationAssertion(rdfs:label "source-based data analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "ChIP-Chip data analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "FACS data analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "mass spectrometry data analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "subject-based data analysis objective"^^xsd:string) +AnnotationAssertion( "biomedical data type-specific analysis objectives"^^xsd:string) +AnnotationAssertion( "objective to process and analyze data in order to generate new information about biological and/or medical phenomenon at a certain level of granularity. This hierarchy classifies software objectives based on the type/granularity of biomedical entity which the data they produce are about."^^xsd:string) +AnnotationAssertion( "data type-specific analysis objectives"^^xsd:string) +AnnotationAssertion( "topic-based data analysis objectives"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to analyze data to investigate phenomenon at the level/granularity of gross anatomical structures (ie from anatomical systems and organs/tissues down to multi-cellular structures, inclusive)"^^xsd:string) +AnnotationAssertion(rdfs:label "anatomical data analysis objective"^^xsd:string) +AnnotationAssertion( "organism feature analysis objective"^^xsd:string) +AnnotationAssertion( "anatomical analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "anatomical image analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "anatomical feature detection objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "anatomical disorder detection objective"^^xsd:string) +AnnotationAssertion( "anatomical disorder diagnosis assistance objective"^^xsd:string) +AnnotationAssertion( "anatomical anomoly diagnosis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "anatomical disorder detection/diagnosis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "behavior analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "behavioral data analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze data to investigate phenomenon concerning mental processes and/or resulting behavioral activity of an organism or group of organisms"^^xsd:string) +AnnotationAssertion( "psychological analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "activity analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "decision analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to analyze data concerning biomechanical/physical forces"^^xsd:string) +AnnotationAssertion( "biomechanics analysis objective"^^xsd:string) +AnnotationAssertion( "biomechanical data analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "biomechanics data analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "mechanical modeling and simulation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "contact modeling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "multibody dynamics analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "cellular analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze data about phenomenon at the level/granularity of cells (cellular processes, morphology, and interactions, protein expression, etc) or collections of cells."^^xsd:string) +AnnotationAssertion(rdfs:label "cellular data analysis objective"^^xsd:string) +AnnotationAssertion( "cell analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "cell dynamics modeling objective"^^xsd:string) +AnnotationAssertion(rdfs:label "cell modeling objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "modeling cellular level processes/behaviors based on input of biological data/parameters"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cellular image analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cellular feature detection objective"^^xsd:string) +AnnotationAssertion( "cell feature analysis objective"^^xsd:string) +AnnotationAssertion( "cell image analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze data about the physical features of cells or a populations of cells"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "cellular process pathway analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "cellular process network analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "disorder analysis objective"^^xsd:string) +AnnotationAssertion( "objective to perform data analysis which generates new information about physiological malfunctioning and anatomical disorders characteristic of disease"^^xsd:string) +AnnotationAssertion(rdfs:label "disease analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "physiological disorder detection and diagnosis assistance objective"^^xsd:string) +AnnotationAssertion(rdfs:label "disease detection/diagnosis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to understand factors that effect disease outcomes"^^xsd:string) +AnnotationAssertion(rdfs:label "disease outcome analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "anatomical disorder diagnosis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "anatomical disorder detection objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "behavioral disorder detection objective"^^xsd:string) +AnnotationAssertion( "psychological disorder diagnosis assistance objective"^^xsd:string) +AnnotationAssertion(rdfs:label "psychological disorder diagnosis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "disease pathway analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "disease pathway analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "disease process modeling objective"^^xsd:string) +AnnotationAssertion( "disease modeling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "molecular analysis objective"^^xsd:string) +AnnotationAssertion( "objective of analyzing data to generate information about molecules/molecular complexes or the processes in which they are involved (molecular structures, sequences, interactions, networks, actrivities, etc) "^^xsd:string) +AnnotationAssertion(rdfs:label "molecular data analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "large-scale molecular data analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "OMICs data analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze large scale data sets representing a broad profile of some molecular-level feature of a subject or specimen (e.g. some totality of its genes, proteins, metabolic products, transcripts, etc). Covers range of objectives related to the analysis of OMICs data (transcriptomics, genomics, proteomics, metabolomics, etc)"^^xsd:string) +AnnotationAssertion( "Here, the objective is \"about\" an ____ome-wide collection of moelcular entities of a particular type (eg a full genome of sequecnes instead of a single sequence)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "chemical reaction data analysis objective"^^xsd:string) +AnnotationAssertion( "reaction data analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "enzyme kinetics analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene expression profile clustering objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "analysis of expression in a single sample (as opposed to differential expression analysis)"^^xsd:string) +AnnotationAssertion(rdfs:label "independent gene expression analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "examples include objectives to estimate how close two genes are on a chromosome by calculating how often they are transmitted together to an offspring, ascertain whether two genes are linked and parental linkage, calculate linkage map distance etc. (EDAM)"^^xsd:string) +AnnotationAssertion(rdfs:label "genetic mapping and linkage analysis objective"^^xsd:string) +AnnotationAssertion( "objective to identify, map or analyse genetic markers in DNA sequences, for example to produce a genetic (linkage) map of a chromosome or genome or to analyze genetic linkage and synteny (EDAM)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "genetic map construction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "DNA transduciton map construction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "QTL map construction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cytogenetic map construction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "haplotype map construction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "sequence molecule design objective"^^xsd:string) +AnnotationAssertion( "molecular sequence design objective"^^xsd:string) +AnnotationAssertion(rdfs:label "macromolecular sequence design objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "an objective is to design a new molecular structure or macromolecular sequence that meets specified criteria"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid design objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "oligonucleotide design objective"^^xsd:string) +AnnotationAssertion( "primer/probe design objective"^^xsd:string) +AnnotationAssertion( "objective to analyze sequences for suitability as primers, probes for a particular application"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "peptide design objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "objective to specify a amino acid sequence to meet certain needs (e.g, be a good immunogen for antibody production)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence classification objective"^^xsd:string) +AnnotationAssertion( "molecular sequence classification objective"^^xsd:string) +AnnotationAssertion( "objective to classify an entire sequence macromolecule or gene as belonging to a particular class (e.g. based on localization, function, evolutionary conservation, etc)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid sequence classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "RNA family classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene family classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein sequence classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cellular localization classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein family classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "transmembrane protein classification objective"^^xsd:string) +AnnotationAssertion( "membrane topology classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence feature analysis objective"^^xsd:string) +AnnotationAssertion( "sequence function analysis"^^xsd:string) +AnnotationAssertion( "objective to identify, discover, and/or analyze sequence-based functional regions of sequence macromolecules"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to identify new/novel domains or motifs linked to protein or nucleic acid functions (typically through statistical analysis of sequences known to exhibit some common activity)"^^xsd:string) +AnnotationAssertion(rdfs:label "sequence feature discovery objective"^^xsd:string) +AnnotationAssertion( "sequence feature definition objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene family discovery objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid motif discovery objective"^^xsd:string) +AnnotationAssertion( "nucleic acid motif definition objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "protein domain definition objective"^^xsd:string) +AnnotationAssertion( "protein motif definition objective"^^xsd:string) +AnnotationAssertion( "protein motif discovery objective"^^xsd:string) +AnnotationAssertion(rdfs:label "protein domain discovery objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "seqeunce feature inference objective"^^xsd:string) +AnnotationAssertion( "sequence feature prediction objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "objective to identify presence of known sequence domains/motifs in a macromolecule"^^xsd:string) +AnnotationAssertion( "sequence feature detection objective"^^xsd:string) +AnnotationAssertion(rdfs:label "sequence feature identification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "nucleic acid sequence feature inference objective"^^xsd:string) +AnnotationAssertion( "lots more specific subtypes in EDAM:Operation>Nucleic acid feature prediction hierarchy"^^xsd:string) +AnnotationAssertion(rdfs:label "nucleic acid sequence feature identification objective"^^xsd:string) +AnnotationAssertion( "nucleic acid sequence feature prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "DNA binding site prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "transcription factor binding site inference objective"^^xsd:string) +AnnotationAssertion(rdfs:label "transcription factor binding site prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "DNA modification site prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "promoter prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "transcript splicing prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "protein sequence feature detection objective"^^xsd:string) +AnnotationAssertion( "protein sequence feature prediction objective"^^xsd:string) +AnnotationAssertion(rdfs:label "protein sequence feature identification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein cleavage site prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "protein motif prediction objective"^^xsd:string) +AnnotationAssertion(rdfs:label "protein domain prediction objective"^^xsd:string) +AnnotationAssertion( "protein domain recognition objective"^^xsd:string) +AnnotationAssertion( "protein domain identification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein modification site prediction objective"^^xsd:string) +AnnotationAssertion( "protein modification site recognition objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence generation objective"^^xsd:string) +AnnotationAssertion( "objective to generate novel sequence or sequence profiles based on analysis or transformation of input biological sequence data"^^xsd:string) +AnnotationAssertion( "sequence transformation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid restriction digest profile generation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid reverse and complement generation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid transcription or translation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to calculate or predict physical or chemical properties of molecules, including any non-positional properties of a macromolecular sequence"^^xsd:string) +AnnotationAssertion( "molecule physical property calculation"^^xsd:string) +AnnotationAssertion(rdfs:label "molecular physical property analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid physical property analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid curvature calculation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid thermodynamic property calculation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid entropy analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid melting temperature calculation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "many more examples under EDAM/SWO:Core Data>Molecular Property>Protein Property"^^xsd:string) +AnnotationAssertion(rdfs:label "protein physical property analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "peptide immunogenicity analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein felxibility analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein hydropathy profile analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein isoelectric point calculation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "sequence composition calculation objective"^^xsd:string) +AnnotationAssertion( "sequence ambiguity analysis, sequence complexity analysis, repeat sequence organization analysis, nucleic acid density analysis"^^xsd:string) +AnnotationAssertion(rdfs:label "sequence composition analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze the basic character composition of molecular sequences, for example character or word frequency, ambiguity, complexity or repeats (EDAM)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "This objective concerns a collection of sequences - specifically the sequence variation within the collection. This is different than a \"sequence comparison objective\" which is about a particular sequence and its conservation relative to other sequences. Different than phylogenetics because goal does not extend to predicting an evolutionary relationship. It is concerned with sequences, not organisms/populations/species, and stops with measuring variation of these sequences in some way."^^xsd:string) +AnnotationAssertion(rdfs:label "genetic sequence variation analysis"^^xsd:string) +AnnotationAssertion( "macromolecular sequence variation analysis"^^xsd:string) +AnnotationAssertion( "comparative genomics analysis objective"^^xsd:string) +AnnotationAssertion( "objective to quantify or analyze variations at specific loci in the genomes of organisms (mutation and polymorphism) across or within a species, population, or individual (e.g healthy vs diseased tissue)."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to analyze variation in chromosome structure including microscopic and submicroscopic types of variation such as deletions, duplications, copy-number variants, insertions, inversions and translocations. (EDAM)"^^xsd:string) +AnnotationAssertion(rdfs:label "genetic structural variation analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "gene variant discovery objective"^^xsd:string) +AnnotationAssertion(rdfs:label "genetic variant discovery objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "single nucleotide polymorphism discovery objective"^^xsd:string) +AnnotationAssertion(rdfs:label "SNP discovery objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "single nucleotide polymorphism analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "SNP analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "multiple sequence alignment objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to produce a sequence alignments between sequences of different types, for example genomic DNA to EST, cDNA or mRNA. (EDAM)"^^xsd:string) +AnnotationAssertion(rdfs:label "hybrid sequence alignment objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "pairwise sequence alignment objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "key is that this refers to the analysis of a single moelcular interaction data, not large-scale analysis of interaction data (ie OMICs). distinguished from the more generic type of \"interaction\" analysis which may not require a direct physical interaciton, e.g. genetic interactions between genes"^^xsd:string) +AnnotationAssertion( "objective to analyze thef physiochemical properties of a direct physical interaction of two or more molecules with each other"^^xsd:string) +AnnotationAssertion( "direct molecular interaction analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "molecular interaction analysis objective"^^xsd:string) +AnnotationAssertion( "molecular binding analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular interaction modeling objective"^^xsd:string) +AnnotationAssertion( "objective to model the direct interaction between two or more molecules"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to analyze or predict the physiochemical properties of the interaction between a protein with some other molecule(s)"^^xsd:string) +AnnotationAssertion(rdfs:comment "distinct from protein interaction network analysis which is concerned with a larger network comprised of manifold protein interactions"^^xsd:string) +AnnotationAssertion(rdfs:label "protein interaction analysis objective"^^xsd:string) +AnnotationAssertion( "protein-protein, protein-ligand, protein-drug, protein-nucleic acid interaction analysis objectives"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein interaction modeling"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "intramolecular interaction analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "single molecule dynamics analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein residue interaction analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular network analysis objective"^^xsd:string) +AnnotationAssertion( "molecular pathway analysis objective"^^xsd:string) +AnnotationAssertion( "placeholder for SWO:Simulation and analysis of biochemical networks"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "genetic network analysis objective"^^xsd:string) +AnnotationAssertion( "genetic pathway analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene expression profile pathway mapping objective"^^xsd:string) +AnnotationAssertion( "objective to map a gene expression profile to known biological pathways, for example, to identify or reconstruct a pathway (EDAM)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene regulatory network analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze dynaimcs of gene regulatory networks to make hypothesis or draw conclusions . . . "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "gene regulatory network discovery objective"^^xsd:string) +AnnotationAssertion(rdfs:label "gene regulatory network construction objective"^^xsd:string) +AnnotationAssertion( "objective to define novel networks of genetic interactions at the level of gene regulation"^^xsd:string) +AnnotationAssertion( "gene regulatory network prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "metabolic network analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular interaction network analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein-protein interaction network analysis objective"^^xsd:string) +AnnotationAssertion( "protein interaction network analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to use biological data to model/predict molecular pathway behavior"^^xsd:string) +AnnotationAssertion(rdfs:label "molecular signaling network modeling objective"^^xsd:string) +AnnotationAssertion( "signaling pathway modeling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "cell signaling pathway analysis objective"^^xsd:string) +AnnotationAssertion( "signal transduction pathway analysis objective"^^xsd:string) +AnnotationAssertion( "cell signaling network analysis objective"^^xsd:string) +AnnotationAssertion( "molecular signaling network analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyzie data about direct molecular cell signaling networks or pathways, including predictions/modeling of how changes at certain nodes will affect the global network, and discovery/construction of new pathways or pathway connections (pathway discovery/construction)"^^xsd:string) +AnnotationAssertion(rdfs:label "signal transduction network analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "cell signaling network construction objective"^^xsd:string) +AnnotationAssertion( "objective to define novel networks of molecular or geneitc signaling in or between cells, or discover new interactions/connections in a knownn network/pathway"^^xsd:string) +AnnotationAssertion( "signaling network discovery objective"^^xsd:string) +AnnotationAssertion( "signal transduction pathway construction objective"^^xsd:string) +AnnotationAssertion(rdfs:label "signal transduction network construction objective"^^xsd:string) +AnnotationAssertion( "cell signaling pathway construction objective"^^xsd:string) +AnnotationAssertion( "signaling network construction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular structure analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze the structure of a molecular eneity (a chemical small molecule or a macromolecule)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "non-macromolecular chemical structure analysis"^^xsd:string) +AnnotationAssertion( "small molecule structure analysis"^^xsd:string) +AnnotationAssertion( "objective to analyse the structure of a chemical (ie a non-macromolecule)"^^xsd:string) +AnnotationAssertion(rdfs:label "chemical structure analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "chemical structure classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "chemical structure comparison objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "chemical structure modeling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "macromolecular structure analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "macromolecular structure classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "macromolecular structure comparison objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "macromolecular structure comparison objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "objective to predict secondary or tertiary structure alignment between two or more macromolecules"^^xsd:string) +AnnotationAssertion(rdfs:label "macromolecular structure alignment objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein structure alignment objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "secondary structural alignment objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "structural 3D profiling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "structural clustering objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "tertiary structure alignment objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to analyze physical data about an actual macromolecule structure and generate a three-dimensional model of its structure, e.g. taking crystallography/NMR data and using it to generate a 3D structure (not a \"prediction\" based on other inputs such as sequence data). "^^xsd:string) +AnnotationAssertion( "three dimensional structure generation"^^xsd:string) +AnnotationAssertion( "macromolecular structure modeling"^^xsd:string) +AnnotationAssertion(rdfs:label "macromolecular structure generation objective"^^xsd:string) +AnnotationAssertion( "3d structure generation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "macromolecular structure prediction objective"^^xsd:string) +AnnotationAssertion( "objective to infer a predicted structure for a macromolecule based on secondary data/information such as seqeunce or homology (ie not based on physical data colelcted about the actual macromolecule in question, as is done in techniques such as x-ray chrystalography)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid structure prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence-based nucleic acid structure prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence-based nucleic acid secondary structure prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence-based nucleic acid tertiary structure prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein structure prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence-based protein structure prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "homology modeling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence-based protein secondary structure prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence-based protein tertiary structure prediction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "structural classification objective"^^xsd:string) +AnnotationAssertion(rdfs:label "molecular structure classification objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular structure comparison objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "physiological data analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze data to investigate biological processes at the level of single organism anatomy, including abnormal functioning of physiology in disease"^^xsd:string) +AnnotationAssertion( "physiology analysis objective"^^xsd:string) +AnnotationAssertion( "physiological analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "physiological process data collection and processing objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "physiological process monitoring objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "physiological process modeling objective"^^xsd:string) +AnnotationAssertion( "physiological system modeling objective"^^xsd:string) +AnnotationAssertion( "objective to model a physiological process or dynamics of a physiological system or entity"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "cardiovascular system modeling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "population and evolutionary analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "population data analysis objective"^^xsd:string) +AnnotationAssertion( "population analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze data to investigate phenomenon at the level of populations or species of organisms . . . including analysis of their genetic make-up"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "familial genetics analysis objective"^^xsd:string) +AnnotationAssertion( "objective to explore genetic relaationships in families of individuals (e.g. family tree construciton, relatedness, inheritance patterns, etc)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "population dynamics analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze interactions among, growth or changes in,or evolution of a population of organisms"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "population modeling objective"^^xsd:string) +AnnotationAssertion( "population dynamics modeling objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "population genetics analysis objective"^^xsd:string) +AnnotationAssertion( "objective to analyze the genetics of a population of organisms, e.g. the distribution of allele frequencies in a population of organisms and its change subject to evolutionary processes including natural selection, genetic drift, mutation and gene flow (EDAM)"^^xsd:string) +AnnotationAssertion(rdfs:comment "the objective here is not to necessarily make any inferences about evolutionary relatedness . . . ie could include assessment of genetic variation for its own sake"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to analyze evolutionary relatedness across a population of organisms"^^xsd:string) +AnnotationAssertion(rdfs:label "phylogenetic analysis objective"^^xsd:string) +AnnotationAssertion( "evolutionary relationship analysis objective"^^xsd:string) +AnnotationAssertion( "evolutionary analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "evolutionary modeling objective"^^xsd:string) +AnnotationAssertion( "objective to model or simulate evolutionary processes"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "phenotypic evolutionary analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "morphology-based phylogenetic analysis objective"^^xsd:string) +AnnotationAssertion( "phenotype-based phylogenetic analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "morphology-based phylogenetic tree analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "morphology-based phylogenetic tree creation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence-based phylogenetic analysis objective"^^xsd:string) +AnnotationAssertion( "phylogenomic analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene cluster conservation analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "phylogenomic tree analysis objective"^^xsd:string) +AnnotationAssertion(rdfs:label "sequence-based phylogenetic tree analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "phylogenomic tree reconstruction objective"^^xsd:string) +AnnotationAssertion( "phylogenomic tree construction objective"^^xsd:string) +AnnotationAssertion( "phylogenomic tree creation objective"^^xsd:string) +AnnotationAssertion(rdfs:label "sequence-based phylogenetic tree construction objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence-based population divergence analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "ChIP-Chip data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "mass spectrometry data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data processing operation"^^xsd:string) +AnnotationAssertion( "operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "data analysis operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "alignment analysis operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "classification analysis operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "clustering analysis operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "comparison analysis operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "feature comparison analysis operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "feature alignment analysis operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data aquisition operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data evaluation operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "data validation operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "feature detection analysis operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion( "identification of some part of a specimen (e.g. an anatomical, molecular, cellular specimen) that represents a feature of interest"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "feature prediction analysis operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:comment "a type of detection in which there is some statistical uncertainty as to whether the detected feature is valid"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "feature discovery analysis operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "pathway analysis operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "network analysis operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "graph-based analysis operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "image analysis operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion( "mathematical modeling and simulation"^^xsd:string) +AnnotationAssertion(rdfs:label "modeling and simulation operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "molecular design analysis operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "image processing operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "data assembly operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "data transfer operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data cleaning operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "data correction operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data normalilzation operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data pre-processing operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data rendering and visualization operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +AnnotationAssertion(rdfs:label "data retrieval operation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "data transformation operation"^^xsd:string) +AnnotationAssertion(rdfs:comment "Placeholder for EDAM operation class."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "algorithm execution"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "placeholder for OBI:center calculation objective"^^xsd:string) +AnnotationAssertion(rdfs:label "center calculation objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "clustering analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "error analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "group comparison objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "permutation test objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "power-sample size analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "regression analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "statistical classification analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "statistical distribution fitting objective"^^xsd:string) +AnnotationAssertion( "probability distribution fitting objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "statistical parameter calculation objective"^^xsd:string) +AnnotationAssertion(rdfs:label "statistical parameter determination objective"^^xsd:string) +AnnotationAssertion( "objective to determine aspects of study design needed to achieve a desired statistical power or rigour"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "drug design objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "quantitative PCR data analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A sequence analysis objective that analyzes the sequence of DNA fragments."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "DNA fragment analysis objective"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Fourier transform"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Burrows-Wheeler indexing"^^xsd:string) +AnnotationAssertion( "Burrows-Wheeler transformation"^^xsd:string) +AnnotationAssertion( "BOWTIE"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Jonckheere trend test"^^xsd:string) +AnnotationAssertion(rdfs:label "Jonckheere–Terpstra test"^^xsd:string) +AnnotationAssertion( "JT test"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Kendall's tau coefficient"^^xsd:string) +AnnotationAssertion( "Kendall rank correlation coefficient"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Harding algorithm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Derivative Log ratio spread"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Z-scoring for aberrant regions"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "ADM-1"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "academic software license"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "non-commercial proprietary software license"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Monte Carlo method"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "least squares fitting"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "spline-curve spatial analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "spline-curve dynamics analysis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "de Bruijn graph-based method"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "text-to-speech synthesis"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "objective to analyze data about a population of human subjects in a human study"^^xsd:string) +AnnotationAssertion(rdfs:label "human study data analysis objective") +AnnotationAssertion( "PERSON:Matthew Brush"^^xsd:string) +AnnotationAssertion( "PERSON:Matthew Brush"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "anatomical data") +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "behavioral data") +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "biomechanical data") +SubClassOf( ) +AnnotationAssertion(rdfs:label "cell data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "disease data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "data that is about molecules or phenomena occurring at a molecular level (e.g. processes such as molecular interactions, chemical reactions, gene expression etc).") +AnnotationAssertion(rdfs:label "molecular data") +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "protein secondary structure data") +SubClassOf( ) +AnnotationAssertion(rdfs:label "population data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "anatomical image data") +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "cell image data") +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion(rdfs:label "genetic mapping data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "chemical reaction data") +AnnotationAssertion(rdfs:label "reaction data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "gene expression data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "sequence data") +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence similarity calculation objective"^^xsd:string) +AnnotationAssertion( "objective to calculate level of sequence conservation/similarity between macromolecules"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "molecular structure data") +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein structure data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "flow cytometry data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence variation data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "sequence alignment data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "molecular network data") +SubClassOf( ) +AnnotationAssertion(rdfs:label "nucleic acid secondary structure data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "protein tertiary structure data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "data about organisms and phenomenon at the level/granularity of organisms, their superficial features, and their behavior") +AnnotationAssertion(rdfs:label "organism data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "organismal data analysis objective") +AnnotationAssertion( "objective to analyze data to investigate phenomenon at the level/granularity of organisms, their superficial features, and their behavior") +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "medical data") +AnnotationAssertion( "health data") +SubClassOf( ) +AnnotationAssertion(rdfs:label "population genetics data") +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "phylogenetic data") +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "morphological data") +SubClassOf( ) +AnnotationAssertion(rdfs:label "Markov Cluster algorithm"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "SVM-Light algorithm"^^xsd:string) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "group:OBI"@en) +AnnotationAssertion( "person:Alan Ruttenberg"@en) +AnnotationAssertion( "A language in which source code is written, intended to executed/run by a software interpreter. Programming languages are ways to write instructions that specify what to do, and sometimes, how to do it."@en) +AnnotationAssertion( "OBI_0000058"@en) +AnnotationAssertion(rdfs:label "programming language"@en) +AnnotationAssertion( "person:Chris Stoeckert"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "10 feet. 3 ml."@en) +AnnotationAssertion( "PERSON: Melanie Courtot"@en) +AnnotationAssertion( "a scalar measurement datum is a measurement datum that is composed of two parts, numerals and a unit label."@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "scalar measurement datum"@en) +AnnotationAssertion( "2009-03-16: we decided to keep datum singular in scalar measurement datum, as in +this case we explicitly refer to the singular form"@en) +AnnotationAssertion( "Would write this as: has_part some 'measurement unit label' and has_part some numeral and has_part exactly 2, except for the fact that this won't let us take advantage of OWL reasoning over the numbers. Instead use has measurment value property to represent the same. Use has measurement unit label (subproperty of has_part) so we can easily say that there is only one of them."@en) +AnnotationAssertion( "PERSON: Alan Ruttenberg"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "curation status specification"@en) +AnnotationAssertion( "Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting)"@en) +AnnotationAssertion( "PERSON:Bill Bug"@en) +AnnotationAssertion( "GROUP:OBI:"@en) +AnnotationAssertion( "OBI_0000266"@en) +AnnotationAssertion( ) +AnnotationAssertion( "The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en) +AnnotationAssertion( "curation status specification"@en) +EquivalentClasses( ObjectOneOf( )) +SubClassOf( ) +AnnotationAssertion( "data about an ontology part is a data item about a part of an ontology, for example a term"@en) +AnnotationAssertion( "Person:Alan Ruttenberg"^^xsd:string) +AnnotationAssertion(rdfs:label "data about an ontology part"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "measurement datum"@en) +AnnotationAssertion( "group:OBI"@en) +AnnotationAssertion( "A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device."@en) +AnnotationAssertion( "Examples of measurement data are the recoding of the weight of a mouse as {40,mass,\"grams\"}, the recording of an observation of the behavior of the mouse {,process,\"agitated\"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}."@en) +AnnotationAssertion( "2/2/2009 is_specified_output of some assay?"@en) +AnnotationAssertion( ) +AnnotationAssertion( "measurement datum"@en) +AnnotationAssertion( "person:Chris Stoeckert"@en) +AnnotationAssertion( "OBI_0000305"@en) +SubClassOf( ) +AnnotationAssertion( "The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology."@en) +AnnotationAssertion( "obsolescence reason specification"@en) +AnnotationAssertion( "PERSON: Alan Ruttenberg"@en) +AnnotationAssertion(rdfs:label "obsolescence reason specification"@en) +AnnotationAssertion( "The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melanie Courtot"@en) +EquivalentClasses( ObjectOneOf( )) +SubClassOf( ) +AnnotationAssertion( "Words, sentences, paragraphs, and the written (non-figure) parts of publications are all textual entities"@en) +AnnotationAssertion( "AR, (IAO call 2009-09-01): a document as a whole is not typically a textual entity, because it has pictures in it - rather there are parts of it that are textual entities. Examples: The title, paragraph 2 sentence 7, etc."@en) +AnnotationAssertion(rdfs:label "textual entity"@en) +AnnotationAssertion( "MC, 2009-09-14 (following IAO call 2009-09-01): textual entities live at the FRBR (http://en.wikipedia.org/wiki/Functional_Requirements_for_Bibliographic_Records) manifestation level. Everything is significant: line break, pdf and html versions of same document are different textual entities."@en) +AnnotationAssertion( "text"@en) +AnnotationAssertion( "A textual entity is a part of a manifestation (FRBR sense), a generically dependent continuant whose concretizations are patterns of glyphs intended to be interpreted as words, formulas, etc."@en) +AnnotationAssertion( "textual entity"@en) +AnnotationAssertion( "PERSON: Lawrence Hunter"@en) +SubClassOf( ) +AnnotationAssertion( "Barry Smith, Werner Ceusters"^^xsd:string) +AnnotationAssertion( "The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are \"natural kinds\" and the latter arbitrary collections of entities."^^xsd:string) +AnnotationAssertion( "A denotator type indicates how a term should be interpreted from an ontological perspective."^^xsd:string) +AnnotationAssertion( "Alan Ruttenberg"^^xsd:string) +AnnotationAssertion(rdfs:label "denotator type"^^xsd:string) +EquivalentClasses( ObjectOneOf( )) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "diagnosis textual entity"@en) +AnnotationAssertion( "diagnosis is an assessment of a disease or injury, its likely prognosis and treatment."@en) +AnnotationAssertion( "Jennifer Fostel"@en) +AnnotationAssertion(rdfs:label "diagnosis textual entity"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "patient"^^xsd:string) +AnnotationAssertion( " + a hospitalized person; a person with controlled diabetes; the patient's role http://www.fertilityjourney.com/testingAndDiagnosis/theRightDoctor/thePatientsRole/index.asp?C=55245395146924652778 + "@en) +AnnotationAssertion(rdfs:label "patient role"@en) +AnnotationAssertion( "patient role"^^xsd:string) +AnnotationAssertion( "GROUP:Role Branch"@en) +AnnotationAssertion( ) +AnnotationAssertion( "OBI, CDISC"@en) +AnnotationAssertion( ) +AnnotationAssertion( " + a role which inheres in a person and is realized by the process of being under the care of a physician or health care provider + "@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +AnnotationAssertion( "Person:Jennifer Fostel"@en) +AnnotationAssertion( ) +AnnotationAssertion( "health care provider"^^xsd:string) +AnnotationAssertion( "a worker role of providing medical care either within or outside the study timeline"@en) +AnnotationAssertion( "health care provider role"^^xsd:string) +AnnotationAssertion(rdfs:label "health care provider role"@en) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ))) +SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ))) +SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ))) +AnnotationAssertion(rdfs:label "manufacturer"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A person or organization that has a manufacturer role"^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ObjectUnionOf( ))) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ))) +SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ))) +AnnotationAssertion(rdfs:label "rate measurement datum"@en) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) +SubClassOf( ObjectSomeValuesFrom( ObjectIntersectionOf(ObjectSomeValuesFrom( ) ))) +AnnotationAssertion( "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6") +AnnotationAssertion( "Albert Goldfain") +AnnotationAssertion(rdfs:label "health care process"@en) +AnnotationAssertion( "A social process that has at least one human participant and that includes as parts the treatment, diagnosis, or prevention of disease or injury--or the following of instructions of another human for treatment, diagnosis, or prevention--of a participant in the process"@en) +AnnotationAssertion( "creation date: 2011-02-21T09:57:44Z") +SubClassOf( ) +AnnotationAssertion( "creation date: 2011-02-21T09:57:44Z") +AnnotationAssertion( "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6") +AnnotationAssertion( "A temporally-connected health care process that has as participants an organization or person realizing the health care provider role and a person realizing the patient role. The health care provider role and patient are realized during the health care encounter"@en) +AnnotationAssertion(rdfs:label "health care encounter"@en) +AnnotationAssertion( "Albert Goldfain") +EquivalentClasses( ObjectIntersectionOf( ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ))) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion( "A shape quality inhering in a bearer by virtue of the bearer's being forked or partially split into two parts."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "bifid"@en) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "rate unit"@en) +SubClassOf( ) +AnnotationAssertion( "This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series. + +The previous short definition was: \"An arbitrary classification of a space/time region, by a cognitive agent.\""^^xsd:string) +AnnotationAssertion(rdfs:label "event"@en) +AnnotationAssertion( "Something that happens at a given place and time."^^xsd:string) +AnnotationAssertion( "Only use if no specific subclasses of event:Event are appropriate."^^xsd:string) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +EquivalentClasses( ObjectIntersectionOf(ObjectSomeValuesFrom( ) )) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A scholarly academic article, typically published in a journal."@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography"^^xsd:string) +AnnotationAssertion(rdfs:label "academic article"@en) +AnnotationAssertion( "A specific academic journal article"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "A specific journal article"^^xsd:string) +AnnotationAssertion( "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book"^^xsd:string) +AnnotationAssertion( "Short Definition modified from the bibo ontology."^^xsd:string) +AnnotationAssertion(rdfs:comment "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine."@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "article"@en) +SubClassOf( ) +AnnotationAssertion( "Recorded audio in any format"^^xsd:string) +AnnotationAssertion(rdfs:comment "An audio document; aka record."@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "audio document"@en) +AnnotationAssertion( "phonograph record; tape; CD; DVD; DAT"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:comment "An audio-visual document; film, video, and so forth."@en) +AnnotationAssertion(rdfs:label "audio-visual document"@en) +AnnotationAssertion( "Audiovisual recording in any format"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "film; video; Blu-ray"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "bill"@en) +AnnotationAssertion( "Draft legislation presented for discussion to a legal body"^^xsd:string) +AnnotationAssertion( "Short Definition from the bibo ontology"^^xsd:string) +AnnotationAssertion(rdfs:comment "Draft legislation presented for discussion to a legal body."@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion( "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "book"@en) +AnnotationAssertion(rdfs:comment "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers."@en) +AnnotationAssertion( "Short Definition copied from bibo ontology"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "unstable") +AnnotationAssertion( "Short Definition from the bibo ontology "^^xsd:string) +AnnotationAssertion(rdfs:comment "A section of a book."@en) +AnnotationAssertion(rdfs:label "book section"@en) +AnnotationAssertion( "A section of a book"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "unstable") +AnnotationAssertion( "A document stating the facts and points of law of a client's case"^^xsd:string) +AnnotationAssertion(rdfs:label "brief"@en) +AnnotationAssertion(rdfs:comment "A written argument submitted to a court."@en) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A chapter of a book."@en) +AnnotationAssertion(rdfs:label "chapter (bibo)"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "unstable") +AnnotationAssertion( "A main division of a book"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A collection of statutes."@en) +AnnotationAssertion( "Short Definition from OCLC Input Standards, EntW"^^xsd:string) +AnnotationAssertion( "Code of Federal Regulations"^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "code (bibo)"@en) +AnnotationAssertion( "A work consisting of texts of rules and regulations related to statutes issued by executive or administrative agencies"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "Work consisting of collections of previously published works"^^xsd:string) +AnnotationAssertion(rdfs:label "collected document"@en) +AnnotationAssertion( "Short Definition is the Medical Subject Heading (MeSH) definition"^^xsd:string) +AnnotationAssertion(rdfs:comment "A document that simultaneously contains other documents."@en) +AnnotationAssertion( "stable") +SubClassOf( ) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "Hill Ornithology Collection; Wiley Interscience Online Books Biochemisty Collection"^^xsd:string) +AnnotationAssertion(rdfs:label "collection (bibo)"@en) +AnnotationAssertion( "Collection of information resources that have a unified identity"^^xsd:string) +AnnotationAssertion( "Collection of information resources that have a unified identity. Archives, museums and libraries often acquire collections on specific subjects and from distinguished authors or researchers. Also includes collections of resources bundled into a license."^^xsd:string) +AnnotationAssertion(rdfs:comment "A collection of Documents or Collections"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "conference"@en) +AnnotationAssertion( "2010 International Congress on Autoimmunity; American Libraries Association 2009"^^xsd:string) +AnnotationAssertion( "A meeting for consultation or discussion."^^xsd:string) +AnnotationAssertion(rdfs:comment "A meeting for consultation or discussion."@en) +AnnotationAssertion( "core:Seminar and bibo:Conference are very similar."^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "Collection of legal cases"^^xsd:string) +AnnotationAssertion( "Supreme Court Reporter"^^xsd:string) +AnnotationAssertion(rdfs:label "court reporter"@en) +AnnotationAssertion(rdfs:comment "A collection of legal cases."@en) +SubClassOf( ) +AnnotationAssertion( "A collection of information content entities intended to be understood together as a whole"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "A journal article, patent application, laboratory notebook, or a book"@en) +AnnotationAssertion( "A bounded physical representation of a body of information designed with the capacity (and usually intent) to communicate"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Short Definition from the bibo ontology"^^xsd:string) +AnnotationAssertion( "document"@en) +AnnotationAssertion(rdfs:label "document"@en) +AnnotationAssertion(rdfs:comment "A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information."@en) +AnnotationAssertion( "PERSON: Lawrence Hunter"@en) +SubClassOf( ) +AnnotationAssertion( "Short Definition from the bibo ontology "^^xsd:string) +AnnotationAssertion(rdfs:label "document part"@en) +AnnotationAssertion(rdfs:comment "a distinct part of a larger document or collected document."@en) +AnnotationAssertion( "A distinct part of a larger document or collected document"^^xsd:string) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion( "stable") +AnnotationAssertion( "The status of a document with respect to its publication. The statuses are represented as individuals of this class. Use the \"show all individuals of this class\" button on the class control panel to see the currently defined statuses."^^xsd:string) +AnnotationAssertion( "The status of a document with respect to its publication."^^xsd:string) +AnnotationAssertion(rdfs:comment "The status of the publication of a document."@en) +AnnotationAssertion(rdfs:label "document status"@en-us) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "submitted; accepted; in-press; published; invited; refereed."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "An edited book."@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "edited book"@en) +AnnotationAssertion( "Best American Science Writing 2009"^^xsd:string) +AnnotationAssertion( "An edited collection of stand-alone articles published as a book"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "excerpt"@en) +AnnotationAssertion( "Short Definition from the bibo ontology"^^xsd:string) +AnnotationAssertion( "A passage selected from a larger work"^^xsd:string) +AnnotationAssertion(rdfs:comment "A passage selected from a larger work."@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "aka movie."@en) +AnnotationAssertion(rdfs:label "film"@en) +AnnotationAssertion( "stable") +AnnotationAssertion( "Audiovisual recording in film format"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion( "Definiton from Bibo here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html"^^xsd:string) +AnnotationAssertion(rdfs:comment "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit."@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "hearing"@en) +AnnotationAssertion( "stable") +AnnotationAssertion( "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A document that presents visual or diagrammatic information."@en) +AnnotationAssertion( "photograph; diagram"^^xsd:string) +AnnotationAssertion( " +"^^xsd:string) +AnnotationAssertion(rdfs:label "image"@en) +AnnotationAssertion( "A visual representation such as a photograph or graph"^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion(rdfs:label "interview"@en) +AnnotationAssertion( "radio or newspaper interview"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "A conversation between two or more people where questions are asked by the interviewer to obtain information from the interviewee."^^xsd:string) +AnnotationAssertion(rdfs:comment "A formalized discussion between two or more people."@en) +AnnotationAssertion( "stable") +SubClassOf( ) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "issue (bibo c)"@en) +AnnotationAssertion(rdfs:comment "something that is printed or published and distributed, esp. a given number of a periodical"@en) +AnnotationAssertion( "Short Definition from the bibo ontology"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "something that is printed or published and distributed, esp. a given number of a periodical"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Articles usually contain abstracts and bibliographies. Includes peer-reviewed, non-peer-reviewed, and open access journals. Journals are usually indexed in the major academic databases such as PubMed and Web of Science."^^xsd:string) +AnnotationAssertion(rdfs:label "journal"@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:comment "A periodical of scholarly journal Articles."@en) +AnnotationAssertion( "Contains original scholarly research or review articles by experts in the field"^^xsd:string) +AnnotationAssertion( "Journal of Information Science; IEEE Intelligent System; Scientometrics"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion( "unstable") +AnnotationAssertion( "Official court papers for a case"^^xsd:string) +AnnotationAssertion(rdfs:comment "A document accompanying a legal case."@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "legal case document"@en) +SubClassOf( ) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:label "decision"@en) +AnnotationAssertion( "The written determination of a case, motion or claim by a court or tribunal"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law."@en) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A legal document; for example, a court decision, a brief, and so forth."@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "a document that states some contractual relationship or grants some right"^^xsd:string) +AnnotationAssertion(rdfs:label "legal document"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A legal document proposing or enacting a law or a group of laws."@en) +AnnotationAssertion(rdfs:label "legislation"@en) +AnnotationAssertion( "From OCLC Input Standards, EntW"^^xsd:string) +AnnotationAssertion( "Enactments of legislative bodies, published in either statute or code form"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "unstable") +SubClassOf( ) +AnnotationAssertion( "A written or printed communication addressed to a person or organization and usually transmitted by mail"^^xsd:string) +AnnotationAssertion(rdfs:label "letter"@en) +AnnotationAssertion( "A written or printed communication addressed to a person or organization and usually transmitted by mail"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "New Yorker"^^xsd:string) +AnnotationAssertion(rdfs:comment "A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports."@en) +AnnotationAssertion( "Abstracts and bibliographies are usually not included in magazines. "^^xsd:string) +AnnotationAssertion( "Contains articles of current events or general interest, geared to the reading public as being informative or recreational"^^xsd:string) +AnnotationAssertion(rdfs:label "magazine"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +SubClassOf( ) +AnnotationAssertion( "A book of instructions or guide to a specific topic"^^xsd:string) +AnnotationAssertion( "SDB User Manual"^^xsd:string) +AnnotationAssertion(rdfs:comment "A small reference book, especially one giving instructions."@en) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:label "manual"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "manuscript"@en) +AnnotationAssertion( "Works prepared by hand including handwritten or typescript drafts of pre-publication papers or works not otherwise reproduced in multiple copies"^^xsd:string) +AnnotationAssertion(rdfs:comment "An unpublished Document, which may also be submitted to a publisher for publication."@en) +AnnotationAssertion( "Short Definition is the Medical Subject Heading (MeSH) definition"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A graphical depiction of geographic features."@en) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:label "map"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "The Short Definition is how the bibo ontology defines Map. It has been extended to include more broader concept of map which includes science maps, social network maps."^^xsd:string) +AnnotationAssertion( "A graphical depiction of geographic features, scientific discipline, scientific data analytical results"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "stable") +AnnotationAssertion( "Contains news articles, opinions, features, advertising, and is usually issued daily or weekly"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising."@en) +AnnotationAssertion( "USA Today"^^xsd:string) +AnnotationAssertion(rdfs:label "newspaper"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "note (bibo c)"@en) +AnnotationAssertion( "Notes or annotations about a resource"^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "Notes or annotations about a resource."@en) +AnnotationAssertion( "Short Definition from bibo ontology"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "(from BIBO) A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years"^^xsd:string) +AnnotationAssertion(rdfs:label "patent"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion( "A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem. In order to be patentable, the invention must fulfill certain conditions. (http://www.wipo.int/patentscope/en/)"^^xsd:string) +AnnotationAssertion(rdfs:comment "A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years."@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "performance"@en) +AnnotationAssertion( "Something carried out, acted or rendered."^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:comment "A public performance."@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "periodical"@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "A group of related documents issued at regular intervals."@en) +SubClassOf( ) +AnnotationAssertion( "A personal communication manifested in some document."^^xsd:string) +AnnotationAssertion(rdfs:label "personal communication document"@en) +AnnotationAssertion( "A personal communication manifested in some document."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A compilation of documents published from an event, such as a conference."@en) +AnnotationAssertion( "unstable") +AnnotationAssertion( "A compilation of documents published from an event, such as a conference"^^xsd:string) +AnnotationAssertion( "Short Definition copied from bibo ontology"^^xsd:string) +AnnotationAssertion(rdfs:label "proceedings"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion(rdfs:label "quote"@en) +AnnotationAssertion(rdfs:comment "An excerpted collection of words."@en) +AnnotationAssertion( "An excerpted collection of words"^^xsd:string) +AnnotationAssertion( "Short Definition from the bibo ontology"^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A document that presents authoritative reference information, such as a dictionary or encylopedia ."@en) +AnnotationAssertion( "Short Definition from the bibo ontology"^^xsd:string) +AnnotationAssertion(rdfs:label "reference source"@en) +AnnotationAssertion( "A document that presents authoritative reference information, such as a dictionary or encylopedia"^^xsd:string) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.."@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "Medical Subject Heading (MeSH) definition of Technical Report: Work consisting of a formal report giving details of the investigation and results of a medical or other scientific problem. When issued by a government agency or comparable official body, its contents may be classified, unclassified, or declassified with regard to security clearance. This publication type may also cover a scientific paper or article that records the current state or current position of scientific research and development. If so labeled by the editor or publisher, this publication type may be properly used for journal articles."^^xsd:string) +AnnotationAssertion(rdfs:label "report"@en) +AnnotationAssertion( "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "series"@en) +AnnotationAssertion( "A thematic collection of documents, usually books, issued at regular or irregular intervals"^^xsd:string) +AnnotationAssertion(rdfs:comment "A loose, thematic, collection of Documents, often Books."@en) +AnnotationAssertion( "Methods in Molecular Biology"^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion( "Short Definition from the bibo ontology"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:comment "A slide in a slideshow"@en) +AnnotationAssertion(rdfs:label "slide"@en) +AnnotationAssertion( "A slide in a slideshow"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A presentation of a series of slides, usually presented in front of an audience with written text and images."@en) +AnnotationAssertion(rdfs:label "slideshow"@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "A presentation of a series of slides, usually presented in front of an audience with written text and images"^^xsd:string) +AnnotationAssertion( "Short Definition from the bibo ontology"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A document describing a standard"@en) +AnnotationAssertion( "Short Definition from OCLC Input Standards, EntW"^^xsd:string) +AnnotationAssertion( "A specification giving a precise statement of a process or a service requirement, often sanctioned by a nation or industry"^^xsd:string) +AnnotationAssertion(rdfs:label "standard"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +SubClassOf( ) +AnnotationAssertion(rdfs:label "statute"@en) +AnnotationAssertion( "A bill enacted into law"^^xsd:string) +AnnotationAssertion(rdfs:comment "A bill enacted into law."@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "Short Definition from bibo ontology"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Works created to satisfy the requirements for an academic certification or degree; also called dissertation"^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "thesis"@en) +AnnotationAssertion(rdfs:comment "A document created to summarize research findings associated with the completion of an academic degree."@en) +AnnotationAssertion( "Short Definition from OCLC Input Standards, EntW"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Thesis Degree"@en-us) +AnnotationAssertion( "stable") +AnnotationAssertion( "Different from general academic degree, thesis degree is achieved through one's completed thesis. Thesis is a document submitted in support of candidature for a degree or professional qualification presenting the author's research and findings(http://en.wikipedia.org/wiki/Thesis_or_dissertation)."^^xsd:string) +AnnotationAssertion( "Doctor of Philosophy (Ph.D.)"^^xsd:string) +AnnotationAssertion( "The academic degree of a Thesis."^^xsd:string) +AnnotationAssertion(rdfs:comment "The academic degree of a Thesis"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print."@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "webpage"@en) +AnnotationAssertion( "One section of a website that appears at a unique address within the parent site's address or URL on the World Wide Web "^^xsd:string) +AnnotationAssertion( "unstable") +SubClassOf( ) +AnnotationAssertion( "A group of webpages available within a specific parent address or URL on the World Wide Web"^^xsd:string) +AnnotationAssertion(rdfs:label "website"@en) +AnnotationAssertion(rdfs:comment "A group of Webpages accessible on the Web."@en) +AnnotationAssertion( "Facebook; VIVOweb.org; Flickr"^^xsd:string) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +SubClassOf( ) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion( "Bibo Definition: A seminar, discussion group, or the like, that emphasizes exchange of ideas and the demonstration and application of techniques, skills, etc."^^xsd:string) +AnnotationAssertion(rdfs:comment "A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc."@en) +AnnotationAssertion(rdfs:label "workshop"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "bibliographic information source"@en) +AnnotationAssertion( "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "global citation count"@en) +AnnotationAssertion( "The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work."^^xsd:string) +AnnotationAssertion( "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work."^^xsd:string) +AnnotationAssertion(rdfs:label "clinical guideline"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "comment"@en) +AnnotationAssertion( "A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by"^^xsd:string) +AnnotationAssertion( "A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by a special syntactic symbol that ensures they are ignored during execution of the program. + +has super-classes"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "erratum"@en) +AnnotationAssertion( "A formal correction to an error introduced by the publisher into a previously published document."^^xsd:string) +AnnotationAssertion( "A formal correction to an error introduced by the publisher into a previously published document."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An academic degree at any level, both as reported by individuals for employment and as offered by academic degree programs."^^xsd:string) +AnnotationAssertion(rdfs:label "academic degree"@en-us) +AnnotationAssertion( "B.A. Bachelor of Arts"^^xsd:string) +AnnotationAssertion( "This list may have multiple abbreviations for some degrees."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A distinct, usually specialized educational unit within an educational organization."^^xsd:string) +AnnotationAssertion( "Endodontics (department within a College of Dentistry); English (department within a College of Liberal Arts)"^^xsd:string) +AnnotationAssertion(rdfs:label "academic department"@en) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "academic term"@en) +AnnotationAssertion( "An explicit individual academic term, quarter, or semester rather than the generic fall, spring or summer semester."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An explicit individual period considered by an academic institution to be its primary academic cycle."^^xsd:string) +AnnotationAssertion(rdfs:label "academic year"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "administrator role"@en) +AnnotationAssertion(rdfs:label "advising process"@en) +AnnotationAssertion( "A dual relationship of one person being advised or mentored by another person, typically including start and end dates"^^xsd:string) +AnnotationAssertion(rdfs:label "advising relationship"@en) +SubClassOf( ) +AnnotationAssertion( "A formal organization of people or groups of people around a subject or practice."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A group of persons or organizations organized for a common purpose."^^xsd:string) +AnnotationAssertion( "Special Libraries Association; Association for Computing Machinery(ACM); American Medical Informatics Association(AMIA)"^^xsd:string) +AnnotationAssertion(rdfs:label "association"@en) +SubClassOf( ) +AnnotationAssertion( "A role of attending an Event or EventSeries"^^xsd:string) +AnnotationAssertion(rdfs:label "attendee role"@en) +AnnotationAssertion(rdfs:label "attending process"@en) +AnnotationAssertion( "Currently any abstract name is given to members of this class. This could change in the future."^^xsd:string) +AnnotationAssertion(rdfs:label "authorship"@en) +AnnotationAssertion( "Contains the authors name, their rank in the publication, and whether or not they are a corresponding author on the publication."^^xsd:string) +AnnotationAssertion(rdfs:comment ""^^xsd:string) +AnnotationAssertion( "Authorship of journal articles, books and other original works is a means by which academics communicate the results of their scholarly work, establish priority for their discoveries, and build their reputation among their peers. +This class allows for linking an author to a publication while indicating information about that author's authorship."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Wiley Prize in Biomedical Sciences"^^xsd:string) +AnnotationAssertion( "An Award or Honor"^^xsd:string) +AnnotationAssertion(rdfs:label "award or honor"@en-us) +AnnotationAssertion( "An Award or Honor"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "award or honor receipt"@en) +AnnotationAssertion( "The award bestowed may be represented with the Award class."^^xsd:string) +AnnotationAssertion( "The bestowal of an award, honor, or distinction to a person or person's at a particular time. "^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "The awarding of a degree by an agent to another agent. It is mostly for academic degrees.") +AnnotationAssertion(rdfs:label "awarded degree"@en) +SubClassOf( ) +AnnotationAssertion( "Blog is short for weblog. "^^xsd:string) +AnnotationAssertion( "Library of Congress Blog"^^xsd:string) +AnnotationAssertion( "Regularly updated online journal or newsletter by one or more writers, called bloggers, containing articles and commentary of interest to the blogger"^^xsd:string) +AnnotationAssertion(rdfs:label "blog"@en) +SubClassOf( ) +AnnotationAssertion( "An online article or commentary appearing on a blog"^^xsd:string) +AnnotationAssertion( "A specific blog posting"^^xsd:string) +AnnotationAssertion(rdfs:label "blog posting"@en) +SubClassOf( ) +AnnotationAssertion( "Enter building name. If the building's name is a number (as in many governmental organizations such as national laboratories and military bases), then enter it. Do not confuse with the number that appears in a postal address."^^xsd:string) +AnnotationAssertion( "Martha Van Rensselaer Hall (VR); Caldwell Hall (CD); University Auditorium"^^xsd:string) +AnnotationAssertion( "Building that provides a particular service or is used for a particular activity."^^xsd:string) +AnnotationAssertion(rdfs:label "building"@en) +SubClassOf( ) +AnnotationAssertion( "Definition taken from dictionary.com (http://dictionary.reference.com/browse/campus)."^^xsd:string) +AnnotationAssertion( "Cornell Ithaca; Cornell Geneva; Cornell New York City; Cornell Qatar"^^xsd:string) +AnnotationAssertion(rdfs:label "campus"@en) +AnnotationAssertion( "The grounds of a school, college, university, or hospital. Or, a large, usually suburban, landscaped business or industrial site."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A form of qualitative descriptive research that is used to study individuals, a small group of participants, or a group as a whole. Medical usage (from MeSH): clinical presentations that may be followed by evaluative studies that eventually lead to a diagnosis. "^^xsd:string) +AnnotationAssertion( "A qualitative descriptive research study of individuals or a group"^^xsd:string) +AnnotationAssertion(rdfs:label "case study"@en) +SubClassOf( ) +AnnotationAssertion( "NLM Catalog"^^xsd:string) +AnnotationAssertion( "Short Definition is the Medical Subject Heading (MeSH) definition "^^xsd:string) +AnnotationAssertion(rdfs:label "catalog"@en) +AnnotationAssertion( "A list of items in a collection; an ordered compilation of item descriptions and sufficient information to afford access to them"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "center"@en) +AnnotationAssertion( "A place where a particular activity or service is concentrated."^^xsd:string) +AnnotationAssertion( "An organization where a specified activity is concentrated."^^xsd:string) +AnnotationAssertion( "Short Definition take from http://www.thefreedictionary.com/center."^^xsd:string) +AnnotationAssertion( "Alchohol Education Center; Center for Arts and Public Policy; Hearing Research Center"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment."^^xsd:string) +AnnotationAssertion(rdfs:label "Certificate"@en-us) +AnnotationAssertion( "A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "certification"@en) +AnnotationAssertion( "see also core:Certificate"^^xsd:string) +AnnotationAssertion( "An issued certificate"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "In the future we may be able to make this a defined class that would not need to be directly asserted, but the consensus seems to be that some organizations \"are\" clinical and some \"are\" research organizations and that the distinction is important enough to warrant the additional class and class assertions"^^xsd:string) +AnnotationAssertion( "Any organization with a significant clinical function as a matter of course and not just through occasional clinical roles"^^xsd:string) +AnnotationAssertion(rdfs:label "clinical organization"@en) +AnnotationAssertion( "Any organization that offers significant health services or routinely provides medical care to patients."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A role of observing or treating patients"^^xsd:string) +AnnotationAssertion(rdfs:label "clinical role"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "co-principal investigator role"@en) +AnnotationAssertion( "Role of co-principal investigator of an Agreement (for example, a grant), who devotes a specified percentage of time and is considered key personnel."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A primary academic unit within a University or a free-standing higher education organization without graduate degree programs."^^xsd:string) +AnnotationAssertion( "A primary academic unit within a University or a free-standing higher education organization without graduate degree programs"^^xsd:string) +AnnotationAssertion(rdfs:label "college"@en) +AnnotationAssertion( "College of Arts & Sciences; Ivy Tech Community College"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "committee"@en) +AnnotationAssertion( "A group of people organized for a specific purpose (e.g., a reporting or advisory role), often with a charge and for a specific duration"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A group of people organized for a specific purpose, whose members are often selected from a larger group to serve for designated periods of time."^^xsd:string) +AnnotationAssertion( "Curriculum Steering Committee; PhD Advisory Committee"^^xsd:string) +AnnotationAssertion( "There could be many subclasses such as thesis committee or tenure committee, but these may typically be differentiated via the moniker unless distinct properties become important."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A legally-recognized business organization."^^xsd:string) +AnnotationAssertion( "from Wikipedia: \"A company is a form of business organization. It is an association or collection of individual real persons and/or other companies ... This collection, group or association of persons can be made to exist in law and then a company is itself considered a \"legal person\". The name company arose because, at least originally, it represented or was owned by more than one real or legal person.\""^^xsd:string) +AnnotationAssertion( "A legally-recognized business organization"^^xsd:string) +AnnotationAssertion(rdfs:label "company"@en) +SubClassOf( ) +AnnotationAssertion( "Not the same as an award or distinction."^^xsd:string) +AnnotationAssertion( "An occasion on which a winner is selected from among two or more contestants."^^xsd:string) +AnnotationAssertion( "Intel Talent Search; poetry contest"^^xsd:string) +AnnotationAssertion(rdfs:label "competition"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "conference paper"@en) +AnnotationAssertion( "A paper presented at a conference; optionally collected into a Proceedings or a special Journal issue"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "conference poster"@en) +AnnotationAssertion( "The digital file (or physical equivalent), if available after the conference, vs. the act of attending/presenting: use ConferencePresentation for information about date/time/location/name of the event where the poster was presented"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "For individual, separate conferences, use conference instead. core:ConferenceSeries and core:SeminarSeries are very similar."^^xsd:string) +AnnotationAssertion(rdfs:label "conference series"@en) +AnnotationAssertion( "An organized series of a meeting for consultation or discussion."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "Committee on Institutional Cooperation (CIC); The Five Colleges of Ohio"^^xsd:string) +AnnotationAssertion( "A group of independent organizations working together toward a common goal, under an expressed agreement."^^xsd:string) +AnnotationAssertion(rdfs:label "consortium"@en) +SubClassOf( ) +AnnotationAssertion( "Short Definition take from http://en.wiktionary.org/wiki/continent."^^xsd:string) +AnnotationAssertion( "The seven commonly recognized continents are Africa; Antarctica; Asia; Australia; Europe; North America; South America"^^xsd:string) +AnnotationAssertion( "A large contiguous landmass that is at least partially surrounded by water, together with any islands on its continental shelf."^^xsd:string) +AnnotationAssertion(rdfs:label "continent"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "contract"@en) +AnnotationAssertion( "An agreement involving specific deliverables and payment"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "core laboratory"@en) +AnnotationAssertion( "A lab providing services such as training, protocols, or access to instruments or software"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Source of the Short Definition: http://www.thefreedictionary.com/country. This is also the same as geopolitical.owl:self_governing."^^xsd:string) +AnnotationAssertion( "Afghanistan; Antigua and Barbuda; Cameroon; Iceland; Jamaica; Nigeria; United States of America"^^xsd:string) +AnnotationAssertion( "An area of land distinguished by its political autonomy. Politically independent territories."^^xsd:string) +AnnotationAssertion(rdfs:label "country (vivo)"@en) +SubClassOf( ) +AnnotationAssertion( "Short Definition modified from the one found here: http://www.thefreedictionary.com/county."^^xsd:string) +AnnotationAssertion(rdfs:label "county"@en) +AnnotationAssertion( "The largest administrative division of most states or provinces."^^xsd:string) +AnnotationAssertion( "Alachua; Baker; Bradford; Kenora; Ottawa; Waterloo"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "course"@en) +AnnotationAssertion( "A course as taught in one time period by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010"^^xsd:string) +AnnotationAssertion( "A course as taught in one time period (such as a semester; although note that a course could consist of only one meeting (teaching session)) by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so."^^xsd:string) +AnnotationAssertion(rdfs:label "credential"@en-us) +AnnotationAssertion( "An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "database (vivo)"@en) +AnnotationAssertion( "PubMed"^^xsd:string) +AnnotationAssertion( "Short Definition is the Medical Subject Heading (MeSH) definition"^^xsd:string) +AnnotationAssertion( "A structured file of information or a set of logically related data stored and retrieved using computer-based means"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "dataset"@en) +AnnotationAssertion( "US Patent Data; US Job Data"^^xsd:string) +AnnotationAssertion( "A named collection of data, usually containing only one type of data"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "a specific period or duration, defined by (optional) start and end date/times."^^xsd:string) +AnnotationAssertion(rdfs:label "date/time interval"@en) +AnnotationAssertion( "A date and/or time"^^xsd:string) +AnnotationAssertion(rdfs:label "date/time value instance"@en) +AnnotationAssertion( "Indicates the precision of the value of a DateTimeValue instance."^^xsd:string) +AnnotationAssertion(rdfs:label "date/time value precision"@en-us) +SubClassOf( ) +AnnotationAssertion( "Legal (department within a company); Use for any non-academic department"^^xsd:string) +AnnotationAssertion(rdfs:label "department"@en) +AnnotationAssertion( "Definition modified from the definition here: http://dictionary.reference.com/browse/department. It is difficult to tell the difference between and department and a division."^^xsd:string) +AnnotationAssertion( "A unit within a larger organization that addresses a specific subject or area of activity."^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "Definition modified from http://www.thefreedictionary.com/division. It is difficult to tell the difference between a division and a department."^^xsd:string) +AnnotationAssertion(rdfs:label "division"@en) +AnnotationAssertion( "Cardiovascular Medicine (division within medicine)"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A major unit or section within a larger organization."^^xsd:string) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "editor role"@en) +AnnotationAssertion( "An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series"^^xsd:string) +AnnotationAssertion( "An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series"^^xsd:string) +AnnotationAssertion(rdfs:label "editorial article"@en) +AnnotationAssertion( "An article of opinion, typically published in a newspaper. For academics, most commonly Op Ed pieces"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A relationship that represents the recognition of an agent as an editor.") +AnnotationAssertion(rdfs:label "editorship"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "educational process"@en) +AnnotationAssertion(rdfs:label "equipment"@en) +AnnotationAssertion( "A physical object provided for specific purpose, task or occupation. "^^xsd:string) +AnnotationAssertion( "A network server is one example. Medical schools and research laboratories can list professional equipment, such as microscopes."^^xsd:string) +AnnotationAssertion( "server; Bruker Vector-33 FT-IR"^^xsd:string) +AnnotationAssertion( "Only use if no specific subclasses of core:EventSeries desribe the activity."^^xsd:string) +AnnotationAssertion( "Two or more events that occur at different times and are connected to each other."^^xsd:string) +AnnotationAssertion(rdfs:label "event series"@en) +AnnotationAssertion( "A generic class which may include a conference series, a course section, a seminar series, or a workshop series. When possible, use one of these more specific classes."^^xsd:string) +AnnotationAssertion( "The showing of an object or a collection of objects, in an organized manner."^^xsd:string) +AnnotationAssertion(rdfs:label "exhibit"@en) +SubClassOf( ) +AnnotationAssertion( "Alachua County Extension Office"^^xsd:string) +AnnotationAssertion( "A unit devoted primarily to extension activities, whether for outreach or research."^^xsd:string) +AnnotationAssertion(rdfs:label "extension unit"@en) +AnnotationAssertion( ) +AnnotationAssertion( "A unit devoted primarily to extension activities, whether for outreach or research"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "f1000 link"@en) +AnnotationAssertion( "F1000, is a place where faculty go to critique papers published in PubMed. Any given record in F1000 might have anywhere from one to dozens of reviews."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Use subclasses of core:Facility subclasses instead of this class if possible"^^xsd:string) +AnnotationAssertion( "Distinct from the organization that runs it; e.g., a laboratory may be an organization but may be run by another organization and only consist of facilities housing equipment or services. Can be a building or place that provides a particular service or is used for a particular activity. Use the specific Building or Room whenever possible. Short definition from http://dictionary.reference.com/browse/facility."^^xsd:string) +AnnotationAssertion( "Something designed, built, installed, etc., to serve a specific function or activity affording a convenience or service."^^xsd:string) +AnnotationAssertion(rdfs:label "facility"@en) +AnnotationAssertion(rdfs:label "faculty administrative position"@en) +AnnotationAssertion( "That is a position held by an academic faculty member who works for administration."^^xsd:string) +AnnotationAssertion( "An academic administrative position (associate dean, etc.) as distinct from a professional administrative position (non-academic)"^^xsd:string) +AnnotationAssertion( "Associate Dean"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An advisory relationship in which one faculty member mentors another faculty member."^^xsd:string) +AnnotationAssertion(rdfs:label "faculty mentoring relationship"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "faculty position"@en) +AnnotationAssertion( "Professor, associate professor and assistant professor are common positions for academic faculty."^^xsd:string) +AnnotationAssertion( "Professor; Associate Professor; Assistant Professor"^^xsd:string) +AnnotationAssertion( "Academic position in a university or institution"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An institution founded with an endowment to support educational, research, artistic or other charitable activities."^^xsd:string) +AnnotationAssertion(rdfs:label "foundation"@en) +AnnotationAssertion( ) +AnnotationAssertion( "Definition take from: http://dictionary.reference.com/browse/foundation."^^xsd:string) +AnnotationAssertion( "The Ford Foundation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "funding organization"@en) +AnnotationAssertion( ) +AnnotationAssertion( "A defined class of organizations that fund Grants"^^xsd:string) +AnnotationAssertion( "National Institute of Health (NIH)"^^xsd:string) +AnnotationAssertion( "An organization that provides financial support to individuals or organizations to carry out specified activities."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "geographic location"@en) +AnnotationAssertion( "A location having coordinates in geographic space."^^xsd:string) +AnnotationAssertion( "Removed the word \"stable\" because disputed territories from geopolitical.owl are included. This could imply that the geographic coordinates could change. I've also copied this definition to core:Geographic Location. I think core:Geographic Location and core:Geographic Region are both the same and only one is needed. There is also geopolitical.owl:geographical_region which further causes confusion."^^xsd:string) +AnnotationAssertion( "Use subclasses of core:Geographic Location subclasses instead of this class if possible."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Removed the word \"stable\" because disputed territories from geopolitical.owl are included. This could imply that the geographic coordinates could change. This definition was originally in core:Geographic Location. I simply copied the definition from there. I think core:Geographic Location and core:Geographic Region are both the same and only one is needed. There is also geopolitical.owl:geographical_region which further causes confusion."^^xsd:string) +AnnotationAssertion(rdfs:label "geographic region"@en) +AnnotationAssertion( "A location having coordinates in geographic space."^^xsd:string) +AnnotationAssertion( "Use subclasses of core:Geographic Region subclasses instead of this class if possible."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "geopolitical entity"@en) +AnnotationAssertion( "A geographical area which is associated with some sort of political structure."^^xsd:string) +AnnotationAssertion( "Use subclasses of core:GeopoliticalEntity subclasses instead of this class if possible."^^xsd:string) +AnnotationAssertion( "Short definition obtained here: http://en.wiktionary.org/wiki/geopolitical_entity."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A unit of government responsible for oversight and regulation of certain activities or the administration and provision of specific services."^^xsd:string) +AnnotationAssertion(rdfs:label "government agency"@en) +AnnotationAssertion( "Definition take from: http://en.wikipedia.org/wiki/Government_agency."^^xsd:string) +AnnotationAssertion( "United States Library of Congress"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An advisory relationship in which a professor advises a graduate student."^^xsd:string) +AnnotationAssertion(rdfs:label "graduate advising relationship"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "graduate student"@en) +AnnotationAssertion( "A person who has already received a bachelor's degree and is working toward a Master's or Doctoral degree."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Financial assistance mechanism providing money, property, or both to an eligible entity to carry out an approved project or activity"^^xsd:string) +AnnotationAssertion(rdfs:label "grant"@en) +AnnotationAssertion( "An intramural or extramural award to support scholarly work, such as UF09179 (VIVO)"^^xsd:string) +AnnotationAssertion( "Short definition is from the Glossary of NIH Terms."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "hospital"@en) +AnnotationAssertion( "An institution that provides medical, surgical, psychiatric or nursing care."^^xsd:string) +AnnotationAssertion( "Definition take from: http://dictionary.reference.com/browse/hospital."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Shands at the University of Florida"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An Institute normally has a research focus but may also fulfill instructional or outreach roles"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Institute for Fundamental Theory"^^xsd:string) +AnnotationAssertion( "An organization founded to pursue or promote certain research, educational or public policy interests or activities."^^xsd:string) +AnnotationAssertion(rdfs:label "institute"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "internship"@en) +AnnotationAssertion( "Typically a student or a recent graduate undergoing supervised practical training."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A role in an Agreement (for example, a grant) as a named investigator or key personnel."^^xsd:string) +AnnotationAssertion(rdfs:label "investigator role"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "invited talk"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "issued credential"@en) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "laboratory"@en) +AnnotationAssertion( "An organizational unit (as opposed to the physical facility) that performs research, provides services, or processes materials"^^xsd:string) +AnnotationAssertion( "An organization unit that facilitates or conduits observation, testing, experimentation, or research in a field of study or practice."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A broad-ranging leader concept, from leading a small temporary committee to head of a large international organization."^^xsd:string) +AnnotationAssertion( "A leadership role"^^xsd:string) +AnnotationAssertion(rdfs:label "leader role"@en) +AnnotationAssertion(rdfs:label "librarian position"@en) +AnnotationAssertion( "It is the common position in libraries."^^xsd:string) +AnnotationAssertion( "A position held by library and information science professionals, or academic or technical experts, in support of providing information services or materials"^^xsd:string) +AnnotationAssertion( "Librarian; Library Systems Analyst; Music Bibliographer"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "library"@en) +AnnotationAssertion( "Marston Science Library"^^xsd:string) +AnnotationAssertion( "Used information from this definition: http://dictionary.reference.com/browse/library."^^xsd:string) +AnnotationAssertion( "An organization maintaining one or more collections of physical and/or electronic information resources for access or lending."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "License"@en-us) +AnnotationAssertion( "Official or legal permission to do something"^^xsd:string) +AnnotationAssertion( "Licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill. See also core:Licensure."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "licensure"@en) +AnnotationAssertion( "A granted license, which gives a 'permission to practice.'"^^xsd:string) +AnnotationAssertion( "A granted license, which gives a 'permission to practice.' Such licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill. See also core:License."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "location"@en) +AnnotationAssertion( "It's anticipated that the subclasses will be used when classifying items. And, all locations can be viewable via this class."^^xsd:string) +AnnotationAssertion( "Use subclasses of core:Location when classsifying items."^^xsd:string) +AnnotationAssertion( "Top level of all location classes."^^xsd:string) +AnnotationAssertion( "Residency is a stage of graduate medical training. "^^xsd:string) +AnnotationAssertion(rdfs:label "medical residency"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "meeting"@en) +AnnotationAssertion( "A gathering of people for a defined purpose, not necessarily public or announced"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A role of being a member in a Process or an Organization"^^xsd:string) +AnnotationAssertion(rdfs:label "member role"@en) +AnnotationAssertion( "An organization devoted to the acquisition, conservation, study, exhibition, and educational interpretation of objects having scientific, historical, cultural or artistic value."^^xsd:string) +AnnotationAssertion( "Definition was take from here: http://dictionary.reference.com/browse/museum"^^xsd:string) +AnnotationAssertion(rdfs:label "museum"@en) +AnnotationAssertion( "The Getty Museum"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A short written piece focused on an event or announcement of note, having a defined publication time and of less enduring interest than a news feature."^^xsd:string) +AnnotationAssertion(rdfs:label "news release"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "newsletter"@en) +AnnotationAssertion( "The Ornithological Newsletter"^^xsd:string) +AnnotationAssertion( "Usually issued periodically, prepared by or for a group or institution to present information to a specific audience, often also made available to the press and public"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Staff, support, and other non-academic positions."^^xsd:string) +AnnotationAssertion(rdfs:label "non-academic position"@en) +AnnotationAssertion( "Accounting & Research Services Assistant; Director of Information Technology"^^xsd:string) +AnnotationAssertion( "A position classified as professional, staff, support, or any other non-academic role"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Researcher; Academic Extension Associate; Postdoctoral Associate"^^xsd:string) +AnnotationAssertion( "A position involving academic work but without faculty status"^^xsd:string) +AnnotationAssertion( "Those positions are held by people who do academic work but do not have faculty positions in universities or institutes."^^xsd:string) +AnnotationAssertion(rdfs:label "non-faculty academic position"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "organizer role"@en) +AnnotationAssertion( "A role of organizing"^^xsd:string) +AnnotationAssertion( "Communicating Astronomy to the Public"^^xsd:string) +AnnotationAssertion(rdfs:label "outreach provider role"@en) +AnnotationAssertion( "An outreach or community service role directed outside a person's primary profession and institution"^^xsd:string) +AnnotationAssertion( "The example is one outreach role required by US space agency NASA, which is related with one project in NASA. Name of the outreach role should be put here."^^xsd:string) +AnnotationAssertion(rdfs:label "peer reviewer role"@en) +AnnotationAssertion( "is a generic term for a process of self-regulation by a profession or a process of evaluation involving qualified individuals within the relevant field. Peer review methods are employed to maintain standards, improve performance and provide credibility. In academia the term is often used to denote a prepublication review of academic papers; reviewing an academic paper is often called refereeing. +Contents +[hide]"^^xsd:string) +AnnotationAssertion( "A role of peer reviewing"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "populated place"@en) +AnnotationAssertion( "Either city or town - a thickly populated area having fixed boundaries and certain local powers of government."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Director of Admissions and Placement; Associate University Librarian"^^xsd:string) +AnnotationAssertion( "Particular position in an organization, commonly identified by job title, and normally associated with a job description that details the tasks and responsibilities that go with the position."^^xsd:string) +AnnotationAssertion( "An employment activity, whether compensated or not. Short definition comes from http://en.wikipedia.org/wiki/Position, and has been modified."^^xsd:string) +AnnotationAssertion(rdfs:label "position (vivo)"@en) +SubClassOf( ) +AnnotationAssertion( "An advisory relationship in which the advisee is a Postdoc or Fellow."^^xsd:string) +AnnotationAssertion(rdfs:label "postdoc or fellow advising relationship"@en) +SubClassOf( ) +AnnotationAssertion( "A postdoctoral training appointment (job)"^^xsd:string) +AnnotationAssertion(rdfs:label "postdoctoral position"@en) +SubClassOf( ) +AnnotationAssertion( "Postdoctoral research is academic or scholarly research conducted by a person who has completed his or her doctoral studies, normally within the following five years. It is intended to further deepen expertise in a specialist subject."^^xsd:string) +AnnotationAssertion(rdfs:label "postdoctoral training"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "presentation"@en) +AnnotationAssertion( "Encompasses talk, speech, lecture, slide lecture, conference presentation"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Are we assuming that a PresenterRole is in a Presentation? Or could you have a PresenterRole in, say, a committee?"^^xsd:string) +AnnotationAssertion( "A role of presenting information"^^xsd:string) +AnnotationAssertion(rdfs:label "presenter role"@en) +AnnotationAssertion(rdfs:label "presenting process"@en) +AnnotationAssertion( "A position designated as primary by the organization where it is held."^^xsd:string) +AnnotationAssertion(rdfs:label "primary position"@en) +AnnotationAssertion( "A position designated as primary by the organization or group where it is held. This designation may be applied to zero or more of an agent's positions and may be asserted in conjunction with other subclasses of position."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "principal investigator role"@en) +AnnotationAssertion( "Role of a person to direct a project or activity being supported by an Agreement (for example, a grant), and who is accountable to the grantee for the proper conduct of the project or activity. Also known as Program Director or Project Director."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "A private company is one that is privately-owned, and thus, is not publicly-traded in the stock market. Members of the general public cannot purchase stock in a private company unless that company chooses to go public and become a public company."^^xsd:string) +AnnotationAssertion( "Definition obtained here: http://answers.ask.com/Business/Finance/what_is_a_private_company. Examples of private companies found here: http://www.forbes.com/2008/11/03/largest-private-companies-biz-privates08-cx_sr_1103private_land.html"^^xsd:string) +AnnotationAssertion( "Publix Super Markets; Ernst & Young; PricewaterhouseCoopers"^^xsd:string) +AnnotationAssertion(rdfs:label "private company"@en) +SubClassOf( ) +AnnotationAssertion( "An ongoing academic initiative not formalized with department or division status."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "program"@en) +AnnotationAssertion( "A Cornell graduate field (http://vivo.cornell.edu/index.jsp?home=65535&collection=820)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim."^^xsd:string) +AnnotationAssertion( "An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim. +"^^xsd:string) +AnnotationAssertion(rdfs:label "project"@en) +AnnotationAssertion(rdfs:label "publisher (vivo)"@en) +AnnotationAssertion( "Elsevier; Harper & Row; Indiana University Press"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A person or company whose business is the publishing of books, periodicals, engravings, computer software, etc."^^xsd:string) +AnnotationAssertion( "Definition found here: http://dictionary.reference.com/browse/publisher"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "relationship"@en) +AnnotationAssertion( "a reified relationship"^^xsd:string) +AnnotationAssertion( "functions as an n-ary predicate"^^xsd:string) +AnnotationAssertion( "Any organization (likely also asserted as another class of Organization) with a primary, ongoing research function, not just through occasional roles"^^xsd:string) +AnnotationAssertion(rdfs:label "research organization"@en) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "A proposal for a research grant that has been submitted but not approved; does not represent an existing activity"^^xsd:string) +AnnotationAssertion(rdfs:label "research proposal"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "researcher role"@en) +AnnotationAssertion( "Examples of research can be seen at: http://www.ufl.edu/research/products/index.html. Note these may have been funded, but the research doesn't have to be funded. Also, the research may be linked to an Agreement (for example, a Grant), but does not need to be."^^xsd:string) +AnnotationAssertion( "A role of conducting funded or unfunded research, sometimes linked to an Agreement."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "review"@en) +AnnotationAssertion( "An article reviewing one or more other information resources (a book, one or more other articles, movies, etc)"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper."^^xsd:string) +AnnotationAssertion( "A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper."^^xsd:string) +AnnotationAssertion(rdfs:label "reviewer role"@en) +AnnotationAssertion( "100 Caldwell Hall; 114 Martha Van Rensselaer (Rushmore Conference Room)"^^xsd:string) +AnnotationAssertion( "Enter room number of name."^^xsd:string) +AnnotationAssertion(rdfs:label "room"@en) +AnnotationAssertion( "Room that provides a particular service or is used for a particular activity."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion( "School of Architecture; School of Music"^^xsd:string) +AnnotationAssertion(rdfs:label "school"@en) +AnnotationAssertion( "An institution for instruction in a particular skill or field."^^xsd:string) +AnnotationAssertion( "Definition take from here: http://dictionary.reference.com/browse/school."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "score"@en) +AnnotationAssertion( "Written musical composition for voice or instruments or both"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "screenplay"@en) +AnnotationAssertion( "Written script for a film production, including dialogue and descriptions of gestures, actions, shooting directions"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Applied Microeconomics Seminars; Future of Rural New York Seminar Series"^^xsd:string) +AnnotationAssertion( "An organized series of a meeting for an exchange of ideas, typically put on by a department or center."^^xsd:string) +AnnotationAssertion(rdfs:label "seminar series"@en) +AnnotationAssertion( "For individual seminars, use seminar instead. core:ConferenceSeries and core:SeminarSeries are very similar."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "service providing lab"@en) +AnnotationAssertion( "Ideally a defined class -- a Laboratory the provides some Service via the property"^^xsd:string) +AnnotationAssertion( "A laboratory that provides services"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "speech"@en) +AnnotationAssertion( "Text of a speech written in preparation for delivery of the speech."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "state or province"@en) +AnnotationAssertion( "Minnesota; Michigan; Indiana; New York; Quebec; Manitoba; Ontario"^^xsd:string) +AnnotationAssertion( "One of a number of areas or communities having their own governments and forming a federation under a sovereign government, as in the US."^^xsd:string) +AnnotationAssertion( "Source of the Short Definition: http://www.thefreedictionary.com/state."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Use only if no specific subclasses of core:Student describe the person."^^xsd:string) +AnnotationAssertion(rdfs:label "student"@en) +AnnotationAssertion( "A person who is enrolled in an educational institution."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A student organization is an organization, operated by students at a university, whose membership normally consists only of students."^^xsd:string) +AnnotationAssertion( "Definition take from here: http://en.wikipedia.org/wiki/Student_society"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "student organization"@en) +AnnotationAssertion( "Dancin' Gators"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "For example, the Midwest, northeast U.S."^^xsd:string) +AnnotationAssertion( "Boroughs; townships; districts; the Midwest"^^xsd:string) +AnnotationAssertion( "Smaller administrative division into which a country may be divided."^^xsd:string) +AnnotationAssertion( "Short definition was partially taken from http://en.wikipedia.org/wiki/Subnational_entity."^^xsd:string) +AnnotationAssertion(rdfs:label "subnational region"@en) +SubClassOf( ) +AnnotationAssertion( "A role of serving as an educator"^^xsd:string) +AnnotationAssertion(rdfs:label "teacher role"@en) +AnnotationAssertion( "VIVO Outreach Team; VIVO Ontology Team"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "team"@en) +AnnotationAssertion( "An informal organization brought together for the purposes of a project or event"^^xsd:string) +AnnotationAssertion( "A group of people working together."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "translation"@en) +AnnotationAssertion( "The result of rendering a work from one language to another"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "None as yet."^^xsd:string) +AnnotationAssertion(rdfs:comment "sub-Saharan Africa, North America"^^xsd:string) +AnnotationAssertion( "Not sure how to access the \"Editor's Comments\". But as North America is a continent, it would be placed directly into the continent subclass and viewable through this class along with any other subclass entities."^^xsd:string) +AnnotationAssertion(rdfs:label "transnational region"@en) +AnnotationAssertion( "Any region that goes beyond national boundaries and does not fit into any subclass of core:TransnationalRegion."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Uniform Resource Locator (URL) specifies where an identified resource is available and the mechanism for retrieving it."^^xsd:string) +AnnotationAssertion(rdfs:label "urllink"@en) +AnnotationAssertion( "http://info.slis.indiana.edu/~katy/"^^xsd:string) +AnnotationAssertion( "The full URL."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "undergraduate advising relationship"@en) +AnnotationAssertion( "An advisory relationship in which a professor advises an undergraduate student."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "undergraduate student"@en) +AnnotationAssertion( "A person registered in an undergraduate program leading to a bachelor's degree or an undergraduate diploma or certificate."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "university"@en) +AnnotationAssertion( ) +AnnotationAssertion( "An institution of higher education and research, which grants academic degrees in a variety of subjects, and provides both undergraduate education and postgraduate education."^^xsd:string) +AnnotationAssertion( "University of Florida; Washington University in St. Louis"^^xsd:string) +AnnotationAssertion( "Definition taken from: http://en.wikipedia.org/wiki/University"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Audiovisual recording in video format"^^xsd:string) +AnnotationAssertion(rdfs:label "video (vivo)"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "working paper"@en) +AnnotationAssertion( "A document created as a basis for discussion or a very early draft of a formal paper"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "An organized series of workshop events, whether repetitions of the same workshop or multiple different workshops."^^xsd:string) +AnnotationAssertion( "Use workshop for individual events."^^xsd:string) +AnnotationAssertion(rdfs:label "workshop series"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "phase 0 clinical trial"@en) +AnnotationAssertion( "Phase 0 is a recent designation for exploratory, first-in-human trials conducted in accordance with the United States Food and Drug Administration's (FDA) 2006 Guidance on Exploratory Investigational New Drug (IND) Studies. Phase 0 trials are also known as human microdosing studies and are designed to speed up the development of promising drugs or imaging agents by establishing very early on whether the drug or agent behaves in human subjects as was expected from preclinical studies."^^xsd:string) +AnnotationAssertion( "Phase 0 Clinical Trial"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Phase 1 Clinical Trial"^^xsd:string) +AnnotationAssertion( "In Phase I trials, researchers test an experimental drug or treatment in a small group of people (20-80) for the first time to evaluate its safety, determine a safe dosage range, and identify side effects"^^xsd:string) +AnnotationAssertion(rdfs:label "phase 1 clinical trial"@en) +SubClassOf( ) +AnnotationAssertion(rdfs:label "phase 2 clinical trial"@en) +AnnotationAssertion( "Phase 2 Clinical Trial"^^xsd:string) +AnnotationAssertion( "In Phase 2 trials, an experimental study drug or treatment is given to a larger group of people (100-300) to see if it is effective and to further evaluate its safety."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "In Phase 3 trials, an experimental study drug or treatment is given to large groups of people (1,000-3,000) to confirm its effectiveness, monitor side effects, compare it to commonly used treatments, and collect information that will allow the experimental drug or treatment to be used safely. +"^^xsd:string) +AnnotationAssertion( "Phase 3 Clinical Trial"^^xsd:string) +AnnotationAssertion(rdfs:label "phase 3 clinical trial"@en) +SubClassOf( ) +AnnotationAssertion( "Phase 4 Clinical Trial"^^xsd:string) +AnnotationAssertion(rdfs:label "phase 4 clinical trial"@en) +AnnotationAssertion( "In Phase 4 trials, post marketing studies delineate additional information including the drug's or treatment's risks, benefits, and optimal use."^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "2-sample pooled t-test"@en) +AnnotationAssertion( ) +AnnotationAssertion( "The ACME algorithm is quite straightforward. Using a user-dened quantile of the data,called the threshold, any probes in the data that are above that threshold are considered positive probes. A p-value is then assigned to each probe."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "all/aml data set"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "The ANCOVA global test is a test for the association between expression values and clinical entities. The test is carried out by comparison of linear models via the extra sum of squares principle. If the mean expression level for at least one gene diers between corresponding models the global null hypothesis, which is the intersection of all single gene null hypotheses, is violated. FDR"^^xsd:string) +AnnotationAssertion( "ANNOVA"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "ap-ms data"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "arr"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "bed file"@en) +AnnotationAssertion( ) +AnnotationAssertion( "BGL implements Depth First Search, Breadth First Search,Dijkstra's, Bellman Ford's and DAG,Johnson's and Floyd Warshall's.Kruskal's algorithm and Prim's algorithm Cuthill-McKee's algorithm Minimum degree Ordering"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "bpmap"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "The circular binary segmentation (CBS) algorithm divides the genome into regions of equal copy number . The algorithm tests for change-points using a maximal t-statistic with a permutation reference distribution to obtain the corresponding p-value. The number of computations required for the maximal test statistic is O(N^2),where N is the number of markers. This makes the full permutation approach computationally prohibitive for the newer arrays that contain tens of thousands markers and highlights the need for a faster algorithm."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "cdf"@en) +AnnotationAssertion(rdfs:label "cel"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "chp file"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "CMA- it implements k-fold cross validation, MCMC cross validation, bootstrap and (t.test or welch.test or wilcox.test or f.test or kruskal.test or One-step Recursive Feature Elimination or random forest variable importance measure or lasso or elastic net or componentwise boosting)"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "This algorithm offers improved confidence scores, quality scores for SNP’s and batches, higher accuracy on different datasets and better performance."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "PCMG- a bipartite graph in which one set of nodes represents proteins, the other set represents complexes, and an edge from a protein node to a complex node represents membership of the protein in that complex."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "distance calculation objective"@en) +AnnotationAssertion( ) +AnnotationAssertion( "BCRANK is a method that takes a ranked list of genomic regions as input and outputs short DNA sequences that are overrepresented in some part of the list."^^xsd:string) +AnnotationAssertion( "cosmo allows the user to target the motif search by specifying a set of constraints that the unknown position weight matrix must satisfy. The algorithm is based on a probabilistic model that describes the DNA sequences of interest through a two- component multinomial mixture model with estimates of the position weight matrix entries obtained by maximizing the observed data likelihood over the smaller parameter space corresponding to the imposed constraints. It includes methods such as Probabilistic models and one-occurrence-per-sequence and zero-or-one-occurrence-per-sequence and two-component mixture"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "non-linear functional regression model with both additive and multiplicative error terms"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "A DFP version of a FP (fuzzy pattern) only includes those genes that can serve to differentiate it from the rest of the patterns.This algorithm is based on the discretization of float values (gene expression values) stored in an ExpressionSet object into labels combining 'Low', 'Medium' and 'High'"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "digital gene expression (dge) datasets"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "facs data"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "fasta"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "fcs"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "geo data type"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "geo matrix series file"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "Technique which predicts a given transcription factor activity and then uses this infor- mation to predict its targets."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "illumina data"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "kgml file"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "KS measures how biased the ranks of a subset of items are among the ranks of the entire set"^^xsd:string) +AnnotationAssertion(rdfs:label "lc-ms data"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "mage-ml files"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "maqc data"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "minimum common regions (MCR) algorithm- Minimal common regions (MCRs) are dened as contiguous spans having at least a recurrence rate dened by a parameter (recurrence) across samples."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "mutual information matrix (mim)"@en) +AnnotationAssertion( ) +AnnotationAssertion( "MMD describes the distributions of gene expression levels directly via the marginal distributions. It includes EM algorithm, FDR, it is the percentage of nondifferentially expressed genes among selected genes), false non-discovery rate (denoted as FNDR; it is the percentage of differentially expressed genes among unselected genes),false positive rate (denoted as FPR; it is the percentage of selected genes among nondifferentially expressed genes), and false negative rate (denoted as FNR; it is the percentage of un-selected genes among differentially expressed genes),"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "This includes exhaustive enumeration, triple-based inference,pairwise heuristic, module based inference, greedy hillclimbing"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "it is where we fit a model with probe level and chip level parameters on a probeset by probeset basis"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "Included are summarisation, differential expression detection, clustering and PCA methods, together with useful plotting and data manipulation functions"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "for the Support Vector Machine (SVM), as presented in [3] and the Nearest Shrunken Centroid (NSC)"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "rnw"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Note: It is unclear from just the label what is meant by a SAM algorithm. It may or may not be related to the SAM sequence alignment software described by the class SWO_0000077 (Allyson Lister)") +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "sbmlr file"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "sdf format"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "Langsrud, Ø. (2002), 50-50 Multivariate Analysis of Variance for Collinear Responses, The Statistician, 51, 305-317."^^xsd:string) +AnnotationAssertion(rdfs:label "50-50 manova algorithm"@en) +AnnotationAssertion( ) +AnnotationAssertion( "Classical multivariate analysis-of-variance tests perform poorly in cases with several highly correlated responses and the tests collapse when the number of responses exceeds the number of observations. This paper presents a new method which handles this problem. The dimensionality of the data is reduced by using principal component decompositions and the final tests are still based on the classical test statistics and their distributions. The methodology is illustrated with an example from the production of sausages with responses from near infrared reflectance spectroscopy. A closely related method for testing relationships in uniresponse regression with collinear explanatory variables is also presented. The new test, which is called the 50-50 F-test, uses the first k components to calculate SSMODEL. The next d components are not involved in SSERROR and they are called buffer components."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gene list"@en) +AnnotationAssertion(rdfs:label "clustered data set"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "r data frame"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "xba.cqv and xba.regions"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "data annotation objective"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "annotation data packages"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "cdt"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "chamber slide format"@en) +AnnotationAssertion(rdfs:label "cls"@en) +AnnotationAssertion( "Categorical (e.g tumor vs normal) class file format") +AnnotationAssertion( ) +AnnotationAssertion( "http://www.broadinstitute.org/cancer/software/gsea/wiki/index.php/Data_formats#CLS:_Categorical_.28e.g_tumor_vs_normal.29_class_file_format_.28.2A.cls.29") +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "covdesc file"@en) +AnnotationAssertion( "PERSON: James Malone"^^xsd:string) +AnnotationAssertion(rdfs:label "database creation objective"@en) +AnnotationAssertion( ) +AnnotationAssertion( "An objective in which the aim is to create a new database instance."^^xsd:string) +AnnotationAssertion( "James Malone"^^xsd:string) +AnnotationAssertion(rdfs:label "cross validation objective"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label ".data"@en) +AnnotationAssertion(rdfs:label "dcf"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "design file"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gct"@en) +AnnotationAssertion( "Gene Cluster Text file format ") +AnnotationAssertion( ) +AnnotationAssertion( "http://www.broadinstitute.org/cancer/software/gsea/wiki/index.php/Data_formats#GCT:_Gene_Cluster_Text_file_format_.28.2A.gct.29") +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gene expression analysis objective"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gene expression dataset"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gff format"@en) +AnnotationAssertion( ) +AnnotationAssertion( "global test allows the unit of analysis of the microarray experiment to be shifted from the single gene level to the pathway level, where a ‘pathway’ may be any set of genes, e.g. chosen using the Gene Ontology database or from earlier experiments."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gmt format"@en) +AnnotationAssertion(rdfs:label "gpr format"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gtr"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gxl format"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "lma"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "log file"@en) +AnnotationAssertion(rdfs:label "logicfs dataset"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "mas5 format"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "m-estimation regression"@en) +AnnotationAssertion(rdfs:label "meta data"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "microarray data"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( "multiple testing which includes controlling the family-wise error rate (FWER), generalized family-wise error rate (gFWER), tail probability of the proportion of false positives (TPPFP), and false discovery rate (FDR). Tests based on a variety of t- and F-statistics (including t-statistics based on regression parameters from linear and survival models as well as those based on correlation parameters) are included."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "newick"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "omics data"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "pair file"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "pedigree data file"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "qpcr data"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label ".raw files"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "rda"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label ".rma format"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "sproc"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "sqlite"@en) +AnnotationAssertion( ) +AnnotationAssertion( "Paired t-test , Paired L-statistic and Paired Lw-statistic with their FDRs"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "'t-test'"@en) +AnnotationAssertion( ) +AnnotationAssertion( "Tweaked label. From 'data visualization objective' to 'data rendering and visualization objective'. Need to decide if we should separate rendering from visualization."^^xsd:string) +AnnotationAssertion(rdfs:label "data rendering and visualization objective"@en) +AnnotationAssertion(rdfs:label "ActionScript"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Ada"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "AppleScript"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Assembly"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "C"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "C Sharp"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "C++"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "COBOL"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "ColdFusion"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "D"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Delphi"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Dylan"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Eiffel"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Forth"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Fortran"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Groovy"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Haskell"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "JavaScript"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "LabVIEW"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Lisp"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Lua"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Maple"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Mathematica"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Pascal"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Perl"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "PHP"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Prolog"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Python"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "REXX"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Ruby"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "SAS"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Scala"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Scheme"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Shell"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Smalltalk"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "SQL"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion(rdfs:label "Turing"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Verilog"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "VHDL"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "Visual Basic"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "GWT"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "GZipped format"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label ".gz"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "Zipped format"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label ".zip"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "audio format"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label "RIFF"^^xsd:string) +AnnotationAssertion( "Resource Interchange File Format"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label ".bw"^^xsd:string) +AnnotationAssertion( "BigWig format"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label ".csv"^^xsd:string) +AnnotationAssertion( "Comma-separated values"^^xsd:string) +SubClassOf( ) +AnnotationAssertion(rdfs:label ".mysql"^^xsd:string) +AnnotationAssertion( "MySQL format"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +AnnotationAssertion( "SQL format"^^xsd:string) +AnnotationAssertion(rdfs:label ".sql"^^xsd:string) +AnnotationAssertion( ) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +EquivalentClasses( ObjectOneOf()) +SubClassOf( ) +SubClassOf( ) +SubClassOf( ) +AnnotationAssertion(rdfs:comment "An agent"^^xsd:string) +AnnotationAssertion(rdfs:label "agent"@en) +AnnotationAssertion( "agent"^^xsd:string) +AnnotationAssertion(rdfs:label "agent (foaf)"@en) +AnnotationAssertion( "Agents are things that do stuff"^^xsd:string) +AnnotationAssertion( ""^^xsd:string) +AnnotationAssertion( "Used to describe any \"agent\" related to bibliographic items. Such agents can be persons, organizations or groups of any kind."@en) +AnnotationAssertion( "see: http://xmlns.com/foaf/spec/#term_Agent"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "Things that do stuff."^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event. + +see: http://xmlns.com/foaf/spec/#term_Group"^^xsd:string) +AnnotationAssertion(rdfs:comment "A group"^^xsd:string) +AnnotationAssertion(rdfs:label "group (foaf)"@en) +AnnotationAssertion( "A collection of individual agents."^^xsd:string) +AnnotationAssertion( " A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). "^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "group"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "A generic class encompassing several types of organizations."^^xsd:string) +AnnotationAssertion( "Only use if no specific subclasses of foaf:organization desribe the organization."^^xsd:string) +AnnotationAssertion(rdfs:comment "An organization"^^xsd:string) +AnnotationAssertion( "organization"^^xsd:string) +AnnotationAssertion( "Ued to describe an organization related to bibliographic items such as a publishing company, etc."@en) +AnnotationAssertion( "This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available."^^xsd:string) +AnnotationAssertion( "A kind of Agent corresponding to social instititutions such as companies, societies etc."^^xsd:string) +AnnotationAssertion( ""^^xsd:string) +AnnotationAssertion(rdfs:label "organization"@en) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( ""^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:comment "A person"^^xsd:string) +AnnotationAssertion(rdfs:label "person"@en) +AnnotationAssertion( "person"^^xsd:string) +AnnotationAssertion( "An instance of a human being (Homo sapiens)"^^xsd:string) +AnnotationAssertion( "The most general classification of a person"^^xsd:string) +SubClassOf( ) +AnnotationAssertion( "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"^^xsd:string) +AnnotationAssertion( "2010-05-01"^^xsd:string) +AnnotationAssertion( "United Nations cartographic maps"^^xsd:string) +AnnotationAssertion( "United Nations cartographic maps http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"^^xsd:string) +AnnotationAssertion( "2010-05-01"^^xsd:string) +AnnotationAssertion( "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"@en) +AnnotationAssertion( "United Nations cartographic maps"^^xsd:string) +AnnotationAssertion( "United Nations cartographic maps http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"^^xsd:string) +AnnotationAssertion( "United Nations Statistics Division"^^xsd:string) +AnnotationAssertion( "2010-04-15"^^xsd:string) +AnnotationAssertion( "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm"^^xsd:string) +AnnotationAssertion( "http://unstats.un.org/unsd/methods/m49/m49chang.htm"@en) +AnnotationAssertion( "http://unstats.un.org/unsd/methods/m49/m49chgef.htm"@fr) +AnnotationAssertion( "United Nations Statistics Division"^^xsd:string) +AnnotationAssertion( "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm"^^xsd:string) +AnnotationAssertion( "2010-04-15"^^xsd:string) +AnnotationAssertion( "http://unstats.un.org/unsd/methods/m49/m49chang.htm"@en) +AnnotationAssertion( "http://unstats.un.org/unsd/methods/m49/m49chgef.htm"@fr) +AnnotationAssertion(rdfs:label "relevant_for"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has_contact_info"@en) +InverseObjectProperties( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "contact_info_for"@en) +ObjectPropertyDomain( ) +AnnotationAssertion(rdfs:label "context_for"@en) +InverseObjectProperties( ) +AnnotationAssertion(rdfs:label "has_context"@en) +AnnotationAssertion(rdfs:label "url_link_for"@en) +InverseObjectProperties( ) +AnnotationAssertion(rdfs:label "has_url_link"@en) +AnnotationAssertion(rdfs:label "has contact agent") +AnnotationAssertion(rdfs:label "part_of"@en) +TransitiveObjectProperty() +AnnotationAssertion(rdfs:label "has_part"@en) +TransitiveObjectProperty() +AnnotationAssertion(rdfs:label "has_PI"^^xsd:string) +AnnotationAssertion( "has PI"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "The PI of a lab."^^xsd:string) +AnnotationAssertion( "The principle investigator of a laboratory or research project."^^xsd:string) +AnnotationAssertion( ) +InverseObjectProperties( ) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion( ) +AnnotationAssertion( "The NIH."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "funds"^^xsd:string) +AnnotationAssertion( "Research project that is financially supported by the organization."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ObjectUnionOf( )) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "is member of"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "is_member_of"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Identifies the organization or laboratory in which this individual is a member."^^xsd:string) +AnnotationAssertion( "A graduate student in the lab."^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "occurs_in"^^xsd:string) +AnnotationAssertion( "Organism in which the biological process occurs."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "occurs in"^^xsd:string) +AnnotationAssertion( "Hibernation occurs in bears."^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "An access service that provides access to a flow cytometer."^^xsd:string) +AnnotationAssertion(rdfs:comment "change the domain tye to access service"^^xsd:string) +AnnotationAssertion( "Instruments, reagents, organisms, software, or other sevices for which the service provides access."^^xsd:string) +AnnotationAssertion(rdfs:label "provides_access_to"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ObjectUnionOf( )) +AnnotationAssertion( "uses"^^xsd:string) +AnnotationAssertion( "Software or protocol used by the laboratory."^^xsd:string) +AnnotationAssertion(rdfs:comment "Here there are things to be fixed (for instance a service can use a technique...)"^^xsd:string) +AnnotationAssertion(rdfs:label "uses"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Microsoft powerpoint is commonly used in research laboratories to prepare presentations."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ObjectUnionOf( )) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "has expertise"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Technique in which the person is proficient. "^^xsd:string) +AnnotationAssertion( "Brian Druker has expertise in cancer research."^^xsd:string) +AnnotationAssertion(rdfs:label "has_expertise"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "has manufacturer"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Organization or person that created the resource."^^xsd:string) +AnnotationAssertion(rdfs:label "has_manufacturer"^^xsd:string) +AnnotationAssertion( "Santa Cruz Biotechnology is the manufacturer of many antibodies."^^xsd:string) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "provides_service"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "provides services"^^xsd:string) +AnnotationAssertion( "Service offered by the organization."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A core lab providing cell sorting to individual labs."^^xsd:string) +InverseObjectProperties( ) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion( "A protocol can specify the use of a flow cytometer."^^xsd:string) +AnnotationAssertion(rdfs:label "specifies_the_use_of"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Instruments, techniques, reagents, organisms, or software that are referenced in a protocol."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "specifies the use of"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ObjectUnionOf( )) +AnnotationAssertion( "A researcher has an affiliation with a department."^^xsd:string) +AnnotationAssertion( "has affiliation"^^xsd:string) +AnnotationAssertion(rdfs:label "has_affiliation"^^xsd:string) +AnnotationAssertion( "Institutional, consortia, or other organizational affiliations. "^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +TransitiveObjectProperty() +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "used_by"^^xsd:string) +AnnotationAssertion( "used by"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A laboratory uses Microsoft Word."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Laboratory that uses the protocol or software."^^xsd:string) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion( "Imaging processing software that requires .jpg format files for analysis."^^xsd:string) +AnnotationAssertion(rdfs:label "has_input_type"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "has input format"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Carlo Torniai"^^xsd:string) +AnnotationAssertion( "Software data input format."^^xsd:string) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion( "Software data output type."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Microsoft Excel arranges and saves data in .xlsx format."^^xsd:string) +AnnotationAssertion(rdfs:label "has_output_type"^^xsd:string) +AnnotationAssertion( "has output format"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Carlo Torniai"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "achieves_objective"^^xsd:string) +AnnotationAssertion( "PERSON: Carlo Torniai"^^xsd:string) +AnnotationAssertion( "achieves objective"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "ImageJ software measures characteristics of digital images."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Transformation objective of the software."^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A journal article has authors."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Person who authored a document."^^xsd:string) +AnnotationAssertion(rdfs:label "has_author"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "tobe imported probably from FOAF or anywwre according top vivo"^^xsd:string) +AnnotationAssertion( "has author"^^xsd:string) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Transgenic mice are often models for a specific disease."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "model_of"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "model of"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:comment "here we need to have a more clear definition in dependence of the model"^^xsd:string) +AnnotationAssertion( "Disease or condition for which the organism presents some or all defining characteristics."^^xsd:string) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:comment "here we need to take care of dofferent domain and is this really the same relation between research project and protocol?"^^xsd:string) +AnnotationAssertion( "has topic"^^xsd:string) +AnnotationAssertion( "Organism, biological process, or disease that is the subject matter of the research project or protocol."^^xsd:string) +AnnotationAssertion(rdfs:label "has_topic"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A research project focuses on a specific topic, such as cancer research."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +ObjectPropertyRange( ObjectUnionOf( )) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "has biosafety level"^^xsd:string) +AnnotationAssertion(rdfs:label "has_biosafety_level"^^xsd:string) +AnnotationAssertion( "Working with ebola virus has biosafety level 4."^^xsd:string) +AnnotationAssertion( "Level of the biocontainment precautions required to isolate dangerous biological agents in an enclosed facility. Levels range from level 1 (lowest) to 4 (highest). In the United States, the Centers for Disease Control and Prevention (CDC) specified these levels."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "service_provided_by"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "service provided by"^^xsd:string) +AnnotationAssertion( "A core laboratory provides a service."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Organization or laboratory performing the service."^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ObjectUnionOf( )) +AnnotationAssertion( "A cancer researcher performs apoptosis assays."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Technique carried out by the person or laboratory."^^xsd:string) +AnnotationAssertion(rdfs:label "performs"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +InverseObjectProperties( ) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "is_performed_by"^^xsd:string) +AnnotationAssertion( "Confocal microscopy is performed by a confocal core laboratory."^^xsd:string) +AnnotationAssertion( "is performed by"^^xsd:string) +AnnotationAssertion( "Person or laboratory that performs the service or technique."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ObjectUnionOf( )) +AnnotationAssertion( "Document that contains relevant resource information."^^xsd:string) +AnnotationAssertion( "An antibody has documentation describing attributes of the antibody."^^xsd:string) +AnnotationAssertion( "has documentation"^^xsd:string) +AnnotationAssertion(rdfs:label "has_documentation"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "realizes_protocol"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "placeholder: need to be modeled for the proper kind of service (production services)"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "realizes protocol"^^xsd:string) +AnnotationAssertion( "A sequencing protocol used for next generation sequencing."^^xsd:string) +AnnotationAssertion( "Protocol used to perform the service."^^xsd:string) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion( "uses software"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "Placeholder needs to be redesign"^^xsd:string) +AnnotationAssertion(rdfs:label "uses_software"^^xsd:string) +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) +AnnotationAssertion( "Software used to perform the service."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Sequence analysis software."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubObjectPropertyOf( owl:DeprecatedProperty) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A cell line that overexpresses a gene."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "expresses_construct"^^xsd:string) +AnnotationAssertion( "Construct that has been introduced into the genome of a permanent cell culture."^^xsd:string) +AnnotationAssertion( "expresses construct"^^xsd:string) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "related_technique"^^xsd:string) +AnnotationAssertion( "Flow cytometry is a related technique for a flow cytometer instrument."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Method in which the resource can be used."^^xsd:string) +AnnotationAssertion( "related technique"^^xsd:string) +ObjectPropertyRange( ) +AnnotationAssertion( "Organism recognized by the antibody."^^xsd:string) +AnnotationAssertion( "An mouse anti-human OX40 antibody recognizes the human OX40 protein."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "recognizes species"^^xsd:string) +AnnotationAssertion(rdfs:label "recognizes_species"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Purified OX40 protein."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "The material used to generate an immune response to produce an antibody. For example, a tissue, a protein, or a virus. "^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "has_immunogenic_material"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Biological process studied in the organism."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "used to study"^^xsd:string) +AnnotationAssertion( "A study of hibernation in bears."^^xsd:string) +AnnotationAssertion(rdfs:label "used_to_study"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has_sequence_alteration"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "has sequence alteration"^^xsd:string) +AnnotationAssertion( "A point mutation in a gene."^^xsd:string) +AnnotationAssertion( "A sequence variation that deviates from a canonical or reference sequence."^^xsd:string) +AnnotationAssertion( "has_sequence_alteration"^^xsd:string) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has_director"^^xsd:string) +AnnotationAssertion( "The director of a core lab."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Name of the person who directs the organization."^^xsd:string) +AnnotationAssertion( "has director"^^xsd:string) +InverseObjectProperties( ) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Organization providing financial support."^^xsd:string) +AnnotationAssertion( "funded by"^^xsd:string) +AnnotationAssertion(rdfs:label "funded_by"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "The lab is funded by the NIH."^^xsd:string) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "expressed_in_organism"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A yeast expression vector is designed to be expressed in yeast cells."^^xsd:string) +AnnotationAssertion( "expressed in organism"^^xsd:string) +AnnotationAssertion( "Organism in which the construct is designed to be expressed."^^xsd:string) +AnnotationAssertion(rdfs:comment "shortcut relation for participates_in_ expression process"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "US residency status of applicants that may apply for the student research opportunity."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A research opportunity requires applicants to be US citizens."^^xsd:string) +AnnotationAssertion(rdfs:label "has_residency_requirement"^^xsd:string) +AnnotationAssertion( "has residency requirement"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Construct used to generate active virus."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "related viral construct"^^xsd:string) +AnnotationAssertion(rdfs:label "related_viral_construct"^^xsd:string) +AnnotationAssertion( "The construct pWPI-GFP is used to generate GFP viral supernatants."^^xsd:string) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "related virus"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "related_virus"^^xsd:string) +AnnotationAssertion( "Virus produced by viral plasmid."^^xsd:string) +AnnotationAssertion( "GFP superntants are produced by the pWPI-GFP construct."^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Research project during which the biological specimen was collected."^^xsd:string) +AnnotationAssertion( "related research project"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A research project studying breast cancer."^^xsd:string) +AnnotationAssertion(rdfs:label "related_research_project"^^xsd:string) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Biological specimen collected as part of the research project."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "related biological specimen"^^xsd:string) +AnnotationAssertion(rdfs:label "related_biological_specimen"^^xsd:string) +AnnotationAssertion( "A breast cancer specimen."^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "A virus that infects human cells."^^xsd:string) +AnnotationAssertion(rdfs:label "infects_target_organism"^^xsd:string) +AnnotationAssertion( "Organism that the virus infects."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "infects target organism"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Transgenic organism generated using the construct."^^xsd:string) +AnnotationAssertion(rdfs:label "used_to_generate_organism"^^xsd:string) +AnnotationAssertion( "used to generate organism"^^xsd:string) +AnnotationAssertion( "A construct used to generate a knockdown mouse."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "A construct used to generate a knockout mouse."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "organism generated from construct"^^xsd:string) +AnnotationAssertion(rdfs:label "organism_generated_from_construct"^^xsd:string) +AnnotationAssertion( "Construct used to generate a transgenic organism."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "has preparation technique"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Technique used to prepare the biological specimen."^^xsd:string) +AnnotationAssertion(rdfs:label "has_preparation_technique"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Paraffin embedding of tissue."^^xsd:string) +SubObjectPropertyOf( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( ) +AnnotationAssertion( "Healthy breast tissue is a matching specimen for breast cancer tissue."^^xsd:string) +AnnotationAssertion( "matching specimen"^^xsd:string) +AnnotationAssertion( "Specimen match to a given biological specimen. A matched pair of biological specimens usually includes a control specimen that is either from a non-affected individual or tissue. "^^xsd:string) +AnnotationAssertion(rdfs:label "matching_specimen"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SymmetricObjectProperty() +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Specimen match to a given biological specimen. A matched pair of biological specimens usually includes a control specimen from a non-affected individual or tissue."^^xsd:string) +AnnotationAssertion( "is matching specimen"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Healthy breast tissue is a matching specimen for breast cancer tissue."^^xsd:string) +AnnotationAssertion(rdfs:label "is_matching_specimen"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "has_derived_specimen"^^xsd:string) +AnnotationAssertion( "has derived specimen"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "DNA derived from breast cancer tissue."^^xsd:string) +AnnotationAssertion( "Specimen derived from another biological specimen, such as a DNA or protein isolate."^^xsd:string) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "DNA derived from breast cancer tissue."^^xsd:string) +AnnotationAssertion( "Specimen that is derived from another biological specimen, such as a DNA or protein isolate."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "derives_from_specimen"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "derives from specimen"^^xsd:string) +SubObjectPropertyOf( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Cell line collected as part of a research project."^^xsd:string) +AnnotationAssertion( "related cell line"^^xsd:string) +AnnotationAssertion( "HeLa cells used for a research project."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "related_cell_line"@en) +ObjectPropertyDomain( ) +AnnotationAssertion(rdfs:label "derives_from_material_anatomical_entity"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Anatomical entity from which the resource is derived."^^xsd:string) +AnnotationAssertion( "derives from material anatomical entity"^^xsd:string) +AnnotationAssertion( "A cell line derived from a kidney."^^xsd:string) +AnnotationAssertion( ) +SubObjectPropertyOf( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Organism from which the resource is derived."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A human cell line."^^xsd:string) +AnnotationAssertion(rdfs:label "derives_from_organism"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "derives from organism"^^xsd:string) +SubObjectPropertyOf( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Phase of a clinical trial to evaluate risk and to clinically evaluate the efficacy of drugs or biologicals."^^xsd:string) +AnnotationAssertion(rdfs:label "has_phase") +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Phase 1 clinical trial."^^xsd:string) +AnnotationAssertion( "has phase"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Human study performed by the organization."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "performs_human_study"^^xsd:string) +AnnotationAssertion( "The Jackson Heart Institute performs human studies on heart disease."^^xsd:string) +AnnotationAssertion( "performs human study"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubObjectPropertyOf( ) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Organization that performs the human study."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "human study performed by"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Jackson State University performs human studies on heart disease."^^xsd:string) +AnnotationAssertion(rdfs:label "human_study_performed_by") +SubObjectPropertyOf( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "derives from organism or virus"^^xsd:string) +AnnotationAssertion( "A cell line is derived from a human."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Organism or virus from which the resource is derived."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "derives_from_organism_or_virus") +SubObjectPropertyOf( ) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion( "An anti-OX40 antibody is produced by a hybridoma."^^xsd:string) +AnnotationAssertion( "antibody produced by"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "antibody_produced_by"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Hybridoma cell line used to produce the antibody."^^xsd:string) +SubObjectPropertyOf( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "has_antibody_target"^^xsd:string) +AnnotationAssertion( "PERSON: Matthew Brush"^^xsd:string) +AnnotationAssertion( "A material that is recognized by an antibody. Most often this is a protein but can also include chemicals, or biological materials such as cells or organisms."^^xsd:string) +AnnotationAssertion(rdfs:comment "ToDo: will be a subproperty of some kind of \"recognizes\" property."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Most often this is a protein but can also include chemicals, or biological materials such as cells or organisms."^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Antibody related method in which the resource can be used."^^xsd:string) +AnnotationAssertion( "Flow cytometry."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "related_immunotechnique"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubObjectPropertyOf( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "species_non_reactivity"^^xsd:string) +AnnotationAssertion( "Species in which the antibody has been shown not to cross react."^^xsd:string) +AnnotationAssertion( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "A journal article authored by the person."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Document authored by a person."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "author_of"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has_format"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has_phenotype_biological_process"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Is a legal instrument (usually by way of contract law) governing the usage or redistribution of software."^^xsd:string) +AnnotationAssertion(rdfs:label "has_software_license"^^xsd:string) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Software_license"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has_phenotype_anatomical_entity"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has_mammalian_phenotype"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has_phenotype_quality"@en) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has_phenotype_annotation"^^xsd:string) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion( "Identifies the laboratory or research project for which this individual is the principal investigator."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "is PI of"^^xsd:string) +AnnotationAssertion(rdfs:label "is_PI_of"^^xsd:string) +AnnotationAssertion( "A professor in the Department of Biomedical Engineering is the principal investigator (PI) of her research group and laboratory."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ObjectUnionOf( )) +AnnotationAssertion( "A professor is the director of a consortium devoted to rare diseases."^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion( "is director of"^^xsd:string) +AnnotationAssertion( "PERSON: Scott Hoffmann"^^xsd:string) +AnnotationAssertion(rdfs:label "is_director_of"^^xsd:string) +AnnotationAssertion( "Identifies the organization for which this person is the director."^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ObjectUnionOf( )) +AnnotationAssertion( "a relation between a software objective (data transformation objective) and an operation whose execution in a software tool achieves the objective"^^xsd:string) +AnnotationAssertion(rdfs:comment "Links an objective to a software operation whise execution achieves the objective. Is different from OBI:objective_achieved_by which links an objective to the process that achieves it."^^xsd:string) +AnnotationAssertion(rdfs:label "objective_achieved_by_operation"^^xsd:string) +AnnotationAssertion( "PERSON:Matthew Brush"^^xsd:string) +AnnotationAssertion( "software relation expanding to something like: + +objective_achieved_by some ('software/algorithm execution' and (specified_by some 'data processing operation'))"^^xsd:string) +AnnotationAssertion( "PERSON:Matthew Brush"^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has measurement unit label"@en) +SubObjectPropertyOf( ) +FunctionalObjectProperty() +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "is about"@en) +AnnotationAssertion( ) +AnnotationAssertion( "7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive. + +We will try to build it back up by elaborating the various subproperties that are more precisely defined. + +Some currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic."@en) +AnnotationAssertion( "is_about is a (currently) primitive relation that relates an information artifact to an entity."@en) +AnnotationAssertion( "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en) +AnnotationAssertion( "This document is about information artifacts and their representations"@en) +AnnotationAssertion( "person:Alan Ruttenberg"@en) +ObjectPropertyDomain( ) +AnnotationAssertion(rdfs:label "mentions") +SubObjectPropertyOf( ) +AnnotationAssertion( "Alan Ruttenberg"@en) +AnnotationAssertion( "This one is the one we are struggling with at the moment. The issue is what a measurement measures. On the one hand saying that it measures the quality would include it \"measuring\" the bearer = referring to the bearer in the measurement. However this makes comparisons of two different things not possible. On the other hand not having it inhere in the bearer, on the face of it, breaks the audit trail. + +Werner suggests a solution based on \"Magnitudes\" a proposal for which we are awaiting details."@en) +AnnotationAssertion( "From the second IAO workshop: An attempt at tieing the quality to the measurement datum more carefully. + +a is a magnitude means a is a determinate quality particular inhering in some bearer b existing at a time t that can be represented/denoted by an information content entity e that has parts denoting a unit of measure, a number, and b. The unit of measure is an instance of the determinable quality."@en) +AnnotationAssertion( "From the second meeting on IAO: + +An attempt at defining assay using Barry's \"reliability\" wording + +assay: +process and has_input some material entity +and has_output some information content entity +and which is such that instances of this process type reliably generate +outputs that describes the input."@en) +AnnotationAssertion( "8/6/2009 Alan Ruttenberg: The strategy is to be rather specific with this relationship. There are other kinds of measurements that are not of qualities, such as those that measure time. We will add these as separate properties for the moment and see about generalizing later"@en) +AnnotationAssertion( "From the second IAO workshop [Alan Ruttenberg 8/6/2009: not completely current, though bringing in comparison is probably important] + +This one is the one we are struggling with at the moment. The issue is what a measurement measures. On the one hand saying that it measures the quality would include it \"measuring\" the bearer = referring to the bearer in the measurement. However this makes comparisons of two different things not possible. On the other hand not having it inhere in the bearer, on the face of it, breaks the audit trail. + +Werner suggests a solution based on \"Magnitudes\" a proposal for which we are awaiting details. +-- +From the second IAO workshop, various comments, [commented on by Alan Ruttenberg 8/6/2009] + +unit of measure is a quality, e.g. the length of a ruler. + +[We decided to hedge on what units of measure are, instead talking about measurement unit labels, which are the information content entities that are about whatever measurement units are. For IAO we need that information entity in any case. See the term measurement unit label] + +[Some struggling with the various subflavors of is_about. We subsequently removed the relation represents, and describes until and only when we have a better theory] + +a represents b means either a denotes b or a describes + +describe: +a describes b means a is about b and a allows an inference of at least one quality of b + +We have had a long discussion about denotes versus describes."@en) +AnnotationAssertion( "m is a quality measurement of q at t when +q is a quality +there is a measurement process p that has specified output m, a measurement datum, that is about q"@en) +AnnotationAssertion(rdfs:label "is quality measurement of"@en) +SubObjectPropertyOf( ) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "is quality measured as"@en) +AnnotationAssertion( ) +AnnotationAssertion( "Person:Alan Ruttenberg"@en) +AnnotationAssertion( "2009/10/19 Alan Ruttenberg. Named 'junk' relation useful in restrictions, but not a real instance relationship"@en) +AnnotationAssertion( "inverse of the relation of is quality measurement of"@en) +SubObjectPropertyOf( ) +SubObjectPropertyOf( ) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +ObjectPropertyDomain( ) +SubObjectPropertyOf( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "PERSON: Chris Mungal"^^xsd:string) +AnnotationAssertion( "executes"^^xsd:string) +AnnotationAssertion( "GROUP:OBI:"^^xsd:string) +AnnotationAssertion( "is_realization_of"^^xsd:string) +AnnotationAssertion( "example of usage: The process of 'histidine catabolism' (GO:0006548) realizes the +function 'histidine ammonia lyase activity' (GO:0004397) (note: here 'activity' +denotes a function and not a process). We leave open the possibility of defining +in future the sub-relations directly_realizes (as bewteen a function and it's +functioning) and indirectly_realizes."^^xsd:string) +AnnotationAssertion(rdfs:label "realizes"@en) +AnnotationAssertion( "realizes"@en) +AnnotationAssertion( "Relation between a process and a function, where the unfolding of the +process requires the execution of the function. Class level: P realizes F iff: +given any p that instantiates P, there exists some f, t such that f instantiates + F at t and p *realizes* f. Here, *realizes* is the primitive +instance level relation [GOC:cjm]"^^xsd:string) +AnnotationAssertion( "involves_execution_of"^^xsd:string) +AnnotationAssertion( "has_function_part"^^xsd:string) +AnnotationAssertion( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +SubObjectPropertyOf( ) +SubObjectPropertyOf( ) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +InverseObjectProperties( ) +ObjectPropertyRange( ) +ObjectPropertyDomain( ) +AnnotationAssertion( "This relation belongs in BFO/RO, and will be in BFO 2"^^xsd:string) +AnnotationAssertion(rdfs:label "inheres in"@en) +AnnotationAssertion( "This clarifies that only specifically dependent continuants inhere in (specifically) one independent continuant over all time. For GDCs, there in implicitly inherence to all the independent continuants in which the concretizations inhere. Should add a 'cardinality 1' restriction to the definition of specifically dependent continuant."^^xsd:string) +InverseObjectProperties( ) +FunctionalObjectProperty() +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "bearer_of"@en) +AnnotationAssertion(rdfs:label "participates in"@en) +AnnotationAssertion(rdfs:label "has participant"@en) +AnnotationAssertion(rdfs:label "derives from (ro)"@en) +AnnotationAssertion(rdfs:label "location of"@en) +AnnotationAssertion(rdfs:label "contained in"@en) +AnnotationAssertion(rdfs:label "contains"@en) +AnnotationAssertion(rdfs:label "located in"@en) +AnnotationAssertion(rdfs:label "adjacent to"@en) +AnnotationAssertion(rdfs:label "has input"@en) +SubObjectPropertyOf( ) +AnnotationAssertion(rdfs:label "has output"@en) +SubObjectPropertyOf( ) +AnnotationAssertion(rdfs:label "member of"@en) +AnnotationAssertion(rdfs:label "has_member"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "output_of"@en) +SubObjectPropertyOf( ) +AnnotationAssertion(rdfs:label "produces"@en) +AnnotationAssertion( "a produces b if some process that occurs_in a has_output b, where a and b are material entities. Examples: hybridoma cell line produces monoclonal antibody reagent; chondroblast produces avascular GAG-rich matrix."^^xsd:string) +AnnotationAssertion( "Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +InverseObjectProperties( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "produced_by"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "is agent in"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "A relation between a role R and an entity E. R role_of E iff: R inheres_in E and R is a role"^^xsd:string) +AnnotationAssertion(rdfs:label "role_of"@en) +AnnotationAssertion( "PERSON: Chris Mungall"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "GROUP:OBI:"^^xsd:string) +AnnotationAssertion( "role_of"^^xsd:string) +SubObjectPropertyOf( ) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "affirmedby"@en) +AnnotationAssertion(rdfs:comment "A legal decision that affirms a ruling."@en) +AnnotationAssertion( "The public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "The public description source is: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html."^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "annotates"@en) +AnnotationAssertion(rdfs:comment "Critical or explanatory note for a Document."@en) +AnnotationAssertion(rdfs:label "cited by"@en) +AnnotationAssertion(rdfs:label "cites"@en) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:comment "A court associated with a legal document; for example, that which issues a decision."@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "Public description take from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this property \"unstable\"."^^xsd:string) +AnnotationAssertion(rdfs:label "court"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen."@en) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:comment "The thesis degree."@en) +AnnotationAssertion(rdfs:label "related degree"@en) +AnnotationAssertion( "The source of the public description and this info is found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this term \"unstable\". The bibo editorial note is: \"We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen.\""^^xsd:string) +AnnotationAssertion(rdfs:comment "A Film director."@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "Definition take from this site: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ."^^xsd:string) +AnnotationAssertion(rdfs:label "director"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "An agent that is interviewed by another agent."@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "interviewee"@en) +AnnotationAssertion(rdfs:comment "An agent that interview another agent."@en) +AnnotationAssertion(rdfs:label "interviewer"@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "performer"@en) +AnnotationAssertion(rdfs:label "related documents"@en) +AnnotationAssertion(rdfs:comment "Relates an event to associated documents; for example, conference to a paper."@en) +AnnotationAssertion( "Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product."^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:comment "An agent that receives a communication document."@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "recipient"@en) +AnnotationAssertion(rdfs:label "reproduced in"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "reversedby"@en) +AnnotationAssertion( "The first sentence of the public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html"^^xsd:string) +AnnotationAssertion(rdfs:comment "A legal decision that reverses a ruling."@en) +AnnotationAssertion( "The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used."^^xsd:string) +AnnotationAssertion(rdfs:label "review of"@en) +AnnotationAssertion(rdfs:label "status"@en) +AnnotationAssertion( "paraphrased editorial note from the bibo ontology: We are not defining, using an enumeration, the range of the bibo:status to be a defined list of bibo:DocumentStatus. This is because we want people to be able to define new statuses if needed; and creating such an enumeration would prevent this."^^xsd:string) +AnnotationAssertion( "Public description is from comments of this object property in bibo ontology located here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html"^^xsd:string) +AnnotationAssertion(rdfs:label "subsequentlegaldecision"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.)."@en) +AnnotationAssertion(rdfs:comment "Relates a document to some transcribed original."@en) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "transcript of"@en) +AnnotationAssertion( "The bibo:transcriptOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers this term unstable."^^xsd:string) +AnnotationAssertion(rdfs:label "translation of"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "Relates a translated document to the original document."@en) +AnnotationAssertion( "stable") +AnnotationAssertion( "Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ."^^xsd:string) +AnnotationAssertion(rdfs:label "translator"@en) +AnnotationAssertion( "A property linking a publication entity to an instance of c40:GlobalCitationCount that specifies how many times a work has been cited by others, according to a particular information source on a particular date."^^xsd:string) +AnnotationAssertion(rdfs:label "has_global_citation_frequency"@en) +AnnotationAssertion(rdfs:label "has global count source"@en) +AnnotationAssertion( "A property linking an instance of c40:GlobalCitationCount to the bibliographic information source providing the global citation count information for a particular publication on a particular date."^^xsd:string) +AnnotationAssertion( "Relates a Relationship (as a predicate or n-ary relation over one or more Thing) to an Agent that defined or instantiated the predicate instance. "@en) +AnnotationAssertion(rdfs:label "assigned by"@en) +AnnotationAssertion(rdfs:label "assigns"@en) +AnnotationAssertion(rdfs:label "date filed"@en) +SubObjectPropertyOf( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "date issued"@en) +SubObjectPropertyOf( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has date/time interval"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "date/time precision"@en) +ObjectPropertyDomain( ) +AnnotationAssertion(rdfs:label "date/time value"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "end date value"@en) +SubObjectPropertyOf( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "expiration date"@en) +SubObjectPropertyOf( ) +AnnotationAssertion( "This is done through a restriction on the foaf:Person class."^^xsd:string) +AnnotationAssertion(rdfs:label "features"@en) +AnnotationAssertion(rdfs:label "geographic focus"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "geographic focus of"@en) +ObjectPropertyDomain( ) +AnnotationAssertion(rdfs:label "geographic_location_of"@en) +AnnotationAssertion(rdfs:label "subcontracted through"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "associated concept"@en) +AnnotationAssertion(rdfs:label "has geographic location"@en) +AnnotationAssertion( "Currently being used by a restriction on organization."^^xsd:string) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has prerequisite"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "published in"@en) +AnnotationAssertion(rdfs:label "successor organization"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion( "Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ."^^xsd:string) +AnnotationAssertion(rdfs:label "has translation"@en) +AnnotationAssertion(rdfs:label "offered by"@en) +AnnotationAssertion(rdfs:label "offers"@en) +AnnotationAssertion(rdfs:label "prerequisite for"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "provides funding through"@en) +AnnotationAssertion( "For example, National Science Foundation providesFundingThrough Graduate Research Fellowship Program; National Institutes of Health providesFundingThrough National Center for Research Resources. "^^xsd:string) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "publication venue for"@en) +AnnotationAssertion(rdfs:label "publisher (vivo op)"@en) +AnnotationAssertion( "Public Definition source (http://www.answers.com/topic/publisher)."^^xsd:string) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "publisher of"@en) +AnnotationAssertion( "Public Definition source (http://www.answers.com/topic/publisher)."^^xsd:string) +ObjectPropertyDomain( ) +AnnotationAssertion(rdfs:label "related by"@en) +AnnotationAssertion( "Relates a Thing to a Relationship as a Thing that is somehow related to other Thing in the same Relationship instance. A Relationship instnace is a predicate over Thing and is created by an Agent."@en) +AnnotationAssertion(rdfs:label "relates"@en) +AnnotationAssertion( "Relates a Relationship instance to the one or more Thing of the Relationship. There is a separate property (assigned by) to relate to the Agent that defines the Relationship."@en) +AnnotationAssertion(rdfs:label "reviewed_in"@en) +AnnotationAssertion(rdfs:label "start date value"@en) +SubObjectPropertyOf( ) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "subcontracts grant"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "translator of"@en) +AnnotationAssertion(rdfs:label "access provided by"@en) +AnnotationAssertion(rdfs:label "documentation for"@en) +AnnotationAssertion(rdfs:label "protocol realized by"@en) +AnnotationAssertion(rdfs:label "implements"@en) +AnnotationAssertion(rdfs:label "is_encoded_in"@en) +ObjectPropertyDomain( ObjectUnionOf( )) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has_agent"@en) +AnnotationAssertion(rdfs:label owl:DeprecatedProperty "deprecatedproperty"@en) +AnnotationAssertion(rdfs:label "broader term"@en) +AnnotationAssertion( "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy ."^^xsd:string) +AnnotationAssertion( "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy ."^^xsd:string) +AnnotationAssertion(rdfs:label "narrower term"@en) +AnnotationAssertion(rdfs:label "related (skos)"@en) +AnnotationAssertion(rdfs:label "has address"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has calendar link"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has calendar request"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has calender busy"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has category"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has email"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has formatted name"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has geo"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has messaging"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has key"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has language (vcard op)"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has logo"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:comment "To include a member in the group this vCard represents"^^xsd:string) +AnnotationAssertion(rdfs:label "member"@en) +ObjectPropertyDomain( ) +ObjectPropertyRange( ObjectUnionOf( )) +AnnotationAssertion(rdfs:label "has name"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has nickname"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has note"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has organization name"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has organisational unit name"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has photo"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has related (vcard op)"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has role"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has sound"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has telephone"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has time zone"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has title"@en) +ObjectPropertyRange( ) +AnnotationAssertion(rdfs:label "has url"@en) +ObjectPropertyRange( ) +AnnotationAssertion( "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"@en) +AnnotationAssertion( "World Bank http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"^^xsd:string) +AnnotationAssertion( "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"^^xsd:string) +AnnotationAssertion( "2010-12-16"^^xsd:string) +AnnotationAssertion( "http://data.albankaldawli.org/indicator/NY.GDP.MKTP.CD"@ar) +AnnotationAssertion( "ttp://datos.bancomundial.org/indicador/NY.GDP.MKTP.CD"@es) +AnnotationAssertion( "World Bank"^^xsd:string) +AnnotationAssertion( "http://donnees.banquemondiale.org/indicateur/NY.GDP.MKTP.CD"@fr) +AnnotationAssertion( "GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in current U.S. dollars. Dollar figures for GDP are converted from domestic currencies using single year official exchange rates. For a few countries where the official exchange rate does not reflect the rate effectively applied to actual foreign exchange transactions, an alternative conversion factor is used. Source: World Bank national accounts data, and OECD National Accounts data files. http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"^^xsd:string) +AnnotationAssertion( "http://hdrstats.undp.org/en/indicators/49806.html"@en) +AnnotationAssertion( "http://hdrstats.undp.org/en/indicators/49806.html"^^xsd:string) +AnnotationAssertion( " composite index measuring average achievement in three basic dimensions of human development—a long and healthy life, knowledge and a decent standard of living. Source: Calculated based on data from UNDESA (2009d), Barro and Lee (2010), UNESCO Institute for Statistics (2010b), World Bank (2010b) and IMF(2010a) . http://hdrstats.undp.org/en/indicators/49806.html"^^xsd:string) +AnnotationAssertion( "http://hdrstats.undp.org/es/indicadores/49806.html"@es) +AnnotationAssertion( "UNDP - HDRO http://hdrstats.undp.org/en/indicators/49806.html"^^xsd:string) +AnnotationAssertion( "2010-11-04"^^xsd:string) +AnnotationAssertion( "UNDP - HDRO"^^xsd:string) +AnnotationAssertion( " composite index measuring average achievement in three basic dimensions of human development-a long and healthy life, knowledge and a decent standard of living. Source: Calculated based on data from UNDESA (2009d), Barro and Lee (2010), UNESCO Institute for Statistics (2010b), World Bank (2010b) and IMF(2010a) . http://hdrstats.undp.org/en/indicators/49806.html"^^xsd:string) +AnnotationAssertion( "http://hdrstats.undp.org/fr/indicateurs/49806.html"@fr) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es) +AnnotationAssertion( "FAOSTAT"^^xsd:string) +AnnotationAssertion( "Agricultural area, this category is the sum of areas under a) arable land - land under temporary agricultural crops (multiple-cropped areas are counted only once), temporary meadows for mowing or pasture, land under market and kitchen gardens and land temporarily fallow (less than five years). The abandoned land resulting from shifting cultivation is not included in this category. Data for \"Arable land\" are not meant to indicate the amount of land that is potentially cultivable; (b) permanent crops - land cultivated with long-term crops which do not have to be replanted for several years (such as cocoa and coffee); land under trees and shrubs producing flowers, such as roses and jasmine; and nurseries (except those for forest trees, which should be classified under \"forest\"); and (c) permanent meadows and pastures - land used permanently (five years or more) to grow herbaceous forage crops, either cultivated or growing wild (wild prairie or grazing land). Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx "^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^xsd:string) +AnnotationAssertion( "2010-07-21"^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en) +AnnotationAssertion( "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^xsd:string) +AnnotationAssertion( "http://aims.fao.org/fr/website/Search-AGROVOC/sub"@fr) +AnnotationAssertion( "AGROVOC http://aims.fao.org/website/Search-AGROVOC/sub"^^xsd:string) +AnnotationAssertion( "AGROVOC"^^xsd:string) +AnnotationAssertion( "http://aims.fao.org/es/website/Search-AGROVOC/sub"@es) +AnnotationAssertion( "http://aims.fao.org/zh-hans/website/Search-AGROVOC/sub"@zh) +AnnotationAssertion( "http://aims.fao.org/ar/website/Search-AGROVOC/sub"@ar) +AnnotationAssertion( "http://aims.fao.org/website/Search-AGROVOC/sub"@en) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "DBpedia"^^xsd:string) +AnnotationAssertion( "http://dbpedia.org/About"@en) +AnnotationAssertion( "2010-04-28"^^xsd:string) +AnnotationAssertion( "DBpedia http://dbpedia.org/About"^^xsd:string) +AnnotationAssertion( "FAOSTAT"^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/default.aspx?lang=es"@es) +AnnotationAssertion( "http://faostat.fao.org"@en) +AnnotationAssertion( "http://faostat.fao.org/default.aspx?lang=fr"@fr) +AnnotationAssertion( "FAOSTAT http://faostat.fao.org"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/geonetwork/srv/en/metadata.show?id=12691"^^xsd:string) +AnnotationAssertion( "Global Administrative Unit Layers http://www.fao.org/geonetwork/srv/en/metadata.show?id=12691"^^xsd:string) +AnnotationAssertion( "Global Administrative Unit Layers"^^xsd:string) +AnnotationAssertion( "2008-12-10"^^xsd:string) +AnnotationAssertion( "ISO 3166-1 http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm"^^xsd:string) +AnnotationAssertion( "ISO 3166-1"^^xsd:string) +AnnotationAssertion( "http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm"^^xsd:string) +AnnotationAssertion( "http://unstats.un.org/unsd/methods/m49/m49alpha.htm"@en) +AnnotationAssertion( "United Nations Statistics Division"^^xsd:string) +AnnotationAssertion( "http://unstats.un.org/unsd/methods/m49/m49alphaf.htm"@fr) +AnnotationAssertion( "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm"^^xsd:string) +AnnotationAssertion( "2010-04-01"^^xsd:string) +AnnotationAssertion( "2010-04-01"^^xsd:string) +AnnotationAssertion( "http://unstats.un.org/unsd/methods/m49/m49alpha.htm"@en) +AnnotationAssertion( "United Nations Statistics Division"^^xsd:string) +AnnotationAssertion( "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm"^^xsd:string) +AnnotationAssertion( "http://unstats.un.org/unsd/methods/m49/m49alphaf.htm"@fr) +AnnotationAssertion( "Country area, area of the country including area under inland water bodies, but excluding offshore territorial waters. Possible variations in the data may be due to updating and revisions of the country data and not necessarily to any change of area. Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx "^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^xsd:string) +AnnotationAssertion( "FAOSTAT"^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es) +AnnotationAssertion( "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr) +AnnotationAssertion( "2011-07-21"^^xsd:string) +AnnotationAssertion( "2011-07-21"^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr) +AnnotationAssertion( "Land area is the total area of the country excluding area under inland water bodies. Possible variations in the data may be due to updating and revisions of the country data and not necessarily to any change of area. Data are expressed in 1 000 hectares. http://faostat.fao.org/site/375/default.aspx "^^xsd:string) +AnnotationAssertion( "FAOSTAT"^^xsd:string) +AnnotationAssertion( "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "FAO terminology http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/zh/"@zh) +AnnotationAssertion( "http://www.fao.org/termportal/contr/es/"@es) +AnnotationAssertion( "http://www.fao.org/termportal/contr/ar/"@ar) +AnnotationAssertion( "http://www.fao.org/termportal/contr/en/"@en) +AnnotationAssertion( "2010-06-24"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/contr/fr/"@fr) +AnnotationAssertion( "FAO terminology"^^xsd:string) +AnnotationAssertion( "http://www.fao.org/termportal/en/"^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=en#ancor"@en) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=es#ancor"@es) +AnnotationAssertion( "2009-09-21"^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=en#ancor"^^xsd:string) +AnnotationAssertion( "The total population usually refers to the present-in-area (de facto) population which includes all persons physically present within the present geographical boundaries of countries at the mid-point of the reference period. http://faostat.fao.org/site/375/default.aspx"^^xsd:string) +AnnotationAssertion( "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=fr#ancor"@fr) +AnnotationAssertion( "FAOSTAT http://faostat.fao.org/site/550/default.aspx"^^xsd:string) +AnnotationAssertion( "FAOSTAT"^^xsd:string) +AnnotationAssertion(rdfs:comment "The value of the datatype property *validSince* associated to a particular area (territory or group) indicates the area's first year of validity. The geopolitical ontology traces back historic changes only until 1985, therefore, if an area has a validSince = 1985, this indicates that the area is/was valid since 1985 or before. "^^xsd:string) +AnnotationAssertion(rdfs:comment "The value of the datatype property *validUntil* associated to a particular area (territory or group) indicates the area's last year of validity. In case the area is currently valid, this value is set by default to 9999. + "^^xsd:string) +AnnotationAssertion(rdfs:label "is_template"@en) +AnnotationAssertion( "The document can be used as a template for the creation of other documents. "^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:boolean) +AnnotationAssertion(rdfs:label "user_defined_tag"@en) +AnnotationAssertion( "A free text field for recording topics which relate to the resource. ") +DataPropertyDomain( ) +AnnotationAssertion(rdfs:label "patient_id"@en) +SubDataPropertyOf( ) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "health care provider id"@en) +SubDataPropertyOf( ) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "measurement_label"@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "has_inventory_number"^^xsd:string) +AnnotationAssertion( "has inventory number"^^xsd:string) +AnnotationAssertion( "Inventory identifier for the resource."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "An example inventory number can be in the form: 12345"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "A restriction on service availability, such as university or consortium affiliation, geographical location, professional certification, or other factors."^^xsd:string) +AnnotationAssertion( "has restriction"^^xsd:string) +AnnotationAssertion(rdfs:label "has_restriction"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Resource is only available to researchers in the department."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "has geographic restriction"^^xsd:string) +AnnotationAssertion( "Any service limitation tied to geographically-defined areas such as metro areas, counties, states, or regions. "^^xsd:string) +AnnotationAssertion( "Resource is only available to researchers in Boston area."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "has_geographic_restriction"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubDataPropertyOf( ) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "model number"^^xsd:string) +AnnotationAssertion( "Instrument model number, which may be a name, number, or both."^^xsd:string) +AnnotationAssertion(rdfs:label "model_number"^^xsd:string) +AnnotationAssertion( "ABI 9000"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "lab data format"^^xsd:string) +AnnotationAssertion(rdfs:label "lab_data_format"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Current method or software used to inventory a lab's resources. Examples include Excel, index cards, FileMaker, 3-ring binder, etc."^^xsd:string) +AnnotationAssertion( "Excel spreadsheet"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "Software edition, typically a numeral followed by a decimal and another numeral, such as 2.1."^^xsd:string) +AnnotationAssertion(rdfs:label "version"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "v 1.0"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "operating_system"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Microsoft Windows"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Computer operating system used by the software, such as Windows, MacOS, or Linux."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "operating system"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "The entrez gene ID of mouse CD34 is 12490."^^xsd:string) +AnnotationAssertion(rdfs:label "has_entrez_gene_id"^^xsd:string) +AnnotationAssertion( "has entrez gene id"^^xsd:string) +AnnotationAssertion( "A unique identifier assigned to each record in the Entrez Gene database."^^xsd:string) +FunctionalDataProperty() +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "construct_backbone"^^xsd:string) +AnnotationAssertion( "Name of the construct backbone. This label is often the first part of a construct name and refers to the part of the construct that is not the insert."^^xsd:string) +AnnotationAssertion( "pENTER"^^xsd:string) +AnnotationAssertion( "construct backbone"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "Unique identifier of a biological polymer sequence (DNA, RNA, protein) when it is submitted to a sequence database."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "accession number"^^xsd:string) +AnnotationAssertion(rdfs:label "has_accession_number"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "The accession number for a gene."^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "has_insert_size"^^xsd:string) +AnnotationAssertion( "Number of base pairs in the insert."^^xsd:string) +AnnotationAssertion( "A 40bp insert."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "insert size"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "has_tag"^^xsd:string) +AnnotationAssertion( "Expression tag that allows tracking of the RNA or protein."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "insert tag"^^xsd:string) +AnnotationAssertion( "A FLAG tag on a protein."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "Characteristics of the human population being studied. May include number, demographic or geographic information, inclusion or exclusion criteria, or other descriptive information."^^xsd:string) +AnnotationAssertion( "study population"^^xsd:string) +AnnotationAssertion(rdfs:label "has_study_population"^^xsd:string) +AnnotationAssertion( "African american study population."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "CAS number"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "has_CAS_number"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Unique numerical identifier for a chemical as defined by the Chemical Abstracts Service (CAS)."^^xsd:string) +AnnotationAssertion( "The CAS number for NaOH."^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "International Union of Pure and Applied Chemistry (IUPAC) name of the chemical."^^xsd:string) +AnnotationAssertion(rdfs:label "has_IUPAC_name"^^xsd:string) +AnnotationAssertion( "The IUPAC name for NaOH."^^xsd:string) +AnnotationAssertion( "IUPAC name"^^xsd:string) +AnnotationAssertion( ) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PubChem CID"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Unique numerical identifier for a chemical as defined by the PubChem database of chemical molecules."^^xsd:string) +AnnotationAssertion( "The PubChem CID for NaOH."^^xsd:string) +AnnotationAssertion(rdfs:label "has_PubChem_CID"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "Purity Grade"^^xsd:string) +AnnotationAssertion(rdfs:label "has_purity_grade"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "99.9% pure ethanol."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Purity grade of a chemical reagent, often expressed in the product name by means of a quality denomination that follows to the product nomenclature, such as Guaranteed Reagent."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "has_url"^^xsd:string) +AnnotationAssertion( "The website for a manufacturer."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "has URL"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Web address of the resource."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "Ampicillin resistance gene."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Gene that confers a trait suitable for selection."^^xsd:string) +AnnotationAssertion( "has selectable marker"^^xsd:string) +AnnotationAssertion(rdfs:label "has_selectable_marker"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "Number of elements in the library."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "library_count"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "100 RNAi oligos in an oligo library."^^xsd:string) +AnnotationAssertion( "library count"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:int) +AnnotationAssertion( "has uniPROT ID"^^xsd:string) +AnnotationAssertion( "Unique numerical identifier for a chemical as defined by the UniProt database."^^xsd:string) +AnnotationAssertion(rdfs:label "has_uniPROT_ID"^^xsd:string) +AnnotationAssertion( "The UniPROT ID for Mad4 protein."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "E.coli is used to host a DNA library."^^xsd:string) +AnnotationAssertion( "has bacterial host strain"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Bacterial strain in which the library is hosted."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "has_bacterial_host_strain"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "has_producer_strain"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "E.coli is used to produce a DNA library."^^xsd:string) +AnnotationAssertion( "Organismal or viral strain used to produce the library."^^xsd:string) +AnnotationAssertion( "has producer strain"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "has producer cell type"^^xsd:string) +AnnotationAssertion( "Type of cell in which the virus may be produced."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "293T cells are used to produce a lentiviral supernatant."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "has_producer_cell_type"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "recognizes protein uniprot ID"^^xsd:string) +AnnotationAssertion( "The Uniprot ID of the gene product recognized by the antibody."^^xsd:string) +AnnotationAssertion(rdfs:label "recognizes_protein_uniprot_ID"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "The antibody recognizes a protein, with a corresponding UniProt ID."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "has_PubMed_ID"^^xsd:string) +DataPropertyDomain( ) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "has_parental_strain_name"^^xsd:string) +AnnotationAssertion( "Wild type 293 cells."^^xsd:string) +AnnotationAssertion( "has parental strain name"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Parental strain name of modified organisms."^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "has_gene_symbol"^^xsd:string) +AnnotationAssertion( "has gene symbol"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "CD4."^^xsd:string) +AnnotationAssertion( "The official symbol for the gene."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "has affected gene Entrez ID"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "has_affected_gene_entrez_id"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "The entrez gene ID of mouse CD34 is 12490."^^xsd:string) +AnnotationAssertion( "The Entrez Gene ID for the gene that is affected in a transgenic organism."^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "has phenotype"^^xsd:string) +AnnotationAssertion(rdfs:label "has_phenotype"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A mouse with a shorter tail."^^xsd:string) +AnnotationAssertion( "An observable characteristic or trait of an organism, such as its morphology, development, biochemical or physiological properties, behavior, and products of behavior (such as a bird's nest)."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Organism�s source environment or clinical setting."^^xsd:string) +AnnotationAssertion( "A mouse house in a research lab."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "has_source"^^xsd:string) +AnnotationAssertion( "has source"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "A monkey with CMV."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "has_infectious_history"^^xsd:string) +AnnotationAssertion( "Infectious history of the organism, such as previous viral infections that may affect the usage of the organism for research."^^xsd:string) +AnnotationAssertion( "has infectious history"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "has eligibility requirement"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "A grade point average above 3.5 is an eligibility requirement."^^xsd:string) +AnnotationAssertion( "Requirements for research opportunity eligibility. Requirements include: coursework, minimum gradepoint average, state residency, under-represented group status, field of study, or matriculation status."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "has_eligibility_requirment"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "January 1, 2012."^^xsd:string) +AnnotationAssertion( "has start date"^^xsd:string) +AnnotationAssertion(rdfs:label "has_start_date"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Beginning time at which the research opportunity is available."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +SubDataPropertyOf( ) +DataPropertyDomain( ) +AnnotationAssertion( ) +AnnotationAssertion( "Time at which the research opportunity is no longer available."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion(rdfs:label "has_end_date"^^xsd:string) +AnnotationAssertion( "has end date"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "January 21, 2012."^^xsd:string) +SubDataPropertyOf( ) +DataPropertyDomain( ) +AnnotationAssertion( ) +AnnotationAssertion( "has InChI Key"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "The InChi key number for NaOH."^^xsd:string) +AnnotationAssertion( "Unique numerical identifier for a chemical as defined by the InChI Key database."^^xsd:string) +AnnotationAssertion(rdfs:label "has_InChI_key"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "has diagnosis"^^xsd:string) +AnnotationAssertion( "Diagnosis of the biological specimen sampled."^^xsd:string) +AnnotationAssertion( "A biological specimen collected from a patient with breast cancer."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "Stage IV breast cancer."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "has_pathological_stage"^^xsd:string) +AnnotationAssertion( "has pathological stage"^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "Stage that has been assigned to the biological specimen, such as cancer stage, degeneration stage, normal or control."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "The unique ID number assigned to an antibody in the Neurosicence Information Framework (NIF) antibody registry. "^^xsd:string) +AnnotationAssertion( "has antibody registry ID"^^xsd:string) +AnnotationAssertion( "AB12345."^^xsd:string) +AnnotationAssertion(rdfs:label "has_antibody_registry_ID"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "Clone identification number assigned to a monoclonal antibody."^^xsd:string) +AnnotationAssertion( "N-262."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "has clone ID"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "has_clone_ID"^^xsd:string) +AnnotationAssertion( ) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "has lot number"^^xsd:string) +AnnotationAssertion( "The identification number assigned to a particular quantity or lot of material from a single manufacturer."^^xsd:string) +AnnotationAssertion( "4521"^^xsd:string) +AnnotationAssertion(rdfs:label "has_lot_number"^^xsd:string) +AnnotationAssertion( "http://www.answers.com/topic/lot-number"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "has catalog number"^^xsd:string) +AnnotationAssertion(rdfs:label "has_catalog_number"^^xsd:string) +AnnotationAssertion( "SC-1234"^^xsd:string) +AnnotationAssertion( "Catalog number of a commercially manufactured reagent."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "has conjugate"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "has_conjugate"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "A molecule conjugated to the antibody, which can be used to detect the presence of the antibody."^^xsd:string) +AnnotationAssertion( "FITC."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Post-translational protein modification."^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "target_modification"^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Phosphorylation."^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "C-terminus."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "The subregion which is targeted by the antibody, such as the N- or C-terminus or a specific domain."^^xsd:string) +AnnotationAssertion(rdfs:label "target_subregion"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "Antibody cross reacts with other gene family members."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "gene_cross_reactivity"^^xsd:string) +AnnotationAssertion( "Gene(s) for which the antibody has been shown to cross react."^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "The sequence of nucleotide residues or amino acids in a nucleotide or a protein. "^^xsd:string) +AnnotationAssertion(rdfs:label "has_sequence"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:comment "Possibly import from IAO or SO."^^xsd:string) +AnnotationAssertion( ) +AnnotationAssertion( "Sequence of an oligo."^^xsd:string) +AnnotationAssertion( "PERSON: Melissa Haendel"^^xsd:string) +DataPropertyDomain( ObjectUnionOf( )) +DataPropertyRange( xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion(rdfs:label "has_molecular_weight"^^xsd:string) +AnnotationAssertion( "PERSON: Nicole Vasilevsky"^^xsd:string) +AnnotationAssertion( "The molecular weight of the protein target."^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "has measurement value"@en) +FunctionalDataProperty() +DataPropertyDomain( ) +DataPropertyRange( xsd:float) +AnnotationAssertion(rdfs:label "abstract"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/dc/terms/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "A summary of the resource.") +AnnotationAssertion( "http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html"^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion( "Amazon standard identification number. Source: http://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number."^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "asin"@en) +AnnotationAssertion(rdfs:comment "Amazon Standard Identification Number"@en) +AnnotationAssertion( "020530902X"^^xsd:string) +AnnotationAssertion( "Title of the chapter (this individual) currently should be entered in the individual name (rdfs:label). Title of the book belongs on a separate Book individual related to the chapter via the core:partOf property (or its child property bibo:reproducedIn). The core:title field is deprecated and should no longer be used as of version 1.1 -- we will want to map rdfs:label to dc:title for query or linked data requests in the future"^^xsd:string) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "An chapter number"@en) +AnnotationAssertion(rdfs:label "chapter (bibo dp)"@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "coden"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "An identifier of serials, still in use by libraries, but replaced by ISSN for any new work"@en) +AnnotationAssertion( "CODEN became particularly common in the scientific community as a citation system for periodicals cited in technical- as well in chemistry-related publications and as a search tool in many bibliographic catalogues. +Definition and description came from Wikipedia here: http://en.wikipedia.org/wiki/CODEN "^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "digital object identifier (doi)"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "Digital Object Identifier"@en) +AnnotationAssertion(rdfs:comment "European Article Number/Uniform Commercier Code 13"@en) +AnnotationAssertion( "stable") +AnnotationAssertion( "Definition source: http://en.wikipedia.org/wiki/European_Article_Numbering-Uniform_Code_Council. +The Uniform Code Council (UCC) was the Numbering Organization in the USA to administer and manage the EAN.UCC System. In 2005 the UCC changed its name to GS1 US."^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "ean international-uniform code council (ean-ucc) 13"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "edition"@en) +AnnotationAssertion(rdfs:comment "The name defining a special edition of a document. Normally its a literal value composed of a version number and words."@en) +AnnotationAssertion( "eissn stands for Electronic International Standard Serial Number. source: http://www.definition-of.com/EISSN"^^xsd:string) +AnnotationAssertion(rdfs:comment "The electronic ISSN number of a periodical."@en) +AnnotationAssertion(rdfs:label "electronic international standard serial number (eissn)"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:comment "Global Trade Item Number 14"@en) +AnnotationAssertion(rdfs:label "gtin14"@en) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Global_Trade_Item_Number."^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "identifier (bibo)"@en) +AnnotationAssertion( "http://en.wikipedia.org/wiki/Isbn."^^xsd:string) +AnnotationAssertion(rdfs:label "international standard book number (isbn) 10"@en) +AnnotationAssertion(rdfs:label "international standard book number (isbn) 13"@en) +AnnotationAssertion( "source: http://en.wikipedia.org/wiki/Isbn."^^xsd:string) +AnnotationAssertion( "source: http://en.wikipedia.org/wiki/Issn"^^xsd:string) +AnnotationAssertion(rdfs:comment "International Standard Serial Number"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "international standard serial number (issn)"@en) +AnnotationAssertion( "Bibo has the domain of bibo:issue as the class Issue, but an example on their site uses it with Article, referring to the issue number \"4\""^^xsd:string) +AnnotationAssertion(rdfs:label "issue (bibo dp)"@en) +AnnotationAssertion(rdfs:comment "Library of Congress Control Number"@en) +AnnotationAssertion( "Source: http://en.wikipedia.org/wiki/Library_of_Congress_Control_Number."^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "library of congress control number (lccn)"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html"^^xsd:string) +AnnotationAssertion(rdfs:comment "A description (often numeric) that locates an item within a containing document or collection."@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "locator"@en) +AnnotationAssertion(rdfs:label "number of pages"@en) +AnnotationAssertion(rdfs:label "number"@en) +AnnotationAssertion( "Definition from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html"^^xsd:string) +AnnotationAssertion( "http://info-uri.info/registry/OAIHandler?verb=GetRecord&metadataPrefix=reg&identifier=info:oclcnum/. + + +bibo has the domain of this property set to the union of Collection and Document."^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "online computer library center (oclc) number"@en) +AnnotationAssertion(rdfs:comment "OCLC Identifier"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:label "end page"@en) +AnnotationAssertion(rdfs:comment "Ending page number within a continuous page range."@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:comment "Starting page number within a continuous page range."@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "start page"@en) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:label "pubmed identifier"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "The PubMed ID (PMID) identifies a citation record (rather than full-text) in the PubMed database. It is not evidence of compliance with the NIH Public Access Policy, because it does not identify a full-text submission of any kind."^^xsd:string) +AnnotationAssertion(rdfs:comment "PubMed Identifier"@en) +AnnotationAssertion( "Mr; Ms; Mrs"^^xsd:string) +AnnotationAssertion(rdfs:comment "The prefix of a name"@en) +AnnotationAssertion(rdfs:label "name prefix"@en) +AnnotationAssertion( "http://dictionary.reference.com/browse/prefix"^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion( "Di Rado, Alicia. 1995. Trekking through college: Classes explore +modern society using the world of Star trek. Los Angeles Times, March +15, sec. A, p. 3."@en) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:comment "An section number"@en) +AnnotationAssertion(rdfs:label "section"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "The idea here is that while dcterms:description may involve length descriptions, this for short (two or three word) descriptions that could go in a bibliographic entry."@en) +AnnotationAssertion(rdfs:comment "A short description of the resource.") +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "unstable") +AnnotationAssertion(rdfs:label "short description"@en) +AnnotationAssertion(rdfs:label "sici"@en) +AnnotationAssertion( "stable") +AnnotationAssertion( "A sub property of identifier (http://en.wikipedia.org/wiki/SICI)."^^xsd:string) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment "Serial Item and Contribution Identifier"@en) +AnnotationAssertion(rdfs:label "name suffix"@en) +AnnotationAssertion(rdfs:comment "The suffix of a name"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "stable") +AnnotationAssertion( "Jr.; III;; M.D."^^xsd:string) +AnnotationAssertion(rdfs:label "upc"@en) +AnnotationAssertion( "source for public description: http://en.wikipedia.org/wiki/Universal_Product_Code."^^xsd:string) +AnnotationAssertion( "stable") +AnnotationAssertion(rdfs:comment "Universal Product Code"@en) +AnnotationAssertion(rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI) +AnnotationAssertion( "Definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html"^^xsd:string) +AnnotationAssertion(rdfs:label "uri"@en) +AnnotationAssertion(rdfs:label "volume (bibo)"@en) +AnnotationAssertion( "The date on which the global citation count of the cited entity was recorded from a named bibliographic information source."^^xsd:string) +AnnotationAssertion(rdfs:label "has global count date"@en) +AnnotationAssertion( "An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date."^^xsd:string) +AnnotationAssertion(rdfs:label "has global count value"@en) +AnnotationAssertion( "B.A."^^xsd:string) +AnnotationAssertion( "A short form for an longer title or name."^^xsd:string) +AnnotationAssertion(rdfs:label "abbreviation"@en) +FunctionalDataProperty() +AnnotationAssertion(rdfs:label "published us classification class/subclass (ccl) code"@en) +DataPropertyDomain( ) +AnnotationAssertion(rdfs:label "credits"@en) +FunctionalDataProperty() +AnnotationAssertion(rdfs:label "date/time"@en) +DataPropertyRange( xsd:dateTime) +AnnotationAssertion(rdfs:label "era commons id"@en) +SubDataPropertyOf( ) +AnnotationAssertion(rdfs:label "keywords"@en) +AnnotationAssertion( "conservation + +use one freetextKeyword assertion for each keyword or phrase."^^xsd:string) +AnnotationAssertion( "one keyword or phrase per freetextKeyword assertion"^^xsd:string) +AnnotationAssertion(rdfs:label "direct costs"@en) +FunctionalDataProperty() +AnnotationAssertion(rdfs:label "has_monetary_amount"@en) +AnnotationAssertion(rdfs:label "has_value"@en) +AnnotationAssertion(rdfs:label "international classification (icl) code"@en) +AnnotationAssertion( "The International classification(s) to which the published application has been assigned. +"^^xsd:string) +DataPropertyDomain( ) +AnnotationAssertion(rdfs:label "identifier (vivo)"@en) +AnnotationAssertion(rdfs:label "license number"@en) +AnnotationAssertion(rdfs:label "link uri"@en) +FunctionalDataProperty() +DataPropertyDomain( ) +AnnotationAssertion(rdfs:label "local award id"@en) +AnnotationAssertion( "core:localAwardId has a domain of core:Grant, and should be public since that's its public identifier for local use by OSP, accounting, department admins, and the PI "^^xsd:string) +SubDataPropertyOf( ) +AnnotationAssertion(rdfs:label "major field of degree"@en) +AnnotationAssertion( "Information Science; Computer Science; Anthropology"^^xsd:string) +AnnotationAssertion(rdfs:label "middle name or initial"@en) +AnnotationAssertion(rdfs:label "nih manuscript submission system id"@en) +SubDataPropertyOf( ) +DataPropertyDomain( ) +AnnotationAssertion(rdfs:label "orcid id"@en) +AnnotationAssertion( "We can't yet assume that we will only have a single ORCID id for a person. +source: http://en.wikipedia.org/wiki/ORCID . + + +We wanted this property to be visible so that people would be aware that we intend to carry ORCID ids in VIVO for cross-reference. I don't believe any ORCID ids have been minted yet, but it's hard to imagine they would need to be private since the goal of having them is to disambiguate author references internationally. However, this and the researcherId and scopusId (also with domain foaf:Person) can stay as visible to self-editors for now as they will probably be used mostly in data ingest. It might be nice in the future to let people make their own decision about whether these are visible."^^xsd:string) +SubDataPropertyOf( ) +AnnotationAssertion(rdfs:label "outreach overview"@en) +AnnotationAssertion( "Used for a single narrative summary of outreach, typically covering a wide range of activities and time periods; use Outreach Provider Role for information on individual activities"^^xsd:string) +AnnotationAssertion( "My extension program consists of developing and reporting disease management strategies that are both economically and environmentally sound for fresh market vegetable production. We hope that some of this testing will result in practices adaptable for organic production."^^xsd:string) +FunctionalDataProperty() +AnnotationAssertion(rdfs:label "overview"@en) +FunctionalDataProperty() +AnnotationAssertion(rdfs:label "patent number"@en) +AnnotationAssertion( "source of definition: http://www.uspto.gov/main/glossary/#p . The following site has patent number formats: http://www.uspto.gov/patents/ebc/kindcodesum.jsp ."^^xsd:string) +SubDataPropertyOf( ) +FunctionalDataProperty() +DataPropertyDomain( ) +AnnotationAssertion(rdfs:label "place of publication"@en) +FunctionalDataProperty() +AnnotationAssertion(rdfs:label "pubmed central id"@en) +AnnotationAssertion( " A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available in PubMed Central. The PMCID is issued shortly after the PI or author approves the PubMed Central formatted web version of the submission. "^^xsd:string) +SubDataPropertyOf( ) +DataPropertyDomain( ) +AnnotationAssertion(rdfs:label "rank"@en) +AnnotationAssertion( "this number indicates a position in a list"^^xsd:string) +DataPropertyRange( xsd:int) +AnnotationAssertion(rdfs:label "report identifier"@en) +SubDataPropertyOf( ) +FunctionalDataProperty() +DataPropertyDomain( ) +AnnotationAssertion( "Used for a single narrative summary of research, typically covering a wide range of activities and time periods; use Researcher Role for information on individual activities"^^xsd:string) +AnnotationAssertion(rdfs:label "research overview"@en) +FunctionalDataProperty() +AnnotationAssertion(rdfs:label "isi researcher id"@en) +AnnotationAssertion( "RearcherID is a Thomson Reuters project where researchers have a place to manage and share their professional information. It will allow them to solve author identity issues while simultaneously adding dynamic citation metrics and collaboration networks to your personal profile. +Definition source: http://isiwebofknowledge.com/researcherid/"^^xsd:string) +SubDataPropertyOf( ) +AnnotationAssertion(rdfs:label "scopus id"@en) +AnnotationAssertion( "Home page for Scopus: http://www.scopus.com/home.url"^^xsd:string) +SubDataPropertyOf( ) +AnnotationAssertion( "definition modified from: source (http://en.wikipedia.org/wiki/Seating_capacity)."^^xsd:string) +AnnotationAssertion(rdfs:label "seating capacity"@en) +AnnotationAssertion( "55"^^xsd:string) +FunctionalDataProperty() +DataPropertyRange( xsd:int) +AnnotationAssertion(rdfs:label "sponsor award id"@en) +AnnotationAssertion( "Has a domain of Grant. There is not a strong reason have this be publically visible, since most users would care more about the name of the sponsoring agency than its identifier, but it does no harm to be public. + + +See also core:localAwardId. +"^^xsd:string) +SubDataPropertyOf( ) +FunctionalDataProperty() +AnnotationAssertion(rdfs:label "supplemental information"@en) +AnnotationAssertion( "Used for a single narrative summary of teaching, typically covering a wide range of courses including for credit and non-credit teaching over multiple semesters; the \"teaches\" property links a person directly with an instance of a Semester Class, typically from an institutional database of record; then use Teacher Role for information about a person's role in non-credit teaching or their specific contribution to individual courses"^^xsd:string) +AnnotationAssertion(rdfs:label "teaching overview"@en) +FunctionalDataProperty() +AnnotationAssertion(rdfs:label "total award amount"@en) +FunctionalDataProperty() +AnnotationAssertion( "Every clinical trial in the United States must be approved and monitored by an Institutional Review Board (IRB). An IRB is an independent committee of physicians, statisticians, community advocates and others whose objective is to ensure that a clinical trial is ethical and the rights of study participants are protected. "^^xsd:string) +AnnotationAssertion(rdfs:label "institutional review board (irb) number"@en) +AnnotationAssertion( "NCT00000419"^^xsd:string) +AnnotationAssertion(rdfs:label "national clinical trials (nct) number"@en) +AnnotationAssertion( "ClinicalTrials.gov is an ICMJE-acceptable public registry, offering up-to-date information for locating clinical trials for a wide range of diseases and conditions. The U.S. National Institutes of Health (NIH), through its National Library of Medicine (NLM), developed this site in collaboration with the Food and Drug Administration (FDA), as a result of the FDA Modernization Act, which was passed into law in November 1997. This property should be publically visible since it is one of the principal identifiers in a national registry of clinical trials "^^xsd:string) +AnnotationAssertion( "number of human participants in the study (trial)."^^xsd:string) +AnnotationAssertion(rdfs:label "study population count"@en) +AnnotationAssertion(rdfs:label " additional name"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:comment "The date of marriage, or equivalent, of the object the vCard represents"^^xsd:string) +AnnotationAssertion(rdfs:label "anniversary"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:dateTime) +AnnotationAssertion(rdfs:label "birthdate"@en) +AnnotationAssertion(rdfs:comment "To specify the birth date of the object the vCard represents"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:dateTime) +AnnotationAssertion(rdfs:label "calendar busy (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "calendar link (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "calendar request (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "category (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "country (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "email (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "has last name"@en) +AnnotationAssertion(rdfs:comment "Called Family Name in vCard"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "has format name"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:comment "To specify the components of the sex and gender identity of the object the vCard represents. +To enable other Gender/Sex codes to be used, this dataproperty has range URI. The vCard gender code classes are defined under Code/Gender"^^xsd:string) +AnnotationAssertion(rdfs:label "gender (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "geo (vcard dp)"@en) +AnnotationAssertion(rdfs:comment "Must use the geo URI scheme RFC5870"^^xsd:string) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:comment "called Given Name invCard"^^xsd:string) +AnnotationAssertion(rdfs:label "first name"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:comment "Called Honorific Prefix in vCard"^^xsd:string) +AnnotationAssertion(rdfs:label "has prefix name"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "honorific suffix name"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "instant message"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "key (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "has language (vcard dp)"@en) +AnnotationAssertion(rdfs:comment "Use 2 char language code from RFC5646"^^xsd:string) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "locality"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "logo (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "nick name"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "note (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "organization name (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "organizational unit name (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "photo (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "postal code"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "product id"@en) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "region"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "related (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "revision"@en) +DataPropertyRange( xsd:dateTime) +AnnotationAssertion(rdfs:label "role (vcard)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "sort as"@en) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "sound (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "source"@en) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "street address"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "telephone (vcard dp)"@en) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "timezone"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:label "title (vcard dp)"@en) +DataPropertyDomain( ) +DataPropertyRange( xsd:string) +AnnotationAssertion(rdfs:comment "To specify a value that represents a globally unique identifier corresponding to the entity associated with the vCard"^^xsd:string) +AnnotationAssertion(rdfs:label "uid"@en) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "url (vcard dp)"@en) +DataPropertyRange( xsd:anyURI) +AnnotationAssertion(rdfs:label "ctsa informatics key function committee"@en) +AnnotationAssertion(rdfs:label "american board of allergy and immunology"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of anesthesiology"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of colon and rectal surgery"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of dermatology"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of emergency medicine"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of family medicine"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of internal medicine"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of medical genetics"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of neurological surgery"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of nuclear medicine"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of obstetrics and gynecology"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of ophthalmology"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of orthopaedic surgery"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of otolaryngology"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of pathology"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of pediatrics"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of physical medicine and rehabilitation"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of plastic surgery"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of preventive medicine"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of psychiatry and neurology"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of radiology"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of surgery"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of thoracic surgery"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "american board of urology"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "primary qualifier") +ClassAssertion( ) +AnnotationAssertion(rdfs:label "preferred qualifier") +ClassAssertion( ) +AnnotationAssertion(rdfs:label "author qualifier") +ClassAssertion( ) +AnnotationAssertion(rdfs:label "legal qualifier") +ClassAssertion( ) +AnnotationAssertion(rdfs:label "official qualifier") +ClassAssertion( ) +AnnotationAssertion(rdfs:label "personal qualifier") +ClassAssertion( ) +AnnotationAssertion(rdfs:label "work qualifier") +ClassAssertion( ) +AnnotationAssertion(rdfs:label "count per year"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "biosafety level 1"^^xsd:string) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "biosafety level 2"^^xsd:string) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "biosafety level 3"^^xsd:string) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "biosafety level 4"^^xsd:string) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "example to be eventually removed"@en) +ClassAssertion( ) +AnnotationAssertion( "The term was used used in an attempt to structure part of the ontology but in retrospect failed to do a good job"@en) +AnnotationAssertion( "Person:Alan Ruttenberg"^^xsd:string) +AnnotationAssertion(rdfs:label "failed exploratory term"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "metadata complete"@en) +AnnotationAssertion( "Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete."@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "organizational term"@en) +AnnotationAssertion( "term created to ease viewing/sort terms for development purpose, and will not be included in a release"@en) +ClassAssertion( ) +AnnotationAssertion( "Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking \"ready_for_release\" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed \"ready_for_release\" will also derived from a chain of ancestor classes that are also \"ready_for_release.\""@en) +AnnotationAssertion(rdfs:label "ready for release"@en) +ClassAssertion( ) +AnnotationAssertion( "Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors."@en) +AnnotationAssertion(rdfs:label "metadata incomplete"@en) +ClassAssertion( ) +AnnotationAssertion( "Nothing done yet beyond assigning a unique class ID and proposing a preferred term."@en) +AnnotationAssertion(rdfs:label "uncurated"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "pending final vetting"@en) +AnnotationAssertion( "All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor."@en) +ClassAssertion( ) +AnnotationAssertion( "PERSON: Alan Ruttenberg"@en) +AnnotationAssertion( "Core is an instance of a grouping of terms from an ontology or ontologies. It is used by the ontology to identify main classes."@en) +AnnotationAssertion(rdfs:label "core"@en) +AnnotationAssertion( "PERSON: Melanie Courtot"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "placeholder removed"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "terms merged"@en) +AnnotationAssertion( "An editor note should explain what were the merged terms and the reason for the merge."@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "term imported"@en) +AnnotationAssertion( "This is to be used when the original term has been replaced by a term imported from an other ontology. An editor note should indicate what is the URI of the new term to use."@en) +ClassAssertion( ) +AnnotationAssertion( "This is to be used when a term has been split in two or more new terms. An editor note should indicate the reason for the split and indicate the URIs of the new terms created."@en) +AnnotationAssertion(rdfs:label "term split"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "universal"^^xsd:string) +AnnotationAssertion( "A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf"^^xsd:string) +AnnotationAssertion( "Alan Ruttenberg"^^xsd:string) +AnnotationAssertion( "Hard to give a definition for. Intuitively a \"natural kind\" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents."^^xsd:string) +ClassAssertion( ) +AnnotationAssertion( "Alan Ruttenberg"^^xsd:string) +AnnotationAssertion( "\"definitions\", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal."^^xsd:string) +AnnotationAssertion( "A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal"^^xsd:string) +AnnotationAssertion(rdfs:label "defined class"^^xsd:string) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "named class expression"^^xsd:string) +AnnotationAssertion( "named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions"^^xsd:string) +AnnotationAssertion( "A named class expression is a logical expression that is given a name. The name can be used in place of the expression."^^xsd:string) +AnnotationAssertion( "Alan Ruttenberg"^^xsd:string) +ClassAssertion( ) +AnnotationAssertion( "group:OBI"@en) +AnnotationAssertion(rdfs:label "to be replaced with external ontology term"@en) +AnnotationAssertion( "Alan Ruttenberg"@en) +AnnotationAssertion( "Terms with this status should eventually replaced with a term from another ontology."@en) +ClassAssertion( ) +AnnotationAssertion( "A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues."@en) +AnnotationAssertion( "Alan Ruttenberg"@en) +AnnotationAssertion( "group:OBI"@en) +AnnotationAssertion(rdfs:label "requires discussion"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "accepted"@en) +AnnotationAssertion( "Accepted for publication after peer reviewing"^^xsd:string) +ClassAssertion( ) +ClassAssertion( ) +AnnotationAssertion( " Peer review is the process by which articles are chosen to be included in a refereed journal. An editorial board consisting of experts in the same field as the author review the article and decide if it is authoritative enough for publication."^^xsd:string) +AnnotationAssertion(rdfs:label "peer reviewed"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "published"@en) +AnnotationAssertion( "Published document"^^xsd:string) +ClassAssertion( ) +ClassAssertion( ) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "in press"@en) +AnnotationAssertion( "Document to be published"^^xsd:string) +ClassAssertion( ) +ClassAssertion( ) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "yearmonthdayvalue"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "yearmonthdaytimevalue"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "yearmonthvalue"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "yearvalue"@en) +ClassAssertion( ) +AnnotationAssertion(rdfs:label "has_code") +AnnotationAssertion( "GROUP:OBI"@en) +AnnotationAssertion(rdfs:label "in branch"@en) +AnnotationAssertion( "An annotation property indicating which module the terms belong to. This is currently experimental and not implemented yet."@en) +AnnotationAssertion( "OBI_0000277"@en) +AnnotationAssertion( "in branch"@en) +AnnotationAssertion( "has obsolescence reason"@en) +AnnotationAssertion( "Relates an annotation property to an obsolescence reason. The values of obsolescence reasons come from a list of predefined terms, instances of the class obsolescence reason specification."@en) +AnnotationAssertion( "PERSON:Melanie Courtot"@en) +AnnotationAssertion( "PERSON:Alan Ruttenberg"@en) +AnnotationAssertion(rdfs:label "has obsolescence reason"@en) +AnnotationAssertion( "An administrative note of use for a curator but of no use for a user"@en) +AnnotationAssertion( ) +AnnotationAssertion( "curator note"@en) +AnnotationAssertion(rdfs:label "curator note"@en) +AnnotationAssertion( "PERSON:Alan Ruttenberg"@en) +AnnotationAssertion( "is denotator type"@en) +AnnotationAssertion( "In OWL 2 add AnnotationPropertyRange('is denotator type' 'denotator type')"^^xsd:string) +AnnotationAssertion( "Alan Ruttenberg"^^xsd:string) +AnnotationAssertion( "relates an class defined in an ontology, to the type of it's denotator"^^xsd:string) +AnnotationAssertion(rdfs:label "is denotator type"^^xsd:string) +AnnotationAssertion( "expand expression to"@en) +AnnotationAssertion( "ObjectProperty: RO_0002104 +Label: has plasma membrane part +Annotations: IAO_0000424 \"http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.org/obo/owl/GO#GO_0005886 and http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)\" +"@en) +AnnotationAssertion( "A macro expansion tag applied to an object property (or possibly a data property) which can be used by a macro-expansion engine to generate more complex expressions from simpler ones"@en) +AnnotationAssertion(rdfs:label "expand expression to"@en) +AnnotationAssertion( "Chris Mungall"^^xsd:string) +AnnotationAssertion( "expand assertion to"@en) +AnnotationAssertion( "ObjectProperty: RO??? +Label: spatially disjoint from +Annotations: expand_assertion_to \"DisjointClasses: (http://purl.obolibrary.org/obo/BFO_0000051 some ?X) (http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)\" +"@en) +AnnotationAssertion( "A macro expansion tag applied to an annotation property which can be expanded into a more detailed axiom."@en) +AnnotationAssertion( "Chris Mungall"@en) +AnnotationAssertion(rdfs:label "expand assertion to"@en) +AnnotationAssertion(rdfs:label "first order logic expression"@en) +AnnotationAssertion( "first order logic expression"@en) +AnnotationAssertion( "PERSON:Alan Ruttenberg"@en) +AnnotationAssertion( "part_of antisymmetric property xsd:true"@en) +AnnotationAssertion( "use boolean value xsd:true to indicate that the property is an antisymmetric property"@en) +AnnotationAssertion( "antisymmetric property"@en) +AnnotationAssertion(rdfs:label "antisymmetric property"@en) +AnnotationAssertion( "Alan Ruttenberg"@en) +AnnotationAssertion( "PERSON:Chris Mungall"@en) +AnnotationAssertion( "OBO foundry unique label"@en) +AnnotationAssertion(rdfs:label "OBO foundry unique label"@en) +AnnotationAssertion( "The intended usage of that property is as follow: OBO foundry unique labels are automatically generated based on regular expressions provided by each ontology, so that SO could specify unique label = 'sequence ' + [label], etc. , MA could specify 'mouse + [label]' etc. Upon importing terms, ontology developers can choose to use the 'OBO foundry unique label' for an imported term or not. The same applies to tools ."^^xsd:string) +AnnotationAssertion( "PERSON:Melanie Courtot"@en) +AnnotationAssertion( "PERSON:Bjoern Peters"@en) +AnnotationAssertion( ) +AnnotationAssertion( "An alternative name for a class or property which is unique across the OBO Foundry."@en) +AnnotationAssertion( "GROUP:OBO Foundry "@en) +AnnotationAssertion( "PERSON:Alan Ruttenberg"@en) +AnnotationAssertion( "Person:Alan Ruttenberg") +AnnotationAssertion( "Relates an ontology used to record id policy to the number of digits in the URI. The URI is: the 'has ID prefix\" annotation property value concatenated with an integer in the id range (left padded with \"0\"s to make this many digits)") +AnnotationAssertion( "Ontology: + Annotations: + 'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\" + 'has ID digit count' : 7, + rdfs:label \"RO id policy\" + 'has ID policy for': \"RO\"") +AnnotationAssertion(rdfs:label "has ID digit count"@en) +AnnotationAssertion( "Relates a datatype that encodes a range of integers to the name of the person or organization who can use those ids constructed in that range to define new terms") +AnnotationAssertion(rdfs:label "has ID range allocated to"@en) +AnnotationAssertion( "Datatype: idrange:1 +Annotations: 'has ID range allocated to': \"Chris Mungall\" +EquivalentTo: xsd:integer[> 2151 , <= 2300] +") +AnnotationAssertion( "Person:Alan Ruttenberg") +AnnotationAssertion(rdfs:label "has ID policy for") +AnnotationAssertion( "Relating an ontology used to record id policy to the ontology namespace whose policy it manages") +AnnotationAssertion( "Person:Alan Ruttenberg") +AnnotationAssertion( "Ontology: + Annotations: + 'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\" + 'has ID digit count' : 7, + rdfs:label \"RO id policy\" + 'has ID policy for': \"RO\"") +AnnotationAssertion( "Use on obsolete terms, relating the term to another term that can be used as a substitute"@en) +AnnotationAssertion( "Person:Alan Ruttenberg"@en) +AnnotationAssertion( "Person:Alan Ruttenberg"@en) +AnnotationAssertion( ) +AnnotationAssertion( "term replaced by"@en) +AnnotationAssertion(rdfs:label "term replaced by"@en) +AnnotationAssertion( "Person:Alan Ruttenberg") +AnnotationAssertion( "Relates an ontology used to record id policy to a prefix concatenated with an integer in the id range (left padded with \"0\"s to make this many digits) to construct an ID for a term being created.") +AnnotationAssertion( "Ontology: + Annotations: + 'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\" + 'has ID digit count' : 7, + rdfs:label \"RO id policy\" + 'has ID policy for': \"RO\"") +AnnotationAssertion(rdfs:label "has ID prefix"@en) +AnnotationAssertion(rdfs:label "contributor"@en) +AnnotationAssertion(rdfs:label "creator"@en) +AnnotationAssertion(rdfs:label "description"@en) +AnnotationAssertion(rdfs:label "title (dce)"@en) +AnnotationAssertion(rdfs:label "description (dct)") +AnnotationAssertion(rdfs:label "source (dct)"@en) +AnnotationAssertion(rdfs:label "most specific type"@en) +DifferentIndividuals( ) +AnnotationAssertion(rdfs:label "title (dct)") +DifferentIndividuals( ) +) \ No newline at end of file diff --git a/semantic-ontology/obo.ttl b/semantic-ontology/obo.ttl new file mode 100644 index 0000000..7bab073 --- /dev/null +++ b/semantic-ontology/obo.ttl @@ -0,0 +1,112697 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Annotation properties +################################################################# + +### http://aims.fao.org/aos/geopolitical.owl#sourceCreator + rdf:type owl:AnnotationProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#sourceIdentifier + rdf:type owl:AnnotationProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#sourceModified + rdf:type owl:AnnotationProperty . + + +### http://eagle-i.org/ont/app/1.0/preferredLabel + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/ARG_0000033 + rdf:type owl:AnnotationProperty ; + rdfs:label "has_code" . + + +### http://purl.obolibrary.org/obo/IAO_0000111 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000112 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000113 + rdf:type owl:AnnotationProperty ; + "in branch"@en ; + "An annotation property indicating which module the terms belong to. This is currently experimental and not implemented yet."@en ; + "GROUP:OBI"@en ; + "OBI_0000277"@en ; + rdfs:label "in branch"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000114 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000115 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000116 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000117 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000118 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000119 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000231 + rdf:type owl:AnnotationProperty ; + "has obsolescence reason"@en ; + "Relates an annotation property to an obsolescence reason. The values of obsolescence reasons come from a list of predefined terms, instances of the class obsolescence reason specification."@en ; + "PERSON:Alan Ruttenberg"@en , + "PERSON:Melanie Courtot"@en ; + rdfs:label "has obsolescence reason"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000232 + rdf:type owl:AnnotationProperty ; + "curator note"@en ; + ; + "An administrative note of use for a curator but of no use for a user"@en ; + "PERSON:Alan Ruttenberg"@en ; + rdfs:label "curator note"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000411 + rdf:type owl:AnnotationProperty ; + "is denotator type"@en ; + "relates an class defined in an ontology, to the type of it's denotator" ; + "In OWL 2 add AnnotationPropertyRange('is denotator type' 'denotator type')" ; + "Alan Ruttenberg" ; + rdfs:label "is denotator type" . + + +### http://purl.obolibrary.org/obo/IAO_0000412 + rdf:type owl:AnnotationProperty . + + +### http://purl.obolibrary.org/obo/IAO_0000424 + rdf:type owl:AnnotationProperty ; + "expand expression to"@en ; + """ObjectProperty: RO_0002104 +Label: has plasma membrane part +Annotations: IAO_0000424 \"http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.org/obo/owl/GO#GO_0005886 and http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)\" +"""@en ; + "A macro expansion tag applied to an object property (or possibly a data property) which can be used by a macro-expansion engine to generate more complex expressions from simpler ones"@en ; + "Chris Mungall" ; + rdfs:label "expand expression to"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000425 + rdf:type owl:AnnotationProperty ; + "expand assertion to"@en ; + """ObjectProperty: RO??? +Label: spatially disjoint from +Annotations: expand_assertion_to \"DisjointClasses: (http://purl.obolibrary.org/obo/BFO_0000051 some ?X) (http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)\" +"""@en ; + "A macro expansion tag applied to an annotation property which can be expanded into a more detailed axiom."@en ; + "Chris Mungall"@en ; + rdfs:label "expand assertion to"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000426 + rdf:type owl:AnnotationProperty ; + "first order logic expression"@en ; + "PERSON:Alan Ruttenberg"@en ; + rdfs:label "first order logic expression"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000427 + rdf:type owl:AnnotationProperty ; + "antisymmetric property"@en ; + "part_of antisymmetric property xsd:true"@en ; + "use boolean value xsd:true to indicate that the property is an antisymmetric property"@en ; + "Alan Ruttenberg"@en ; + rdfs:label "antisymmetric property"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000589 + rdf:type owl:AnnotationProperty ; + "OBO foundry unique label"@en ; + ; + "An alternative name for a class or property which is unique across the OBO Foundry."@en ; + "The intended usage of that property is as follow: OBO foundry unique labels are automatically generated based on regular expressions provided by each ontology, so that SO could specify unique label = 'sequence ' + [label], etc. , MA could specify 'mouse + [label]' etc. Upon importing terms, ontology developers can choose to use the 'OBO foundry unique label' for an imported term or not. The same applies to tools ." ; + "PERSON:Alan Ruttenberg"@en , + "PERSON:Bjoern Peters"@en , + "PERSON:Chris Mungall"@en , + "PERSON:Melanie Courtot"@en ; + "GROUP:OBO Foundry "@en ; + rdfs:label "OBO foundry unique label"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000596 + rdf:type owl:AnnotationProperty ; + """Ontology: + Annotations: + 'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\" + 'has ID digit count' : 7, + rdfs:label \"RO id policy\" + 'has ID policy for': \"RO\"""" ; + "Relates an ontology used to record id policy to the number of digits in the URI. The URI is: the 'has ID prefix\" annotation property value concatenated with an integer in the id range (left padded with \"0\"s to make this many digits)" ; + "Person:Alan Ruttenberg" ; + rdfs:label "has ID digit count"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000597 + rdf:type owl:AnnotationProperty ; + """Datatype: idrange:1 +Annotations: 'has ID range allocated to': \"Chris Mungall\" +EquivalentTo: xsd:integer[> 2151 , <= 2300] +""" ; + "Relates a datatype that encodes a range of integers to the name of the person or organization who can use those ids constructed in that range to define new terms" ; + "Person:Alan Ruttenberg" ; + rdfs:label "has ID range allocated to"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000598 + rdf:type owl:AnnotationProperty ; + """Ontology: + Annotations: + 'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\" + 'has ID digit count' : 7, + rdfs:label \"RO id policy\" + 'has ID policy for': \"RO\"""" ; + "Relating an ontology used to record id policy to the ontology namespace whose policy it manages" ; + "Person:Alan Ruttenberg" ; + rdfs:label "has ID policy for" . + + +### http://purl.obolibrary.org/obo/IAO_0100001 + rdf:type owl:AnnotationProperty ; + "term replaced by"@en ; + ; + "Use on obsolete terms, relating the term to another term that can be used as a substitute"@en ; + "Person:Alan Ruttenberg"@en ; + "Person:Alan Ruttenberg"@en ; + rdfs:label "term replaced by"@en . + + +### http://purl.obolibrary.org/obo/iao/IAO_0000599 + rdf:type owl:AnnotationProperty ; + """Ontology: + Annotations: + 'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\" + 'has ID digit count' : 7, + rdfs:label \"RO id policy\" + 'has ID policy for': \"RO\"""" ; + "Relates an ontology used to record id policy to a prefix concatenated with an integer in the id range (left padded with \"0\"s to make this many digits) to construct an ID for a term being created." ; + "Person:Alan Ruttenberg" ; + rdfs:label "has ID prefix"@en . + + +### http://purl.org/dc/elements/1.1/contributor + rdf:type owl:AnnotationProperty ; + rdfs:label "contributor"@en . + + +### http://purl.org/dc/elements/1.1/creator + rdf:type owl:AnnotationProperty ; + rdfs:label "creator"@en . + + +### http://purl.org/dc/elements/1.1/description + rdf:type owl:AnnotationProperty ; + rdfs:label "description"@en . + + +### http://purl.org/dc/elements/1.1/title + rdf:type owl:AnnotationProperty ; + rdfs:label "title (dce)"@en . + + +### http://purl.org/dc/terms/description + rdf:type owl:AnnotationProperty ; + rdfs:label "description (dct)" . + + +### http://purl.org/dc/terms/modified + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/source + rdf:type owl:AnnotationProperty ; + rdfs:label "source (dct)"@en . + + +### http://purl.org/net/OCRe/statistics.owl#curator + rdf:type owl:AnnotationProperty . + + +### http://purl.org/net/OCRe/study_protocol.owl#develop_comment + rdf:type owl:AnnotationProperty . + + +### http://vitro.mannlib.cornell.edu/ns/vitro/0.7#exampleAnnot + rdf:type owl:AnnotationProperty . + + +### http://vitro.mannlib.cornell.edu/ns/vitro/0.7#shortDef + rdf:type owl:AnnotationProperty . + + +### http://vivoweb.org/ontology/core#mostSpecificType + rdf:type owl:AnnotationProperty ; + rdfs:label "most specific type"@en . + + +### http://www.w3.org/2000/01/rdf-schema#comment +rdfs:comment rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2000/01/rdf-schema#isDefinedBy +rdfs:isDefinedBy rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2000/01/rdf-schema#label +rdfs:label rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2002/07/owl#versionInfo +owl:versionInfo rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2003/06/sw-vocab-status/ns#term_status + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#scopeNote + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2006/12/owl2-xml#term_status + rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2008/05/skos#editorialNote + rdf:type owl:AnnotationProperty . + + +################################################################# +# Datatypes +################################################################# + +### http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral +rdf:PlainLiteral rdf:type rdfs:Datatype . + + +### http://www.w3.org/2001/XMLSchema#anyURI +xsd:anyURI rdf:type rdfs:Datatype . + + +### http://www.w3.org/2001/XMLSchema#string +xsd:string rdf:type rdfs:Datatype . + + +################################################################# +# Object Properties +################################################################# + +### http://aims.fao.org/aos/geopolitical.owl#hasBorderWith + rdf:type owl:ObjectProperty ; + "United Nations cartographic maps" ; + "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" ; + "2010-05-01" ; + "United Nations cartographic maps http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" . + + +### http://aims.fao.org/aos/geopolitical.owl#hasMember + rdf:type owl:ObjectProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#isAdministeredBy + rdf:type owl:ObjectProperty ; + "United Nations cartographic maps" ; + "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"@en ; + "2010-05-01" ; + "United Nations cartographic maps http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" . + + +### http://aims.fao.org/aos/geopolitical.owl#isInGroup + rdf:type owl:ObjectProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#isPredecessorOf + rdf:type owl:ObjectProperty ; + "United Nations Statistics Division" ; + "http://unstats.un.org/unsd/methods/m49/m49chang.htm"@en , + "http://unstats.un.org/unsd/methods/m49/m49chgef.htm"@fr ; + "2010-04-15" ; + "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm" . + + +### http://aims.fao.org/aos/geopolitical.owl#isSuccessorOf + rdf:type owl:ObjectProperty ; + "United Nations Statistics Division" ; + "http://unstats.un.org/unsd/methods/m49/m49chang.htm"@en , + "http://unstats.un.org/unsd/methods/m49/m49chgef.htm"@fr ; + "2010-04-15" ; + "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm" . + + +### http://purl.obolibrary.org/obo/ARG_0000011 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "relevant_for"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000028 + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has_contact_info"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000029 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:label "contact_info_for"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000390 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:label "context_for"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000391 + rdf:type owl:ObjectProperty ; + rdfs:label "has_context"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000397 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:label "url_link_for"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000398 + rdf:type owl:ObjectProperty ; + rdfs:label "has_url_link"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000399 + rdf:type owl:ObjectProperty ; + rdfs:label "has contact agent" . + + +### http://purl.obolibrary.org/obo/BFO_0000050 + rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:label "part_of"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000051 + rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:label "has_part"@en . + + +### http://purl.obolibrary.org/obo/ERO_0000022 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + "has PI" ; + "The PI of a lab." ; + ; + "The principle investigator of a laboratory or research project." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_PI" . + + +### http://purl.obolibrary.org/obo/ERO_0000023 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + "The NIH." ; + ; + "Research project that is financially supported by the organization." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "funds" . + + +### http://purl.obolibrary.org/obo/ERO_0000024 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "is member of" ; + "A graduate student in the lab." ; + ; + "Identifies the organization or laboratory in which this individual is a member." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "is_member_of" . + + +### http://purl.obolibrary.org/obo/ERO_0000027 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "occurs in" ; + "Hibernation occurs in bears." ; + ; + "Organism in which the biological process occurs." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "occurs_in" . + + +### http://purl.obolibrary.org/obo/ERO_0000029 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + + + + ) + ] ; + "An access service that provides access to a flow cytometer." ; + ; + "Instruments, reagents, organisms, software, or other sevices for which the service provides access." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "change the domain tye to access service" ; + rdfs:label "provides_access_to" . + + +### http://purl.obolibrary.org/obo/ERO_0000031 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + "uses" ; + "Microsoft powerpoint is commonly used in research laboratories to prepare presentations." ; + ; + "Software or protocol used by the laboratory." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Here there are things to be fixed (for instance a service can use a technique...)" ; + rdfs:label "uses" . + + +### http://purl.obolibrary.org/obo/ERO_0000033 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "has expertise" ; + "Brian Druker has expertise in cancer research." ; + ; + "Technique in which the person is proficient. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_expertise" . + + +### http://purl.obolibrary.org/obo/ERO_0000034 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + + ) + ] ; + rdfs:range ; + "has manufacturer" ; + "Santa Cruz Biotechnology is the manufacturer of many antibodies." ; + ; + "Organization or person that created the resource." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_manufacturer" . + + +### http://purl.obolibrary.org/obo/ERO_0000037 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + "provides services" ; + "A core lab providing cell sorting to individual labs." ; + ; + "Service offered by the organization." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "provides_service" . + + +### http://purl.obolibrary.org/obo/ERO_0000038 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + + + ) + ] ; + "specifies the use of" ; + "A protocol can specify the use of a flow cytometer." ; + ; + "Instruments, techniques, reagents, organisms, or software that are referenced in a protocol." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "specifies_the_use_of" . + + +### http://purl.obolibrary.org/obo/ERO_0000066 + rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + "has affiliation" ; + "A researcher has an affiliation with a department." ; + ; + "Institutional, consortia, or other organizational affiliations. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_affiliation" . + + +### http://purl.obolibrary.org/obo/ERO_0000070 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range ; + "used by" ; + "A laboratory uses Microsoft Word." ; + ; + "Laboratory that uses the protocol or software." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "used_by" . + + +### http://purl.obolibrary.org/obo/ERO_0000076 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + "has input format" ; + "Imaging processing software that requires .jpg format files for analysis." ; + ; + "Software data input format." ; + "PERSON: Carlo Torniai" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_input_type" . + + +### http://purl.obolibrary.org/obo/ERO_0000077 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "has output format" ; + "Microsoft Excel arranges and saves data in .xlsx format." ; + ; + "Software data output type." ; + "PERSON: Carlo Torniai" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_output_type" . + + +### http://purl.obolibrary.org/obo/ERO_0000078 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "achieves objective" ; + "ImageJ software measures characteristics of digital images." ; + ; + "Transformation objective of the software." ; + "PERSON: Carlo Torniai" ; + "PERSON: Melissa Haendel" ; + rdfs:label "achieves_objective" . + + +### http://purl.obolibrary.org/obo/ERO_0000232 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "has author" ; + "A journal article has authors." ; + ; + "Person who authored a document." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "tobe imported probably from FOAF or anywwre according top vivo" ; + rdfs:label "has_author" . + + +### http://purl.obolibrary.org/obo/ERO_0000233 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + "model of" ; + "Transgenic mice are often models for a specific disease." ; + ; + "Disease or condition for which the organism presents some or all defining characteristics." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "here we need to have a more clear definition in dependence of the model" ; + rdfs:label "model_of" . + + +### http://purl.obolibrary.org/obo/ERO_0000234 + rdf:type owl:ObjectProperty ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + "has topic" ; + "A research project focuses on a specific topic, such as cancer research." ; + ; + "Organism, biological process, or disease that is the subject matter of the research project or protocol." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "here we need to take care of dofferent domain and is this really the same relation between research project and protocol?" ; + rdfs:label "has_topic" . + + +### http://purl.obolibrary.org/obo/ERO_0000321 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "has biosafety level" ; + "Working with ebola virus has biosafety level 4." ; + ; + "Level of the biocontainment precautions required to isolate dangerous biological agents in an enclosed facility. Levels range from level 1 (lowest) to 4 (highest). In the United States, the Centers for Disease Control and Prevention (CDC) specified these levels." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_biosafety_level" . + + +### http://purl.obolibrary.org/obo/ERO_0000390 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + "service provided by" ; + "A core laboratory provides a service." ; + ; + "Organization or laboratory performing the service." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "service_provided_by" . + + +### http://purl.obolibrary.org/obo/ERO_0000397 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + "A cancer researcher performs apoptosis assays." ; + ; + "Technique carried out by the person or laboratory." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "performs" . + + +### http://purl.obolibrary.org/obo/ERO_0000398 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + "is performed by" ; + "Confocal microscopy is performed by a confocal core laboratory." ; + ; + "Person or laboratory that performs the service or technique." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "is_performed_by" . + + +### http://purl.obolibrary.org/obo/ERO_0000460 + rdf:type owl:ObjectProperty ; + rdfs:range ; + "has documentation" ; + "An antibody has documentation describing attributes of the antibody." ; + ; + "Document that contains relevant resource information." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_documentation" . + + +### http://purl.obolibrary.org/obo/ERO_0000481 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + "realizes protocol" ; + "A sequencing protocol used for next generation sequencing." ; + ; + "Protocol used to perform the service." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "placeholder: need to be modeled for the proper kind of service (production services)" ; + rdfs:label "realizes_protocol" . + + +### http://purl.obolibrary.org/obo/ERO_0000482 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:DeprecatedProperty ; + rdfs:domain ; + rdfs:range ; + "uses software" ; + "Sequence analysis software." ; + ; + "Software used to perform the service." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder needs to be redesign" ; + rdfs:label "uses_software" ; + owl:deprecated "true"^^xsd:boolean . + + +### http://purl.obolibrary.org/obo/ERO_0000542 + rdf:type owl:ObjectProperty ; + rdfs:range ; + "expresses construct" ; + "A cell line that overexpresses a gene." ; + ; + "Construct that has been introduced into the genome of a permanent cell culture." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "expresses_construct" . + + +### http://purl.obolibrary.org/obo/ERO_0000543 + rdf:type owl:ObjectProperty ; + rdfs:range ; + "related technique" ; + "Flow cytometry is a related technique for a flow cytometer instrument." ; + ; + "Method in which the resource can be used." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "related_technique" . + + +### http://purl.obolibrary.org/obo/ERO_0000552 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "recognizes species" ; + "An mouse anti-human OX40 antibody recognizes the human OX40 protein." ; + ; + "Organism recognized by the antibody." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "recognizes_species" . + + +### http://purl.obolibrary.org/obo/ERO_0000557 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "Purified OX40 protein." ; + ; + "The material used to generate an immune response to produce an antibody. For example, a tissue, a protein, or a virus. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_immunogenic_material" . + + +### http://purl.obolibrary.org/obo/ERO_0000572 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "used to study" ; + "A study of hibernation in bears." ; + ; + "Biological process studied in the organism." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "used_to_study" . + + +### http://purl.obolibrary.org/obo/ERO_0000573 + rdf:type owl:ObjectProperty ; + rdfs:range ; + "has sequence alteration" ; + "A point mutation in a gene." ; + ; + "A sequence variation that deviates from a canonical or reference sequence." ; + "PERSON: Melissa Haendel" ; + "has_sequence_alteration" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_sequence_alteration" . + + +### http://purl.obolibrary.org/obo/ERO_0000596 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + + + + + + ) + ] ; + rdfs:range ; + "has director" ; + "The director of a core lab." ; + ; + "Name of the person who directs the organization." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_director" . + + +### http://purl.obolibrary.org/obo/ERO_0000597 + rdf:type owl:ObjectProperty ; + rdfs:range ; + "funded by" ; + "The lab is funded by the NIH." ; + ; + "Organization providing financial support." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "funded_by" . + + +### http://purl.obolibrary.org/obo/ERO_0000618 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "expressed in organism" ; + "A yeast expression vector is designed to be expressed in yeast cells." ; + ; + "Organism in which the construct is designed to be expressed." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "shortcut relation for participates_in_ expression process" ; + rdfs:label "expressed_in_organism" . + + +### http://purl.obolibrary.org/obo/ERO_0000775 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "has residency requirement" ; + "A research opportunity requires applicants to be US citizens." ; + ; + "US residency status of applicants that may apply for the student research opportunity." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_residency_requirement" . + + +### http://purl.obolibrary.org/obo/ERO_0000916 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "related viral construct" ; + "The construct pWPI-GFP is used to generate GFP viral supernatants." ; + ; + "Construct used to generate active virus." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "related_viral_construct" . + + +### http://purl.obolibrary.org/obo/ERO_0000917 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "related virus" ; + "GFP superntants are produced by the pWPI-GFP construct." ; + ; + "Virus produced by viral plasmid." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "related_virus" . + + +### http://purl.obolibrary.org/obo/ERO_0000918 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "related research project" ; + "A research project studying breast cancer." ; + ; + "Research project during which the biological specimen was collected." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "related_research_project" . + + +### http://purl.obolibrary.org/obo/ERO_0000919 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "related biological specimen" ; + "A breast cancer specimen." ; + ; + "Biological specimen collected as part of the research project." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "related_biological_specimen" . + + +### http://purl.obolibrary.org/obo/ERO_0000920 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "infects target organism" ; + "A virus that infects human cells." ; + ; + "Organism that the virus infects." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "infects_target_organism" . + + +### http://purl.obolibrary.org/obo/ERO_0001055 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "used to generate organism" ; + "A construct used to generate a knockdown mouse." ; + ; + "Transgenic organism generated using the construct." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "used_to_generate_organism" . + + +### http://purl.obolibrary.org/obo/ERO_0001056 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "organism generated from construct" ; + "A construct used to generate a knockout mouse." ; + ; + "Construct used to generate a transgenic organism." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "organism_generated_from_construct" . + + +### http://purl.obolibrary.org/obo/ERO_0001057 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "has preparation technique" ; + "Paraffin embedding of tissue." ; + ; + "Technique used to prepare the biological specimen." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_preparation_technique" . + + +### http://purl.obolibrary.org/obo/ERO_0001062 + rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain ; + rdfs:range ; + "matching specimen" ; + "Healthy breast tissue is a matching specimen for breast cancer tissue." ; + ; + "Specimen match to a given biological specimen. A matched pair of biological specimens usually includes a control specimen that is either from a non-affected individual or tissue. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "matching_specimen" . + + +### http://purl.obolibrary.org/obo/ERO_0001063 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "is matching specimen" ; + "Healthy breast tissue is a matching specimen for breast cancer tissue." ; + ; + "Specimen match to a given biological specimen. A matched pair of biological specimens usually includes a control specimen from a non-affected individual or tissue." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "is_matching_specimen" . + + +### http://purl.obolibrary.org/obo/ERO_0001064 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "has derived specimen" ; + "DNA derived from breast cancer tissue." ; + ; + "Specimen derived from another biological specimen, such as a DNA or protein isolate." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_derived_specimen" . + + +### http://purl.obolibrary.org/obo/ERO_0001065 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + "derives from specimen" ; + "DNA derived from breast cancer tissue." ; + ; + "Specimen that is derived from another biological specimen, such as a DNA or protein isolate." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "derives_from_specimen" . + + +### http://purl.obolibrary.org/obo/ERO_0001401 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + "related cell line" ; + "HeLa cells used for a research project." ; + ; + "Cell line collected as part of a research project." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "related_cell_line"@en . + + +### http://purl.obolibrary.org/obo/ERO_0001516 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "derives from material anatomical entity" ; + "A cell line derived from a kidney." ; + ; + "Anatomical entity from which the resource is derived." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "derives_from_material_anatomical_entity" . + + +### http://purl.obolibrary.org/obo/ERO_0001517 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "derives from organism" ; + "A human cell line." ; + ; + "Organism from which the resource is derived." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "derives_from_organism" . + + +### http://purl.obolibrary.org/obo/ERO_0001518 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "has phase" ; + "Phase 1 clinical trial." ; + ; + "Phase of a clinical trial to evaluate risk and to clinically evaluate the efficacy of drugs or biologicals." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_phase" . + + +### http://purl.obolibrary.org/obo/ERO_0001520 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "performs human study" ; + "The Jackson Heart Institute performs human studies on heart disease." ; + ; + "Human study performed by the organization." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "performs_human_study" . + + +### http://purl.obolibrary.org/obo/ERO_0001521 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "human study performed by" ; + "Jackson State University performs human studies on heart disease." ; + ; + "Organization that performs the human study." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "human_study_performed_by" . + + +### http://purl.obolibrary.org/obo/ERO_0001522 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range ; + "derives from organism or virus" ; + "A cell line is derived from a human." ; + ; + "Organism or virus from which the resource is derived." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "derives_from_organism_or_virus" . + + +### http://purl.obolibrary.org/obo/ERO_0001530 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "antibody produced by" ; + "An anti-OX40 antibody is produced by a hybridoma." ; + ; + "Hybridoma cell line used to produce the antibody." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "antibody_produced_by" . + + +### http://purl.obolibrary.org/obo/ERO_0001533 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "Most often this is a protein but can also include chemicals, or biological materials such as cells or organisms." ; + ; + "A material that is recognized by an antibody. Most often this is a protein but can also include chemicals, or biological materials such as cells or organisms." ; + "PERSON: Melissa Haendel" ; + "PERSON: Matthew Brush" ; + rdfs:comment "ToDo: will be a subproperty of some kind of \"recognizes\" property." ; + rdfs:label "has_antibody_target" . + + +### http://purl.obolibrary.org/obo/ERO_0001534 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "Flow cytometry." ; + ; + "Antibody related method in which the resource can be used." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "related_immunotechnique" . + + +### http://purl.obolibrary.org/obo/ERO_0001548 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + ; + "Species in which the antibody has been shown not to cross react." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "species_non_reactivity" . + + +### http://purl.obolibrary.org/obo/ERO_0001598 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "A journal article authored by the person." ; + "Document authored by a person." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "author_of"@en . + + +### http://purl.obolibrary.org/obo/ERO_0001811 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has_format" . + + +### http://purl.obolibrary.org/obo/ERO_0001823 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has_phenotype_biological_process" . + + +### http://purl.obolibrary.org/obo/ERO_0001824 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "Is a legal instrument (usually by way of contract law) governing the usage or redistribution of software." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Software_license" ; + rdfs:label "has_software_license" . + + +### http://purl.obolibrary.org/obo/ERO_0001825 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has_phenotype_anatomical_entity"@en . + + +### http://purl.obolibrary.org/obo/ERO_0001826 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has_mammalian_phenotype" . + + +### http://purl.obolibrary.org/obo/ERO_0001827 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + rdfs:label "has_phenotype_quality"@en . + + +### http://purl.obolibrary.org/obo/ERO_0001836 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + rdfs:label "has_phenotype_annotation" . + + +### http://purl.obolibrary.org/obo/ERO_0001905 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + "is PI of" ; + "A professor in the Department of Biomedical Engineering is the principal investigator (PI) of her research group and laboratory." ; + "Identifies the laboratory or research project for which this individual is the principal investigator." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "is_PI_of" . + + +### http://purl.obolibrary.org/obo/ERO_0001906 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + + + + + + ) + ] ; + "is director of" ; + "A professor is the director of a consortium devoted to rare diseases." ; + "Identifies the organization for which this person is the director." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "is_director_of" . + + +### http://purl.obolibrary.org/obo/ERO_0001908 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "a relation between a software objective (data transformation objective) and an operation whose execution in a software tool achieves the objective" ; + """software relation expanding to something like: + +objective_achieved_by some ('software/algorithm execution' and (specified_by some 'data processing operation'))""" ; + "PERSON:Matthew Brush" ; + "PERSON:Matthew Brush" ; + rdfs:comment "Links an objective to a software operation whise execution achieves the objective. Is different from OBI:objective_achieved_by which links an objective to the process that achieves it." ; + rdfs:label "objective_achieved_by_operation" . + + +### http://purl.obolibrary.org/obo/IAO_0000039 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:FunctionalProperty ; + rdfs:range ; + rdfs:label "has measurement unit label"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000136 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + "This document is about information artifacts and their representations"@en ; + ; + "is_about is a (currently) primitive relation that relates an information artifact to an entity."@en ; + """7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive. + +We will try to build it back up by elaborating the various subproperties that are more precisely defined. + +Some currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic."""@en ; + "person:Alan Ruttenberg"@en ; + "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en ; + rdfs:label "is about"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000142 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "mentions" . + + +### http://purl.obolibrary.org/obo/IAO_0000221 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + """m is a quality measurement of q at t when +q is a quality +there is a measurement process p that has specified output m, a measurement datum, that is about q"""@en ; + "8/6/2009 Alan Ruttenberg: The strategy is to be rather specific with this relationship. There are other kinds of measurements that are not of qualities, such as those that measure time. We will add these as separate properties for the moment and see about generalizing later"@en , + """From the second IAO workshop [Alan Ruttenberg 8/6/2009: not completely current, though bringing in comparison is probably important] + +This one is the one we are struggling with at the moment. The issue is what a measurement measures. On the one hand saying that it measures the quality would include it \"measuring\" the bearer = referring to the bearer in the measurement. However this makes comparisons of two different things not possible. On the other hand not having it inhere in the bearer, on the face of it, breaks the audit trail. + +Werner suggests a solution based on \"Magnitudes\" a proposal for which we are awaiting details. +-- +From the second IAO workshop, various comments, [commented on by Alan Ruttenberg 8/6/2009] + +unit of measure is a quality, e.g. the length of a ruler. + +[We decided to hedge on what units of measure are, instead talking about measurement unit labels, which are the information content entities that are about whatever measurement units are. For IAO we need that information entity in any case. See the term measurement unit label] + +[Some struggling with the various subflavors of is_about. We subsequently removed the relation represents, and describes until and only when we have a better theory] + +a represents b means either a denotes b or a describes + +describe: +a describes b means a is about b and a allows an inference of at least one quality of b + +We have had a long discussion about denotes versus describes."""@en , + """From the second IAO workshop: An attempt at tieing the quality to the measurement datum more carefully. + +a is a magnitude means a is a determinate quality particular inhering in some bearer b existing at a time t that can be represented/denoted by an information content entity e that has parts denoting a unit of measure, a number, and b. The unit of measure is an instance of the determinable quality."""@en , + """From the second meeting on IAO: + +An attempt at defining assay using Barry's \"reliability\" wording + +assay: +process and has_input some material entity +and has_output some information content entity +and which is such that instances of this process type reliably generate +outputs that describes the input."""@en , + """This one is the one we are struggling with at the moment. The issue is what a measurement measures. On the one hand saying that it measures the quality would include it \"measuring\" the bearer = referring to the bearer in the measurement. However this makes comparisons of two different things not possible. On the other hand not having it inhere in the bearer, on the face of it, breaks the audit trail. + +Werner suggests a solution based on \"Magnitudes\" a proposal for which we are awaiting details."""@en ; + "Alan Ruttenberg"@en ; + rdfs:label "is quality measurement of"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000417 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + ; + "inverse of the relation of is quality measurement of"@en ; + "2009/10/19 Alan Ruttenberg. Named 'junk' relation useful in restrictions, but not a real instance relationship"@en ; + "Person:Alan Ruttenberg"@en ; + rdfs:label "is quality measured as"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000293 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/OBI_0000299 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/OBI_0000300 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . + + +### http://purl.obolibrary.org/obo/OBI_0000304 + rdf:type owl:ObjectProperty ; + rdfs:domain . + + +### http://purl.obolibrary.org/obo/OBI_0000306 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range . + + +### http://purl.obolibrary.org/obo/OBI_0000308 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "realizes"@en ; + """example of usage: The process of 'histidine catabolism' (GO:0006548) realizes the +function 'histidine ammonia lyase activity' (GO:0004397) (note: here 'activity' +denotes a function and not a process). We leave open the possibility of defining +in future the sub-relations directly_realizes (as bewteen a function and it's +functioning) and indirectly_realizes.""" ; + ; + """Relation between a process and a function, where the unfolding of the +process requires the execution of the function. Class level: P realizes F iff: +given any p that instantiates P, there exists some f, t such that f instantiates + F at t and p *realizes* f. Here, *realizes* is the primitive +instance level relation [GOC:cjm]""" ; + "GROUP:OBI:" , + "PERSON: Chris Mungal" ; + "executes" , + "has_function_part" , + "involves_execution_of" , + "is_realization_of" ; + rdfs:label "realizes"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000312 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf . + + +### http://purl.obolibrary.org/obo/OBI_0000316 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range . + + +### http://purl.obolibrary.org/obo/OBI_0000417 + rdf:type owl:ObjectProperty ; + rdfs:range . + + +### http://purl.obolibrary.org/obo/OBI_0000643 + rdf:type owl:ObjectProperty . + + +### http://purl.obolibrary.org/obo/OBI_0000833 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain . + + +### http://purl.obolibrary.org/obo/RO_0000052 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdf:type owl:FunctionalProperty ; + rdfs:domain ; + rdfs:range ; + "This clarifies that only specifically dependent continuants inhere in (specifically) one independent continuant over all time. For GDCs, there in implicitly inherence to all the independent continuants in which the concretizations inhere. Should add a 'cardinality 1' restriction to the definition of specifically dependent continuant." , + "This relation belongs in BFO/RO, and will be in BFO 2" ; + rdfs:label "inheres in"@en . + + +### http://purl.obolibrary.org/obo/RO_0000053 + rdf:type owl:ObjectProperty ; + rdfs:label "bearer_of"@en . + + +### http://purl.obolibrary.org/obo/RO_0000056 + rdf:type owl:ObjectProperty ; + rdfs:label "participates in"@en . + + +### http://purl.obolibrary.org/obo/RO_0000057 + rdf:type owl:ObjectProperty ; + rdfs:label "has participant"@en . + + +### http://purl.obolibrary.org/obo/RO_0001000 + rdf:type owl:ObjectProperty ; + rdfs:label "derives from (ro)"@en . + + +### http://purl.obolibrary.org/obo/RO_0001015 + rdf:type owl:ObjectProperty ; + rdfs:label "location of"@en . + + +### http://purl.obolibrary.org/obo/RO_0001018 + rdf:type owl:ObjectProperty ; + rdfs:label "contained in"@en . + + +### http://purl.obolibrary.org/obo/RO_0001019 + rdf:type owl:ObjectProperty ; + rdfs:label "contains"@en . + + +### http://purl.obolibrary.org/obo/RO_0001025 + rdf:type owl:ObjectProperty ; + rdfs:label "located in"@en . + + +### http://purl.obolibrary.org/obo/RO_0002220 + rdf:type owl:ObjectProperty ; + rdfs:label "adjacent to"@en . + + +### http://purl.obolibrary.org/obo/RO_0002233 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has input"@en . + + +### http://purl.obolibrary.org/obo/RO_0002234 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "has output"@en . + + +### http://purl.obolibrary.org/obo/RO_0002350 + rdf:type owl:ObjectProperty ; + rdfs:label "member of"@en . + + +### http://purl.obolibrary.org/obo/RO_0002351 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has_member"@en . + + +### http://purl.obolibrary.org/obo/RO_0002353 + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "output_of"@en . + + +### http://purl.obolibrary.org/obo/RO_0003000 + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "a produces b if some process that occurs_in a has_output b, where a and b are material entities. Examples: hybridoma cell line produces monoclonal antibody reagent; chondroblast produces avascular GAG-rich matrix." ; + "Melissa Haendel" ; + ; + rdfs:label "produces"@en . + + +### http://purl.obolibrary.org/obo/RO_0003001 + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "produced_by"@en . + + +### http://purl.org/NET/c4dm/event.owl#isAgentIn + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "is agent in"@en . + + +### http://purl.org/dc/terms/relation + rdf:type owl:ObjectProperty . + + +### http://purl.org/obo/owl/OBO_REL#role_of + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "role_of" ; + "A relation between a role R and an entity E. R role_of E iff: R inheres_in E and R is a role" ; + "GROUP:OBI:" , + "PERSON: Chris Mungall" ; + ; + rdfs:label "role_of"@en . + + +### http://purl.org/ontology/bibo/affirmedBy + rdf:type owl:ObjectProperty ; + "The public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A legal decision that affirms a ruling."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "affirmedby"@en . + + +### http://purl.org/ontology/bibo/annotates + rdf:type owl:ObjectProperty ; + "The public description source is: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html." ; + rdfs:comment "Critical or explanatory note for a Document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "annotates"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/citedBy + rdf:type owl:ObjectProperty ; + rdfs:label "cited by"@en . + + +### http://purl.org/ontology/bibo/cites + rdf:type owl:ObjectProperty ; + rdfs:label "cites"@en . + + +### http://purl.org/ontology/bibo/court + rdf:type owl:ObjectProperty ; + "Public description take from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this property \"unstable\"." ; + rdfs:comment "A court associated with a legal document; for example, that which issues a decision."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "court"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/degree + rdf:type owl:ObjectProperty ; + "The source of the public description and this info is found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this term \"unstable\". The bibo editorial note is: \"We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen.\"" ; + rdfs:comment "The thesis degree."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "related degree"@en ; + "unstable" ; + "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen."@en . + + +### http://purl.org/ontology/bibo/director + rdf:type owl:ObjectProperty ; + "Definition take from this site: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:comment "A Film director."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "director"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/interviewee + rdf:type owl:ObjectProperty ; + rdfs:comment "An agent that is interviewed by another agent."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "interviewee"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/interviewer + rdf:type owl:ObjectProperty ; + rdfs:comment "An agent that interview another agent."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "interviewer"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/performer + rdf:type owl:ObjectProperty ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "performer"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/presents + rdf:type owl:ObjectProperty ; + "Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product." ; + rdfs:comment "Relates an event to associated documents; for example, conference to a paper."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "related documents"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/recipient + rdf:type owl:ObjectProperty ; + rdfs:comment "An agent that receives a communication document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "recipient"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/reproducedIn + rdf:type owl:ObjectProperty ; + rdfs:label "reproduced in"@en . + + +### http://purl.org/ontology/bibo/reversedBy + rdf:type owl:ObjectProperty ; + "The first sentence of the public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A legal decision that reverses a ruling."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "reversedby"@en . + + +### http://purl.org/ontology/bibo/reviewOf + rdf:type owl:ObjectProperty ; + "The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used." ; + rdfs:label "review of"@en . + + +### http://purl.org/ontology/bibo/status + rdf:type owl:ObjectProperty ; + "paraphrased editorial note from the bibo ontology: We are not defining, using an enumeration, the range of the bibo:status to be a defined list of bibo:DocumentStatus. This is because we want people to be able to define new statuses if needed; and creating such an enumeration would prevent this." ; + rdfs:label "status"@en . + + +### http://purl.org/ontology/bibo/subsequentLegalDecision + rdf:type owl:ObjectProperty ; + "Public description is from comments of this object property in bibo ontology located here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.)."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "subsequentlegaldecision"@en . + + +### http://purl.org/ontology/bibo/transcriptOf + rdf:type owl:ObjectProperty ; + "The bibo:transcriptOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers this term unstable." ; + rdfs:comment "Relates a document to some transcribed original."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "transcript of"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/translationOf + rdf:type owl:ObjectProperty ; + "Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:comment "Relates a translated document to the original document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "translation of"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/translator + rdf:type owl:ObjectProperty ; + rdfs:label "translator"@en . + + +### http://purl.org/spar/c4o/hasGlobalCitationFrequency + rdf:type owl:ObjectProperty ; + "A property linking a publication entity to an instance of c40:GlobalCitationCount that specifies how many times a work has been cited by others, according to a particular information source on a particular date." ; + rdfs:label "has_global_citation_frequency"@en . + + +### http://purl.org/spar/c4o/hasGlobalCountSource + rdf:type owl:ObjectProperty ; + "A property linking an instance of c40:GlobalCitationCount to the bibliographic information source providing the global citation count information for a particular publication on a particular date." ; + rdfs:label "has global count source"@en . + + +### http://vivoweb.org/ontology/core#assignedBy + rdf:type owl:ObjectProperty ; + "Relates a Relationship (as a predicate or n-ary relation over one or more Thing) to an Agent that defined or instantiated the predicate instance. "@en ; + rdfs:label "assigned by"@en . + + +### http://vivoweb.org/ontology/core#assigns + rdf:type owl:ObjectProperty ; + rdfs:label "assigns"@en . + + +### http://vivoweb.org/ontology/core#dateFiled + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "date filed"@en . + + +### http://vivoweb.org/ontology/core#dateIssued + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + rdfs:label "date issued"@en . + + +### http://vivoweb.org/ontology/core#dateTimeInterval + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has date/time interval"@en . + + +### http://vivoweb.org/ontology/core#dateTimePrecision + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "date/time precision"@en . + + +### http://vivoweb.org/ontology/core#dateTimeValue + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "date/time value"@en . + + +### http://vivoweb.org/ontology/core#end + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "end date value"@en . + + +### http://vivoweb.org/ontology/core#expirationDate + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:label "expiration date"@en . + + +### http://vivoweb.org/ontology/core#features + rdf:type owl:ObjectProperty ; + "This is done through a restriction on the foaf:Person class." ; + rdfs:label "features"@en . + + +### http://vivoweb.org/ontology/core#geographicFocus + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "geographic focus"@en . + + +### http://vivoweb.org/ontology/core#geographicFocusOf + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "geographic focus of"@en . + + +### http://vivoweb.org/ontology/core#geographicLocationOf + rdf:type owl:ObjectProperty ; + rdfs:label "geographic_location_of"@en . + + +### http://vivoweb.org/ontology/core#grantSubcontractedThrough + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "subcontracted through"@en . + + +### http://vivoweb.org/ontology/core#hasAssociatedConcept + rdf:type owl:ObjectProperty ; + rdfs:label "associated concept"@en . + + +### http://vivoweb.org/ontology/core#hasGeographicLocation + rdf:type owl:ObjectProperty ; + rdfs:range ; + "Currently being used by a restriction on organization." ; + rdfs:label "has geographic location"@en . + + +### http://vivoweb.org/ontology/core#hasPrerequisite + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "has prerequisite"@en . + + +### http://vivoweb.org/ontology/core#hasPublicationVenue + rdf:type owl:ObjectProperty ; + rdfs:label "published in"@en . + + +### http://vivoweb.org/ontology/core#hasSuccessorOrganization + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "successor organization"@en . + + +### http://vivoweb.org/ontology/core#hasTranslation + rdf:type owl:ObjectProperty ; + "Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:label "has translation"@en . + + +### http://vivoweb.org/ontology/core#offeredBy + rdf:type owl:ObjectProperty ; + rdfs:label "offered by"@en . + + +### http://vivoweb.org/ontology/core#offers + rdf:type owl:ObjectProperty ; + rdfs:label "offers"@en . + + +### http://vivoweb.org/ontology/core#prerequisiteFor + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "prerequisite for"@en . + + +### http://vivoweb.org/ontology/core#providesFundingThrough + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "For example, National Science Foundation providesFundingThrough Graduate Research Fellowship Program; National Institutes of Health providesFundingThrough National Center for Research Resources. " ; + rdfs:label "provides funding through"@en . + + +### http://vivoweb.org/ontology/core#publicationVenueFor + rdf:type owl:ObjectProperty ; + rdfs:label "publication venue for"@en . + + +### http://vivoweb.org/ontology/core#publisher + rdf:type owl:ObjectProperty ; + rdfs:range ; + "Public Definition source (http://www.answers.com/topic/publisher)." ; + rdfs:label "publisher (vivo op)"@en . + + +### http://vivoweb.org/ontology/core#publisherOf + rdf:type owl:ObjectProperty ; + rdfs:domain ; + "Public Definition source (http://www.answers.com/topic/publisher)." ; + rdfs:label "publisher of"@en . + + +### http://vivoweb.org/ontology/core#relatedBy + rdf:type owl:ObjectProperty ; + "Relates a Thing to a Relationship as a Thing that is somehow related to other Thing in the same Relationship instance. A Relationship instnace is a predicate over Thing and is created by an Agent."@en ; + rdfs:label "related by"@en . + + +### http://vivoweb.org/ontology/core#relates + rdf:type owl:ObjectProperty ; + "Relates a Relationship instance to the one or more Thing of the Relationship. There is a separate property (assigned by) to relate to the Agent that defines the Relationship."@en ; + rdfs:label "relates"@en . + + +### http://vivoweb.org/ontology/core#reviewedIn + rdf:type owl:ObjectProperty ; + rdfs:label "reviewed_in"@en . + + +### http://vivoweb.org/ontology/core#start + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + rdfs:label "start date value"@en . + + +### http://vivoweb.org/ontology/core#subcontractsGrant + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "subcontracts grant"@en . + + +### http://vivoweb.org/ontology/core#translatorOf + rdf:type owl:ObjectProperty ; + rdfs:label "translator of"@en . + + +### http://vivoweb.org/ontology/scientific-research#accessProvidedBy + rdf:type owl:ObjectProperty ; + rdfs:label "access provided by"@en . + + +### http://vivoweb.org/ontology/scientific-research#documentationFor + rdf:type owl:ObjectProperty ; + rdfs:label "documentation for"@en . + + +### http://vivoweb.org/ontology/scientific-research#protocolRealizedBy + rdf:type owl:ObjectProperty ; + rdfs:label "protocol realized by"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000740 + rdf:type owl:ObjectProperty ; + rdfs:label "implements"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000741 + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + rdfs:label "is_encoded_in"@en . + + +### http://www.obofoundry.org/ro/ro.owl#has_agent + rdf:type owl:ObjectProperty ; + rdfs:label "has_agent"@en . + + +### http://www.w3.org/2002/07/owl#DeprecatedProperty +owl:DeprecatedProperty rdf:type owl:ObjectProperty ; + rdfs:label "deprecatedproperty"@en . + + +### http://www.w3.org/2002/07/owl#topObjectProperty +owl:topObjectProperty rdf:type owl:ObjectProperty . + + +### http://www.w3.org/2004/02/skos/core#broader + rdf:type owl:ObjectProperty ; + "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy ." ; + rdfs:label "broader term"@en . + + +### http://www.w3.org/2004/02/skos/core#narrower + rdf:type owl:ObjectProperty ; + "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy ." ; + rdfs:label "narrower term"@en . + + +### http://www.w3.org/2004/02/skos/core#related + rdf:type owl:ObjectProperty ; + rdfs:label "related (skos)"@en . + + +### http://www.w3.org/2006/vcard/ns#hasAddress + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has address"@en . + + +### http://www.w3.org/2006/vcard/ns#hasCalendarLink + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has calendar link"@en . + + +### http://www.w3.org/2006/vcard/ns#hasCalendarRequest + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has calendar request"@en . + + +### http://www.w3.org/2006/vcard/ns#hasCalenderBusy + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has calender busy"@en . + + +### http://www.w3.org/2006/vcard/ns#hasCategory + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has category"@en . + + +### http://www.w3.org/2006/vcard/ns#hasEmail + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has email"@en . + + +### http://www.w3.org/2006/vcard/ns#hasFormattedName + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has formatted name"@en . + + +### http://www.w3.org/2006/vcard/ns#hasGeo + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has geo"@en . + + +### http://www.w3.org/2006/vcard/ns#hasInstantMessage + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has messaging"@en . + + +### http://www.w3.org/2006/vcard/ns#hasKey + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has key"@en . + + +### http://www.w3.org/2006/vcard/ns#hasLanguage + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has language (vcard op)"@en . + + +### http://www.w3.org/2006/vcard/ns#hasLogo + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has logo"@en . + + +### http://www.w3.org/2006/vcard/ns#hasMember + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:comment "To include a member in the group this vCard represents" ; + rdfs:label "member"@en . + + +### http://www.w3.org/2006/vcard/ns#hasName + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has name"@en . + + +### http://www.w3.org/2006/vcard/ns#hasNickname + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has nickname"@en . + + +### http://www.w3.org/2006/vcard/ns#hasNote + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has note"@en . + + +### http://www.w3.org/2006/vcard/ns#hasOrganizationName + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has organization name"@en . + + +### http://www.w3.org/2006/vcard/ns#hasOrganizationalUnitName + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has organisational unit name"@en . + + +### http://www.w3.org/2006/vcard/ns#hasPhoto + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has photo"@en . + + +### http://www.w3.org/2006/vcard/ns#hasRelated + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has related (vcard op)"@en . + + +### http://www.w3.org/2006/vcard/ns#hasRole + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has role"@en . + + +### http://www.w3.org/2006/vcard/ns#hasSound + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has sound"@en . + + +### http://www.w3.org/2006/vcard/ns#hasTelephone + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has telephone"@en . + + +### http://www.w3.org/2006/vcard/ns#hasTimeZone + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has time zone"@en . + + +### http://www.w3.org/2006/vcard/ns#hasTitle + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has title"@en . + + +### http://www.w3.org/2006/vcard/ns#hasURL + rdf:type owl:ObjectProperty ; + rdfs:range ; + rdfs:label "has url"@en . + + +################################################################# +# Data properties +################################################################# + +### http://aims.fao.org/aos/geopolitical.owl#GDP + rdf:type owl:DatatypeProperty ; + "World Bank" ; + "http://data.albankaldawli.org/indicator/NY.GDP.MKTP.CD"@ar , + "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"@en , + "http://donnees.banquemondiale.org/indicateur/NY.GDP.MKTP.CD"@fr , + "ttp://datos.bancomundial.org/indicador/NY.GDP.MKTP.CD"@es , + "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD" ; + "2010-12-16" ; + "GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in current U.S. dollars. Dollar figures for GDP are converted from domestic currencies using single year official exchange rates. For a few countries where the official exchange rate does not reflect the rate effectively applied to actual foreign exchange transactions, an alternative conversion factor is used. Source: World Bank national accounts data, and OECD National Accounts data files. http://data.worldbank.org/indicator/NY.GDP.MKTP.CD" ; + "World Bank http://data.worldbank.org/indicator/NY.GDP.MKTP.CD" . + + +### http://aims.fao.org/aos/geopolitical.owl#GDPNotes + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#GDPTotalInCurrentPrices + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#GDPUnit + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#GDPYear + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#HDI + rdf:type owl:DatatypeProperty ; + "UNDP - HDRO" ; + "http://hdrstats.undp.org/en/indicators/49806.html"@en , + "http://hdrstats.undp.org/es/indicadores/49806.html"@es , + "http://hdrstats.undp.org/fr/indicateurs/49806.html"@fr , + "http://hdrstats.undp.org/en/indicators/49806.html" ; + "2010-11-04" ; + " composite index measuring average achievement in three basic dimensions of human development-a long and healthy life, knowledge and a decent standard of living. Source: Calculated based on data from UNDESA (2009d), Barro and Lee (2010), UNESCO Institute for Statistics (2010b), World Bank (2010b) and IMF(2010a) . http://hdrstats.undp.org/en/indicators/49806.html" , + " composite index measuring average achievement in three basic dimensions of human development—a long and healthy life, knowledge and a decent standard of living. Source: Calculated based on data from UNDESA (2009d), Barro and Lee (2010), UNESCO Institute for Statistics (2010b), World Bank (2010b) and IMF(2010a) . http://hdrstats.undp.org/en/indicators/49806.html" ; + "UNDP - HDRO http://hdrstats.undp.org/en/indicators/49806.html" . + + +### http://aims.fao.org/aos/geopolitical.owl#HDINotes + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#HDITotal + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#HDIUnit + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#HDIYear + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#agriculturalArea + rdf:type owl:DatatypeProperty ; + "FAOSTAT" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + "2010-07-21" ; + "Agricultural area, this category is the sum of areas under a) arable land - land under temporary agricultural crops (multiple-cropped areas are counted only once), temporary meadows for mowing or pasture, land under market and kitchen gardens and land temporarily fallow (less than five years). The abandoned land resulting from shifting cultivation is not included in this category. Data for \"Arable land\" are not meant to indicate the amount of land that is potentially cultivable; (b) permanent crops - land cultivated with long-term crops which do not have to be replanted for several years (such as cocoa and coffee); land under trees and shrubs producing flowers, such as roses and jasmine; and nurseries (except those for forest trees, which should be classified under \"forest\"); and (c) permanent meadows and pastures - land used permanently (five years or more) to grow herbaceous forage crops, either cultivated or growing wild (wild prairie or grazing land). Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx " ; + "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" . + + +### http://aims.fao.org/aos/geopolitical.owl#agriculturalAreaNotes + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#agriculturalAreaTotal + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#agriculturalAreaUnit + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#agriculturalAreaYear + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#codeAGROVOC + rdf:type owl:DatatypeProperty ; + "AGROVOC" ; + "http://aims.fao.org/ar/website/Search-AGROVOC/sub"@ar , + "http://aims.fao.org/es/website/Search-AGROVOC/sub"@es , + "http://aims.fao.org/fr/website/Search-AGROVOC/sub"@fr , + "http://aims.fao.org/website/Search-AGROVOC/sub"@en , + "http://aims.fao.org/zh-hans/website/Search-AGROVOC/sub"@zh ; + "AGROVOC http://aims.fao.org/website/Search-AGROVOC/sub" . + + +### http://aims.fao.org/aos/geopolitical.owl#codeCurrency + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#codeDBPediaID + rdf:type owl:DatatypeProperty ; + "DBpedia" ; + "http://dbpedia.org/About"@en ; + "2010-04-28" ; + "DBpedia http://dbpedia.org/About" . + + +### http://aims.fao.org/aos/geopolitical.owl#codeFAOSTAT + rdf:type owl:DatatypeProperty ; + "FAOSTAT" ; + "http://faostat.fao.org"@en , + "http://faostat.fao.org/default.aspx?lang=es"@es , + "http://faostat.fao.org/default.aspx?lang=fr"@fr ; + "FAOSTAT http://faostat.fao.org" . + + +### http://aims.fao.org/aos/geopolitical.owl#codeFAOTERM + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#codeGAUL + rdf:type owl:DatatypeProperty ; + "Global Administrative Unit Layers" ; + "http://www.fao.org/geonetwork/srv/en/metadata.show?id=12691" ; + "2008-12-10" ; + "Global Administrative Unit Layers http://www.fao.org/geonetwork/srv/en/metadata.show?id=12691" . + + +### http://aims.fao.org/aos/geopolitical.owl#codeISO2 + rdf:type owl:DatatypeProperty ; + "ISO 3166-1" ; + "http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm" ; + "ISO 3166-1 http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm" . + + +### http://aims.fao.org/aos/geopolitical.owl#codeISO3 + rdf:type owl:DatatypeProperty ; + "United Nations Statistics Division" ; + "http://unstats.un.org/unsd/methods/m49/m49alpha.htm"@en , + "http://unstats.un.org/unsd/methods/m49/m49alphaf.htm"@fr ; + "2010-04-01" ; + "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm" . + + +### http://aims.fao.org/aos/geopolitical.owl#codeUN + rdf:type owl:DatatypeProperty ; + "United Nations Statistics Division" ; + "http://unstats.un.org/unsd/methods/m49/m49alpha.htm"@en , + "http://unstats.un.org/unsd/methods/m49/m49alphaf.htm"@fr ; + "2010-04-01" ; + "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm" . + + +### http://aims.fao.org/aos/geopolitical.owl#codeUNDP + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#countryArea + rdf:type owl:DatatypeProperty ; + "FAOSTAT" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + "2011-07-21" ; + "Country area, area of the country including area under inland water bodies, but excluding offshore territorial waters. Possible variations in the data may be due to updating and revisions of the country data and not necessarily to any change of area. Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx " ; + "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" . + + +### http://aims.fao.org/aos/geopolitical.owl#countryAreaNotes + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#countryAreaTotal + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#countryAreaUnit + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#countryAreaYear + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasCode + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasCoordinate + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasCurrency + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasListName + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasMaxLatitude + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasMaxLongitude + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasMinLatitude + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasMinLongitude + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasNationality + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasOfficialName + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasShortName + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#hasStatistics + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#landArea + rdf:type owl:DatatypeProperty ; + "FAOSTAT" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + "2011-07-21" ; + "Land area is the total area of the country excluding area under inland water bodies. Possible variations in the data may be due to updating and revisions of the country data and not necessarily to any change of area. Data are expressed in 1 000 hectares. http://faostat.fao.org/site/375/default.aspx " ; + "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" . + + +### http://aims.fao.org/aos/geopolitical.owl#landAreaNotes + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#landAreaTotal + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#landAreaUnit + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#landAreaYear + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#nameCurrencyAR + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameCurrencyEN + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameCurrencyES + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameCurrencyFR + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameCurrencyIT + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameCurrencyRU + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameCurrencyZH + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameListAR + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameListEN + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameListES + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameListFR + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameListIT + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameListRU + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameListZH + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameOfficialAR + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameOfficialEN + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameOfficialES + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameOfficialFR + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameOfficialIT + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameOfficialRU + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameOfficialZH + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameShortAR + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameShortEN + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameShortES + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameShortFR + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameShortIT + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameShortRU + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nameShortZH + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nationalityAR + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nationalityEN + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nationalityES + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nationalityFR + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nationalityIT + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nationalityRU + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#nationalityZH + rdf:type owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar , + "http://www.fao.org/termportal/contr/en/"@en , + "http://www.fao.org/termportal/contr/es/"@es , + "http://www.fao.org/termportal/contr/fr/"@fr , + "http://www.fao.org/termportal/contr/zh/"@zh , + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" . + + +### http://aims.fao.org/aos/geopolitical.owl#population + rdf:type owl:DatatypeProperty ; + "FAOSTAT" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=en#ancor"@en , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=es#ancor"@es , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=fr#ancor"@fr , + "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=en#ancor" ; + "2009-09-21" ; + "The total population usually refers to the present-in-area (de facto) population which includes all persons physically present within the present geographical boundaries of countries at the mid-point of the reference period. http://faostat.fao.org/site/375/default.aspx" ; + "FAOSTAT http://faostat.fao.org/site/550/default.aspx" . + + +### http://aims.fao.org/aos/geopolitical.owl#populationNotes + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#populationTotal + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#populationUnit + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#populationYear + rdf:type owl:DatatypeProperty . + + +### http://aims.fao.org/aos/geopolitical.owl#validSince + rdf:type owl:DatatypeProperty ; + rdfs:comment "The value of the datatype property *validSince* associated to a particular area (territory or group) indicates the area's first year of validity. The geopolitical ontology traces back historic changes only until 1985, therefore, if an area has a validSince = 1985, this indicates that the area is/was valid since 1985 or before. " . + + +### http://aims.fao.org/aos/geopolitical.owl#validUntil + rdf:type owl:DatatypeProperty ; + rdfs:comment """The value of the datatype property *validUntil* associated to a particular area (territory or group) indicates the area's last year of validity. In case the area is currently valid, this value is set by default to 9999. + """ . + + +### http://purl.obolibrary.org/obo/ARG_0000001 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:boolean ; + "The document can be used as a template for the creation of other documents. " ; + rdfs:label "is_template"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000015 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + "A free text field for recording topics which relate to the resource. " ; + rdfs:label "user_defined_tag"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000172 + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "patient_id"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000197 + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "health care provider id"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000012 + rdf:type owl:DatatypeProperty ; + rdfs:label "measurement_label"@en . + + +### http://purl.obolibrary.org/obo/ERO_0000044 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + + + + + + + + + + + ) + ] ; + rdfs:range xsd:string ; + "has inventory number" ; + "An example inventory number can be in the form: 12345" ; + ; + "Inventory identifier for the resource." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_inventory_number" . + + +### http://purl.obolibrary.org/obo/ERO_0000045 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + + + + + + + + + ) + ] ; + rdfs:range xsd:string ; + "has restriction" ; + "Resource is only available to researchers in the department." ; + ; + "A restriction on service availability, such as university or consortium affiliation, geographical location, professional certification, or other factors." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_restriction" . + + +### http://purl.obolibrary.org/obo/ERO_0000046 + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range xsd:string ; + "has geographic restriction" ; + "Resource is only available to researchers in Boston area." ; + ; + "Any service limitation tied to geographically-defined areas such as metro areas, counties, states, or regions. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_geographic_restriction" . + + +### http://purl.obolibrary.org/obo/ERO_0000050 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "model number" ; + "ABI 9000" ; + ; + "Instrument model number, which may be a name, number, or both." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "model_number" . + + +### http://purl.obolibrary.org/obo/ERO_0000054 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range xsd:string ; + "lab data format" ; + "Excel spreadsheet" ; + ; + "Current method or software used to inventory a lab's resources. Examples include Excel, index cards, FileMaker, 3-ring binder, etc." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "lab_data_format" . + + +### http://purl.obolibrary.org/obo/ERO_0000072 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range xsd:string ; + "v 1.0" ; + ; + "Software edition, typically a numeral followed by a decimal and another numeral, such as 2.1." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "version" . + + +### http://purl.obolibrary.org/obo/ERO_0000073 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range xsd:string ; + "operating system" ; + "Microsoft Windows" ; + ; + "Computer operating system used by the software, such as Windows, MacOS, or Linux." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "operating_system" . + + +### http://purl.obolibrary.org/obo/ERO_0000236 + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + + + + + ) + ] ; + rdfs:range xsd:string ; + "has entrez gene id" ; + "The entrez gene ID of mouse CD34 is 12490." ; + ; + "A unique identifier assigned to each record in the Entrez Gene database." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_entrez_gene_id" . + + +### http://purl.obolibrary.org/obo/ERO_0000403 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "construct backbone" ; + "pENTER" ; + ; + "Name of the construct backbone. This label is often the first part of a construct name and refers to the part of the construct that is not the insert." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "construct_backbone" . + + +### http://purl.obolibrary.org/obo/ERO_0000405 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range xsd:string ; + "accession number" ; + "The accession number for a gene." ; + ; + "Unique identifier of a biological polymer sequence (DNA, RNA, protein) when it is submitted to a sequence database." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_accession_number" . + + +### http://purl.obolibrary.org/obo/ERO_0000406 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "insert size" ; + "A 40bp insert." ; + ; + "Number of base pairs in the insert." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_insert_size" . + + +### http://purl.obolibrary.org/obo/ERO_0000407 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range xsd:string ; + "insert tag" ; + "A FLAG tag on a protein." ; + ; + "Expression tag that allows tracking of the RNA or protein." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_tag" . + + +### http://purl.obolibrary.org/obo/ERO_0000424 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "study population" ; + "African american study population." ; + ; + "Characteristics of the human population being studied. May include number, demographic or geographic information, inclusion or exclusion criteria, or other descriptive information." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_study_population" . + + +### http://purl.obolibrary.org/obo/ERO_0000473 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "CAS number" ; + "The CAS number for NaOH." ; + ; + "Unique numerical identifier for a chemical as defined by the Chemical Abstracts Service (CAS)." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_CAS_number" . + + +### http://purl.obolibrary.org/obo/ERO_0000474 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "IUPAC name" ; + "The IUPAC name for NaOH." ; + ; + "International Union of Pure and Applied Chemistry (IUPAC) name of the chemical." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_IUPAC_name" . + + +### http://purl.obolibrary.org/obo/ERO_0000475 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "PubChem CID" ; + "The PubChem CID for NaOH." ; + ; + "Unique numerical identifier for a chemical as defined by the PubChem database of chemical molecules." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_PubChem_CID" . + + +### http://purl.obolibrary.org/obo/ERO_0000476 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "Purity Grade" ; + "99.9% pure ethanol." ; + ; + "Purity grade of a chemical reagent, often expressed in the product name by means of a quality denomination that follows to the product nomenclature, such as Guaranteed Reagent." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_purity_grade" . + + +### http://purl.obolibrary.org/obo/ERO_0000480 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + + + + + + + + + + ) + ] ; + rdfs:range xsd:string ; + "has URL" ; + "The website for a manufacturer." ; + ; + "Web address of the resource." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "has_url" . + + +### http://purl.obolibrary.org/obo/ERO_0000541 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has selectable marker" ; + "Ampicillin resistance gene." ; + ; + "Gene that confers a trait suitable for selection." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_selectable_marker" . + + +### http://purl.obolibrary.org/obo/ERO_0000544 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range xsd:int ; + "library count" ; + "100 RNAi oligos in an oligo library." ; + ; + "Number of elements in the library." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "library_count" . + + +### http://purl.obolibrary.org/obo/ERO_0000547 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range xsd:string ; + "has uniPROT ID" ; + "The UniPROT ID for Mad4 protein." ; + ; + "Unique numerical identifier for a chemical as defined by the UniProt database." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_uniPROT_ID" . + + +### http://purl.obolibrary.org/obo/ERO_0000550 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has bacterial host strain" ; + "E.coli is used to host a DNA library." ; + ; + "Bacterial strain in which the library is hosted." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_bacterial_host_strain" . + + +### http://purl.obolibrary.org/obo/ERO_0000551 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has producer strain" ; + "E.coli is used to produce a DNA library." ; + ; + "Organismal or viral strain used to produce the library." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_producer_strain" . + + +### http://purl.obolibrary.org/obo/ERO_0000553 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has producer cell type" ; + "293T cells are used to produce a lentiviral supernatant." ; + ; + "Type of cell in which the virus may be produced." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_producer_cell_type" . + + +### http://purl.obolibrary.org/obo/ERO_0000555 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "recognizes protein uniprot ID" ; + "The antibody recognizes a protein, with a corresponding UniProt ID." ; + ; + "The Uniprot ID of the gene product recognized by the antibody." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "recognizes_protein_uniprot_ID" . + + +### http://purl.obolibrary.org/obo/ERO_0000569 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "has_PubMed_ID" . + + +### http://purl.obolibrary.org/obo/ERO_0000571 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has parental strain name" ; + "Wild type 293 cells." ; + ; + "Parental strain name of modified organisms." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_parental_strain_name" . + + +### http://purl.obolibrary.org/obo/ERO_0000574 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + + + + + ) + ] ; + rdfs:range xsd:string ; + "has gene symbol" ; + "CD4." ; + ; + "The official symbol for the gene." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "has_gene_symbol" . + + +### http://purl.obolibrary.org/obo/ERO_0000575 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has affected gene Entrez ID" ; + "The entrez gene ID of mouse CD34 is 12490." ; + ; + "The Entrez Gene ID for the gene that is affected in a transgenic organism." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_affected_gene_entrez_id" . + + +### http://purl.obolibrary.org/obo/ERO_0000578 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has phenotype" ; + "A mouse with a shorter tail." ; + ; + "An observable characteristic or trait of an organism, such as its morphology, development, biochemical or physiological properties, behavior, and products of behavior (such as a bird's nest)." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_phenotype" . + + +### http://purl.obolibrary.org/obo/ERO_0000579 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has source" ; + "A mouse house in a research lab." ; + ; + "Organism�s source environment or clinical setting." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_source" . + + +### http://purl.obolibrary.org/obo/ERO_0000580 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range xsd:string ; + "has infectious history" ; + "A monkey with CMV." ; + ; + "Infectious history of the organism, such as previous viral infections that may affect the usage of the organism for research." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_infectious_history" . + + +### http://purl.obolibrary.org/obo/ERO_0000774 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has eligibility requirement" ; + "A grade point average above 3.5 is an eligibility requirement." ; + ; + "Requirements for research opportunity eligibility. Requirements include: coursework, minimum gradepoint average, state residency, under-represented group status, field of study, or matriculation status." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_eligibility_requirment" . + + +### http://purl.obolibrary.org/obo/ERO_0000781 + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + "has start date" ; + "January 1, 2012." ; + ; + "Beginning time at which the research opportunity is available." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_start_date" . + + +### http://purl.obolibrary.org/obo/ERO_0000782 + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + "has end date" ; + "January 21, 2012." ; + ; + "Time at which the research opportunity is no longer available." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_end_date" . + + +### http://purl.obolibrary.org/obo/ERO_0001044 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has InChI Key" ; + "The InChi key number for NaOH." ; + ; + "Unique numerical identifier for a chemical as defined by the InChI Key database." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_InChI_key" . + + +### http://purl.obolibrary.org/obo/ERO_0001157 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range xsd:string ; + "has diagnosis" ; + "A biological specimen collected from a patient with breast cancer." ; + ; + "Diagnosis of the biological specimen sampled." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" . + + +### http://purl.obolibrary.org/obo/ERO_0001519 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has pathological stage" ; + "Stage IV breast cancer." ; + ; + "Stage that has been assigned to the biological specimen, such as cancer stage, degeneration stage, normal or control." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_pathological_stage" . + + +### http://purl.obolibrary.org/obo/ERO_0001525 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has antibody registry ID" ; + "AB12345." ; + ; + "The unique ID number assigned to an antibody in the Neurosicence Information Framework (NIF) antibody registry. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "has_antibody_registry_ID" . + + +### http://purl.obolibrary.org/obo/ERO_0001526 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has clone ID" ; + "N-262." ; + ; + "Clone identification number assigned to a monoclonal antibody." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "has_clone_ID" . + + +### http://purl.obolibrary.org/obo/ERO_0001527 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has lot number" ; + "4521" ; + ; + "The identification number assigned to a particular quantity or lot of material from a single manufacturer." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/lot-number" ; + rdfs:label "has_lot_number" . + + +### http://purl.obolibrary.org/obo/ERO_0001528 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has catalog number" ; + "SC-1234" ; + ; + "Catalog number of a commercially manufactured reagent." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "has_catalog_number" . + + +### http://purl.obolibrary.org/obo/ERO_0001529 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "has conjugate" ; + "FITC." ; + ; + "A molecule conjugated to the antibody, which can be used to detect the presence of the antibody." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "has_conjugate" . + + +### http://purl.obolibrary.org/obo/ERO_0001535 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range xsd:string ; + "Phosphorylation." ; + ; + "Post-translational protein modification." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "target_modification" . + + +### http://purl.obolibrary.org/obo/ERO_0001546 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "C-terminus." ; + ; + "The subregion which is targeted by the antibody, such as the N- or C-terminus or a specific domain." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "target_subregion" . + + +### http://purl.obolibrary.org/obo/ERO_0001547 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range xsd:string ; + "Antibody cross reacts with other gene family members." ; + ; + "Gene(s) for which the antibody has been shown to cross react." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "gene_cross_reactivity" . + + +### http://purl.obolibrary.org/obo/ERO_0001550 + rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + + + + + ) + ] ; + rdfs:range xsd:string ; + "Sequence of an oligo." ; + ; + "The sequence of nucleotide residues or amino acids in a nucleotide or a protein. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Possibly import from IAO or SO." ; + rdfs:label "has_sequence" . + + +### http://purl.obolibrary.org/obo/ERO_0001837 + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + "The molecular weight of the protein target." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "has_molecular_weight" . + + +### http://purl.obolibrary.org/obo/IAO_0000004 + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain ; + rdfs:range xsd:float ; + rdfs:label "has measurement value"@en . + + +### http://purl.org/ontology/bibo/abstract + rdf:type owl:DatatypeProperty ; + "http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A summary of the resource." ; + rdfs:isDefinedBy "http://purl.org/dc/terms/"^^xsd:anyURI ; + rdfs:label "abstract"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/asin + rdf:type owl:DatatypeProperty ; + "020530902X" , + "Amazon standard identification number. Source: http://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number." ; + rdfs:comment "Amazon Standard Identification Number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "asin"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/chapter + rdf:type owl:DatatypeProperty ; + "Title of the chapter (this individual) currently should be entered in the individual name (rdfs:label). Title of the book belongs on a separate Book individual related to the chapter via the core:partOf property (or its child property bibo:reproducedIn). The core:title field is deprecated and should no longer be used as of version 1.1 -- we will want to map rdfs:label to dc:title for query or linked data requests in the future" ; + rdfs:comment "An chapter number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "chapter (bibo dp)"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/coden + rdf:type owl:DatatypeProperty ; + """CODEN became particularly common in the scientific community as a citation system for periodicals cited in technical- as well in chemistry-related publications and as a search tool in many bibliographic catalogues. +Definition and description came from Wikipedia here: http://en.wikipedia.org/wiki/CODEN """ ; + rdfs:comment "An identifier of serials, still in use by libraries, but replaced by ISSN for any new work"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "coden"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/doi + rdf:type owl:DatatypeProperty ; + rdfs:comment "Digital Object Identifier"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "digital object identifier (doi)"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/eanucc13 + rdf:type owl:DatatypeProperty ; + """Definition source: http://en.wikipedia.org/wiki/European_Article_Numbering-Uniform_Code_Council. +The Uniform Code Council (UCC) was the Numbering Organization in the USA to administer and manage the EAN.UCC System. In 2005 the UCC changed its name to GS1 US.""" ; + rdfs:comment "European Article Number/Uniform Commercier Code 13"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "ean international-uniform code council (ean-ucc) 13"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/edition + rdf:type owl:DatatypeProperty ; + rdfs:comment "The name defining a special edition of a document. Normally its a literal value composed of a version number and words."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "edition"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/eissn + rdf:type owl:DatatypeProperty ; + "eissn stands for Electronic International Standard Serial Number. source: http://www.definition-of.com/EISSN" ; + rdfs:comment "The electronic ISSN number of a periodical."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "electronic international standard serial number (eissn)"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/gtin14 + rdf:type owl:DatatypeProperty ; + "http://en.wikipedia.org/wiki/Global_Trade_Item_Number." ; + rdfs:comment "Global Trade Item Number 14"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "gtin14"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/identifier + rdf:type owl:DatatypeProperty ; + rdfs:label "identifier (bibo)"@en . + + +### http://purl.org/ontology/bibo/isbn10 + rdf:type owl:DatatypeProperty ; + "http://en.wikipedia.org/wiki/Isbn." ; + rdfs:label "international standard book number (isbn) 10"@en . + + +### http://purl.org/ontology/bibo/isbn13 + rdf:type owl:DatatypeProperty ; + "source: http://en.wikipedia.org/wiki/Isbn." ; + rdfs:label "international standard book number (isbn) 13"@en . + + +### http://purl.org/ontology/bibo/issn + rdf:type owl:DatatypeProperty ; + "source: http://en.wikipedia.org/wiki/Issn" ; + rdfs:comment "International Standard Serial Number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "international standard serial number (issn)"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/issue + rdf:type owl:DatatypeProperty ; + "Bibo has the domain of bibo:issue as the class Issue, but an example on their site uses it with Article, referring to the issue number \"4\"" ; + rdfs:label "issue (bibo dp)"@en . + + +### http://purl.org/ontology/bibo/lccn + rdf:type owl:DatatypeProperty ; + "Source: http://en.wikipedia.org/wiki/Library_of_Congress_Control_Number." ; + rdfs:comment "Library of Congress Control Number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "library of congress control number (lccn)"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/locator + rdf:type owl:DatatypeProperty ; + "definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A description (often numeric) that locates an item within a containing document or collection."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "locator"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/numPages + rdf:type owl:DatatypeProperty ; + rdfs:label "number of pages"@en . + + +### http://purl.org/ontology/bibo/number + rdf:type owl:DatatypeProperty ; + "Definition from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:label "number"@en . + + +### http://purl.org/ontology/bibo/oclcnum + rdf:type owl:DatatypeProperty ; + """http://info-uri.info/registry/OAIHandler?verb=GetRecord&metadataPrefix=reg&identifier=info:oclcnum/. + + +bibo has the domain of this property set to the union of Collection and Document.""" ; + rdfs:comment "OCLC Identifier"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "online computer library center (oclc) number"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/pageEnd + rdf:type owl:DatatypeProperty ; + rdfs:comment "Ending page number within a continuous page range."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "end page"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/pageStart + rdf:type owl:DatatypeProperty ; + rdfs:comment "Starting page number within a continuous page range."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "start page"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/pmid + rdf:type owl:DatatypeProperty ; + "The PubMed ID (PMID) identifies a citation record (rather than full-text) in the PubMed database. It is not evidence of compliance with the NIH Public Access Policy, because it does not identify a full-text submission of any kind." ; + rdfs:comment "PubMed Identifier"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "pubmed identifier"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/prefixName + rdf:type owl:DatatypeProperty ; + "Mr; Ms; Mrs" , + "http://dictionary.reference.com/browse/prefix" ; + rdfs:comment "The prefix of a name"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "name prefix"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/section + rdf:type owl:DatatypeProperty ; + """Di Rado, Alicia. 1995. Trekking through college: Classes explore +modern society using the world of Star trek. Los Angeles Times, March +15, sec. A, p. 3."""@en ; + rdfs:comment "An section number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "section"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/shortDescription + rdf:type owl:DatatypeProperty ; + rdfs:comment "A short description of the resource." ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "short description"@en ; + "unstable" ; + "The idea here is that while dcterms:description may involve length descriptions, this for short (two or three word) descriptions that could go in a bibliographic entry."@en . + + +### http://purl.org/ontology/bibo/sici + rdf:type owl:DatatypeProperty ; + "A sub property of identifier (http://en.wikipedia.org/wiki/SICI)." ; + rdfs:comment "Serial Item and Contribution Identifier"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "sici"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/suffixName + rdf:type owl:DatatypeProperty ; + "Jr.; III;; M.D." ; + rdfs:comment "The suffix of a name"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "name suffix"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/upc + rdf:type owl:DatatypeProperty ; + "source for public description: http://en.wikipedia.org/wiki/Universal_Product_Code." ; + rdfs:comment "Universal Product Code"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "upc"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/uri + rdf:type owl:DatatypeProperty ; + "Definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:label "uri"@en . + + +### http://purl.org/ontology/bibo/volume + rdf:type owl:DatatypeProperty ; + rdfs:label "volume (bibo)"@en . + + +### http://purl.org/spar/c4o/hasGlobalCountDate + rdf:type owl:DatatypeProperty ; + "The date on which the global citation count of the cited entity was recorded from a named bibliographic information source." ; + rdfs:label "has global count date"@en . + + +### http://purl.org/spar/c4o/hasGlobalCountValue + rdf:type owl:DatatypeProperty ; + "An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date." ; + rdfs:label "has global count value"@en . + + +### http://vivoweb.org/ontology/core#abbreviation + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + "A short form for an longer title or name." , + "B.A." ; + rdfs:label "abbreviation"@en . + + +### http://vivoweb.org/ontology/core#cclCode + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "published us classification class/subclass (ccl) code"@en . + + +### http://vivoweb.org/ontology/core#courseCredits + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "credits"@en . + + +### http://vivoweb.org/ontology/core#dateTime + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:dateTime ; + rdfs:label "date/time"@en . + + +### http://vivoweb.org/ontology/core#eRACommonsId + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdfs:label "era commons id"@en . + + +### http://vivoweb.org/ontology/core#freetextKeyword + rdf:type owl:DatatypeProperty ; + """conservation + +use one freetextKeyword assertion for each keyword or phrase.""" , + "one keyword or phrase per freetextKeyword assertion" ; + rdfs:label "keywords"@en . + + +### http://vivoweb.org/ontology/core#grantDirectCosts + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "direct costs"@en . + + +### http://vivoweb.org/ontology/core#hasMonetaryAmount + rdf:type owl:DatatypeProperty ; + rdfs:label "has_monetary_amount"@en . + + +### http://vivoweb.org/ontology/core#hasValue + rdf:type owl:DatatypeProperty ; + rdfs:label "has_value"@en . + + +### http://vivoweb.org/ontology/core#iclCode + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + """The International classification(s) to which the published application has been assigned. +""" ; + rdfs:label "international classification (icl) code"@en . + + +### http://vivoweb.org/ontology/core#identifier + rdf:type owl:DatatypeProperty ; + rdfs:label "identifier (vivo)"@en . + + +### http://vivoweb.org/ontology/core#licenseNumber + rdf:type owl:DatatypeProperty ; + rdfs:label "license number"@en . + + +### http://vivoweb.org/ontology/core#linkURI + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain ; + rdfs:label "link uri"@en . + + +### http://vivoweb.org/ontology/core#localAwardId + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + "core:localAwardId has a domain of core:Grant, and should be public since that's its public identifier for local use by OSP, accounting, department admins, and the PI " ; + rdfs:label "local award id"@en . + + +### http://vivoweb.org/ontology/core#majorField + rdf:type owl:DatatypeProperty ; + "Information Science; Computer Science; Anthropology" ; + rdfs:label "major field of degree"@en . + + +### http://vivoweb.org/ontology/core#middleName + rdf:type owl:DatatypeProperty ; + rdfs:label "middle name or initial"@en . + + +### http://vivoweb.org/ontology/core#nihmsid + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:label "nih manuscript submission system id"@en . + + +### http://vivoweb.org/ontology/core#orcidId + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + """We can't yet assume that we will only have a single ORCID id for a person. +source: http://en.wikipedia.org/wiki/ORCID . + + +We wanted this property to be visible so that people would be aware that we intend to carry ORCID ids in VIVO for cross-reference. I don't believe any ORCID ids have been minted yet, but it's hard to imagine they would need to be private since the goal of having them is to disambiguate author references internationally. However, this and the researcherId and scopusId (also with domain foaf:Person) can stay as visible to self-editors for now as they will probably be used mostly in data ingest. It might be nice in the future to let people make their own decision about whether these are visible.""" ; + rdfs:label "orcid id"@en . + + +### http://vivoweb.org/ontology/core#outreachOverview + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + "My extension program consists of developing and reporting disease management strategies that are both economically and environmentally sound for fresh market vegetable production. We hope that some of this testing will result in practices adaptable for organic production." , + "Used for a single narrative summary of outreach, typically covering a wide range of activities and time periods; use Outreach Provider Role for information on individual activities" ; + rdfs:label "outreach overview"@en . + + +### http://vivoweb.org/ontology/core#overview + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "overview"@en . + + +### http://vivoweb.org/ontology/core#patentNumber + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdf:type owl:FunctionalProperty ; + rdfs:domain ; + "source of definition: http://www.uspto.gov/main/glossary/#p . The following site has patent number formats: http://www.uspto.gov/patents/ebc/kindcodesum.jsp ." ; + rdfs:label "patent number"@en . + + +### http://vivoweb.org/ontology/core#placeOfPublication + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "place of publication"@en . + + +### http://vivoweb.org/ontology/core#pmcid + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + " A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available in PubMed Central. The PMCID is issued shortly after the PI or author approves the PubMed Central formatted web version of the submission. " ; + rdfs:label "pubmed central id"@en . + + +### http://vivoweb.org/ontology/core#rank + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:int ; + "this number indicates a position in a list" ; + rdfs:label "rank"@en . + + +### http://vivoweb.org/ontology/core#reportId + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdf:type owl:FunctionalProperty ; + rdfs:domain ; + rdfs:label "report identifier"@en . + + +### http://vivoweb.org/ontology/core#researchOverview + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + "Used for a single narrative summary of research, typically covering a wide range of activities and time periods; use Researcher Role for information on individual activities" ; + rdfs:label "research overview"@en . + + +### http://vivoweb.org/ontology/core#researcherId + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + """RearcherID is a Thomson Reuters project where researchers have a place to manage and share their professional information. It will allow them to solve author identity issues while simultaneously adding dynamic citation metrics and collaboration networks to your personal profile. +Definition source: http://isiwebofknowledge.com/researcherid/""" ; + rdfs:label "isi researcher id"@en . + + +### http://vivoweb.org/ontology/core#scopusId + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + "Home page for Scopus: http://www.scopus.com/home.url" ; + rdfs:label "scopus id"@en . + + +### http://vivoweb.org/ontology/core#seatingCapacity + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:range xsd:int ; + "55" , + "definition modified from: source (http://en.wikipedia.org/wiki/Seating_capacity)." ; + rdfs:label "seating capacity"@en . + + +### http://vivoweb.org/ontology/core#sponsorAwardId + rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf ; + rdf:type owl:FunctionalProperty ; + """Has a domain of Grant. There is not a strong reason have this be publically visible, since most users would care more about the name of the sponsoring agency than its identifier, but it does no harm to be public. + + +See also core:localAwardId. +""" ; + rdfs:label "sponsor award id"@en . + + +### http://vivoweb.org/ontology/core#supplementalInformation + rdf:type owl:DatatypeProperty ; + rdfs:label "supplemental information"@en . + + +### http://vivoweb.org/ontology/core#teachingOverview + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + "Used for a single narrative summary of teaching, typically covering a wide range of courses including for credit and non-credit teaching over multiple semesters; the \"teaches\" property links a person directly with an instance of a Semester Class, typically from an institutional database of record; then use Teacher Role for information about a person's role in non-credit teaching or their specific contribution to individual courses" ; + rdfs:label "teaching overview"@en . + + +### http://vivoweb.org/ontology/core#totalAwardAmount + rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "total award amount"@en . + + +### http://vivoweb.org/ontology/scientific-research#irbNumber + rdf:type owl:DatatypeProperty ; + "Every clinical trial in the United States must be approved and monitored by an Institutional Review Board (IRB). An IRB is an independent committee of physicians, statisticians, community advocates and others whose objective is to ensure that a clinical trial is ethical and the rights of study participants are protected. " ; + rdfs:label "institutional review board (irb) number"@en . + + +### http://vivoweb.org/ontology/scientific-research#nctId + rdf:type owl:DatatypeProperty ; + "ClinicalTrials.gov is an ICMJE-acceptable public registry, offering up-to-date information for locating clinical trials for a wide range of diseases and conditions. The U.S. National Institutes of Health (NIH), through its National Library of Medicine (NLM), developed this site in collaboration with the Food and Drug Administration (FDA), as a result of the FDA Modernization Act, which was passed into law in November 1997. This property should be publically visible since it is one of the principal identifiers in a national registry of clinical trials " ; + "NCT00000419" ; + rdfs:label "national clinical trials (nct) number"@en . + + +### http://vivoweb.org/ontology/scientific-research#studyPopulationCount + rdf:type owl:DatatypeProperty ; + "number of human participants in the study (trial)." ; + rdfs:label "study population count"@en . + + +### http://www.w3.org/2006/vcard/ns#additionalName + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label " additional name"@en . + + +### http://www.w3.org/2006/vcard/ns#anniversary + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:dateTime ; + rdfs:comment "The date of marriage, or equivalent, of the object the vCard represents" ; + rdfs:label "anniversary"@en . + + +### http://www.w3.org/2006/vcard/ns#birthdate + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:dateTime ; + rdfs:comment "To specify the birth date of the object the vCard represents" ; + rdfs:label "birthdate"@en . + + +### http://www.w3.org/2006/vcard/ns#calendarBusy + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "calendar busy (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#calendarLink + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "calendar link (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#calendarRequest + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "calendar request (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#category + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "category (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#country + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "country (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#email + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "email (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#familyName + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:comment "Called Family Name in vCard" ; + rdfs:label "has last name"@en . + + +### http://www.w3.org/2006/vcard/ns#formattedName + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "has format name"@en . + + +### http://www.w3.org/2006/vcard/ns#gender + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:comment """To specify the components of the sex and gender identity of the object the vCard represents. +To enable other Gender/Sex codes to be used, this dataproperty has range URI. The vCard gender code classes are defined under Code/Gender""" ; + rdfs:label "gender (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#geo + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:comment "Must use the geo URI scheme RFC5870" ; + rdfs:label "geo (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#givenName + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:comment "called Given Name invCard" ; + rdfs:label "first name"@en . + + +### http://www.w3.org/2006/vcard/ns#honorificPrefix + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:comment "Called Honorific Prefix in vCard" ; + rdfs:label "has prefix name"@en . + + +### http://www.w3.org/2006/vcard/ns#honorificSuffix + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "honorific suffix name"@en . + + +### http://www.w3.org/2006/vcard/ns#instantMessage + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "instant message"@en . + + +### http://www.w3.org/2006/vcard/ns#key + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "key (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#language + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:comment "Use 2 char language code from RFC5646" ; + rdfs:label "has language (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#locality + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "locality"@en . + + +### http://www.w3.org/2006/vcard/ns#logo + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "logo (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#nickName + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "nick name"@en . + + +### http://www.w3.org/2006/vcard/ns#note + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "note (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#organizationName + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "organization name (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#organizationalUnitName + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "organizational unit name (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#photo + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "photo (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#postalCode + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "postal code"@en . + + +### http://www.w3.org/2006/vcard/ns#productId + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:label "product id"@en . + + +### http://www.w3.org/2006/vcard/ns#region + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "region"@en . + + +### http://www.w3.org/2006/vcard/ns#related + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "related (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#revision + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:dateTime ; + rdfs:label "revision"@en . + + +### http://www.w3.org/2006/vcard/ns#role + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "role (vcard)"@en . + + +### http://www.w3.org/2006/vcard/ns#sortAs + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:label "sort as"@en . + + +### http://www.w3.org/2006/vcard/ns#sound + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + rdfs:label "sound (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#source + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string ; + rdfs:label "source"@en . + + +### http://www.w3.org/2006/vcard/ns#streetAddress + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "street address"@en . + + +### http://www.w3.org/2006/vcard/ns#telephone + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:anyURI ; + rdfs:label "telephone (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#timeZone + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "timezone"@en . + + +### http://www.w3.org/2006/vcard/ns#title + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:string ; + rdfs:label "title (vcard dp)"@en . + + +### http://www.w3.org/2006/vcard/ns#uid + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:anyURI ; + rdfs:comment "To specify a value that represents a globally unique identifier corresponding to the entity associated with the vCard" ; + rdfs:label "uid"@en . + + +### http://www.w3.org/2006/vcard/ns#url + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:anyURI ; + rdfs:label "url (vcard dp)"@en . + + +################################################################# +# Classes +################################################################# + +### http://aims.fao.org/aos/geopolitical.owl#area + rdf:type owl:Class ; + rdfs:subClassOf owl:Thing , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] . + + +### http://aims.fao.org/aos/geopolitical.owl#disputed + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://aims.fao.org/aos/geopolitical.owl#economic_region + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://aims.fao.org/aos/geopolitical.owl#geographical_region + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "United Nations statistics department http://unstats.un.org/unsd/methods/m49/m49regin.htm" . + + +### http://aims.fao.org/aos/geopolitical.owl#group + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "group (geo)" . + + +### http://aims.fao.org/aos/geopolitical.owl#non_self_governing + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:minCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] ; + "UN Cartographic Section, Department of Field Support http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" . + + +### http://aims.fao.org/aos/geopolitical.owl#organization + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "organization (geo)" . + + +### http://aims.fao.org/aos/geopolitical.owl#other + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://aims.fao.org/aos/geopolitical.owl#self_governing + rdf:type owl:Class ; + owl:equivalentClass ; + rdfs:subClassOf , + ; + "United Nations Map Library http://www.un.org/depts/dhl/maplib/countinfo.htm" ; + rdfs:label "self governing"@en . + + +### http://aims.fao.org/aos/geopolitical.owl#special_group + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://aims.fao.org/aos/geopolitical.owl#territory + rdf:type owl:Class ; + rdfs:subClassOf , + , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger + ] . + + +### http://bioontology.org/ontologies/BiomedicalResourceOntology.owl#MRI_Scanner + rdf:type owl:Class . + + +### http://edamontology.org/format_1478 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "pdbml"@en . + + +### http://edamontology.org/format_1665 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Format of Taverna workflows." ; + ; + rdfs:label "taverna workflow format"@en . + + +### http://edamontology.org/format_1912 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Nexus format" . + + +### http://edamontology.org/format_1930 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + ".fq" , + "FASTQ" ; + rdfs:label ".fastq" . + + +### http://edamontology.org/format_2331 + rdf:type owl:Class ; + rdfs:subClassOf ; + "html, or HyperText Markup Language in full, is a data format specification is a markup language for web pages and is the publishing language of the World Wide Web." ; + "http://www.w3.org/TR/html401/" ; + ; + rdfs:label "html"@en . + + +### http://edamontology.org/format_2573 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Sequence Alignment/Map format" ; + rdfs:label ".sam" . + + +### http://edamontology.org/format_3005 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Wiggle format" ; + rdfs:label ".wig" . + + +### http://edamontology.org/format_3008 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "MAF" , + "Multiple Alignment Format" ; + rdfs:label ".maf" . + + +### http://purl.obolibrary.obo/obo/ARG_0000004 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A technique that involves outsourcing tasks to a distributed group of people. blah." ; + "http://en.wikipedia.org/wiki/Crowdsourcing" ; + rdfs:label "crowdsourcing"@en . + + +### http://purl.obolibrary.obo/obo/ARG_0001000 + rdf:type owl:Class ; + rdfs:subClassOf ; + """Analysis of interactions between people where people are the nodes in a network and the relationships between the individuals, such as co-authorship, organizational position, etc., are the links between the people. +""" ; + "http://en.wikipedia.org/wiki/Social_network_analysis" ; + rdfs:label "social network analysis"@en . + + +### http://purl.obolibrary.obo/obo/ARG_0001001 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Document that serves as a model for others to copy, either in structure or partial content." ; + "PERSON: Melissa Haendel" ; + rdfs:label "template"@en . + + +### http://purl.obolibrary.obo/obo/ARG_0001002 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The action of working with someone to produce or create something together." ; + "http://en.wikipedia.org/wiki/Collaborate" ; + rdfs:label "collaboration"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000002 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A document that investigates opinions or collects data by questioning a group of people." ; + rdfs:label "survey"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000003 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A document that denotes the duties,responsibilities and expected contributions and outcomes, the required qualifications of candidates, and the reporting relationship and coworkers of a particular job. " ; + "http://humanresources.about.com/od/jobdescriptions/g/job_description.htm" ; + rdfs:label "job description"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000004 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A document that provides information about work accomplished during a yearly time period." ; + rdfs:label "progress report"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000005 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A document that denotes the necessary instructions to train an individual to do the duties required for a specific task." ; + rdfs:label "training document"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000006 + rdf:type owl:Class ; + "A planned process carried out by a person or organization with the objective of training an individual or individual(s) in a specific task or function." ; + rdfs:label "training opportunity"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000007 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An information resource that is designed to convey information to a targeted group of individuals. " ; + rdfs:label "communication material"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000008 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A material, document or other asset that can be drawn on by a person or organization in order to function effectively." ; + rdfs:label "resource"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000009 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A key function committee of the Center for Translational Research Consortium. " ; + rdfs:label "ctsa key function committee"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000012 + rdf:type owl:Class ; + rdfs:subClassOf ; + """A document that provides information about the verification and validation +of the specified functionality and, if applicable, development cycle of a product.""" ; + "http://committees.comsoc.org/cqr/FAE_Docs/C6_Prod_Assess/ps7prodassess.html" ; + rdfs:label "product assessment"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000013 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A technique that involves the principles, and tools used in planning, control, monitoring, and review of projects." ; + "http://www.businessdictionary.com/definition/project-management.html" ; + rdfs:label "project management"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000016 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:comment "Check with OGMS" ; + rdfs:label "order"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000051 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "patient"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000052 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "prescription"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000123 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "icd-9 billing code"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000130 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:label "health care provider"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000200 + rdf:type owl:Class ; + rdfs:subClassOf ; + "a health care provider role of providing a direct medical care during an health care encounter. By direct we mean hands-on performance of helath care tasks or procedures." ; + rdfs:label "health care provider performing role"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000201 + rdf:type owl:Class ; + rdfs:subClassOf ; + "a health care provider role of supervising the provisioning of medical care durign an health care encounter." ; + rdfs:label "health care provider supervising role"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000423 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "procedure"@en . + + +### http://purl.obolibrary.org/obo/ARG_0000442 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "cpt billing code"@en . + + +### http://purl.obolibrary.org/obo/ARG_0001003 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A technique that has consistently shown results superior to those achieved with other means, and that is used as a benchmark." ; + "http://en.wikipedia.org/wiki/Best_practice" ; + rdfs:label "best practices"@en . + + +### http://purl.obolibrary.org/obo/ARG_0001004 + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wikipedia.org/wiki/Glossary" ; + rdfs:comment "A document that contains an alphabetical list of terms in a particular domain of knowledge with the definitions for those terms." ; + rdfs:label "glossary"@en . + + +### http://purl.obolibrary.org/obo/ARG_0001005 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A document that contains statements by which to determine a course of action. A guideline aims to streamline particular processes according to a set routine or sound practice, and by definition is never mandatory." ; + "http://en.wikipedia.org/wiki/Guidelines" ; + rdfs:label "guidelines"@en . + + +### http://purl.obolibrary.org/obo/ARG_0001006 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A planned process performed by a person or an application to administer and manage the grant process." ; + "http://en.wikipedia.org/wiki/Grant_management_software" ; + rdfs:label "grant management"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000008 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "topic weight measurement"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000009 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "expertise measurement"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000010 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "topic weight measurement process"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000011 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "expertise measurement process"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000021 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "experience"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000022 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "specialty"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000037 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom owl:Thing + ] ; + """An information entity that is about the entities being described or referred to in the Sharecenter contributed content. To be used as OWL classes for tagging. Each tag is an instance of one of the subclasses. + +The idea is that an instance of a class in this hierarchy represents a portion of content in sharecenter and this instance, by being an instance of this hierarych, will have an \"about\" relation to some other ISF class. This means that the \"portion of content\" in sharecenter \"is about\" some other entity and this other entity should be in the ISF whenever possible. +""" ; + rdfs:label "sharecenter content type"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000038 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about collaboration"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000039 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about document"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000040 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about case study"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000041 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about communication material"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000042 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about glossary"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000043 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about guidline"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000044 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about job description"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000045 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about academic article"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000046 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about slideshow"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000047 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about product assessment"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000048 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about progress report"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000049 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about protocol"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000050 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about survey"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000051 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about template"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000052 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about training document"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000053 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about video"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000054 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about webpage"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000055 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about interview"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000056 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about technique"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000057 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about best practice"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000058 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about bioinformatics analysis"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000059 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about crowdsourcing"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000060 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about grant management"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000061 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about project management"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000062 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about social network analysis"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000063 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about software"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000064 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:label "content about training opportunity"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000091 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "board subspecialty"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000092 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207K00000X" ; + rdfs:label "allergy and immunology (allergy and immunology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000093 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207L00000X" ; + rdfs:label "anesthesiology (anesthesiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000094 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "208C00000X" ; + rdfs:label "colon and rectal surgery (colon and rectal surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000095 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207N00000X" ; + rdfs:label "dermatology (dermatology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000096 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207P00000X" ; + rdfs:label "emergency medicine (emergency medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000097 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207Q00000X" ; + rdfs:label "family medicine (family medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000098 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207R00000X" ; + rdfs:label "internal medicine (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000100 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207SC0300X" ; + rdfs:label "clinical cytogenetics (medical genetics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000101 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207SG0201X" ; + rdfs:label "clinical genetics (md) (medical genetics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000102 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207SG0203X" ; + rdfs:label "clinical molecular genetics (medical genetics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000103 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207T00000X" ; + rdfs:label "neurological surgery (neurological surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000104 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207U00000X" ; + rdfs:label "nuclear medicine (nuclear medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000105 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207V00000X" ; + rdfs:label "obstetrics and gynecology (obstetrics and gynecology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000106 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207W00000X" ; + rdfs:label "ophthalmology (ophthalmology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000107 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207X00000X" ; + rdfs:label "orthopaedic surgery (orthopaedic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000108 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207Y00000X" ; + rdfs:label "otolaryngology (otolaryngology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000109 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZP0102X" ; + rdfs:label "pathology-anatomic/pathology-clinical (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000110 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZP0101X" ; + rdfs:label "pathology - anatomic (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000111 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZC0006X" ; + rdfs:label "pathology - clinical (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000112 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "208000000X" ; + rdfs:label "pediatrics (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000113 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "208100000X" ; + rdfs:label "physical medicine and rehabilitation (physical medicine and rehabilitation)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000114 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "208200000X" ; + rdfs:label "plastic surgery (plastic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000115 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2083A0100X" ; + rdfs:label "aerospace medicine (preventive medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000116 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2083X0100X" ; + rdfs:label "occupational medicine (preventive medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000117 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2083P0901X" ; + rdfs:label "public health and general preventive medicine (preventive medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000118 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084P0800X" ; + rdfs:label "psychiatry (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000119 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084N0400X" ; + rdfs:label "neurology (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000120 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084N0402X" ; + rdfs:label "neurology with special qualification in child neurology (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000121 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2085R0202X" ; + rdfs:label "diagnostic radiology (radiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000122 + rdf:type owl:Class ; + rdfs:subClassOf ; + "2085R0204X" ; + rdfs:label "interventional radiology and diagnostic radiology (radiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000123 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2085R0001X" ; + rdfs:label "radiation oncology (radiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000124 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2085R0205X" ; + rdfs:label "medical physics (radiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000125 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "208600000X" ; + rdfs:label "surgery (surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000126 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2086S0129X" ; + rdfs:label "vascular surgery (surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000127 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "208G00000X" ; + rdfs:label "thoracic and cardiac surgery (thoracic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000128 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "208800000X" ; + rdfs:label "urology (urology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000129 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207LC0200X" ; + rdfs:label "critical care medicine (anesthesiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000130 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207LH0002X" ; + rdfs:label "hospice and palliative medicine (anesthesiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000131 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207LP2900X" ; + rdfs:label "pain medicine (anesthesiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000132 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207LP3000X" ; + rdfs:label "pediatric anesthesiology (anesthesiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000133 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sleep medicine (anesthesiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000134 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ND0900X" ; + rdfs:label "dermatopathology (dermatology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000135 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207NP0225X" ; + rdfs:label "pediatric dermatology (dermatology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000136 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207PE0004X" ; + rdfs:label "emergency medical services (emergency medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000137 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207PH0002X" ; + rdfs:label "hospice and palliative medicine (emergency medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000139 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207PT0002X" ; + rdfs:label "medical toxicology (emergency medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000140 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207PP0204X" ; + rdfs:label "pediatric emergency medicine (emergency medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000141 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207PS0010X" ; + rdfs:label "sports medicine (emergency medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000142 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207PE0005X" ; + rdfs:label "undersea and hyperbaric medicine (emergency medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000143 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RA0000X" ; + rdfs:label "adolescent medicine (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000144 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RG0300X" ; + rdfs:label "geriatric medicine (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000145 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RH0002X" ; + rdfs:label "hospice and palliative medicine (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000146 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RS0012X" ; + rdfs:label "sleep medicine (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000147 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RS0010X" ; + rdfs:label "sports medicine (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000148 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "adult congenital heart disease (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000149 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "advanced heart failure and transplant cardiology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000150 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RC0000X" ; + rdfs:label "cardiovascular disease (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000151 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RC0001X" ; + rdfs:label "clinical cardiac electrophysiology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000152 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RC0200X" ; + rdfs:label "critical care medicine (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000153 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RE0101X" ; + rdfs:label "endocrinology, diabetes and metabolism (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000154 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RG0100X" ; + rdfs:label "gastroenterology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000155 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RH0000X" ; + rdfs:label "hematology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000156 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RI0200X" ; + rdfs:label "infectious disease (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000157 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RI0011X" ; + rdfs:label "interventional cardiology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000158 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RX0202X" ; + rdfs:label "medical oncology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000159 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RN0300X" ; + rdfs:label "nephrology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000160 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RP1001X" ; + rdfs:label "pulmonary disease (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000161 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RR0500X" ; + rdfs:label "rheumatology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000162 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207RT0003X" ; + rdfs:label "transplant hepatology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000163 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207SG0202X" ; + rdfs:label "medical biochemical genetics (medical genetics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000164 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207SM0001X" ; + rdfs:label "molecular genetic pathology (medical genetics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000165 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207VC0200X" ; + rdfs:label "critical care medicine (obstetrics and gynecology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000166 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207VF0040X" ; + rdfs:label "female pelvic medicine and reconstructive surgery (obstetrics and gynecology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000167 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207VX0201X" ; + rdfs:label "gynecologic oncology (obstetrics and gynecology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000168 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207VH0002X" ; + rdfs:label "hospice and palliative medicine (obstetrics and gynecology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000169 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207VM0101X" ; + rdfs:label "maternal and fetal medicine (obstetrics and gynecology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000170 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207VE0102X" ; + rdfs:label "reproductive endocrinology/infertility (obstetrics and gynecology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000171 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207XX0005X" ; + rdfs:label "orthopaedic sports medicine (orthopedic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000172 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207XS0106X" ; + rdfs:label "surgery of the hand (orthopedics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000173 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207YX0901X" ; + rdfs:label "neurotology (otolaryngology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000174 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207YP0228X" ; + rdfs:label "pediatric otolaryngology (otolaryngology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000175 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207YX0007X" ; + rdfs:label "plastic surgery within the head and neck (otolaryngology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000176 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207YS0012X" ; + rdfs:label "sleep medicine (otolaryngology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000177 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZB0001X" ; + rdfs:label "blood banking/transfusion medicine (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000178 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "clinical informatics (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000179 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZC0500X" ; + rdfs:label "cytopathology (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000180 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZD0900X" ; + rdfs:label "dermatopathology (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000181 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZN0500X" ; + rdfs:label "neuropathology (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000182 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZP0104X" ; + rdfs:label "pathology - chemical (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000183 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZF0201X" ; + rdfs:label "pathology - forensic (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000184 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZH0000X" ; + rdfs:label "pathology - hematology (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000185 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZM0300X" ; + rdfs:label "pathology - medical microbiology (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000186 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZP0007X" ; + rdfs:label "pathology - molecular genetic (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000187 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207ZP0213X" ; + rdfs:label "pathology - pediatric (pathology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000188 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080A0000X" ; + rdfs:label "adolescent medicine (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000189 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080C0008X" ; + rdfs:label "child abuse pediatrics (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000190 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0006X" ; + rdfs:label "developmental-behavioral pediatrics (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000191 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080H0002X" ; + rdfs:label "hospice and palliative medicine (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000192 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080T0002X" ; + rdfs:label "medical toxicology (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000193 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080N0001X" ; + rdfs:label "neonatal-perinatal medicine (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000194 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0008X" ; + rdfs:label "neurodevelopmental disabilities (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000195 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0202X" ; + rdfs:label "pediatric cardiology (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000196 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0203X" ; + rdfs:label "pediatric critical care medicine (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000197 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0204X" ; + rdfs:label "pediatric emergency medicine (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000198 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0205X" ; + rdfs:label "pediatric endocrinology (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000199 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0206X" ; + rdfs:label "pediatric gastroenterology (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000200 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0207X" ; + rdfs:label "pediatric hematology-oncology (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000201 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0208X" ; + rdfs:label "pediatric infectious diseases (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000202 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0210X" ; + rdfs:label "pediatric nephrology (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000203 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0214X" ; + rdfs:label "pediatric pulmonology (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000204 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080P0216X" ; + rdfs:label "pediatric rheumatology (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000205 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080T0004X" ; + rdfs:label "pediatric transplant hepatology (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000206 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080S0012X" ; + rdfs:label "sleep medicine (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000207 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2080S0010X" ; + rdfs:label "sports medicine (pediatrics)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000208 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "brain injury medicine (physical medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000209 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2081H0002X" ; + rdfs:label "hospice and palliative medicine (physical medicin)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000210 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2081N0008X" ; + rdfs:label "neuromuscular medicine (physical medicin)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000211 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2081P2900X" ; + rdfs:label "pain medicine (physical medicin)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000212 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2081P0010X" ; + rdfs:label "pediatric rehabilitation medicine (physical medicin)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000213 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2081P0004X" ; + rdfs:label "spinal cord injury medicine (physical medicin)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000214 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2081S0010X" ; + rdfs:label "sports medicine (physical medicin)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000215 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2082S0099X" ; + rdfs:label "plastic surgery within the head and neck (plastic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000216 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2082S0105X" ; + rdfs:label "surgery of the hand (plastic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000217 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "clinical informatics (preventive medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000218 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2083T0002X" ; + rdfs:label "medical toxicology (preventive medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000219 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2083P0011X" ; + rdfs:label "undersea and hyperbaric medicine (preventive medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000220 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084P0802X" ; + rdfs:label "addiction psychiatry (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000221 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "brain injury medicine (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000222 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084P0804X" ; + rdfs:label "child and adolescent psychiatry (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000223 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084N0600X" ; + rdfs:label "clinical neurophysiology (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000224 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "epilepsy (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000225 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084F0202X" ; + rdfs:label "forensic psychiatry (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000226 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084P0805X" ; + rdfs:label "geriatric psychiatry (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000227 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084H0002X" ; + rdfs:label "hospice and palliative medicine (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000228 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084P0005X" ; + rdfs:label "neurodevelopmental disabilities (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000229 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084N0008X" ; + rdfs:label "neuromuscular medicine (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000230 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084P2900X" ; + rdfs:label "pain medicine (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000231 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084P0015X" ; + rdfs:label "psychosomatic medicine (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000232 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084S0012X" ; + rdfs:label "sleep medicine (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000233 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2084V0102X" ; + rdfs:label "vascular neurology (psychiatry and neurology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000234 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2085H0002X" ; + rdfs:label "hospice and palliative medicine (radiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000235 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2085N0700X" ; + rdfs:label "neuroradiology (radiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000236 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2085N0904X" ; + rdfs:label "nuclear radiology (radiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000237 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2085P0229X" ; + rdfs:label "pediatric radiology (radiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000238 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2085R0204X" ; + rdfs:label "vascular and interventional radiology (radiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000239 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2086X0206X" ; + rdfs:label "complex general surgical oncology (surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000240 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2086H0002X" ; + rdfs:label "hospice and palliative medicine (surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000241 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2086S0120X" ; + rdfs:label "pediatric surgery (surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000242 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2086S0105X" ; + rdfs:label "surgery of the hand (surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000243 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2086S0102X" ; + rdfs:label "surgical critical care (surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000244 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "congenital cardiac surgery (thoracic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000245 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2088F0040X" ; + rdfs:label "female pelvic medicine and reconstructive surgery (urology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000246 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "2088P0231X" ; + rdfs:label "pediatric urology (urology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000248 + rdf:type owl:Class ; + rdfs:subClassOf ; + "171100000X" ; + rdfs:label "acupuncturist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000249 + rdf:type owl:Class ; + rdfs:subClassOf ; + "367A00000X" ; + rdfs:label "advanced practice midwife"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000250 + rdf:type owl:Class ; + rdfs:subClassOf ; + "3416A0800X" ; + rdfs:label "air transport (ambulance)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000251 + rdf:type owl:Class ; + rdfs:subClassOf ; + "231H00000X" ; + rdfs:label "audiologist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000252 + rdf:type owl:Class ; + rdfs:subClassOf ; + "237600000X" ; + rdfs:label "audiologist-hearing aid fitter"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000253 + rdf:type owl:Class ; + rdfs:subClassOf ; + "103G00000X" ; + rdfs:label "clinical neuropsychologist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000254 + rdf:type owl:Class ; + rdfs:subClassOf ; + "364S00000X" ; + rdfs:label "clinical nurse specialist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000255 + rdf:type owl:Class ; + rdfs:subClassOf ; + "101YM0800X" ; + rdfs:label "mental health (counselor)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000256 + rdf:type owl:Class ; + rdfs:subClassOf ; + "101YA0400X" ; + rdfs:label "addiction (substance use disorder) (counselor)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000257 + rdf:type owl:Class ; + rdfs:subClassOf ; + "1223S0112X" ; + rdfs:label "oral and maxillofacial surgery (dentist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000258 + rdf:type owl:Class ; + rdfs:subClassOf ; + "1223P0221X" ; + rdfs:label "pediatric dentistry (dentist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000259 + rdf:type owl:Class ; + rdfs:subClassOf ; + "1223X0400X" ; + rdfs:label "orthodontics and dentofacial orthopedics (dentist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000260 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207ND0101X" ; + rdfs:label "mohs-micrographic surgery (dermatology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000261 + rdf:type owl:Class ; + rdfs:subClassOf ; + "133V00000X" ; + rdfs:label "dietitian, registered"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000262 + rdf:type owl:Class ; + rdfs:subClassOf ; + "133VN1006X" ; + rdfs:label "nutrition, metabolic (dietitian, registered)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000263 + rdf:type owl:Class ; + rdfs:subClassOf ; + "133VN1004X" ; + rdfs:label "nutrition, pediatric (dietitian, registered)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000264 + rdf:type owl:Class ; + rdfs:subClassOf ; + "133VN1005X" ; + rdfs:label "nutrition, renal (dietitian, registered)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000265 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207QS0010X" ; + rdfs:label "sports medicine (family medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000266 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207QH0002X" ; + rdfs:label "hospice and palliative medicine (family medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000267 + rdf:type owl:Class ; + rdfs:subClassOf ; + "208D00000X" ; + rdfs:label "general practice"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000268 + rdf:type owl:Class ; + rdfs:subClassOf ; + "170300000X" ; + rdfs:label "genetic counselor, ms"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000269 + rdf:type owl:Class ; + rdfs:subClassOf ; + "208M00000X" ; + rdfs:label "hospitalist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000270 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207RI0008X" ; + rdfs:label "hepatology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000271 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207RH0003X" ; + rdfs:label "hematology and oncology (internal medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000272 + rdf:type owl:Class ; + rdfs:subClassOf ; + "225700000X" ; + rdfs:label "massage therapist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000273 + rdf:type owl:Class ; + rdfs:subClassOf ; + "176B00000X" ; + rdfs:label "midwife"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000274 + rdf:type owl:Class ; + rdfs:subClassOf ; + "175F00000X" ; + rdfs:label "naturopath"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000275 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363LA2100X" ; + rdfs:label "acute care (nurse practitioner)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000276 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363LA2200X" ; + rdfs:label "adult health (nurse practitioner)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000277 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363LF0000X" ; + rdfs:label "family (nurse practitioner)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000278 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363LG0600X" ; + rdfs:label "gerontology (nurse practitioner)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000279 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363LP0200X" ; + rdfs:label "pediatrics (nurse practitioner)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000280 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363LW0102X" ; + rdfs:label "women's health (nurse practitioner)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000281 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363LX0001X" ; + rdfs:label "obstetrics and gynecology (nurse practitioner)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000282 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363LP0808X" ; + rdfs:label "psych/mental health (nurse practitioner)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000283 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363LP2300X" ; + rdfs:label "primary care (nurse practitioner)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000284 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363L00000X" ; + rdfs:label "nurse practitioner"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000285 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207VG0400X" ; + rdfs:label "gynecology (obstetrics and gynecology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000286 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207VX0000X" ; + rdfs:label "obstetrics (obstetrics and gynecology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000287 + rdf:type owl:Class ; + rdfs:subClassOf ; + "225X00000X" ; + rdfs:label "occupational therapist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000288 + rdf:type owl:Class ; + rdfs:subClassOf ; + "225XP0200X" ; + rdfs:label "pediatrics (occupational therapist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000289 + rdf:type owl:Class ; + rdfs:subClassOf ; + "225XH1200X" ; + rdfs:label "hand (occupational therapist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000290 + rdf:type owl:Class ; + rdfs:subClassOf ; + "224Z00000X" ; + rdfs:label "occupational therapy assistant"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000291 + rdf:type owl:Class ; + rdfs:subClassOf ; + "152W00000X" ; + rdfs:label "optometrist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000292 + rdf:type owl:Class ; + rdfs:subClassOf ; + "152WC0802X" ; + rdfs:label "corneal and contact management (optometrist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000293 + rdf:type owl:Class ; + rdfs:subClassOf ; + "152WL0500X" ; + rdfs:label "low vision rehabilitation (optometrist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000294 + rdf:type owl:Class ; + rdfs:subClassOf ; + "204E00000X" ; + rdfs:label "oral and maxillofacial surgery"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000295 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207XP3100X" ; + rdfs:label "pediatric orthopaedic surgery (orthopaedic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000296 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207XS0114X" ; + rdfs:label "adult reconstructive orthopaedic surgery (orthopaedic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000297 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207XX0801X" ; + rdfs:label "orthopaedic trauma (orthopaedic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000298 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207XX0004X" ; + rdfs:label "foot and ankle surgery (orthopaedic surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000299 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207YS0123X" ; + rdfs:label "facial plastic surgery (otolaryngology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000300 + rdf:type owl:Class ; + rdfs:subClassOf ; + "207YX0905X" ; + rdfs:label "otolaryngology/facial plastic surgery (otolaryngology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000301 + rdf:type owl:Class ; + rdfs:subClassOf ; + "208VP0000X" ; + rdfs:label "pain medicine (pain medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000302 + rdf:type owl:Class ; + rdfs:subClassOf ; + "208VP0014X" ; + rdfs:label "interventional pain medicine (pain medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000303 + rdf:type owl:Class ; + rdfs:subClassOf ; + "1835P1200X" ; + rdfs:label "pharmacotherapy (pharmacist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000304 + rdf:type owl:Class ; + rdfs:subClassOf ; + "225100000X" ; + rdfs:label "physical therapist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000305 + rdf:type owl:Class ; + rdfs:subClassOf ; + "2251P0200X" ; + rdfs:label "pediatrics (physical therapist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000306 + rdf:type owl:Class ; + rdfs:subClassOf ; + "225200000X" ; + rdfs:label "physical therapy assistant"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000307 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363A00000X" ; + rdfs:label "physician assistant"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000308 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363AM0700X" ; + rdfs:label "medical (physician assistant)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000309 + rdf:type owl:Class ; + rdfs:subClassOf ; + "363AS0400X" ; + rdfs:label "surgical (physician assistant)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000310 + rdf:type owl:Class ; + rdfs:subClassOf ; + "213E00000X" ; + rdfs:label "podiatrist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000311 + rdf:type owl:Class ; + rdfs:subClassOf ; + "213ES0131X" ; + rdfs:label "foot surgery (podiatrist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000312 + rdf:type owl:Class ; + rdfs:subClassOf ; + "103T00000X" ; + rdfs:label "psychologist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000313 + rdf:type owl:Class ; + rdfs:subClassOf ; + "103TC2200X" ; + rdfs:label "clinical child & adolescent (psychologist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000314 + rdf:type owl:Class ; + rdfs:subClassOf ; + "103TC0700X" ; + rdfs:label "clinical (psychologist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000315 + rdf:type owl:Class ; + rdfs:subClassOf ; + "103TC1900X" ; + rdfs:label "counseling (psychologist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000316 + rdf:type owl:Class ; + rdfs:subClassOf ; + "103TB0200X" ; + rdfs:label "cognitive & behavioral (psychologist)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000317 + rdf:type owl:Class ; + rdfs:subClassOf ; + "2085R0203X" ; + rdfs:label "therapeutic radiology (radiology)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000318 + rdf:type owl:Class ; + rdfs:subClassOf ; + "163WW0000X" ; + rdfs:label "wound care (registered nurse)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000319 + rdf:type owl:Class ; + rdfs:subClassOf ; + "163WD0400X" ; + rdfs:label "diabetes educator (registered nurse)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000320 + rdf:type owl:Class ; + rdfs:subClassOf ; + "163WW0101X" ; + rdfs:label "women's health care, ambulatory (registered nurse)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000321 + rdf:type owl:Class ; + rdfs:subClassOf ; + "163WX0002X" ; + rdfs:label "obstetric, high-risk (registered nurse)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000322 + rdf:type owl:Class ; + rdfs:subClassOf ; + "163WX0003X" ; + rdfs:label "obstetric, inpatient (registered nurse)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000323 + rdf:type owl:Class ; + rdfs:subClassOf ; + "163W00000X" ; + rdfs:label "registered nurse"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000324 + rdf:type owl:Class ; + rdfs:subClassOf ; + "1041C0700X" ; + rdfs:label "clinical (social worker)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000325 + rdf:type owl:Class ; + rdfs:subClassOf ; + "174400000X" ; + rdfs:label "specialist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000326 + rdf:type owl:Class ; + rdfs:subClassOf ; + "235Z00000X" ; + rdfs:label "speech-language pathologist"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000327 + rdf:type owl:Class ; + rdfs:subClassOf ; + "390200000X" ; + rdfs:label "student in an organized health care education/training program"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000329 + rdf:type owl:Class ; + rdfs:subClassOf ; + "2086S0127X" ; + rdfs:label "trauma surgery (surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000330 + rdf:type owl:Class ; + rdfs:subClassOf ; + "2086S0122X" ; + rdfs:label "plastic and reconstructive surgery (surgery)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000331 + rdf:type owl:Class ; + rdfs:subClassOf ; + "204F00000X" ; + rdfs:label "transplant surgery"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000332 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "behavioral health & social service providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000333 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "chiropractic providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000334 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "dental providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000335 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "dietary & nutritional service providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000336 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "emergency medical service providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000337 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "eye and vision services providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000338 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nursing service providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000339 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "other service providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000340 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "pharmacy service providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000341 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "group specialty"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000342 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "allopathic & osteopathic physicians"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000343 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "podiatric medicine & surgery service providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000344 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "respiratory, developmental, rehabilitative and restorative service providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000345 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "speech, language and hearing service providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000346 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "technologists, technicians & other technical service providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000348 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "ambulatory health care facilities"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000349 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "hospital units"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000350 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "hospitals"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000351 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "laboratories"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000352 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "managed care organizations"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000353 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nursing & custodial care facilities"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000354 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "residential treatment facilities"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000355 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "suppliers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000356 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "transportation services"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000357 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "physician assistants & advanced practice nursing providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000358 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nursing service related providers"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000359 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "respite care facility"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000360 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "student, health care"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000361 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207QA0000X" ; + rdfs:label "adolescent medicine (family medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000362 + rdf:type owl:Class ; + rdfs:subClassOf ; + "163WM0102X" ; + rdfs:label "maternal newborn (registered nurse)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000363 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207QG0300X" ; + rdfs:label "geriatric medicine (family medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000364 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207QH0002X" ; + rdfs:label "hospice and palliative medicine sleep medicine (family medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000365 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207QS1201X" ; + rdfs:label "sleep medicine (family medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000366 + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "207QS0010X" ; + rdfs:label "sports medicine( family medicine)"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000367 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "board general specialty"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000376 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "contact qualifier"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000377 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "foaf profile"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000379 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "contact"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000015 + rdf:type owl:Class ; + owl:disjointWith . + + +### http://purl.obolibrary.org/obo/BFO_0000017 + rdf:type owl:Class ; + rdfs:label "realizable_entity"@en . + + +### http://purl.obolibrary.org/obo/BFO_0000019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/BFO_0000040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/CHMO_0001392 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A synthesis technique that uses mechanical deformation to transfer a pattern to a substrate. A solution of resist (a polymer) is deposited on the substrate by spin coating. A mould containing the desired (nanosized) pattern on its surface is then pressed into the resist and any residual resist in the cast area is removed by an anisotropic etching process such as reactive ion etching. [database_cross_reference: DOI:10.1116/1.588605]" ; + "NIL" , + "nano-imprinting lithography" , + "nanoimprinting lithography" ; + rdfs:label "nanoimprint lithography"@en . + + +### http://purl.obolibrary.org/obo/CLO_0000031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/DOID_4 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/ERO_0000004 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "instrument" ; + "A flow cytometer." ; + ; + "Material entity that is designed to have a function and play a role in scientific investigation." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Scientific_instrument" ; + rdfs:comment "See OBI listserv discussion for considerations in defining instrument. http://sourceforge.net/tracker/index.php?func=detail&aid=2894801&group_id=177891&atid=886178" ; + rdfs:label "instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000005 + rdf:type owl:Class ; + rdfs:subClassOf ; + "service" ; + "A DNA sequencing service performed by a core lab." ; + ; + "An information content entity that describes a service performed by a person or organization with the objective of performing a technique, providing training, providing storage of data or material entities, or providing access to resources for another person or organization" ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090105" ; + rdfs:label "service offering" . + + +### http://purl.obolibrary.org/obo/ERO_0000006 + rdf:type owl:Class ; + "reagent" ; + "A plasmid can be used as a reagent." ; + ; + "Processed material that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances." ; + "PERSON: Melissa Haendel" ; + "http://www.yourdictionary.com/reagent" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0000007 + rdf:type owl:Class ; + "Flow cytometry is a technique." ; + ; + "A technique is a planned process used to accomplish a specific activity or task." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Technique" ; + rdfs:comment "Protocol is added to eagle-i temporarily until a relationship between the informatio entity \"protocol\" and these planned processes is created. This class refers to the axtual process not the document" ; + rdfs:label "technique"@en . + + +### http://purl.obolibrary.org/obo/ERO_0000008 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "An antibody is used to detect proteins in a Western blot assay." ; + ; + "A reagent that is comprised of immunoglobulins produced by B cells in response to an antigen. Antibody reagents can be engineered to have specificity for specific antigens." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nlm.nih.gov/medlineplus/ency/article/002223.htm" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "antibody reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0000009 + rdf:type owl:Class ; + "cell line" ; + "HeLa cells are a cancer cell line that were generated from a cervical tumor." ; + ; + "Reagent that is a population of cells cultured in vitro that are descended through one or more generations (and possible sub-cultures) from a single primary culture which was originally derived from part of an organism. The cells of such a population share common characteristics." ; + "PERSON: Melissa Haendel" ; + "Atwood et al (2000) OED of Biochemistry and Molecular Biology, Oxford University Press." ; + rdfs:comment "Def from EFO, to be added to OBI. ; From Richard this class represents: hybridomas, stem cells{IPS/MEFs/ES}, modified standard cell lines, primary cells, unique bacterial lines, yeast lines ; Placeholder for class to be imported from the Reagent Ontology (ReO)." , + "From Richard this class represents: hybridomas, stem cells{IPS/MEFs/ES}, modified standard cell lines, primary cells, unique bacterial lines, yeast lines" , + "Placeholder for class to be imported from the Reagent Ontology (ReO)." . + + +### http://purl.obolibrary.org/obo/ERO_0000012 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A technician in a core laboratory." , + "Member of the International Conference on Complex Systems Organizing Committee" ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in providing a service to meet the need of another person or thing." , + "An role of an individual within his or her profession or institution; use outreach provider role for community service or other activities outside the profession." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "service provider role" . + + +### http://purl.obolibrary.org/obo/ERO_0000014 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A project to study the role of a specific protein in cell signaling." ; + ; + "A funded collection of investigations as described in a research proposal." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Maybe SameAs \"Investigation\" but is the subject of funding" ; + rdfs:label "research project" . + + +### http://purl.obolibrary.org/obo/ERO_0000015 + rdf:type owl:Class ; + rdfs:subClassOf ; + "human study" ; + "A clinical trial." ; + ; + "Research project that uses or collects measurements or assessments about humans." ; + "PERSON: Melissa Haendel" ; + "OCRe" ; + rdfs:comment "This should be imported from OCRE- but they currently have no generic human study type. Def is modified." ; + rdfs:label "human study" . + + +### http://purl.obolibrary.org/obo/ERO_0000016 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "A clinical trial to evaluate the efficacy of a new drug." ; + ; + "An interventional study that contains a set of procedures in medical research and drug development that are conducted to allow safety (or more specifically, information about adverse drug reactions and adverse effects of other treatments) and efficacy data to be collected for health interventions (e.g., drugs, diagnostics, devices, therapy protocols) that is performed over phases." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Clinical_trial" ; + rdfs:label "clinical trial" . + + +### http://purl.obolibrary.org/obo/ERO_0000017 + rdf:type owl:Class ; + rdfs:subClassOf ; + "epidemiological study" ; + "A study of the populations and demographic of the avian flu." ; + ; + "A human study of diseases in populations of humans or other animals, specifically how, when and where they occur. Epidemiological studies can never prove causation, epidemiological evidence can only show that this risk factor is correlated with a higher incidence of disease in the population exposed to that risk factor. The higher the correlation the more certain the association, but it cannot prove the causation." ; + "PERSON: Karen Corday" ; + "http://pmep.cce.cornell.edu/profiles/extoxnet/TIB/epidemiology.html" ; + rdfs:label "epidemiological study" . + + +### http://purl.obolibrary.org/obo/ERO_0000019 + rdf:type owl:Class ; + rdfs:subClassOf ; + "genome wide association study" ; + ; + "A genome wide association study is an examination of genetic variation across a given genome, designed to identify genetic associations with observable traits." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Genome-wide_association_study" ; + rdfs:label "genome wide association study" . + + +### http://purl.obolibrary.org/obo/ERO_0000020 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "biological specimen" ; + "Heart tissue obtained from an organism." ; + ; + "Material entity that is a portion or quantity of a biological material for use in testing, examination, or study. A biological specimen can be an individual animal, a population of organisms, or is a part of or derived from an animal, plant, part of a plant, or microorganism. When a taxon is described, it is typically based on a single specimen and is referred to as the holotype." ; + "PERSON: Melissa Haendel" ; + "biospecimen" ; + "http://en.wikipedia.org/wiki/Specimen" ; + rdfs:comment "Should have relationship to Organism" ; + rdfs:label "biological specimen" . + + +### http://purl.obolibrary.org/obo/ERO_0000071 + rdf:type owl:Class ; + rdfs:subClassOf ; + "software" ; + "Microsoft Word is commonly used word processing software." ; + ; + "A general term primarily used for digitally stored data such as computer programs and other kinds of information read and written by computers." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Computer_software" ; + rdfs:comment "IAO is a planned specification, in SWO is an Information artifact. In eagle-i, we have a need to collect material instances and is it thus currently classified as a material entity." ; + rdfs:label "software" . + + +### http://purl.obolibrary.org/obo/ERO_0000083 + rdf:type owl:Class ; + rdfs:subClassOf ; + "RNA sequence" ; + "The RNA sequence encodes the protein sequence." ; + ; + "Data containing the arrangement of nucleotides in a DNA fragment or genome." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/RNA" ; + rdfs:label "RNA sequence" . + + +### http://purl.obolibrary.org/obo/ERO_0000084 + rdf:type owl:Class ; + rdfs:subClassOf ; + "protein sequence" ; + "The protein sequence is encoded by the RNA sequence." ; + ; + "A protein sequence data represents the primary structure of a protein and is the order in which amino acid residues, connected by peptide bonds, lie in the chain in proteins." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Peptide_sequence" ; + rdfs:label "protein sequence data" . + + +### http://purl.obolibrary.org/obo/ERO_0000085 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Macromolectular Crystallographic Information data" ; + ; + "Data from the Macromolecular Crystallographic Information File (mmCIF) that is used for describing small molecule structures and associated diffraction experiments." ; + "PERSON: Karen Corday" ; + "http://www.sdsc.edu/pb/papers/methenz97.pdf" ; + rdfs:label "macromolecular crystallographic information data" . + + +### http://purl.obolibrary.org/obo/ERO_0000086 + rdf:type owl:Class ; + rdfs:subClassOf ; + "electron density map" ; + ; + "Data that are a three-dimensional description of the electron density in a crystal structure, determined from X-ray diffraction experiments. They describe the contents of the unit cells averaged over the whole crystal and not the contents of a single unit cell (a distinction that is important where structural disorder is present)." ; + "PERSON: Karen Corday" ; + "http://reference.iucr.org/dictionary/Electron_density_map" ; + rdfs:label "electron density map data" . + + +### http://purl.obolibrary.org/obo/ERO_0000088 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Data generated by NMR used as input for structure generation programs." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ccpn.ac.uk/ccpn/data-model/python-api-v2-examples/nmr-restraints" ; + rdfs:label "NMR restraint data" . + + +### http://purl.obolibrary.org/obo/ERO_0000096 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A flow cytometry set up." ; + ; + "A platform that is an aggregate of the set of instruments and software needed to perform a cell assay procedure." ; + "Erik Segerdell" ; + "PERSON: Erik Segerdell" ; + rdfs:comment "requested in OBI" ; + rdfs:label "cell assay platform" . + + +### http://purl.obolibrary.org/obo/ERO_0000097 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "An autoMACS cell separator, used to separate cells tagged with magnetic beads." ; + ; + "A device that isolates and detects intended target cells." ; + "PERSON: Karen Corday" ; + "http://www.rndsystems.com/product_detail_objectname_pluscellectkits.aspx" ; + rdfs:comment "requested in OBI" ; + rdfs:label "cell selection device" . + + +### http://purl.obolibrary.org/obo/ERO_0000111 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A nucleofector device." ; + ; + "An instrument that applies an electrical field to a population of cells, which causes a significant increase in the electrical conductivity and permeability of the cell plasma membrane and allows the introduction of some substance into a cell, such as loading it with a molecular probe, a drug that can change the cell's function, or a piece of coding DNA." ; + "PERSON: Erik Segerdell" ; + "cell porator" ; + "http://en.wikipedia.org/wiki/Electroporator" ; + rdfs:comment """requested in OBI +there is a trade name 'nucleofactor'""" ; + rdfs:label "electroporator" . + + +### http://purl.obolibrary.org/obo/ERO_0000112 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A fume hood is an environmental control system." ; + ; + "A device or system that supports a controlled physical environment." ; + "Erik Segerdell" ; + "PERSON: Erik Segerdell" ; + rdfs:comment "requested in OBI" ; + rdfs:label "environmental control system" . + + +### http://purl.obolibrary.org/obo/ERO_0000113 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "freeze-fracture device" ; + "A device used to break up tumors for subsequent analysis." ; + ; + "A device that rapidly freezes a fresh tissue or cell suspension for subsequent fracture and downstream analysis." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Electron_microscope" ; + rdfs:comment "requested in OBI" ; + rdfs:label "freeze-fracture device" . + + +### http://purl.obolibrary.org/obo/ERO_0000121 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An HPLC apparatus contains a microfluidics platform." ; + ; + "A platform that combines several microfluidic functions (e.g. capillary valving, centrifugal pumping, and flow sequencing)." ; + "Erik Segerdell" ; + "PERSON: Erik Segerdell" ; + rdfs:label "microfluidics platform" . + + +### http://purl.obolibrary.org/obo/ERO_0000141 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A platform that combines several proteomics functions." ; + "Erik Segerdell" ; + "PERSON: Erik Segerdell" ; + rdfs:label "proteomics platform" . + + +### http://purl.obolibrary.org/obo/ERO_0000156 + rdf:type owl:Class ; + rdfs:subClassOf ; + "computer workstation" ; + ; + "A high-end computer designed for technical or scientific applications." ; + "PERSON: Erik Segerdell" ; + "http://en.wikipedia.org/wiki/Workstation" ; + rdfs:comment "requested in OBI" ; + rdfs:label "workstation" . + + +### http://purl.obolibrary.org/obo/ERO_0000160 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "nucleic acid library" ; + "A primer library." ; + ; + "Reagent library that is a collection of DNA fragments that is stored and propagated in a population of micro-organisms through the process of molecular cloning." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Dna_library" ; + rdfs:comment "From Richard: RNAi, plasmid, phage, chemical, viral, [also cell libraries]" , + "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "nucleic acid library" . + + +### http://purl.obolibrary.org/obo/ERO_0000161 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "protein reagent" ; + "An antibody is a protein reagent." ; + ; + "Reagent that is a sequence of amino acids." ; + "PERSON: Melissa Haendel" ; + "peptide reagent" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "protein reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0000162 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Sodium hydroxide is a common chemical reagent." ; + ; + "Reagent that is a material of pure chemical composition, either an element or a compound." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Chemical_substance" ; + rdfs:comment "From Richard: unique rare" , + "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "chemical reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0000175 + rdf:type owl:Class ; + rdfs:subClassOf ; + "PCR products are subjected to DNA electrophoresis to confirm the presence of DNA." ; + ; + "Electrophoresis in which DNA is separated by its resistance to movement and its charge." ; + "PERSON: Nicole Vasilevsky" ; + "agarose gel electrophoresis" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "DNA electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0000176 + rdf:type owl:Class ; + rdfs:subClassOf ; + "RNA is subjected to electrophoresis in a Northern blot." ; + ; + "Electrophoresis in which RNA is separated it by its resistance to movement and its charge." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "RNA electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0000177 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The first step in a Western blot." ; + ; + "Electrophoresis in which protein is separated it by its resistance to movement and its charge." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "protein electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0000185 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The proteins present in a sample are identified by HPLC." ; + ; + "A liquid chromatography technique that can separate a mixture of compounds and is used in biochemistry and analytical chemistry to identify, quantify and purify the individual components of the mixture." ; + "PERSON: Nicole Vasilevsky" ; + "HPLC" , + "high pressure liquid chromatography" ; + "http://en.wikipedia.org/wiki/High-performance_liquid_chromatography" ; + rdfs:label "high performance liquid chromatography" . + + +### http://purl.obolibrary.org/obo/ERO_0000192 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Transformation of 293 cells." ; + ; + "A cell culture technique where primary cell cultures are immortalized, have extended replicative capacity and grow continuously in culture with the replacement of proper growth media." ; + "PERSON: Nicole Vasilevsky" ; + "Cell line generation" ; + "http://www.bioxys.com/i_Abm/cell_immortalization_products.htm" ; + rdfs:label "cell immortalization" . + + +### http://purl.obolibrary.org/obo/ERO_0000193 + rdf:type owl:Class ; + rdfs:subClassOf ; + "RFLP is used in forensic science to identify a perpetrator." ; + ; + "A nucleic acid assay that is used to detect RFLPs, which involves fragmenting a sample of DNA by a restriction enzyme. The resulting DNA fragments are then separated by length using agarose gel electrophoresis, and transferred to a membrane via the Southern blot procedure. Hybridization of the membrane to a labeled DNA probe then determines the length of the fragments which are complementary to the probe. A RFLP occurs when the length of a detected fragment varies between individuals." ; + "PERSON: Nicole Vasilevsky" ; + "RFLP electrophoresis" ; + "http://en.wikipedia.org/wiki/Restriction_fragment_length_polymorphism" ; + rdfs:label "restriction fragment length polymorphism electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0000200 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Colocalization studies of two proteins." ; + ; + "A microscopy technique used in optimal imaging that increases optical resolution and contrast of a micrograph by using point illumination and a spatial pinhole to eliminate out-of-focus light in specimens that are thicker than the focal plane. It enables the reconstruction of three-dimensional structures from the obtained images." ; + "PERSON: Nicole Vasilevsky" ; + "CLSM" , + "Confocal scanning microscopy" ; + "http://en.wikipedia.org/wiki/Confocal_microscopy" ; + rdfs:label "confocal microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000201 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Cell viability can be visualized by microscopy." ; + ; + "An imaging assay that uses microscopes to view samples and objects that cannot be seen with the unaided eye (objects that are not within the resolution range of the normal eye)." ; + "PERSON: Nicole Vasilevsky" ; + "Microscopic examination" , + "Sample microscopy" ; + "http://en.wikipedia.org/wiki/Microscopy" ; + rdfs:label "microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000208 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Coomassie stained gels can more easily be visualized using a light box." ; + ; + "A device that provides a source of illumination for observation and photography of a wide variety of tests performed in virological, microbiological and clinical laboratories using either white or ultraviolet light." ; + "PERSON: Erik Segerdell" ; + "United States Patent 4071883" ; + rdfs:label "light box" . + + +### http://purl.obolibrary.org/obo/ERO_0000213 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Cryoembedding heart biospecimens." ; + ; + "A histological sample preparation technique involving embedding tissue in a compound that allows them to be frozen rapidly and prepares them for subsequent sectioning." ; + "PERSON: Nicole Vasilevsky" ; + "Frozen block cryoembedding" ; + "http://www.tedpella.com/cryo_html/cryo2.htm" ; + rdfs:label "cryoembedding" . + + +### http://purl.obolibrary.org/obo/ERO_0000214 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to detect protein expression in a tissue." ; + ; + "A tissue/organ assay that is used to detect antigens (e.g., proteins) in cells of a tissue section by exploiting the principle of antibodies binding specifically to antigens in biological tissues." ; + "PERSON: Nicole Vasilevsky" ; + "IHC" , + "Immunostaining" ; + "http://en.wikipedia.org/wiki/Immunohistochemistry" ; + rdfs:label "immunohistochemistry assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000215 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Light microscopy is used to examine cell viability." ; + ; + "A microscopy technique that uses visible light and a system of lenses to magnify images of small samples." ; + "PERSON: Nicole Vasilevsky" ; + "LM" ; + "http://en.wikipedia.org/wiki/Optical_microscopy" ; + rdfs:label "light microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000216 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The migration of a protein through a cell can be captured by time-lapse microscopy." ; + ; + "Light microscopy where the same object (e.g., a cell) is photographed at regular time intervals over several hours." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Time-lapse_microscopy" ; + rdfs:label "time lapse light microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000217 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Migration of a protein in a cell can be captured by time-lapse confocal microscopy." ; + ; + "Confocal microscopy where the same object (e.g., a cell) is photographed at regular time intervals over a specified period of time." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Time-lapse_microscopy" ; + rdfs:label "time lapse confocal microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000218 + rdf:type owl:Class ; + rdfs:subClassOf ; + "cryosectioning" ; + "Biospecimens are removed from an organism and flash frozen, then cryosectioned for subsequent histological analysis." ; + ; + """A technique used in histological sample preparation where water-rich tissues are hardened by freezing and cut in the frozen state with a freezing microtome or microtome-cryostat. +""" ; + "PERSON: Nicole Vasilevsky" ; + "Cryogenic sectioning" , + "Freeze sectioning" , + "Frozen sectioning" ; + "http://www.answers.com/topic/microtome" ; + rdfs:label "cryosectioning" . + + +### http://purl.obolibrary.org/obo/ERO_0000220 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Image analysis of bands on a gel to quantitate the relative difference in protein expression." ; + ; + "An imaging technique that allows images to be analyzed based on their pixel or voxel composition." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "image analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000224 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The NIH is a funding agency." ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in providing funding to a person or an organization for academic or business purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "funding role" . + + +### http://purl.obolibrary.org/obo/ERO_0000225 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A teacher." ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in providing education to a student or group of students." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "educator role" . + + +### http://purl.obolibrary.org/obo/ERO_0000229 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "An mouse anti-human Mad4 antibody." ; + ; + "Antibody reagent that recognizes a single epitope." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "monoclonal antibody reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0000230 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A rabbit anti-human SHH antibody." ; + ; + "Antibody reagent that recognizes multiple epitopes." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "polyclonal antibody reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0000237 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "fluorescence and luminescence assay detection system" ; + "A Licor imager, which can be used to image animals in vivo." ; + ; + "A measurement device that detects fluorescence intensity, fluorescence polarization, time-resolved fluorescence, and luminescence, delivering information in terms of sensitivity, dynamic range, signal-to-noise, and cross-talk." ; + "PERSON: Karen Corday" ; + "http://www.bioresearchonline.com/product.mvc/Analyst-HTS-Assay-Detection-System-0001" ; + rdfs:label "fluorescence and luminescence assay detection system" . + + +### http://purl.obolibrary.org/obo/ERO_0000239 + rdf:type owl:Class ; + rdfs:subClassOf ; + "laminar flow hood" ; + "Tissue culture work is usually done in a laminar flow hood." ; + ; + "Device that flows filtered air onto a specially enclosed work surface. This prevents particulate and microbial contamination, while protecting the user from the potential exposure to infectious material being handled." ; + "PERSON: Karen Corday" ; + "laminar flow cabinet" ; + "http://www.cybersight.org/bins/content_page.asp?cid=1-1581-1642" ; + rdfs:label "laminar flow hood" . + + +### http://purl.obolibrary.org/obo/ERO_0000240 + rdf:type owl:Class ; + rdfs:subClassOf ; + "dispensing well plate" ; + "Plate replicator." ; + ; + "A nanodispenser that is used for the massive parallel delivery of liquid volumes in the range of 50 nL." ; + "PERSON: Erik Segerdell" ; + "DWP" ; + "doi:10.1016/j.sna.2004.05.038" ; + rdfs:label "dispensing well plate" . + + +### http://purl.obolibrary.org/obo/ERO_0000242 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "robot arm" ; + ; + "A mechanical instrument that consists of an upper arm link and a lower arm link that are interconnected by a uniaxial joint. The upper arm link is connected with a structure via a universal joint." ; + "PERSON: Karen Corday" ; + "http://www.google.com/patents/about?id=ZqcsAAAAEBAJ" ; + rdfs:label "robot arm" . + + +### http://purl.obolibrary.org/obo/ERO_0000243 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "compressor" ; + ; + "A device that transfers energy to a gaseous fluid for the purpose of raising the pressure of the fluid as is the case when the compressor is the prime mover of the fluid through the process." ; + "PERSON: Karen Corday" ; + "Gresh, M.T. (2001). Compressor performance: aerodynamics for the user. Woburn, MA: Butterworth-Heinermann." ; + rdfs:label "compressor" . + + +### http://purl.obolibrary.org/obo/ERO_0000244 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "vacuum centrifuge concentrator" ; + "A speed vac is used to concentrate a sample." ; + ; + "A centrifuge that includes a vacuum chamber within which a centrifuge rotord is rotatably mounted for spinning a plurality of vials containing a solution at high speed while subjecting the solution to a vacuum condition for concentration and evaporation." ; + "PERSON: Nicole Vasilevsky" ; + "sample concentrator" , + "speed vac" , + "speed vacuum" ; + "http://www.google.com/patents/about?id=J7Q6AAAAEBAJ&dq=4226669" ; + rdfs:label "vacuum centrifuge concentrator" . + + +### http://purl.obolibrary.org/obo/ERO_0000245 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Used to prepare protein lysates." ; + ; + "A centrifuge that can be operated at low temperatures." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "refrigerated centrifuge" . + + +### http://purl.obolibrary.org/obo/ERO_0000247 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "biological safety cabinet" ; + "A fume hood." ; + ; + "An instrument used for containment of biological materials, which functions as a primary barrier to prevent the escape of biological aerosols into the laboratory environment." ; + "PERSON: Karen Corday" ; + "biosafety cabinet" ; + "http://www.drs.illinois.edu/bss/factsheets/cabinets.aspx" ; + rdfs:label "biological safety cabinet" . + + +### http://purl.obolibrary.org/obo/ERO_0000248 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "transmission electron microscope" ; + "For use in imaging of biological molecules." ; + ; + "An electron microscope that uses a high voltage electron beam to create an image." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Electron_microscope#Transmission_electron_microscope_.28TEM.29" ; + rdfs:label "transmission electron microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000249 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "fluorescence microscope" ; + "Used to visualize biomolecules." ; + ; + "An optical microscope used to study properties of organic or inorganic substances using the phenomena of fluorescence and phosphorescence instead of, or in addition to, reflection and absorption." ; + "PERSON: Karen Corday" ; + "Epifluorescence microscope" , + "Fluorescent microscope" ; + "http://en.wikipedia.org/wiki/Fluorescence_microscope" ; + rdfs:label "fluorescence microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000250 + rdf:type owl:Class ; + rdfs:subClassOf ; + "UV crosslinker" ; + "A UV crosslinker is used to crosslink RNA to a membrane in Northern blots." ; + ; + "An instrument designed to crosslink molecules, such as DNA or RNA to a surface, such as a membranes." ; + "PERSON: Nicole Vasilevsky" ; + "http://research.amnh.org/molecular/equipment_folder/Stratalinker%201800.pdf" ; + rdfs:label "UV crosslinker" . + + +### http://purl.obolibrary.org/obo/ERO_0000251 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "automatic sputter coater" ; + "For gold deposition of scanning electron microscopy specimens." ; + ; + "A sputter coater where the complete sequence of flush, leak, coat and vent is automatically controlled. The solenoid operated leak valve allows the gas pressure to return automatically to pre-set conditions." ; + "PERSON: Karen Corday" ; + "http://www.canemco.com/catalog/instruments/Sputter-coaters.htm#Automatic_Sputter_Coater_" ; + rdfs:label "automatic sputter coater" . + + +### http://purl.obolibrary.org/obo/ERO_0000253 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Robotic arm moving pin array for moving compounds." ; + ; + "A device that is programmable, multifunctional, and mechanical that is designed to move material, parts, tools, or specialized devices through variable programmed motions to perform a variety of tasks." ; + "PERSON: Karen Corday" ; + "http://www.osha.gov/dts/osta/otm/otm_iv/otm_iv_4.html" ; + rdfs:label "industrial robot" . + + +### http://purl.obolibrary.org/obo/ERO_0000255 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "plate sealer" ; + "A plate sealer is used to seal plates for real-time PCR." ; + ; + "A mechanical instrument that applies seal material on top of microplates (plates) to seal individual wells." ; + "PERSON: Karen Corday" ; + "http://www.chem.agilent.com/Library/usermanuals/Public/G5402-90001_PlateLocUG_EN.pdf" ; + rdfs:label "plate sealer" . + + +### http://purl.obolibrary.org/obo/ERO_0000256 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "bar code labeler" ; + ; + "An instrument that prints bar code labels and applies them to a product, such as to the side of a microplate." ; + "PERSON: Karen Corday" ; + "http://cp.chem.agilent.com/Library/usermanuals/Public/G5404-90001_LabelerUG_EN.pdf" ; + rdfs:label "barcode labeler" . + + +### http://purl.obolibrary.org/obo/ERO_0000257 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument used to detect and record data provided by a microarray chip." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sciclips.com/sciclips/protein-biomarker-protocol.do?protocol=Ciphergen%20ProteinChip%20SELDI-TOF-MS%20Analysis&type=8166" ; + rdfs:label "chip reader" . + + +### http://purl.obolibrary.org/obo/ERO_0000260 + rdf:type owl:Class ; + rdfs:subClassOf ; + "ultrasonic cell disruptor" ; + "An ultrasonic cell disruptor is used to break up bacteria during protein purification." ; + ; + "A device that uses ultrasound to disrupt cell membranes and release cellular contents." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Sonication" ; + rdfs:label "ultrasonic cell disruptor" . + + +### http://purl.obolibrary.org/obo/ERO_0000261 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Wash and stain functions on an automated immunohistochemistry instrument." ; + ; + "An instrument used for the wash and stain operation of arrays." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.affymetrix.com/browse/products.jsp?productId=131439&navMode=34000&navAction=jump&aId=productsNav#1_1" ; + rdfs:label "fluidics station" . + + +### http://purl.obolibrary.org/obo/ERO_0000262 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "cell storage device" ; + "A CO2 incubator." ; + ; + "Device that has the function of maintaining cell lines, primary cultures or cell isolates in a viable state." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "cell storage device" . + + +### http://purl.obolibrary.org/obo/ERO_0000263 + rdf:type owl:Class ; + rdfs:subClassOf ; + "bioreactor fermentor" ; + "A bioreactor used to produce monoclonal antibodies from a hybridoma." ; + ; + "A bioreactor that provides a sterilie environment, ideal for growth of any bacteria, yeast, or fungi." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nbsc.com/bioflo510.aspx" ; + rdfs:label "fermentor" . + + +### http://purl.obolibrary.org/obo/ERO_0000264 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "fluorescence spectrometer" ; + "Can be used to quantify DNA." ; + ; + "A spectrophotometer that analyzes fluorescence from a sample. It uses a beam of light, usually ultraviolet light, to excite the electrons in molecules of certain compounds and causes them to emit light of a lower energy, typically, but not necessarily, visible light." ; + "PERSON: NIcole Vasilevsky" ; + "fluorescence detector" ; + "http://en.wikipedia.org/wiki/Fluorescence_spectroscopy" ; + rdfs:label "fluorescence spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000270 + rdf:type owl:Class ; + rdfs:subClassOf ; + "amino acid analyzer" ; + "An amino acid analyzer can be used to determine the composition of a protein." ; + ; + "A high performance liquid chromatography instrument that is used to detect free amino acids automatically by reacting the free amino acids, under basic conditions, with phenylisothiocyanate (PITC) to produce phenylthiocarbamyl (PTC) amino acid derivatives." ; + "PERSON: Karen Corday" ; + "http://www.protein.iastate.edu/aaa.html" ; + rdfs:label "amino acid analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0000271 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "peptide synthesizer" ; + "A peptide synthesizer is used to generate peptides to be used as antigens in immune models." ; + ; + "A device that produces peptides, which are organic compounds in which multiple amino acids are linked via peptide bonds." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Peptide_synthesizer" ; + rdfs:label "peptide synthesizer" . + + +### http://purl.obolibrary.org/obo/ERO_0000272 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "mass spectrometer sample spotter" ; + "A mass spectrometer sample spotter can be used to identify proteins in a sample." ; + ; + "An instrument designed to automatically mix and spot digested proteins and matrix onto any MALDI MS targets." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.gelifesciences.com/aptrix/upp01077.nsf/content/Products?OpenDocument&parentid=976027&moduleid=165591&zone=Elpho" ; + rdfs:label "mass spectrometer sample spotter" . + + +### http://purl.obolibrary.org/obo/ERO_0000273 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "environmental scanning electron microscope" ; + "Fungal spores in lemon grass leaf can be imaged using an environmental scanning electron microscope." ; + ; + "A scanning electron microscope that has a secondary-electron detector capable of operating in the presence of water vapour and pressure-limiting apertures with differential pumping in the path of the electron beam to separate the vacuum region (around the gun and lenses) from the sample chamber, which allows samples to be observed in low-pressure gaseous environments (e.g. 1-50 Torr) and high relative humidity (up to 100%)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Scanning_electron_microscope#Environmental_SEM" ; + rdfs:label "environmental scanning electron microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000274 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "nanoindenter" ; + ; + "An instrument used for indentation hardness tests for nanoindentation, a method for measuring and testing very small volumes of mechanical properties." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Nanoindenter" ; + rdfs:label "nanoindenter" . + + +### http://purl.obolibrary.org/obo/ERO_0000275 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "nano universal testing machine" ; + ; + "A device that is used to measure tensile and bending properties of microscopic materials." ; + "PERSON: Karen Corday" ; + "nano-UTM" ; + "http://mms.postech.ac.kr/" ; + rdfs:label "nano universal testing machine" . + + +### http://purl.obolibrary.org/obo/ERO_0000276 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "microscope digital camera" ; + "A digital camera hooked up to a microscope, which can be used to capture the images that are visualized by the microscope." ; + ; + "A digital camera for a microscope, which records image data of a sample image obtained by the microscope in a recording medium." ; + "PERSON: Karen Corday" ; + "http://www.google.com/patents/about?id=XumGAAAAEBAJ" ; + rdfs:label "microscope digital camera" . + + +### http://purl.obolibrary.org/obo/ERO_0000278 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "cell separator" ; + "A FACS machine can be used to sort cell populations." ; + ; + "An instrument that detects and isolates target cells from a mixed population of cells." ; + "PERSON: Nicole Vasilevsky" ; + "Fisher, D., et al. (Eds.). (1998). Cell separation: a practical approach. Oxford: Oxford University Press. http://books.google.com/books?id=GSWudM-1XGcC" ; + rdfs:label "cell separator" . + + +### http://purl.obolibrary.org/obo/ERO_0000279 + rdf:type owl:Class ; + rdfs:subClassOf ; + "genomic library" ; + "A cDNA library for the mouse genome." ; + ; + "A construct library that carries the entire genome of a source organism. " ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Genomic_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "genomic library" . + + +### http://purl.obolibrary.org/obo/ERO_0000280 + rdf:type owl:Class ; + rdfs:subClassOf ; + "RNAi library" ; + "A RNAi library for a gene of interest, such as SHH." ; + ; + "Nucleic acid library that is comprised of small interfering RNA molecules." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNAi library" . + + +### http://purl.obolibrary.org/obo/ERO_0000281 + rdf:type owl:Class ; + rdfs:subClassOf ; + "cDNA library" ; + "A cDNA library expressing fragments from the mouse genome." ; + ; + "A construct library that is a collection of cDNA plasmids." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/CDNA_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "cDNA construct library" . + + +### http://purl.obolibrary.org/obo/ERO_0000282 + rdf:type owl:Class ; + rdfs:subClassOf ; + "miRNA library" ; + "miRNA libraries can be used to screen for target drugs." ; + ; + "RNAi library that is comrpised of microRNA (21-22 nucelotides). miRNAs are endogenous post-transcriptional regulators that bind to complementary sequences in the three prime untranslated regions (3' UTRs) of mRNA, usually resulting in gene silencing. Each miRNA may repress hundreds of mRNAs. miRNA libraries are NOT in expression vectors but are directly transfected into cells." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA library" . + + +### http://purl.obolibrary.org/obo/ERO_0000283 + rdf:type owl:Class ; + rdfs:subClassOf ; + "siRNA library" ; + "An siRNA library may be used to knockdown gene expression to study the function of that gene." ; + ; + "RNAi library that is comprised of small (20-25 nucleotides) interfering RNA or silencing RNA that targets mRNA for degradation. siRNAs are synthetic double-stranded RNA. siRNA libraries are NOT in expression vectors. The siRNAs are directly transfected into cells." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "siRNA library" . + + +### http://purl.obolibrary.org/obo/ERO_0000284 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "shRNA library" ; + "An shRNA library may be used to knockdown gene expression to study the function of that gene." ; + ; + "RNAi library that is comprised of small hairpin RNA or short hairpin RNA that target mRNA for degradation. shRNAs are single stranded RNAs containing a tight hairpin turn and are synthesized and inserted into (primarily) Viral Cloning vectors. When expressed in the cell the loop is degraded and what is left is the siRNA (ds RNA) part." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." , + "this is an expression library, and has part some construct" ; + rdfs:label "shRNA library" . + + +### http://purl.obolibrary.org/obo/ERO_0000285 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "construct" ; + "Cells are transfected with constructs expressing a gene of interest to study the gene function." ; + ; + "A reagent that is a virus or DNA molecule capable of autonomous replication, used as a vehicle to transfer foreign genetic material into a host cell. A construct may contain an insert of DNA from an external source, and may be used for cloning or for expression purposes." ; + "PERSON: Nicole Vasilevsky" ; + "vector" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "construct" . + + +### http://purl.obolibrary.org/obo/ERO_0000286 + rdf:type owl:Class ; + rdfs:subClassOf ; + "BAC" ; + "Often used to sequence the genome of organisms in genome projects." ; + ; + "An artificial chromosome vector that contains portions of the bacterial fertility plasmid (F-plasmid). Used for transforming and cloning in bacteria, usually E. coli." ; + "PERSON: Nicole Vasilevsky" ; + "bacterial artificial chromosome" ; + "http://en.wikipedia.org/wiki/Bacterial_artificial_chromosome" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "BAC" . + + +### http://purl.obolibrary.org/obo/ERO_0000287 + rdf:type owl:Class ; + rdfs:subClassOf ; + "YAC" ; + ; + "An artificial chromosome containing chromosomal features needed for replication and preservation in yeast cells (origin, telomere, and centromere). A YAC is built using an initial circular plasmid, which is typically broken into two linear molecules using restriction enzymes to allow ligation of a sequence or gene of interest and form a single large linear piece of DNA. YACs are useful for the physical mapping of complex genomes and for the cloning of large genes." ; + "PERSON: Nicole Vasilevsky" ; + "yeast artificial chromosome" ; + "http://en.wikipedia.org/wiki/Yeast_artificial_chromosome" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "YAC" . + + +### http://purl.obolibrary.org/obo/ERO_0000288 + rdf:type owl:Class ; + rdfs:subClassOf ; + "PAC" ; + ; + "An artificial chromosome derived from the genome of the P1 bacteriophage. Used for transforming and cloning in bacteria, usually E. coli." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/P1-derived_artificial_chromosome" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "PAC" . + + +### http://purl.obolibrary.org/obo/ERO_0000289 + rdf:type owl:Class ; + rdfs:subClassOf ; + "cosmid" ; + ; + "A hybrid plasmid that contains cos DNA sequences derived from the Lambda bacteriophage, which allow for DNA packaging in phage capsids for delivery by viral transduction." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Cosmid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "cosmid" . + + +### http://purl.obolibrary.org/obo/ERO_0000290 + rdf:type owl:Class ; + rdfs:subClassOf ; + "fosmid" ; + ; + "A hybrid plasmid that contains sequences from the bacterial F-plasmid to enable packaging in lambda phage for delivery by viral transduction." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fosmid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "fosmid" . + + +### http://purl.obolibrary.org/obo/ERO_0000292 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "peptide library" ; + ; + "Reagent library that contains a great number of peptides that have a systematic combination of amino acids. Usually, a peptide library is synthesized on solid phase, mostly on resin, which can be made as flat surface or beads." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Peptide_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "peptide library" . + + +### http://purl.obolibrary.org/obo/ERO_0000293 + rdf:type owl:Class ; + rdfs:subClassOf ; + "chemical library" ; + "A library of kinase inhibitors." ; + ; + "Reagent library that is a collection of stored chemicals. Each chemical has associated information stored in some kind of database with information such as the chemical structure, purity, quantity, and physiochemical characteristics of the compound." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Chemical_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "chemical library" . + + +### http://purl.obolibrary.org/obo/ERO_0000294 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "yeast two-hybrid library" ; + "A library used to screen interacting proteins." ; + ; + "An expression library that is a collection of yeast two hybrid constructs. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Two-hybrid_screening" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "yeast two-hybrid library" . + + +### http://purl.obolibrary.org/obo/ERO_0000295 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A construct that can be used to detect protein-protein interactions." ; + ; + "A construct used for yeast two hybrid screening assays, which is engineered to express a protein of interest fused to either the DNA-binding domain (BD) fragment or activation domain (AD) of a transcription factor. Yeast two hybrid constructs are typically plasmids or phagemids." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Two-hybrid_screening" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "yeast two-hybrid construct" . + + +### http://purl.obolibrary.org/obo/ERO_0000296 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A lambda phage expressing a gene of interest." ; + ; + "A transgenic virus derived from a lambda phage that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "lambda phage vector" ; + "http://en.wikipedia.org/wiki/Vector_%28molecular_biology%29" ; + rdfs:label "transgenic lambda phage" . + + +### http://purl.obolibrary.org/obo/ERO_0000297 + rdf:type owl:Class ; + rdfs:subClassOf ; + "phage display peptide library" ; + ; + "A peptide library that contains phage display, an expression system of peptides, at the surface of phage particles. The construction of a phage display library is accomplished by the incorporation of the nucleotide sequence encoding the peptide to be displayed into a phage genome as a fusion to a gene encoding a phage coat protein. The fusion of the protein with the phage coat protein ensures that the peptide to be displayed is presented at the surface of the mature phage, while the sequence encoding it is contained within the same phage particle, allowing a physical link between the phenotype and genotype of the expressed peptide." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.phagedisplay.net/" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "phage display peptide library" . + + +### http://purl.obolibrary.org/obo/ERO_0000298 + rdf:type owl:Class ; + rdfs:subClassOf ; + "combinatorial peptide library" ; + ; + "A peptide library synthesized through combinatorial chemistry techniques." ; + "PERSON: Matthew Brush" ; + "http://www.genomicglossaries.com/content/libraries_synthesis.asp" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "combinatorial peptide library" . + + +### http://purl.obolibrary.org/obo/ERO_0000299 + rdf:type owl:Class ; + rdfs:subClassOf ; + "overlapping peptide peptide library" ; + ; + "A peptide library in which peptide sequences are engineered to exhibit a specified degree of overlap with other peptides in the library. The library generation process is characterized by two parameters, fragment length and offset number, each library is generated by breaking the original protein or peptide into many equal-length overlapping fragment, each has 8 to 20 residues in size." ; + "PERSON: Matthew Brush" ; + "http://www.genscript.com/overlapping_library.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "overlapping peptide peptide library" . + + +### http://purl.obolibrary.org/obo/ERO_0000300 + rdf:type owl:Class ; + rdfs:subClassOf ; + "alanine scanning peptide library" ; + ; + "A peptide library containing peptides in which each non-alanine residue is substituted one at a time with an alanine residue, allowing determination of each residue's contribution to the peptides functionality. Alanine scanning library is able to identify specific amino acid residues responsible for the peptide's function, stability, and conformation." ; + "PERSON: Matthew Brush" ; + "http://www.genscript.com/alanine_scanning.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "alanine scanning peptide library" . + + +### http://purl.obolibrary.org/obo/ERO_0000301 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A natural products extracts chemical library can be used to screen for drug targets." ; + ; + "A chemical library that consists of chemicals produced by and extracted from living organisms." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "natural product extracts chemical library" . + + +### http://purl.obolibrary.org/obo/ERO_0000302 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A chemical library that consists of chemicals known to exert a biological effect in living organisms or cells." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "known bioactives collection chemical library" . + + +### http://purl.obolibrary.org/obo/ERO_0000303 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A chemical library that consists solely of synthetic chemicals." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "synthetic chemical library" . + + +### http://purl.obolibrary.org/obo/ERO_0000304 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG" . + + +### http://purl.obolibrary.org/obo/ERO_0000305 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgA has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical alpha heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgA" . + + +### http://purl.obolibrary.org/obo/ERO_0000306 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgD has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical delta heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgD" . + + +### http://purl.obolibrary.org/obo/ERO_0000307 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgE has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical episilon heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgE" . + + +### http://purl.obolibrary.org/obo/ERO_0000308 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgM has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical mu heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgM" . + + +### http://purl.obolibrary.org/obo/ERO_0000309 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG1 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 1 heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG1" . + + +### http://purl.obolibrary.org/obo/ERO_0000310 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2 heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG2" . + + +### http://purl.obolibrary.org/obo/ERO_0000311 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2a has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2a heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG2a" . + + +### http://purl.obolibrary.org/obo/ERO_0000312 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2b has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2b heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG2b" . + + +### http://purl.obolibrary.org/obo/ERO_0000313 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2c has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2c heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG2c" . + + +### http://purl.obolibrary.org/obo/ERO_0000314 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG3 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 3 heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG3" . + + +### http://purl.obolibrary.org/obo/ERO_0000315 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG4 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 4 heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG4" . + + +### http://purl.obolibrary.org/obo/ERO_0000316 + rdf:type owl:Class ; + rdfs:subClassOf ; + "biosafety level" ; + "Work with ebola virus is a biosafety level 4." ; + ; + "A biosafety level is the level of the biocontainment precautions required to isolate dangerous biological agents in an enclosed facility. The levels of containment range from the lowest biosafety level 1 to the highest at level 4." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Biosafety_level" ; + rdfs:label "biosafety level" . + + +### http://purl.obolibrary.org/obo/ERO_0000322 + rdf:type owl:Class ; + rdfs:subClassOf ; + "IgG is a common antibody isotype for monoclonal antibodies." ; + ; + "A subtype of antibodies. In placental mammals there are five antibody isotypes known as IgA, IgD, IgE, IgG and IgM. The \"Ig\" prefix that stands for immunoglobulin, another name for antibody, and differ in their biological properties, functional locations and ability to deal with different antigens." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Antibody#Isotypes" ; + rdfs:comment "To be defined differently as subtype of antibody" ; + rdfs:label "antibody isotype" . + + +### http://purl.obolibrary.org/obo/ERO_0000323 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Samples analyzed by transmission electron microscopy are prepared using an ultratome." ; + ; + "A microtome that can allow for the preparation of extremely thin sections. The linear thermal expansion of the mounting is used to provide very fine control of the thickness allowing for extremely thin cuts, which are especially important for use with transmission electron microscope (TEM)." ; + "PERSON: Melissa Haendel" ; + "ultramicrotome" ; + "http://en.wikipedia.org/wiki/Microtome#Ultramicrotome" ; + rdfs:label "ultratome" . + + +### http://purl.obolibrary.org/obo/ERO_0000324 + rdf:type owl:Class ; + rdfs:subClassOf ; + "two-photon confocal microscope" ; + "Used for imaging of biological samples." ; + ; + "A confocal microscope that uses laser-excited autofluorescence and second harmonic signals that can be analyzed to construct a three dimensional, microanatomical, structural image." ; + "PERSON: Karen Corday" ; + "http://web.mit.edu/solab/Documents/Assets/Navarro-2P-A%20nondestructive%20method%20for%20studying%20wound%20healing.pdf" ; + rdfs:label "two-photon confocal microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000325 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Quantitating DNA after a plasmid preparation, using a spectrophotometer." ; + ; + "A nucleic acid assay that is used to quantify the amount of DNA." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "DNA quantitation assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000326 + rdf:type owl:Class ; + rdfs:subClassOf ; + "mRNA fluorophore labeling for use in microarray analysis." ; + ; + "A labeling technique whereby nucleic acids are labeled with radioisotopes, fluorophores, or other molecular entities for the purposes of tracking nucleic acids in an experimental system. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "nucleic acid labeling" . + + +### http://purl.obolibrary.org/obo/ERO_0000327 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Technical support for computer software." , + "Technical support to use a flow cytometer." ; + ; + "Process whereby technical expertise is given regarding design, repair, upkeep, or by building instruments." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Instrumentation" ; + rdfs:label "instrumentation technical support" . + + +### http://purl.obolibrary.org/obo/ERO_0000328 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Cell structure can be examined by electron microscopy." ; + ; + "A microscopy technique that produces an electronically-magnified image of a specimen for detailed observation. The electron microscope (EM) uses a particle beam of electrons to illuminate the specimen and create a magnified image of it. The microscope has a greater resolving power than a light-powered optical microscope, because it uses electrons that have wavelengths about 100,000 times shorter than visible light (photons), and can achieve magnifications of up to 2,000,000x, whereas light microscopes are limited to 2000x magnification." ; + "PERSON: Nicole Vasilevsky" ; + "Diagnostic electron microscopy" , + "EM" ; + "http://en.wikipedia.org/wiki/Electron_microscope" ; + rdfs:label "electron microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000329 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An electron microscopy technique whereby a beam of electrons are transmitted through an ultra thin specimen, interacting with the specimen as it passes through. An image is formed from the interaction of the electrons transmitted through the specimen; the image is magnified and focused onto an imaging device, such as a fluorescent screen, on a layer of photographic film, or to be detected by a sensor such as a CCD camera." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Transmission_electron_microscopy" ; + rdfs:label "transmission electron microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000330 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to image biomolecules." ; + ; + "A type of electron microscopy that images the sample surface by scanning it with a high-energy beam of electrons in a raster scan pattern. The electrons interact with the atoms that make up the sample producing signals that contain information about the sample's surface topography, composition and other properties such as electrical conductivity." ; + "PERSON: Nicole Vasilevsky" ; + "SEM" ; + "http://en.wikipedia.org/wiki/Scanning_electron_microscope" ; + rdfs:label "scanning electron microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000331 + rdf:type owl:Class ; + rdfs:subClassOf ; + "oligonucleotide synthesis" ; + "Production of primers." ; + ; + "Biomolecule synthesis of relatively short fragments of nucleic acids with defined chemical structure (sequence)." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Oligonucleotide_synthesis" ; + rdfs:label "oligonucleotide synthesis" . + + +### http://purl.obolibrary.org/obo/ERO_0000332 + rdf:type owl:Class ; + rdfs:subClassOf ; + "microcapillary electrophoresis" ; + "The Agilent 2100 Bioanalyzer is a microfluidics-based platform for sizing, quantification and quality control of DNA, RNA, proteins and cells on a single platform." ; + ; + """Electrophoresis designed to separate species based on their size to charge ratio in the interior of a small microcapillary filled with an electrolyte. +""" ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Capillary_electrophoresis" ; + rdfs:label "microcapillary electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0000333 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Data containing moving pictures stored in digital and analog formats." ; + "PERSON: Carlo Torniai" ; + "http://en.wikipedia.org/wiki/Video" ; + rdfs:label "video" . + + +### http://purl.obolibrary.org/obo/ERO_0000334 + rdf:type owl:Class ; + "An image of an agarose gel stained with Ethidium bromide." ; + ; + "Images that are obtained from gels, such as polyacrylamide or agarose gels used to analyze protein or DNA." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "gel image" . + + +### http://purl.obolibrary.org/obo/ERO_0000335 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "ion trap mass spectrometer" ; + ; + "A mass spectrometer that uses three electrodes to trap ions in a small volume. The mass analyzer consists of a ring electrode separating two hemispherical electrodes. A mass spectrum is obtained by changing the electrode voltages to eject the ions from the trap. The ion-trap mass spectrometer has a compact size and the ability to trap and accumulate ions to increase the signal-to-noise ratio of a measurement." ; + "PERSON: Erik Segerdell" ; + "http://www.chemistry.adelaide.edu.au/external/soc-rel/content/ion-trap.htm" ; + rdfs:label "ion trap mass spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000336 + rdf:type owl:Class ; + rdfs:subClassOf ; + "DAPI stain to stain nuclei." ; + ; + "Staining that involves the application of dye to cells." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "cell staining" . + + +### http://purl.obolibrary.org/obo/ERO_0000337 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A virus plaque assay is performed to determine viral titers of viral supernatants, that are used to infect cells to study gene function." ; + ; + "An organismal assay that is used to determine viral titers." ; + "PERSON: Melissa Haendel" ; + "Plaque assay" , + "virus replication assay" ; + "http://www.biology-online.org/dictionary/Plaque_assay" ; + rdfs:label "virus plaque assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000338 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Purification of a protein." ; + ; + "Material processing whereby one material is separated into a pure fraction from one or more other materials." ; + "PERSON: Melissa Haendel" ; + "http://www.biology-online.org/dictionary/Purification" ; + rdfs:label "purification" . + + +### http://purl.obolibrary.org/obo/ERO_0000339 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of viral supernatants to study a specific gene." ; + ; + "Purification that is used to purify viral entities." ; + "PERSON: Melissa Haendel" ; + "Plaque assay" ; + "http://www.biology-online.org/dictionary/Plaque_assay" ; + rdfs:label "virus plaque purification" . + + +### http://purl.obolibrary.org/obo/ERO_0000340 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An nucleic acid assay that is used to quantify the amount of RNA." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "RNA quantitation assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000342 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Amplification of a fragment of DNA." ; + ; + "Polymerase chain reaction that involves two sets of primers, used in successive runs of polymerase chain reaction whereby the second set of primers is intended to amplify a secondary target within the first run product." ; + "PERSON: Melissa Hanedel" ; + "Nested PCR" ; + "http://en.wikipedia.org/wiki/Nested_polymerase_chain_reaction" ; + rdfs:label "nested polymerase chain reaction" . + + +### http://purl.obolibrary.org/obo/ERO_0000343 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Extraction of DNA from an input material that specifically isolates viral DNA." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "viral DNA extraction" . + + +### http://purl.obolibrary.org/obo/ERO_0000344 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "inverted microscope" ; + "Cell lines can be visualized using an inverted microscope." ; + ; + "An optical microscope with its light source and condenser on the top, above the stage pointing down, while the objectives and turret are below the stage pointing up." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Inverted_microscope" ; + rdfs:label "inverted microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000345 + rdf:type owl:Class ; + rdfs:subClassOf ; + "posttranslational modification" ; + "Experimental phosphorylation of a protein." ; + ; + "Chemical modification of a protein after translation in an experimental setting." ; + "PERSON: Karen Corday" ; + "Experimental post-translational modification" , + "Experimental post-translational protein modification" , + "Experimental post-translational protein processing" , + "Experimental protein modification" , + "Experimetnal PTM" ; + "http://en.wikipedia.org/wiki/Posttranslational_modification" ; + rdfs:label "experimental posttranslational modification" . + + +### http://purl.obolibrary.org/obo/ERO_0000346 + rdf:type owl:Class ; + rdfs:subClassOf ; + "protein identification" ; + "Mass spectrometry is a method for protein identification." ; + ; + "A protein assay performed to identify the sequence of proteins in a molecule." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "protein identification" . + + +### http://purl.obolibrary.org/obo/ERO_0000347 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An drug intervention for cancer." ; + ; + "A planned process used to influence one or more factors in a research study, and the independent variable in an interventional study wherein the influence is measured or evaluated." ; + "PERSON: Melanie Wilson" ; + "PERSON: Melissa Haendel" ; + rdfs:label "intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0000348 + rdf:type owl:Class ; + rdfs:subClassOf ; + "case-only study" ; + ; + "Observational study whereby there is a single group of individuals with specific characteristics. This is a method that analyzes data from a case series and is used in case-crossover studies, in case-specular designs, and in molecular and genetic epidemiology to assess relationships between environmental exposures and genotypes." ; + "PERSON: Melissa Haendel" ; + "A Dictionary of Epidemiology, Fifth Edition, Edited by Miquel Porta. p. 33. ISBN:978-0-19-531449-6 http://prsinfo.clinicaltrials.gov/definitions.html" ; + rdfs:label "case-only study" . + + +### http://purl.obolibrary.org/obo/ERO_0000349 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A PCR workstation." ; + ; + "This device provides effective decontamination of solutions, reagents and equipment before carrying out sensitive PCR reactions or other nucleotide-free operations." ; + "PERSON: Melissa Haendel" ; + "PCR workstation" ; + "http://www.prohealthservicezone.com/Customisation/News/Analysis_Inspection_and_Laboratory/PCR_equipment/Safety_certified_PCR_workstation.asp" ; + rdfs:label "nucleotide-free workbench" . + + +### http://purl.obolibrary.org/obo/ERO_0000350 + rdf:type owl:Class ; + rdfs:subClassOf ; + "water purification system" ; + "A portable water purifier." ; + ; + "Device that is used to purify water of contaminants." ; + "PERSON: Melissa Haendel" ; + "http://www.millipore.com/lab_water/clw4/tutorial&tabno=5" ; + rdfs:comment "There are likely numerous subtypes here, but this maybe too granular for our needs." ; + rdfs:label "water purification system" . + + +### http://purl.obolibrary.org/obo/ERO_0000351 + rdf:type owl:Class ; + rdfs:subClassOf ; + "blinded outcome assessor role" ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in accessing the outcomes of a blinded study." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "blinded outcome assessor role" . + + +### http://purl.obolibrary.org/obo/ERO_0000352 + rdf:type owl:Class ; + rdfs:subClassOf ; + "blinded caregiver role" ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in providing care to a patient without knowledge of the type of treatment or intervention that is used, such as blinding in a clinical trial." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "blinded caregiver role" . + + +### http://purl.obolibrary.org/obo/ERO_0000353 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A role inhering in a person or organization that is realized when the bearer performs a study without knowledge of the type of treatment or intervention that is used, such as blinding in a clinical trial." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Randomized_controlled_trial" ; + rdfs:label "blinded investigator role" . + + +### http://purl.obolibrary.org/obo/ERO_0000354 + rdf:type owl:Class ; + rdfs:subClassOf ; + "blinded subject role" ; + "A patient is given a treatment, but is unaware if it is the placebo or actual drug." ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in a study, such as a clinical trial but is not aware of the type of treatment or intervention that is used." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Randomized_controlled_trial" ; + rdfs:label "blinded subject role" . + + +### http://purl.obolibrary.org/obo/ERO_0000356 + rdf:type owl:Class ; + rdfs:subClassOf ; + "open blinded study" ; + ; + "An interventional study in which the person collecting the data and the subject know whether the subjects are in the control or experimental groups." ; + "PERSON: Nicole Vasilevsky" ; + "Open trial" , + "Open-label trial" ; + "http://medical-dictionary.thefreedictionary.com/single-blind+study" ; + rdfs:label "open blinded study" . + + +### http://purl.obolibrary.org/obo/ERO_0000357 + rdf:type owl:Class ; + rdfs:subClassOf ; + "single blinded study" ; + ; + "An interventional study in which the person collecting the data knows whether the subjects are in the control or experimental groups but the subjects do not." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/single-blind+study" ; + rdfs:label "single blinded study" . + + +### http://purl.obolibrary.org/obo/ERO_0000358 + rdf:type owl:Class ; + rdfs:subClassOf ; + "double blinded study" ; + ; + "An interventional study in which neither the subjects of the experiment nor the persons administering the experiment know the critical aspects of the experiment; a double-blind procedure is used to guard against both experimenter bias and placebo effects." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/double-blind+study" ; + rdfs:label "double blinded study" . + + +### http://purl.obolibrary.org/obo/ERO_0000361 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "The number of viable cells can be counted on a hemocytometer after trypan blue staining." ; + ; + "A cytometer used for visual counting of cells in a blood sample or other fluid under a microscope." ; + "PERSON: Nicole Vasilevsky" ; + "manual cytometer" ; + "http://www.google.com/search?q=hemocytometer&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#hl=en&client=firefox-a&hs=9NX&rls=org.mozilla:en-US:official&q=hemocytometer&tbs=dfn:1&tbo=u&sa=X&ei=HX1BTqT0BezViAL324WVBQ&ved=0CBYQkQ4&bav=on.2,or.r_gc.r_pw.r_cp.&fp=a5190ac754b40f6f&biw=1505&bih=751" ; + rdfs:label "hemocytometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000362 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A coulter counter is a commonly used automatic cytometer." ; + ; + "A cytometer that automatically counts and sizes particles and cells by detecting changes in electrical conductance of a small aperture as fluid containing cells are drawn through." ; + "PERSON: Tenille Johnson" ; + "automatic cell counter" , + "coulter counter" , + "viability analyzer" ; + "http://en.wikipedia.org/wiki/Coulter_counter" ; + rdfs:label "automatic cytometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000363 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A memory controller that manages access to memory for the computer." ; + ; + "A device that interfaces with a peripheral device. This may be a link between two parts of a computer (for example a memory controller that manages access to memory for the computer) or a controller on an external device that manages the operation of (and connection with) that device." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Controller_%28computing%29" ; + rdfs:label "controller" . + + +### http://purl.obolibrary.org/obo/ERO_0000365 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Used to store and house cell lines and cultures." ; + ; + "A incubator that controls the carbon dioxide (CO2) content of the atmosphere inside." ; + "PERSON: Tenille Johnson" ; + "Carbon dioxide incubator" ; + "http://en.wikipedia.org/wiki/Co2_incubator" ; + rdfs:label "CO2 incubator" . + + +### http://purl.obolibrary.org/obo/ERO_0000366 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "stereotaxic device" ; + "A head is positioned in a stereotaxic device, prior to brain surgery." ; + ; + "Device that immobilizes and positions an organism such that surgery may be performed using an external, three-dimensional frame of reference, usually based on the Cartesian coordinate system." ; + "PERSON: Melissa Haendel" ; + "stereotaxic lab standard" ; + "http://www.thefreedictionary.com/stereotaxic" ; + rdfs:label "stereotaxic device" . + + +### http://purl.obolibrary.org/obo/ERO_0000367 + rdf:type owl:Class ; + rdfs:subClassOf ; + "dual stereotaxic device" ; + "http://www.kopfinstruments.com/Stereotaxic/902.htm" ; + ; + "Stereotaxic device which allows positioning of two organisms simultaneously." ; + "PERSON: Melissa Haendel" ; + "dual stereotaxic lab standard" ; + "PERSON: Melissa Haendel" ; + rdfs:label "dual stereotaxic device" . + + +### http://purl.obolibrary.org/obo/ERO_0000368 + rdf:type owl:Class ; + rdfs:subClassOf ; + "single stereotaxic device" ; + "Positioning a head in a stereotaxic device prior to brain surgery." ; + ; + "Stereotaxic device which allows positioning of a single organism." ; + "PERSON: Melissa Haendel" ; + "single stereotaxic lab standard" ; + "PERSON: Melissa Haendel" ; + rdfs:label "single stereotaxic device" . + + +### http://purl.obolibrary.org/obo/ERO_0000370 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "microtome cryostat" ; + "Histological sections are cut using a microtome cryostat." ; + ; + "Microtome that cuts frozen tissue within a temperature controlled frozen environment." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "microtome cryostat" . + + +### http://purl.obolibrary.org/obo/ERO_0000371 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "anesthesia induction chamber" ; + "Mice are placed in an anesthesia induction chamber, for administration of anesthesia." ; + ; + "An inhalation chamber that used to anesthetize organisms that allows for controlled exposure to the anesthesia while eliminating personnel exposure to anesthetic gas." ; + "PERSON: Melissa Haendel" ; + "http://www.ezanesthesia.com/ez_anesthesia/index.html" ; + rdfs:label "anesthesia induction chamber" . + + +### http://purl.obolibrary.org/obo/ERO_0000372 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "infrared spectrophotometer" ; + "Infrared spectroscopy is used in quality control, dynamic measurement, and monitoring applications such as the long-term unattended measurement of CO2 concentrations in greenhouses." ; + ; + "Spectrophotometer that has a prism or grating for the study and recording of infrared spectra. It usually consists of a radiation source such as a Nernst glower, a monochromator, a detector, an amplifier and a recorder." ; + "PERSON: Melissa Haendel" ; + "infared spectrophotometer" ; + "http://www.photonics.com/directory/dictionary/Definition.aspx?type=2&DictionaryID=4754" ; + rdfs:label "infrared spectrophotometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000373 + rdf:type owl:Class ; + rdfs:subClassOf ; + "intravenous injection" ; + "Tail vein injection into a mouse." ; + ; + "Injection of a substance into the vein of an organism." ; + "PERSON: Melissa Haendel" ; + "IV injection" ; + "PERSON: Melissa Haendel" ; + rdfs:label "intravenous injection" . + + +### http://purl.obolibrary.org/obo/ERO_0000374 + rdf:type owl:Class ; + rdfs:subClassOf ; + "deconvolution microscope" ; + "Used to image biological samples." ; + ; + "Fluorescence microscope that uses a computational method to reduce out-of-focus fluorescence in three-dimensional (3D) microscope image." ; + "PERSON: Nicole Vasilevsky" ; + "McNally et al., Methods. 1999 Nov;19(3):373-85. PMID: 10579932" ; + rdfs:label "deconvolution microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000375 + rdf:type owl:Class ; + rdfs:subClassOf ; + "gavage" ; + "Administration of a drug into an animal via gavage." ; + ; + "Agent delivery of substances by means of a small plastic tube passed through the nose or mouth into the stomach, not explicitly 'forcibly'." ; + "PERSON: Karen Corday" ; + "Enteral tube feeding" , + "Gastrogavage" , + "Tube feeding" ; + "http://en.wikipedia.org/wiki/Force-feeding" ; + rdfs:label "gavage" . + + +### http://purl.obolibrary.org/obo/ERO_0000376 + rdf:type owl:Class ; + rdfs:subClassOf ; + "intraperitoneal injection" ; + "Injection of a substance into the peritoneal cavity." ; + ; + "Injection of a substance into the body cavity." ; + "PERSON: Karen Corday" ; + "IP" , + """IP injection +""" , + "i.p." , + "i.p. injection" ; + "http://en.wikipedia.org/wiki/Intraperitoneal_injection" ; + rdfs:label "intraperitoneal injection" . + + +### http://purl.obolibrary.org/obo/ERO_0000377 + rdf:type owl:Class ; + rdfs:subClassOf ; + "subcutaneous injection" ; + "Injection of a solution into the scruff of the neck of a rodent." ; + ; + "Injection of a a bolus into the subcutis, the layer of skin directly below the dermis and epidermis, collectively referred to as the cutis." ; + "PERSON: Karen Corday" ; + "S.C. injection" , + "SC injection" , + "Sub cu injection" ; + "http://en.wikipedia.org/wiki/Subcutaneous_injection" ; + rdfs:label "subcutaneous injection" . + + +### http://purl.obolibrary.org/obo/ERO_0000378 + rdf:type owl:Class ; + rdfs:subClassOf ; + "surgery" ; + "Surgical removal of a mole." ; + ; + "A material processing technique that uses operative manual and instrumental techniques on a patient to investigate and/or treat a pathological condition such as disease or injury or to help improve bodily function or appearance." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Surgery" ; + rdfs:label "surgery" . + + +### http://purl.obolibrary.org/obo/ERO_0000380 + rdf:type owl:Class ; + rdfs:subClassOf ; + "NMR spectra data" ; + ; + "NMR spectra is the intensity of the NMR signal as a function of frequency." ; + "PERSON: Karen Corday" ; + "Nuclear magnetic resonance spectra data" ; + "http://en.wikipedia.org/wiki/Nuclear_magnetic_resonance" ; + rdfs:label "NMR spectra data" . + + +### http://purl.obolibrary.org/obo/ERO_0000381 + rdf:type owl:Class ; + rdfs:subClassOf ; + "NMR-based metabolite profiling" ; + ; + "A nuclear magnetic resonance assay used for profiling of metabolites (a process which aims at detecting and identifying chemical entities resulting from biochemical and cellular metabolism) using nuclear magnetic resonance." ; + "PERSON: Karen Corday" ; + "http://cfpub.epa.gov/si/si_public_record_report.cfm?dirEntryId=201425" ; + rdfs:label "NMR-based metabolite profiling" . + + +### http://purl.obolibrary.org/obo/ERO_0000382 + rdf:type owl:Class ; + rdfs:subClassOf ; + "gas chromatography-mass spectrometry platform" ; + "Can be used for protein identification and characterization." ; + ; + "A mass spectrometer that combines the gas-liquid chromatography and mass spectrometry to identify different substances within a test sample." ; + "PERSON: Karen Corday" ; + "GC-MS platform" , + "GC/MS platform" ; + "http://en.wikipedia.org/wiki/Gas_chromatography-mass_spectrometry" ; + rdfs:label "gas chromatography-mass spectrometry platform" . + + +### http://purl.obolibrary.org/obo/ERO_0000383 + rdf:type owl:Class ; + rdfs:subClassOf ; + "electrocardiogram" ; + "An electrocardiogram is used to measure heart function." ; + ; + "A physiological assay that is a transthoracic interpretation of the electrical activity of the heart over time captured and externally recorded by skin electrodes. It is a noninvasive recording produced by an electrocardiographic device." ; + "PERSON: Karen Corday" ; + "ECG" ; + "http://en.wikipedia.org/wiki/Electrocardiography" ; + rdfs:label "electrocardiogram" . + + +### http://purl.obolibrary.org/obo/ERO_0000384 + rdf:type owl:Class ; + rdfs:subClassOf ; + "cardiac output measurement" ; + "An echocardiogram." ; + ; + "A physiological assay that measures cardiac output, which is the volume of blood being pumped by the heart, in particular by a ventricle in a minute. Methods of measurement range from direct intracardiac catheterisation to non-invasive measurement of the arterial pulse." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Cardiac_output" ; + rdfs:label "cardiac output measurement" . + + +### http://purl.obolibrary.org/obo/ERO_0000385 + rdf:type owl:Class ; + rdfs:subClassOf ; + "echocardiogram" ; + "Used to study heart function." ; + ; + "A physiological assay that uses standard ultrasound techniques to take two-dimensional pictures of the cardiovascular system and can produce accurate assessment of the velocity of blood and cardiac tissue at any arbitrary point using pulsed or continuous wave Doppler ultrasound." ; + "PERSON: Karen Corday" ; + "Cardiac US scan" , + "Diagnostic ultrasound of heart" , + "Echocardiographic procedure" , + "Echocardiography" , + "US scan of heart" , + "Ultrasonic cardiography" , + "Ultrasonography of heart" , + "Ultrasound of heart" , + "cardiac ECHO" ; + "http://en.wikipedia.org/wiki/Echocardiography" ; + rdfs:label "echocardiogram" . + + +### http://purl.obolibrary.org/obo/ERO_0000386 + rdf:type owl:Class ; + rdfs:subClassOf ; + "invasive hemodynamic measurement" ; + ; + "A physiological assay that measures simultaneously acquired and processed blood flow and blood pressure via the placement of invasive catheters into the vasculature." ; + "PERSON: Karen Corday" ; + "Pollack, A. N. (Ed.) (2011). Critical care transport. Sudbury, MA: Jones and Bartlett. ISBN: 978-0- 7637-1223-5. http://books.google.com/books?id=cuWoyV19dq8C" ; + rdfs:label "invasive hemodynamic measurement" . + + +### http://purl.obolibrary.org/obo/ERO_0000387 + rdf:type owl:Class ; + rdfs:subClassOf ; + "data acquisition" ; + "Acquisition of flow cytometry data." ; + ; + "A technique that samples real world physical conditions and conversion of the resulting samples into digital numeric values that can be manipulated by a computer." ; + "PERSON: Karen Corday" ; + "DAQ" ; + "http://en.wikipedia.org/wiki/Data_acquisition" ; + rdfs:label "data acquisition" . + + +### http://purl.obolibrary.org/obo/ERO_0000388 + rdf:type owl:Class ; + rdfs:subClassOf ; + "tail vein injection" ; + "Adoptive transfer of cells via tail vein." ; + ; + "An intravenous injection of a substance into the lateral tail vein of an organism, usually a mouse or rat." ; + "PERSON: Karen Corday" ; + "http://www.lab-manual.com/lm_383.htm" ; + rdfs:label "tail vein injection" . + + +### http://purl.obolibrary.org/obo/ERO_0000389 + rdf:type owl:Class ; + rdfs:subClassOf ; + "mouse breeding" ; + "Breeding transgenic mice." ; + ; + "A laboratory animal care technique performed to produce offspring of laboratory mice by pairing mice as mating pairs. Breeding methods include selective breeding, which is the systematic breeding of animals in order to change certain qualities in them, inbreeding, which is the breeding of genetically related mice, and strain breeding, which concentrates on a certain mouse and its offspring, usually involving moderate inbreeding." ; + "PERSON: Karen Corday" ; + "http://www.hiiret.fi/eng/breeding/index.html" ; + rdfs:label "mouse breeding" . + + +### http://purl.obolibrary.org/obo/ERO_0000391 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Allowing access to a microscope in a core lab." ; + ; + "A service offering that describes a service in which the consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider. Ownership of the accessed resource remains with the service provider during and after provision of service." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Coordinate with NIF" ; + rdfs:label "access service" . + + +### http://purl.obolibrary.org/obo/ERO_0000392 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A computer server." ; + ; + "A service offering that describes a service in which the consumer provides some material or data as input which a service provider stores and returns as output." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "coordinate with NIF. NIF ID:nlx_res_20090419" ; + rdfs:label "storage service" . + + +### http://purl.obolibrary.org/obo/ERO_0000393 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Training a researcher to use a microscope." ; + ; + "A service offering that describes a service in which the provider offers educational materials or events, such as courses, workshops or graduate programs, to the service consumer " ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090444" ; + rdfs:label "training service" . + + +### http://purl.obolibrary.org/obo/ERO_0000394 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Biopsy service." ; + ; + "A service offering that describes a service in which the provider makes physical changes to a specified input material entity with the objective of producing a new material entity form input materials, or modifying the input material entity, and returning this as output to the service consumer" ; + "PERSON: Nicole Vasilevsky" ; + "http://neurolex.org/wiki/Category:Production_service_resource" ; + rdfs:comment "Coordinate with NIF: NIF ID: nlx_res_20090416" ; + rdfs:label "material processing service" . + + +### http://purl.obolibrary.org/obo/ERO_0000395 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Flow cytometry analysis of T cells." ; + ; + "An analysis service offering that describes a service in which the consumer provides some input material and a service provider performs some analysis of this material to generate data that is returned to the service consumer." ; + "PERSON: Nicole Vasilevsky" ; + "http://neurolex.org/wiki/Category:Analysis_service_resource" ; + rdfs:comment "Coordinate with NIF: NIF ID: nlx_res_20090420" ; + rdfs:label "material analysis service" . + + +### http://purl.obolibrary.org/obo/ERO_0000396 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of monoclonal antibodies from a hybridoma." ; + ; + "A material processing service offering that describes a service in which the provider makes physical changes to a specified input material that produce a new entity as specified output that is returned the service consumer. The specified output of a material production service can be contained within, derived from, or synthesized from specified input materials, but it represents a material entity that is of a distinct type from any of the specified input materials." ; + "PERSON: Matthew Brush" ; + "http://neurolex.org/wiki/Category:Material_service_resource" ; + rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090418" ; + rdfs:label "material production service" . + + +### http://purl.obolibrary.org/obo/ERO_0000399 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Samples can be requested and easily retrieved from a biobank picking station." ; + ; + "An instrument comprised of a number of -80 C storage units with liquid carbon dioxide back-up and a centralized automated picking station that reads the 2D barcodes on all tubes and re-arrays any requested samples at 15 C." ; + "PERSON: Bob Garces" ; + "Zuo, D., et al. (2006). PlasmID: a centralized repository for plasmid clone information and distribution. Nucleic Acids Research, Database issue D1-D5. DOI:10.1093/nar/gkl898 (http://nar.oxfordjournals.org/cgi/screenpdf/gkl898v1)" ; + rdfs:label "biobank picking station" . + + +### http://purl.obolibrary.org/obo/ERO_0000400 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument that is used to electronically read printed barcodes" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Barcode_reader" ; + rdfs:label "barcode reader" . + + +### http://purl.obolibrary.org/obo/ERO_0000401 + rdf:type owl:Class ; + rdfs:subClassOf ; + "cell analysis" ; + "Flow cytometry." ; + ; + "An assay that generates data about the presence, quantity, structure, function, behavior, or activity of cells, or a process that occurs at a cellular level of anatomical granularity (includes subcellular structures and organelles)." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "cellular assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000402 + rdf:type owl:Class ; + rdfs:subClassOf ; + "data storage" ; + "Storing data on a server." ; + ; + "A data transformation technique that involves the process of recording or retrieving information or data." ; + "PERSON: Karen Corday" ; + "Information storage" , + "bulk data storage" , + "research data storage" ; + "http://en.wikipedia.org/wiki/Data_storage" ; + rdfs:label "data storage" . + + +### http://purl.obolibrary.org/obo/ERO_0000404 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "construct insert" ; + "A gene, such as p53." ; + ; + "Reagent that is part of a construct comprised of DNA from an external source." ; + "PERSON: Melissa Haendel" ; + "http://www.answers.com/topic/dna-construct" ; + rdfs:label "construct insert" . + + +### http://purl.obolibrary.org/obo/ERO_0000409 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Labeling of proteins using fluorescent-tagged antibodies." ; + ; + "An imaging assay that allows for detection and visualization of the location and relative abundance of any protein in cells or tissues by microscopy using fluorescent tagged antibodies." ; + "PERSON: Nicole Vasilevsky" ; + "Fluorescent immunoassay" , + "IF" , + "IMF" , + "IMF assay" , + "Immunofluorescence assay" ; + "http://www.bio.davidson.edu/courses/genomics/method/IMF.html" ; + rdfs:label "immunofluorescence microscopy assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000410 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for protein identification and characterization." ; + ; + "A mass spectrometry assay used for the screening of apparent or novel metabolic phenotypes in functional genomic studies of plants or microbes." ; + "PERSON: Karen Corday" ; + "GC-MS based metabolite profiling" , + "GC/MS metabolite profiling" ; + "Kopka, J. (2006). Current challenges and developments in GC-MIS metabolite profiling technology. Journal of Biotechnology, 123, 312-322. PMID: 16434119" ; + rdfs:label "gas chromatography-mass spectrometry metabolite profiling" . + + +### http://purl.obolibrary.org/obo/ERO_0000411 + rdf:type owl:Class ; + rdfs:subClassOf ; + "protein-ligand interaction assay" ; + "An assay to determine if myoglobin binds to its ligand, heme." ; + ; + "A protein interaction detection assay used to study protein-ligand interactions." ; + "PERSON: Tenille Johnson" ; + "ligand binding analysis" ; + "http://en.wikipedia.org/wiki/Protein_ligand" ; + rdfs:label "protein-ligand interaction assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000412 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A SNP in the F5 gene causes a hypercoagulability disorder with the variant Factor V Leiden." ; + ; + "A nucleic acid assay used to detect single nucleotide variations in a nucleotide sequence." ; + "PERSON: Nicole Vasilevsky" ; + "SNP analysis" ; + "http://en.wikipedia.org/wiki/Single-nucleotide_polymorphism" ; + rdfs:label "single-nucleotide polymorphism analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000413 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for genetic analysis." ; + ; + "A nucleic acid assay used method for detection of chromosomal deletions by loss of heterozygosity studies and for detection of microsatellite instability." ; + "PERSON: Karen Corday" ; + "DNA fingerprining" , + "Forensic genetic analysis" , + "Genetic fingerprinting" , + "Microsatellite instability analysis" , + "STR profiling" , + "Short tandem repeat profiling" ; + "Wild, P. J. et al. (2004). Laser microdissection for microsatellite analysis in colon and breast cancer. In G. I. Murray and S. Curran (Eds.), Laser capture microdissection: methods and protocols. New York: Springer. doi/10.1385/1-59259-853-6:093" ; + rdfs:comment "DNA profiling ; STR analysis ; Short tandem repeat analysis" , + "STR analysis" , + "Short tandem repeat analysis" ; + rdfs:label "microsatellite analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000414 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Mouse embryonic fibroblast cells." ; + ; + "Cell culture of embryonic stem cells, which were derived from embryos in vitro." ; + "PERSON: Karen Corday" ; + "ES cell culture" ; + "http://stemcells.nih.gov/info/basics/basics3.asp" ; + rdfs:label "embryonic stem cell culture" . + + +### http://purl.obolibrary.org/obo/ERO_0000415 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Transfection of a gene into stem cells." ; + ; + "Electroporation in embryonic stem cells to overexpress a protein of interest." ; + "PERSON: Karen Corday" ; + "ES cell electroporation" ; + "http://en.wikipedia.org/wiki/Electroporation" ; + rdfs:label "embryonic stem cell electroporation" . + + +### http://purl.obolibrary.org/obo/ERO_0000416 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Antibody generation in B cells." ; + ; + "Experimental genetic modification that uses homologous recombination to change an endogenous gene. The method can be used to delete a gene, remove exons, add a gene, and introduce point mutations." ; + "PERSON: Karen Corday" ; + "Genetic engineering" , + "Genome manipulation" , + "Homologous recombination" ; + "http://en.wikipedia.org/wiki/Gene_targeting" ; + rdfs:label "targeted homologous recombination" . + + +### http://purl.obolibrary.org/obo/ERO_0000417 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to generate transgenic mice strains." ; + ; + "A material processing technique in which eggs from female animals are mixed with sperm from male animals. After the egg is fertilized and divides into an embryo, the embryo is split into identical embryos, and implanted in separate female surrogates, and allowed to develop normally." ; + "PERSON: Karen Corday" ; + "Embryo transfer" ; + "Paul, N. (2002). Science for you: biology. Cheltenham: Nelson Thomas Ltd. (http://books.google.com/books?id=gTWbFq3gCPUC)" ; + rdfs:label "embryo transplantation" . + + +### http://purl.obolibrary.org/obo/ERO_0000418 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "environmental chamber" ; + "An anesthesia chamber for rodents." ; + ; + "An environment control instrument used to test the effects of specified environmental conditions on biological samples, industrial products, materials, and electronic devices and components. An environmental chamber can be used as a stand-alone test for environmental effects on test specimens, as preparation of test specimens for further physical tests or chemical tests, or as environmental conditions for conducting testing of specimens." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Environmental_chamber" ; + rdfs:label "environmental chamber" . + + +### http://purl.obolibrary.org/obo/ERO_0000419 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "charge-coupled device camera" ; + "Can be used in medical imaging." ; + ; + "A digital camera that is designed to convert optical brightness into electrical amplitude signals using a plurality of CCDs, and then reproduce the image of a subject using the electric signals without time restriction." ; + "PERSON: Tenille Johnson" ; + "CCD camera" ; + "http://www.electronics-manufacturers.com/products/digital-photography/ccd-camera/" ; + rdfs:label "charge-coupled device camera" . + + +### http://purl.obolibrary.org/obo/ERO_0000420 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "charge-coupled device detector" ; + "A charged-coupled device camera used for medical imaging." ; + ; + "A photodetector that senses light or other electromagnetic energy using a charge coupled device (CCD), which detects the movement of electrical charge, usually from within the device to an area where the charge can be manipulated." ; + "PERSON: Tenille Johnson" ; + "CCD detector" ; + "http://en.wikipedia.org/wiki/Charge-coupled_device" ; + rdfs:label "charge-coupled device detector" . + + +### http://purl.obolibrary.org/obo/ERO_0000422 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of transgenic mice." ; + ; + "Injection into blastocysts (pre-implantation embryos), which are isolated from donor females and microinjected with genetically modified embryonic stem (ES) cells." ; + "PERSON: Karen Corday" ; + "http://www.imbim.uu.se/resource/Blastocystinjection.html" ; + rdfs:label "blastocyst injection" . + + +### http://purl.obolibrary.org/obo/ERO_0000423 + rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + rdfs:subClassOf ; + "Lipofectamine is a commonly used transfection reagent." ; + ; + "A chemical reagent that introduces foreign DNA into a eukaryotic cell." ; + "PERSON: Karen Corday" ; + "http://www.iscid.org/encyclopedia/Transfection_Reagents" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "transfection reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0000429 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "BAC library" ; + "A BAC library containing the mouse genome." ; + ; + "A genomic library that contains discrete collections of host bacteria, each of which carries a DNA insert from a source organism cloned into a BAC construct, such that the collection of cloned DNA molecules represents the entire genome of the source organism. This term can also represent the collection of BAC constructs prior to their delivery into the host cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Genomic_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "BAC library" . + + +### http://purl.obolibrary.org/obo/ERO_0000430 + rdf:type owl:Class ; + rdfs:subClassOf ; + "expression library" ; + "An expression library to isolate genes that could confer antibiotic resistance." ; + ; + "A construct library that contains expression vectors, which are used to express a specific protein." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Expression_cloning" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "expression library" . + + +### http://purl.obolibrary.org/obo/ERO_0000431 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "expression construct" ; + "A construct that is designed to be expressed in insect cells." ; + ; + "A construct that is engineered to produce large amounts of stable messenger RNA, and therefore proteins in a specific cell type. The construct often contains regulatory sequences that act as enhancer and promoter regions and lead to efficient transcription of the gene carried on the expression vector." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Expression_vector" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "expression construct" . + + +### http://purl.obolibrary.org/obo/ERO_0000432 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "PAC library" ; + ; + "A genomic library that contains discrete collections of host bacteria, each of which carries a DNA insert from a source organism cloned into a PAC construct, such that the collection of cloned DNA molecules represents the entire genome of the source organism. This term can also represent the collection of PAC constructs prior to their delivery into the host cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Genomic_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "PAC library" . + + +### http://purl.obolibrary.org/obo/ERO_0000433 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "fosmid library" ; + ; + "A genomic library that contains discrete collections of fosmid constructs carrying DNA inserts from a source organism, such that the collection of DNA inserts represents the entire genome of the source organism. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fosmid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "fosmid library" . + + +### http://purl.obolibrary.org/obo/ERO_0000434 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + ; + "A genomic library that contains discrete collections of host yeast cells, each of which carries a DNA insert from a source organism cloned into a YAC construct, such that the collection of cloned DNA molecules represents the entire genome of the source organism. This term can also represent the collection of YAC constructs prior to their delivery into the host cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Genomic_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "YAC library" . + + +### http://purl.obolibrary.org/obo/ERO_0000435 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "cosmid library" ; + ; + "A genomic library that contains discrete collections of cosmid constructs carrying DNA inserts from a source organism, such that the collection of DNA inserts represents the entire genome of the source organism. " ; + "PERSON: Nicole Vasilevsky" ; + "http://homepages.strath.ac.uk/~dfs99109/BB211/GenomicLibrary.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "cosmid library" . + + +### http://purl.obolibrary.org/obo/ERO_0000436 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "lambda phage library" ; + ; + "An organism library containing trangenic lambda phage." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "lambda phage library" . + + +### http://purl.obolibrary.org/obo/ERO_0000437 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "cold room" ; + "Walk-in refrigerator." ; + ; + "Instrument that consists of insulated room and refrigeration components that together maintain the room at a constant temperature below room temperature." ; + "PERSON: Melissa Haendel" ; + "walk-in refridgerator" ; + "PERSON: Melissa Haendel" ; + rdfs:label "cold room" . + + +### http://purl.obolibrary.org/obo/ERO_0000438 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "chemical fume hood" ; + "A chemical fume hood is used when working with highly volatile chemicals." ; + ; + "Instrument that is a local ventilation device that is designed to limit the user's exposure to hazardous or noxious fumes, vapors or dusts. A fume hood is typically a large piece of equipment enclosing five sides of a work area, the bottom of which is most commonly located at a standing work height. Air is drawn in from the front (open) side of the cabinet, and either expelled outside the building or made safe through filtration and fed back into the room." ; + "PERSON: Melissa Haendel" ; + "fume hood" ; + "http://en.wikipedia.org/wiki/Fume_hood" ; + rdfs:label "chemical fume hood" . + + +### http://purl.obolibrary.org/obo/ERO_0000439 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "tissue culture incubator" ; + "A CO2 incubator designed to house cell cultures." ; + ; + "An incubator that is used in tissue culture rooms for culturing primary cells, cell lines, or tissues. " ; + "PERSON: Erik Segerdell" ; + "http://www.medterms.com/script/main/art.asp?articlekey=18426" ; + rdfs:label "tissue culture incubator" . + + +### http://purl.obolibrary.org/obo/ERO_0000440 + rdf:type owl:Class ; + rdfs:subClassOf ; + "liquid nitrogen dewar" ; + "A dewar that is used for long-term storage of cell line stocks." ; + ; + "A cryostat that is used for biomedical storage of samples using liquid nitrogen as a refrigerant." ; + "PERSON: Erik Segerdell" ; + "liquid nitrogen tank" ; + "PERSON: Erik Segerdell" ; + rdfs:label "liquid nitrogen dewar" . + + +### http://purl.obolibrary.org/obo/ERO_0000441 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A photometer is used to quantitate the concentration of DNA in a sample." ; + ; + "An instrument for measuring light intensity or optical properties of solutions or surfaces. Photometers are used to measure iIlluminance, irradiance, light absorption, scattering of light, reflection of light, fluorescence, phosphorescence, and luminescence." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Photometer" ; + rdfs:label "photometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000442 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of recombinant insulin." ; + ; + "Material production of proteins that have been produced by recombinant DNA techniques, which allows the production of large quantities of recombinant protein." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-recombinant-protein-production.htm" ; + rdfs:label "recombinant protein production" . + + +### http://purl.obolibrary.org/obo/ERO_0000443 + rdf:type owl:Class ; + rdfs:subClassOf ; + "2D gel spot exciser" ; + "Gel excision of a 2D gel, for subsequent protein analysis." ; + ; + "A spot cutter that is used to excise spots from two-dimensional (2D) electrophoretic gels." ; + "PERSON: Erik Segerdell" ; + "2D spot picker" ; + "http://en.wikipedia.org/wiki/Two-dimensional_gel_electrophoresis" ; + rdfs:label "2D gel spot exciser" . + + +### http://purl.obolibrary.org/obo/ERO_0000444 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "frequency counter" ; + "A coulter counter is used to count the number of cells in a sample." ; + ; + "A device that is used for measuring frequency, which is defined as the number of events of a particular sort occurring in a set period of time." ; + "PERSON: Erik Segerdell" ; + "http://en.wikipedia.org/wiki/Frequency_counter" ; + rdfs:label "frequency counter" . + + +### http://purl.obolibrary.org/obo/ERO_0000445 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pulmonary function tests" ; + "Tests to detect decreased lung capacity." ; + ; + "A physiological assay used to measure the ability of the lungs take in and release air and the ability to move gases such as oxygen from the atmosphere into the body's circulation." ; + "PERSON: Tenille Johnson" ; + "Lung function tests" , + "PFT" ; + "http://www.nlm.nih.gov/medlineplus/ency/article/003853.htm" ; + rdfs:label "pulmonary function tests" . + + +### http://purl.obolibrary.org/obo/ERO_0000446 + rdf:type owl:Class ; + rdfs:subClassOf ; + "spirometry" ; + ; + "A pulmonary function test used to measure lung function, specifically the measurement of the amount (volume) and/or speed (flow) of air that can be inhaled and exhaled." ; + "PERSON: Nicole Vasilevsky" ; + "Bronchospirometry" , + "Spirogram" ; + "http://en.wikipedia.org/wiki/Spirometry" ; + rdfs:label "spirometry" . + + +### http://purl.obolibrary.org/obo/ERO_0000447 + rdf:type owl:Class ; + rdfs:subClassOf ; + "gas diffusion tests" ; + ; + "A pulmonary function test that measures the amount of oxygen and other gases that cross the lungs' air sacs (alveoli ) per minute. These tests evaluate how well gases are being absorbed into a person's blood from their lungs." ; + "PERSON: Tenille Johnson" ; + "http://www.webmd.com/lung/lung-function-tests" ; + rdfs:label "gas diffusion tests" . + + +### http://purl.obolibrary.org/obo/ERO_0000448 + rdf:type owl:Class ; + rdfs:subClassOf ; + "body plethysmography" ; + ; + "A pulmonary function test that may be used to measure: total lung capacity (TLC), which is the total amount of air your lungs can hold, or residual volume (RV), which is the amount of air that remains in your lungs after you exhale as completely as possible." ; + "PERSON: Tenille Johnson" ; + "Body box plethysmography" , + "Total body plethysmography" , + "Whole body plethysmography" ; + "http://www.webmd.com/lung/lung-function-tests" ; + rdfs:label "body plethysmography" . + + +### http://purl.obolibrary.org/obo/ERO_0000449 + rdf:type owl:Class ; + rdfs:subClassOf ; + "inhalation challenge tests" ; + ; + "A pulmonary function test done to measure the response of a person's airways to substances that may be causing asthma or wheezing." ; + "PERSON: Tenille Johnson" ; + "Inhalation bronchial challenge testing" , + "Provocation studies" ; + "http://www.webmd.com/lung/lung-function-tests" ; + rdfs:label "inhalation challenge tests" . + + +### http://purl.obolibrary.org/obo/ERO_0000450 + rdf:type owl:Class ; + rdfs:subClassOf ; + "exercise stress tests" ; + "Exercise stress tests are often performed after a heart attack." ; + ; + "A pulmonary function test done to evaluate the effect of exercise on lung function tests. Spirometry readings are done after exercise and then again at rest." ; + "PERSON: Tenille Johnson" ; + "Exercise test" , + "Exercise tolerance test" ; + "http://www.webmd.com/lung/lung-function-tests" ; + rdfs:label "exercise stress tests" . + + +### http://purl.obolibrary.org/obo/ERO_0000451 + rdf:type owl:Class ; + rdfs:subClassOf ; + "multiple-breath washout test" ; + ; + "A pulmonary function test performed to check lung function in patients with cystic fibrosis." ; + "PERSON: Tenille Johnson" ; + "http://www.webmd.com/lung/lung-function-tests" ; + rdfs:label "multiple-breath washout test" . + + +### http://purl.obolibrary.org/obo/ERO_0000452 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "spirometer" ; + ; + "A spirometer is an apparatus for measuring the volume of air inspired and expired by the lungs. It is a precision differential pressure transducer for the measurements of respiration flow rates. The spirometer records the amount of air and the rate of air that is breathed in and out over a specified period of time." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Spirometer" ; + rdfs:label "spirometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000453 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "objective lens" ; + "An objective lens of a microscope." ; + ; + "An instrument that contains an optical element that gathers light from the object being observed and focuses the light rays to produce a real image, using either a single lens or combinations of several optical elements. Objective lenses are used in microscopes, telescopes, cameras, slide projectors, CD players and many other optical instruments." ; + "PERSON: Tenille Johnson" ; + "object glass" , + "objective" , + "objective glass" ; + "http://en.wikipedia.org/wiki/Objective_lens" ; + rdfs:label "objective lens" . + + +### http://purl.obolibrary.org/obo/ERO_0000454 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "video camera" ; + "Creation of home videos using a video camera." ; + ; + "A camera used for electronic motion picture acquisition." ; + "PERSON: Tenille Johnson" ; + "camcorder" ; + "http://en.wikipedia.org/wiki/Video_camera" ; + rdfs:label "video camera" . + + +### http://purl.obolibrary.org/obo/ERO_0000455 + rdf:type owl:Class ; + rdfs:subClassOf ; + "ELISPOT microplate reader" ; + "An ELISPOT microplate reader can be used to measure protein expression in samples." ; + ; + "A plate reader used to count the colored spots that are formed in the course of ELISPOT assays." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Plate_reader" ; + rdfs:label "ELISPOT microplate reader" . + + +### http://purl.obolibrary.org/obo/ERO_0000456 + rdf:type owl:Class ; + rdfs:subClassOf ; + "listmode file" ; + ; + "Data containing raw cytometer data files that list the values of the scatter and fluorescence parameters for each event in the order in which the events passed through the cytometer's interrogation point (usually a laser beam). Most cytometers create listmode files in the Flow Cytometry Standard (FCS) format, which is not understood by general purpose scientific software. Converting a listmode file to a plain text ASCII format enables it to be read by such software, or viewed and edited with a word processor." ; + "PERSON: Tenille Johnson" ; + "http://www.umass.edu/microbio/mfi/ascii.htm" ; + rdfs:label "flow cytometry list mode data" . + + +### http://purl.obolibrary.org/obo/ERO_0000457 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "irradiation system" ; + "An x-ray irradiator." ; + ; + "An instrument that contains a shielded cabinet system and is used to irradiate biological specimens." ; + "PERSON: Tenille Johnson" ; + "http://www.kimtronmedical.com/IC160.html" ; + rdfs:label "irradiation system" . + + +### http://purl.obolibrary.org/obo/ERO_0000459 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "urine analyzer" ; + "An instrument to detect glucose levels in urine." ; + ; + "A device used for urinalysis testing." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Urine_test_strip#Automated_Urine_Test_Strip_Analyzers" ; + rdfs:label "urine analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0000461 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "DNA gels stained with ethidium bromide are visualized using a UV transilluminator." ; + ; + "An instrument that consists of a light box that emits ultraviolet light, used for visualization of agarose and polyacrylamide gels." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.topac.com/transilluminators.html" ; + rdfs:label "ultraviolet transilluminator" . + + +### http://purl.obolibrary.org/obo/ERO_0000462 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Used to shake bacterial cultures, to promote growth." ; + ; + "An instrument that consists of a platform and racks to hold tubes, which continually shakes in an orbital motion, which is used to mix liquids. Depending on the model, the instrument may be located on a counter or on the floor." ; + "PERSON: Nicole Vasilevsky" ; + "environmental shaker" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "orbital shaker" . + + +### http://purl.obolibrary.org/obo/ERO_0000463 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Surface topologies with nano-scale roughness (cleaved silicon, e.g.) can be resolved an atomic force microscope." ; + ; + "A scanning force microscope used for determining the surface topography of native biomolecules at subnanometer resolution. It allows biomolecules to be imaged not only under physiological conditions, but also while biological processes are at work." ; + "PERSON: Karen Corday" ; + "AFM" ; + "http://www.mih.unibas.ch/Booklet/Booklet96/Chapter3/Chapter3.html" ; + rdfs:label "atomic force microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000465 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A protractor." ; + ; + "A device that either measures angle or allows an object to be rotated to a precise angular position." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Goniometer" ; + rdfs:label "goniometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000466 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Enhanced lateral spatial resolution for elemental analysis." ; + ; + "A measurement instrument used to determine the elemental composition of conductive and semiconductive surfaces, in which a highly focused and energetically well-defined electron beam is incident on the sample. Electrons ejected from the sample are analyzed in terms of their kinetic energy and quantity." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.physics.montana.edu/ical/instrumentation/auger.asp" ; + rdfs:label "scanning auger electron microprobe" . + + +### http://purl.obolibrary.org/obo/ERO_0000469 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "explosion-proof refrigerator" ; + "A refrigerator used to store volatile chemicals. " ; + ; + "A cooling appliance used for the safe storage of volatile materials that need to be kept cold, but not freezing." ; + "PERSON: Tenille Johnson" ; + "http://www.wisegeek.com/what-is-an-explosion-proof-refrigerator.htm" ; + rdfs:label "explosion-proof refrigerator" . + + +### http://purl.obolibrary.org/obo/ERO_0000470 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "explosion-proof freezer" ; + "Volatile chemicals may be stored in an explosion-proof freezer." ; + ; + "A cooling appliance used for the safe storage of volatile materials that need to be kept frozen." ; + "PERSON: Tenille Johnson" ; + "http://www.wisegeek.com/what-is-an-explosion-proof-refrigerator.htm" ; + rdfs:label "explosion-proof freezer" . + + +### http://purl.obolibrary.org/obo/ERO_0000471 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "microforge" ; + "A microforge is used to produce micropipettes, used for microinjection." ; + ; + "Instrument designed for the fabrication and processing of glass micropipettes and other related microtools for use in patch pipette tip polishing, tip size reduction (for holding pipettes), contact stretching (large tip sharpening), tip bending, tip sealing, in vitro fertilization (IVF), intracytoplasmic sperm injection (ICSI), and pipette production in a variety of pipette configurations." ; + "PERSON: Tenille Johnson" ; + "http://www.tritechresearch.com/narishige-needle-overview.html" ; + rdfs:label "microforge" . + + +### http://purl.obolibrary.org/obo/ERO_0000472 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "microinjector" ; + "The effects of a drug on an individual cell can be tested by microscope-assisted dosage with a microinjector." ; + ; + "A device which provides the pressure that is needed to deliver a sample solution from a micropipette into cells." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Microinjectors" ; + rdfs:label "microinjector" . + + +### http://purl.obolibrary.org/obo/ERO_0000477 + rdf:type owl:Class ; + rdfs:subClassOf ; + "natural product extraction" ; + "Purification of DNA from a blood sample." ; + ; + "Extraction of a biological entity to purify a chemical or biochemical entity or mixture of entities." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "natural product extraction" . + + +### http://purl.obolibrary.org/obo/ERO_0000478 + rdf:type owl:Class ; + rdfs:subClassOf ; + "bioactivity assay" ; + "Overexpression of a plasmid expressing a gene, in a cell culture, to confirm the gene has biological activity in the system." ; + ; + "A molecular assay that tests the activity of a chemical or biological reagent to affect a biological system." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "bioactivity assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000479 + rdf:type owl:Class ; + rdfs:subClassOf ; + "chemical synthesis" ; + "Synthesis of aspirin." ; + ; + "Material production technique whereby chemical entities are synthesized from other chemical entities." ; + "PERSON: Melissa Haendel" ; + "CS" , + "Chem syn" , + "Chemical compounding" ; + "PERSON: Melissa Haendel" ; + rdfs:label "chemical synthesis" . + + +### http://purl.obolibrary.org/obo/ERO_0000483 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for automated, high-throughput extraction of nucleic acids from samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.autogen.com/product_autogenprep965.htm" ; + rdfs:label "nucleic acid preparation station" . + + +### http://purl.obolibrary.org/obo/ERO_0000485 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Soil samples from an industrial site can be tested for the presence of mercury using an atomic spectrophotometer." ; + ; + "A spectrophometer used for the qualitative and quantitative determination of chemical elements employing the absorption of optical radiation (light) by free atoms in the gaseous state." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Atomic_absorption_spectroscopy" ; + rdfs:label "atomic spectrophotometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000487 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An ELISA plate washer." ; + ; + "Agent delivery of a selected quantity of reagents, samples or other liquids to a designated container." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Liquid_handling_robot" ; + rdfs:label "liquid handling" . + + +### http://purl.obolibrary.org/obo/ERO_0000489 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument used to measure the way in which a liquid, suspension or slurry flows in response to applied forces. It is used for those fluids which cannot be defined by a single value of viscosity." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Rheometer" ; + rdfs:label "rheometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000490 + rdf:type owl:Class ; + rdfs:subClassOf , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A technique performed prior to tissue sectioning and histology." ; + ; + "A sample preparation technique where cells or tissue are placed in a supporting medium. The medium can be paraffin wax (paraffin embedding) or plastics (plastic embedding) such as epoxy resins." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biology-online.org/dictionary/Tissue_embedding" ; + rdfs:label "tissue embedding" . + + +### http://purl.obolibrary.org/obo/ERO_0000491 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Preparation of brain slices for subsequent histological analysis." ; + ; + "Histological sample preparation of tissue, to cut it into thin sections, usually using a microtome or a cryostat, for further analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://books.google.com/books?id=svzyJdQVsaEC, Burry, R. W. (2010). Immunocytochemistry: a practical guide for biomedical research. New York: Springer." ; + rdfs:label "tissue sectioning" . + + +### http://purl.obolibrary.org/obo/ERO_0000492 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "needle grinder" ; + ; + "A device used to sharpen hypodermic needles." ; + "PERSON: Tenille Johnson" ; + "http://www.freepatentsonline.com/5495988.html" ; + rdfs:label "needle grinder" . + + +### http://purl.obolibrary.org/obo/ERO_0000493 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A drill that is designed to operate in conjunction with micropipettes, microelectrodes, and micromanipulators used for microinjection into cells for diverse applications in cytology. The action of the inertial impact drill is like that of a miniature jackhammer." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.findthatpatent.com/Inertial_impact_drill_for_cytological_applications,6251658.html" ; + rdfs:label "inertial impact drill" . + + +### http://purl.obolibrary.org/obo/ERO_0000494 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "hematology analyzer" ; + "Blood samples taken from patients are analyzed using a hematology analyzer." ; + ; + "A measurement device used to perform complete blood counts, erythrocyte sedimentation rates (ESRs), or coagulation tests." ; + "PERSON: Tenille Johnson" ; + "haematology analyser" ; + "http://en.wikipedia.org/wiki/Automated_analyzer#Haematology_analysers" ; + rdfs:label "hematology analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0000495 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "blood gas analyzer" ; + ; + "A blood anlayzer used to measure the pH and the partial pressures of oxygen and carbon dioxide in arterial blood, as well as calculate the bicarbonate concentration." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Arterial_blood_gas" ; + rdfs:label "blood gas analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0000496 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A specimen that is opaque to visible light, such as a blade of grass can be visualized through its thickness by way of its response to infrared light with the use of an infrared microscope." ; + ; + "A microscope that uses the infrared region of the electromagnetic radiation spectrum, often used for the study of materials that are uniformly transparent or opaque in the visible spectrum, but have significant absorption or transmission bands in the 700 nanometer-plus wavelength region." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.microscopyu.com/articles/optics/objectivespecial.html" ; + rdfs:label "infrared microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000497 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "An upright microscope is used to view cell lines growing in a flask." ; + ; + "A microscope that has the illumination system below the stage and the lens system above the stage." ; + "PERSON: Karen Corday" ; + "http://science.howstuffworks.com/light-microscope5.htm" ; + rdfs:label "upright microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000498 + rdf:type owl:Class ; + rdfs:subClassOf ; + "PCR reactions are set up in a PCR/UV workstation." ; + ; + "An instrument that uses UV irradiation as a sterilizer to provide a clean workspace to set up PCR reactions. The UV irradiation breaks down DNA sequences so that replication cannot occur in subsequent amplification processes." ; + "PERSON: Karen Corday" ; + "http://www.thistlescientific.co.uk/acatalog/thermal_details/BCUVSC_details.html" ; + rdfs:label "PCR/UV workstation" . + + +### http://purl.obolibrary.org/obo/ERO_0000499 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for musculoskeletal evaluations." ; + ; + "A physiological assay used to evaluate and record electrical activity produced by skeletal muscles." ; + "PERSON: Nicole Vasilevsky" ; + "EMG" ; + "http://en.wikipedia.org/wiki/Electromyography" ; + rdfs:label "electromyography" . + + +### http://purl.obolibrary.org/obo/ERO_0000500 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "Exercise equipment used for running or walking while staying in one place. The machine provides a moving platform with a wide conveyor belt and an electric motor or a flywheel." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Treadmill" ; + rdfs:label "treadmill" . + + +### http://purl.obolibrary.org/obo/ERO_0000502 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument used to produce gas pressure pulses to an injection pipette." ; + "PERSON: Karen Corday" ; + "http://www.asiimaging.com/pdfs/MPPI-2_Manual.pdf" ; + rdfs:label "pulse pressure injector" . + + +### http://purl.obolibrary.org/obo/ERO_0000503 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "slide drying oven" ; + ; + "An oven that is used for rapid drying of histology slides, typically consisting of a drying chamber, digital temperature and time controller, and internal fan." ; + "PERSON: Erik Segerdell" ; + "tissue drying oven" ; + "PERSON: Erik Segerdell" ; + rdfs:label "slide drying oven" . + + +### http://purl.obolibrary.org/obo/ERO_0000504 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "automatic coverslipper" ; + "An automatic coverslipper can be used to prepare slides for microscopic examination." ; + ; + "An material transfer instrument that is used to automatically apply a glass coverslip to a microscope slide." ; + "PERSON: Erik Segerdell" ; + "cover slipper" ; + "United States Patent 3833449" ; + rdfs:label "automatic coverslipper" . + + +### http://purl.obolibrary.org/obo/ERO_0000505 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "3T MRI scanner" ; + "A 3T MRI scanner is used to evaluate brain function." ; + ; + "An MRI scanner with a magnet strength of 3 Tesla." ; + "PERSON: Erik Segerdell" ; + "3 Tesla MRI scanner" , + "3 Tesla magnetic resonance imaging scanner" , + "3T MR system" , + "3T MRI system" , + "3T magnetic resonance imaging scanner" ; + "http://www.urmc.rochester.edu/radiology/" ; + rdfs:label "3T MRI scanner" . + + +### http://purl.obolibrary.org/obo/ERO_0000507 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument that allows one to hand-draw images and graphics, similar to the way one draws images with a pencil and paper." ; + "PERSON: Karen Corday" ; + "graphics tablet" ; + "http://en.wikipedia.org/wiki/Graphics_tablet" ; + rdfs:label "digitizing tablet" . + + +### http://purl.obolibrary.org/obo/ERO_0000508 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Plasmid purification from a bacterial culture." ; + ; + "Material component separation of nucleic acids from biological samples, for research purposes such as cloning or gene expression analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://acad.erskine.edu/facultyweb/baker/J05-10_DNA%20Technology/Isolation%20of%20Nucleic%20Acids.doc" ; + rdfs:label "nucleic acid isolation" . + + +### http://purl.obolibrary.org/obo/ERO_0000509 + rdf:type owl:Class ; + rdfs:subClassOf ; + "High resolution secondary electron analysis." ; + ; + "A materials assay used specifically in the study of surfaces and, more generally, in the area of materials science. Underlying the spectroscopic technique is the Auger effect, as it has come to be called, which is based on the analysis of energetic electrons emitted from an excited atom after a series of internal relaxation events." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Auger_electron_spectroscopy" ; + rdfs:label "auger electron spectroscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000510 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Imaging of biomolecules." ; + ; + "Microscopy used to determine the surface topography of native biomolecules at subnanometer resolution. It allows biomolecules to be imaged not only under physiological conditions, but also while biological processes are at work." ; + "PERSON: Nicole Vasilevsky" ; + "AFM" , + "Force microscopy" , + "Scanning force microscopy" ; + "http://en.wikipedia.org/wiki/Atomic_force_microscopy" ; + rdfs:label "atomic force microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000511 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A 96-well capillary sequencer, used to perform high-throughput analysis of samples." ; + ; + "A capillary electrophoresis instrument containing multiple capillaries, at least one source for the emission of a beam intended to to excite molecules lying in its path and inside the capillaries and means for detecting the fluorescence of the molecules exited by said beam, used for automated analysis of DNA fragments and RNA." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.google.com/patents?id=7I93AAAAEBAJ" ; + rdfs:label "multicapillary electrophoresis system" . + + +### http://purl.obolibrary.org/obo/ERO_0000512 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "tissue microarrayer" ; + ; + "A manual or automated arrayer that is used to precisely assemble tissue cores, as small as 0.6 mm in diameter, in paraffin blocks for tissue microarray analysis." ; + "PERSON: Erik Segerdell" ; + "http://en.wikipedia.org/wiki/Tissue_microarray" ; + rdfs:label "tissue microarrayer" . + + +### http://purl.obolibrary.org/obo/ERO_0000513 + rdf:type owl:Class ; + rdfs:subClassOf ; + "tissue specimen profile" ; + ; + "Data that describe a clinical tissue specimen, e.g. a tissue profile for new gene and protein targets or a molecular profile for tissue specimens or diseases provided by tissue microarray technology." ; + "PERSON: Erik Segerdell" ; + "tissue information" ; + "PMID:11257096" ; + rdfs:label "tissue specimen profile" . + + +### http://purl.obolibrary.org/obo/ERO_0000515 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectrophotometer that uses monochromatic x-rays to determine the interplanar spacings of the unknown crystalline materials for identification and characterization. Samples are analyzed as powders with grains in random orientations to insure that all crystallographic directions are \"sampled\" by the beam." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.physics.montana.edu/ical/instrumentation/xrd.asp" ; + rdfs:label "X-ray powder diffraction spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000516 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Protein structures are determined by crystallization analyses." ; + ; + "A material processing technique that is the (natural or artificial) process of formation of solid crystals precipitating from a solution, melt or more rarely deposited directly from a gas. Crystallization is also a chemical solid-liquid separation technique, in which mass transfer of a solute from the liquid solution to a pure solid crystalline phase occurs." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Crystallization" ; + rdfs:label "crystallization" . + + +### http://purl.obolibrary.org/obo/ERO_0000517 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectrophotometry technique that measures the elemental composition, empirical formula, chemical state and electronic state of the elements that exist within a material. XPS spectra are obtained by irradiating a material with a beam of X-rays while simultaneously measuring the kinetic energy and number of electrons that escape from the top 1 to 10 nm of the material being analyzed." ; + "PERSON: Karen Corday" ; + "Electron spectroscopy for chemical analysis" , + "X ray photoelectron spectroscopy" , + "XPS" ; + "http://en.wikipedia.org/wiki/X-ray_photoelectron_spectroscopy" ; + rdfs:label "x-ray photoelectron spectroscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0000519 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Phosphorimaging of a Western blot." ; + ; + "An image acquisition device that uses storage phosphor technology in life science imaging applications." ; + "PERSON: Nicole Vasilevsky" ; + "phosphoimager" ; + "http://imagers.salk.edu/pimager/pimFAQ.html" ; + rdfs:label "phosphorimager" . + + +### http://purl.obolibrary.org/obo/ERO_0000520 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A gel imager with light and UV filters." ; + ; + "An image acquisition instrument that captures digital images from single- and multiple-color fluorescence, chemiluminescence, chemifluorescence, and colorimetric samples." ; + "PERSON: Karen Corday" ; + "http://ricfacility.byu.edu/fluors.html" ; + rdfs:label "multi-imager" . + + +### http://purl.obolibrary.org/obo/ERO_0000521 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Used to image biomolecules." ; + ; + "An electron microscope that images the sample surface by scanning it with a high-energy beam of electrons in a raster scan pattern. The electrons interact with the atoms that make up the sample producing signals that contain information about the sample's surface topography, composition and other properties such as electrical conductivity." ; + "PERSON: Karen Corday" ; + "SEM" ; + "http://en.wikipedia.org/wiki/Scanning_electron_microscope" ; + rdfs:label "scanning electron microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000522 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A device used for X-ray diffraction and designed for cooling inorganic, small-molecule and macromolecular crystals for X-ray crystallography." ; + "PERSON: Karen Corday" ; + "Cryostream" ; + "http://journals.iucr.org/d/issues/2000/03/00/me0093/me0093bdy.html" ; + rdfs:label "X-ray diffraction sample cooler" . + + +### http://purl.obolibrary.org/obo/ERO_0000523 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Water softener is used in places where the water is hard, to make it more drinkable." ; + ; + "An instrument used to reduce the dissolved calcium, magnesium, and to some degree manganese and ferrous iron ion concentration in hard water." ; + "PERSON: Karen Corday" ; + "http://www.isws.illinois.edu/chem/psl/Softeners.asp" ; + rdfs:label "water softener" . + + +### http://purl.obolibrary.org/obo/ERO_0000524 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A mechanical stage on a microscope." ; + ; + "A device that can be mounted on the microscope stage and which allows for precise adjustments of the slide." ; + "PERSON: Karen Corday" ; + "http://www.labessentials.com/microscope-accessories.htm#Mechanical%20Stage" ; + rdfs:label "mechanical stage" . + + +### http://purl.obolibrary.org/obo/ERO_0000525 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Blood samples that are taken from patients are subjected to hematocrit centrifugation for subsequent analysis." ; + ; + "A centrifuge used for the determination of volume fraction of erythrocytes in blood." ; + "PERSON: Karen Corday" ; + "http://www.hettichlab.com/appc/content_manager/page.php?ID=160009&dbc=dr0aavhds5jr9hmleoh2k5ske3" ; + rdfs:label "hematocrit centrifuge" . + + +### http://purl.obolibrary.org/obo/ERO_0000526 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A protein of interest may be isolated from a bacterial culture overexpressing the protein by protein purification methods." ; + ; + "A purification process intended to isolate a single type of protein from a complex mixture." ; + "PERSON: Karen Corday" ; + "Protein separation" ; + "http://en.wikipedia.org/wiki/Protein_purification" ; + rdfs:label "protein purification" . + + +### http://purl.obolibrary.org/obo/ERO_0000527 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An mechanical instrument that enables precise sample thinning and polishing of a wide range of materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cns.fas.harvard.edu/facilities/tool_detail.php?MID=20" ; + rdfs:label "polisher" . + + +### http://purl.obolibrary.org/obo/ERO_0000528 + rdf:type owl:Class ; + rdfs:subClassOf ; + "operant conditioning chamber" ; + "An operant conditioning chamber is used to study behavior in mice or rat models after treatment with certain drugs to determine their effect on behavior." ; + ; + "An animal cage that is used in the study of both operant conditioning and classical conditioning. The structure forming the shell of a chamber is a box large enough to easily accommodate the organism being used as a subject. It is often sound-proof and light-proof to avoid distracting stimuli. Operant chambers have at least one operandum (or \"manipulandum\"), and often two or more, that can automatically detect the occurrence of a behavioral response or action." ; + "PERSON: Tenille Johnson" ; + "Skinner box" ; + "http://en.wikipedia.org/wiki/Operant_conditioning_chamber" ; + rdfs:label "operant conditioning chamber" . + + +### http://purl.obolibrary.org/obo/ERO_0000529 + rdf:type owl:Class ; + rdfs:subClassOf ; + "motorized stage" ; + "A microscope stage." ; + ; + "A mechanical stage using motorized controls." ; + "PERSON: Tenille Johnson" ; + "PERSON: Tenille Johnson" ; + rdfs:label "motorized stage" . + + +### http://purl.obolibrary.org/obo/ERO_0000531 + rdf:type owl:Class ; + rdfs:subClassOf ; + "animal activity data" ; + "Animal activity data may be recorded after an experimental procedure." ; + ; + "Data pertaining to the activity of laboratory animals or animals in an experimental setting." ; + "PERSON: Tenille Johnson" ; + "PERSON: Tenille Johnson" ; + rdfs:label "animal activity data" . + + +### http://purl.obolibrary.org/obo/ERO_0000532 + rdf:type owl:Class ; + rdfs:subClassOf ; + "animal activity monitoring system" ; + "A blood pressure monitor." ; + ; + "An animal physiology monitoring system used to monitor the specific behavior of animals in an experimental setting." ; + "PERSON: Nicole Vasilevsky" ; + "animal activity monitor" , + "behavioral locomotive activity chamber" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal activity monitoring system" . + + +### http://purl.obolibrary.org/obo/ERO_0000533 + rdf:type owl:Class ; + rdfs:subClassOf ; + "arterial blood gas test" ; + "An arterial blood gas (ABG) test is done to check for severe breathing problems and lung diseases, such as asthma, cystic fibrosis, or chronic obstructive pulmonary disease. " ; + ; + "A hematology assay that measures the acidity (pH) and the levels of oxygen and carbon dioxide in the blood from an artery. This test is used to check how well the lungs are able to move oxygen into the blood and remove carbon dioxide from the blood." ; + "PERSON: Tenille Johnson" ; + "ABG test" ; + "http://www.webmd.com/lung/arterial-blood-gases" ; + rdfs:label "arterial blood gas test" . + + +### http://purl.obolibrary.org/obo/ERO_0000534 + rdf:type owl:Class ; + rdfs:subClassOf ; + "behavioral sensitization" ; + "Behavioral sensitization is used for alcoholics to induce reverse tolerance and help treat their addiction." ; + ; + "A material procesing technique where psychomotor stimulants are repeatedly administered, leading to the progressive augmentation of behavioral responses. This repeated administration produces gradual and incremental neuroadaptions that render the animals hypersensitive to these agents." ; + "PERSON: Tenille Johnson" ; + "http://nba.uth.tmc.edu/homepage/dafny/neurobehav.html" ; + rdfs:label "behavioral sensitization" . + + +### http://purl.obolibrary.org/obo/ERO_0000535 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "sound isolation enclosure" ; + ; + "An instrument that consists of an enclosed space that is used to reduce or isolate ambient and acoustic noise." ; + "PERSON: Tenille Johnson" ; + "isolation booth" ; + "http://www.whisperroom.com/" ; + rdfs:label "sound isolation enclosure" . + + +### http://purl.obolibrary.org/obo/ERO_0000536 + rdf:type owl:Class ; + rdfs:subClassOf ; + "patch clamp amplifier" ; + "A patch clamp amplifier is used to study action potentials in neurons." ; + ; + "A patch clamp amplifier is a voltage amplifier that uses a single electrode clamp, where the voltage measuring and current passing circuits are connected. The electrode is attached to a wire that contacts the current/voltage loop inside the amplifier. Thus the electrode has only an indirect influence on the feedback circuit. The amplifier reads only the voltage at the top of the electrode, and feeds back current to compensate." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Voltage_clamp#Single-electrode_voltage_clamp" ; + rdfs:label "patch clamp amplifier" . + + +### http://purl.obolibrary.org/obo/ERO_0000537 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "electrolyte analyzer" ; + "Evaluation of electrolytes in a patient's blood." ; + ; + "An analyzer for measuring the ionic values of electrolytes." ; + "PERSON: Tenille Johnson" ; + "http://patft.uspto.gov/netacgi/nph-Parser?Sect2=PTO1&Sect2=HITOFF&p=1&u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&r=1&f=G&l=50&d=PALL&RefSrch=yes&Query=PN%2F4705668" ; + rdfs:label "electrolyte analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0000538 + rdf:type owl:Class ; + rdfs:subClassOf ; + "HRP labeling of an antibody." ; + ; + "Labeling of molecules with immunoperoxidase, a type of immunostain used in molecular biology, medical research, and clinical diagnostics. Immunoperoxidase reactions refer to a sub-class of immunohistochemical or immunocytochemical procedures in which the antibodies are visualized via a peroxidase-catalyzed reaction." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Immunoperoxidase" ; + rdfs:label "immunoperoxidase labeling" . + + +### http://purl.obolibrary.org/obo/ERO_0000540 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A mass spectrometer that uses a target modified to achieve biochemical affinity with the analyte compound." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Surface-enhanced_laser_desorption/ionization" ; + rdfs:label "time-of-flight secondary ion mass spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000559 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "nanodispenser" ; + ; + "A liquid handling device that is used for the pipetting and dispensing of volumes in the nanoliter range." ; + "PERSON: Erik Segerdell" ; + "doi:10.1016/j.sna.2004.05.038" ; + rdfs:label "nanodispenser" . + + +### http://purl.obolibrary.org/obo/ERO_0000561 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that consists of a conductor through which an electric current enters or leaves the skin, whose electrical characteristics are being measured, used, or manipulated." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/electrode" ; + rdfs:label "skin electrode" . + + +### http://purl.obolibrary.org/obo/ERO_0000562 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "osmometer" ; + ; + "An instrument that measures the osmotic strength of a solution, colloid, or compound." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Osmometer" ; + rdfs:label "osmometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000563 + rdf:type owl:Class ; + rdfs:subClassOf ; + "cannulation" ; + "Intubation of a patient to assist with breathing." ; + ; + "A material processing technique where a tube is inserted into the body, often for the delivery or removal of fluid or for the gathering of data." ; + "PERSON: Nicole Vasilevsky" ; + "Insertion of cannula" ; + "http://en.wikipedia.org/wiki/Cannula" ; + rdfs:label "cannulation" . + + +### http://purl.obolibrary.org/obo/ERO_0000564 + rdf:type owl:Class ; + rdfs:subClassOf ; + "electrophysiology data" ; + "Ion channel recording data from a primate suprachiasmatic nucleus." ; + ; + "Data generated from an electrophysiology assay." ; + "PERSON: Tenille Johnson" ; + "PERSON: Tenille Johnson" ; + rdfs:label "electrophysiology data" . + + +### http://purl.obolibrary.org/obo/ERO_0000565 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Technology Transfer Office" ; + ; + "An organization that provides services for commercialization and licensing of technologies at an institution." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "technology transfer office" . + + +### http://purl.obolibrary.org/obo/ERO_0000566 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "An animal shocker can be used in classical conditioning models." ; + ; + "A device that delivers a shock to an animal at programmable intervals." ; + "PERSON: Karen Corday" ; + "Sacchetti, B., Sacco, T., & Strata, P. (2007). Reversible inactivation of amygdala and cerebellum but not perirhinal cortex impairs reactivated fear memories. European Journal of Neuroscience, 25(9), 2875-2884. DOI: 10.1111/j.1460-9568.2007.05508.x" ; + rdfs:label "animal shocker" . + + +### http://purl.obolibrary.org/obo/ERO_0000567 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Histological sample preparation of biological materials that incorporate minerals into soft matrices to get the stiffness needed for a protective shield or structural support." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Mineralized_tissues" ; + rdfs:label "mineralized tissue preparation" . + + +### http://purl.obolibrary.org/obo/ERO_0000568 + rdf:type owl:Class ; + rdfs:subClassOf ; + "animal physiology monitoring system" ; + "A blood pressure monitoring system for mice." ; + ; + "An instrument that is used to monitor mechanical, physical, or biochemical functions in an organism." ; + "PERSON: Erik Segerdell" ; + "animal physiology monitor" ; + "http://en.wikipedia.org/wiki/Physiology" ; + rdfs:label "animal physiology monitoring system" . + + +### http://purl.obolibrary.org/obo/ERO_0000570 + rdf:type owl:Class ; + rdfs:subClassOf ; + "isolated perfused heart assay" ; + "Perfusion of heart tissue with formaldehyde." ; + ; + "An organ perfusion technique of perfusing the heart by carrying fluid under pressure into the sectioned aorta and thus into the coronary system." ; + "PERSON: Tenille Johnson" ; + "Langendorff Heart" , + "Langendorff method" ; + "http://www.medilexicon.com/medicaldictionary.php?t=54825" ; + rdfs:label "heart perfusion" . + + +### http://purl.obolibrary.org/obo/ERO_0000581 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Prokaryota" ; + ; + "The prokaryotes (pronounced /pro?'k�ri.o?ts/ or /pro?'k�ri?ts/) are a group of organisms that lack a cell nucleus (= karyon), or any other membrane-bound organelles." ; + "PERSON: Erik Segerdell" ; + "http://en.wikipedia.org/wiki/Prokaryote" ; + rdfs:label "Prokaryota" . + + +### http://purl.obolibrary.org/obo/ERO_0000582 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "plate luminometer" ; + ; + "A photometer used for measuring very low light levels (as those produced in a luminescent process) in a microplate format." ; + "PERSON: Karen Corday" ; + "http://www.merriam-webster.com/medical/luminometer" ; + rdfs:label "plate luminometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000583 + rdf:type owl:Class ; + rdfs:subClassOf ; + "organic compound" ; + "Benzene." ; + ; + "A chemical substance comprised of two or more elements combined, bonded in a fixed ratio and containing carbon and hydrogen atoms. The following elements can also be found in organic compounds: Nitrogen (N); oxygen (O), Fluor (F), phosphorous (P), sulfur (S), chlorine (Cl), selenium (Se), bromine (Br), iodine (I). Organic compounds do not contain metals." ; + "PERSON: Edgar Miranda" ; + "http://en.wikipedia.org/wiki/Chemical_compound" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." , + "The definition of a compound requires a fixed ratio. Thus table salt, NaCl, is a compound but not a molecule, cecause it is composed of 2 or more elements in a fixed ratio (1:1, satisfying the definition of a compound) but does not have a well-defined number of atoms (so it does not meet the criteria for a molecule). It is instead an array of any number (not fixed) of Na+ and Cl- ions arranged in a 1:1 ratio." ; + rdfs:label "organic compound" . + + +### http://purl.obolibrary.org/obo/ERO_0000584 + rdf:type owl:Class ; + rdfs:subClassOf ; + "bioinorganic compound" ; + "Hemoglobin is a bioinorganic compound." ; + ; + "A chemical comprised of 2 or more elements combined in a fixed ratio and containing metal, carbon, and hydrogen atoms." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Chemical_compound" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." , + "The definition of a compound requires a fixed ratio. Thus table salt, NaCl, is a compound but not a molecule, cecause it is composed of 2 or more elements in a fixed ratio (1:1, satisfying the definition of a compound) but does not have a well-defined number of atoms (so it does not meet the criteria for a molecule). It is instead an array of any number (not fixed) of Na+ and Cl- ions arranged in a 1:1 ratio." ; + rdfs:label "bioinorganic compound" . + + +### http://purl.obolibrary.org/obo/ERO_0000585 + rdf:type owl:Class ; + rdfs:subClassOf ; + "inorganic compound" ; + "Sodium chloride." ; + ; + "A chemical consisting of a well-defined number of atoms covalently bonded together, and containing metal atoms. Inorganic compounds do not contain chemical moities consisting of carbon and hydrogen bonded together. Examples of inorganic compounds are: Salts: sodium chloride (NaCl), magnesium sulfate (MgSO4), Oxides: carbon dioxide (CO2), silicon dioxide (SiO2) and Iron (II, III) oxide (Fe3O4), Acids: hydrogen chloride (HCl) and sulfuric acid (H2SO4), Bases: sodium hydroxide (NaOH)." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Chemical_compound" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." , + "The definition of a compound requires a fixed ratio. Thus table salt, NaCl, is a compound but not a molecule, cecause it is composed of 2 or more elements in a fixed ratio (1:1, satisfying the definition of a compound) but does not have a well-defined number of atoms (so it does not meet the criteria for a molecule). It is instead an array of any number (not fixed) of Na+ and Cl- ions arranged in a 1:1 ratio." ; + rdfs:label "inorganic compound" . + + +### http://purl.obolibrary.org/obo/ERO_0000586 + rdf:type owl:Class ; + rdfs:subClassOf ; + "organic small molecule" ; + "Phorbol 12-myristate 13-acetate is an organic small molecule that activates protein kinase C." ; + ; + "An organic small molecule is an organic molecule of low molecular weight, which is by definition not a polymer. The term small molecule is usually restricted to a molecule that also binds with high affinity to a biopolymer such as protein, nucleic acid, or polysaccharide and alters the activity or function of the biopolymer. The upper molecular weight limit for a small molecule is approximately 800 Daltons." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Small_molecule" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "organic small molecule" . + + +### http://purl.obolibrary.org/obo/ERO_0000590 + rdf:type owl:Class ; + rdfs:subClassOf ; + "adeno-associated viruses" ; + "AAV vectors have been used for clinical trials for treatment of cystic fibrosis." ; + ; + rdfs:label "adeno-associated viruses" . + + +### http://purl.obolibrary.org/obo/ERO_0000591 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into baculoviral capsids for expression in target cells. Baculoviral expression systems are used for transient and stable protein expression in insect cells (and related invertebrates such as arachnids and crustaceans)." ; + "PERSON: Nicole Vasilevsky" ; + "http://cshprotocols.cshlp.org/cgi/content/extract/2006/3/pdb.prot4512" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "baculoviral plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0000592 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into retroviral capsids for expression in target cells. DNA delivered by retroviral systems can be integrated into the host genome in a stable fashion in dividing cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Viral_vector" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "retroviral plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0000593 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A lentiviral plasmid expressing a gene of interest." ; + ; + "A viral plasmid that is used to introduce genes into cells, which has the ability to integrate into the genome of non-dividing cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Viral_vector" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "lentiviral plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0000594 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "adenoviral plasmid" ; + "An adenoviral plasmid expressing a gene of interest, used to study the function of the gene." ; + ; + "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into adenoviral capsids for expression in target cells. DNA delivered by andenoviral systems does not integrate into the genome and is not replicated during cell division. The adenovirus is able to infect post-mitotic cells, making them especially useful for gene transfer into neuronal cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Viral_vector" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "adenoviral plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0000595 + rdf:type owl:Class ; + "student research opportunity" ; + "Training grant to perform post-doctoral research." ; + ; + "A planned process carried out by a person or organization with the objective of performing research." , + "An offering through an ongoing program or single request of research support: internships, positions, financial awards or other forms of tangible or intangible support" ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "research opportunity" . + + +### http://purl.obolibrary.org/obo/ERO_0000598 + rdf:type owl:Class ; + rdfs:subClassOf ; + "educational intervention" ; + ; + "An intervention which involves education, training programs, and courses in various fields and disciplines, and for training groups of persons." ; + "PERSON: Melanie Wilson" ; + "PERSON: Melanie Wilson" ; + rdfs:comment "MeSH ID: Q000193" ; + rdfs:label "educational intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0000599 + rdf:type owl:Class ; + rdfs:subClassOf ; + "dietary intervention" ; + "To treat some illnesses or conditions, such as diabetes, a dietary intervention may be used." ; + ; + "An intervention that involves dietary and nutritional management. The concept does not include vitamin or mineral supplements, for which \"drug intervention\" may be used." ; + "PERSON: Melanie Wilson" ; + "PERSON: Melanie Wilson" ; + rdfs:comment "MeSH qualifier id: Q000178. Definition excerpted from MeSH." ; + rdfs:label "dietary intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0000600 + rdf:type owl:Class ; + rdfs:subClassOf ; + "drug intervention" ; + "Administration of a chemotherapy to treat cancer." ; + ; + "A therapeutic intervention involving the administration of drugs, biologicals, chemicals, and antibiotics." ; + "PERSON: Melanie Wilson" ; + "PERSON: Melanie Wilson" ; + rdfs:comment "MeSH ID: Q000188. Definition paraphrased from MeSH." ; + rdfs:label "drug intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0000601 + rdf:type owl:Class ; + rdfs:subClassOf ; + "radiologic intervention" ; + "Radiation therapy for cancer." ; + ; + "An intervention that involves the therapeutic use of ionizing and nonionizing radiation. It includes the use of radioisotope therapy." ; + "PERSON: Matthew Brush" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi" ; + rdfs:comment "MesH qualifier ID : Q000532" ; + rdfs:label "radiologic intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0000602 + rdf:type owl:Class ; + rdfs:subClassOf ; + "surgical intervention" ; + "Surgical removal of a tumor." ; + ; + "An intervention involving operative procedures on organs, regions, or tissues in the treatment of diseases, including tissue section by lasers. It excludes transplantation, for which \"therapeutic intervention\" is used." ; + "PERSON: Matthew Brush" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi" ; + rdfs:comment "MeSH qualifier ID : Q000601" ; + rdfs:label "surgical intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0000603 + rdf:type owl:Class ; + rdfs:subClassOf ; + "rehabilitative intervention" ; + ; + "An intervention involving surgical procedures for restoration of function of the individual." ; + "PERSON: Matthew Brush" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi" ; + rdfs:comment "MeSH qualifier ID : Q000534" ; + rdfs:label "rehabilitative intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0000604 + rdf:type owl:Class ; + rdfs:subClassOf ; + "nursing_intervention" ; + ; + "An intervention involving nursing care and techniques in their management. It includes the nursing role in diagnostic, therapeutic, and preventive procedures." ; + "PERSON: Matthew Brush" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi" ; + rdfs:comment "MeSH qualifier ID : Q000451" ; + rdfs:label "nursing intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0000605 + rdf:type owl:Class ; + rdfs:subClassOf ; + "prevention and control intervention" ; + ; + "An intervention involving increasing human or animal resistance against disease (e.g., immunization), control of transmission agents, prevention and control of environmental hazards, or prevention and control of social factors leading to disease. It includes preventive measures in individual cases." ; + "PERSON: Matthew Brush" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi?mode=&index=218879&field=qual&HM=&II=&PA=&form=&input=" ; + rdfs:comment "MeSH qualifier ID : Q000517" ; + rdfs:label "prevention and control intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0000606 + rdf:type owl:Class ; + rdfs:subClassOf ; + "psychological and behavioral intervention" ; + ; + "Psychological or behavior intervention is a combination of program elements, strategies, or modalities designed to influence psychological or behavioral processes or outcomes." ; + "PERSON: Matthew Brush" ; + "PERSON: Melanie Wilson" ; + rdfs:label "psychological and behavioral intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0000608_ + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular assay used to determine the arrangement of atoms within a crystal, in which a beam of X-rays strikes a crystal and diffracts into many specific directions. From the angles and intensities of these diffracted beams, a crystallographer can produce a three-dimensional picture of the density of electrons within the crystal. From this electron density, the mean positions of the atoms in the crystal can be determined, as well as their chemical bonds, their disorder and various other information." ; + "PERSON: Karen Corday" ; + "X ray crystallography assay" , + "Xray Crystallography" ; + "http://en.wikipedia.org/wiki/X-ray_crystallography" ; + rdfs:label "x-ray crystallography assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000609 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data analysis technique taking a large number of short DNA sequences, generated by DNA sequencing, and putting them back together to create a representation of the original chromosomes from which the DNA originated." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Genome_project" ; + rdfs:label "genome assembly" . + + +### http://purl.obolibrary.org/obo/ERO_0000610 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Raman confocal microscope" ; + "Used to image biological samples." ; + ; + "A confocal microscope that consists of of an optical microscope, an excitation laser, a monochromator, and a sensitive detector (such as a charge-coupled device or photomultiplier tube), has high spatial resolution, and relies on inelastic scattering, or Raman scattering, of monochromatic light." ; + "PERSON: Melanie Wilson" ; + "Raman microscope" ; + "http://en.wikipedia.org/wiki/Raman_spectroscopy" ; + rdfs:label "Raman confocal microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000611 + rdf:type owl:Class ; + rdfs:subClassOf ; + "SNP data" ; + ; + "Data that describes single nucleotide polymorphisms, or SNPs (pronounced \"snips\"), which are DNA sequence variations that occur when a single nucleotide (A,T,C,or G) in the genome sequence is altered." ; + "PERSON: Matthew Brush" ; + "http://www.ornl.gov/sci/techresources/Human_Genome/faq/snps.shtml" ; + rdfs:label "SNP data" . + + +### http://purl.obolibrary.org/obo/ERO_0000612 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to study cell membrane diffusion." ; + ; + "An imaging assay that allows determination of the kinetics of diffusion in living cells (usually) using fluorescence microscopy. The general method is to label a specific cell component with a fluorescent molecule, image that cell, photobleach a small portion of the cell, then image the recovery of fluorescence over time." ; + "PERSON: Nicole Vasilevsky" ; + "FRAP" , + "Fluorescence photobleaching recovery" ; + "http://microscopy.berkeley.edu/courses/tlm/fluor_techniques/FRAP.html" ; + rdfs:label "fluorescence recovery after photobleaching" . + + +### http://purl.obolibrary.org/obo/ERO_0000613 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Can be used to image biomolecules." ; + ; + "A scanning electron microscope that has electromagnetic coils that form an electron beam that scans the object (scan) and secondary electrons are produced by interaction with the atoms at the surface of the sample." ; + "PERSON: Karen Corday" ; + "FESEM" ; + "http://www.vcbio.science.ru.nl/en/fesem/" ; + rdfs:label "field emission scanning electron microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000614 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A pH meter is used to measure the pH of a sample." ; + ; + "An instrument that has measure function. Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "measurement instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000615 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A microscope." ; + ; + "An instrument that has image acquisition function. An image acquisition function is a function to acquire an image of a material." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "image acquisition instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000619 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A pWPI-Mad4-GFP vector." ; + ; + "A plasmid carrying sequence elements that allow for packaging of genetic cargo into viral capsids, DNA replication, and expression in target cells. Viral plasmids may contain additional genes required for capsid protein production and assembly, or may require helper plasmids which produce these proteins." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "viral plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0000620 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "An adeno-associated viral plasmid expressing a gene of interest, used to study the function of the gene." ; + ; + "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into baculoviral capsids for expression in target cells. Adeno-associated viral expression systems can be used with non-dividing cells, and cargo DNA has the ability to stably integrate into the host cell genome at a specific site (designated AAVS1) in the human chromosome 19." ; + "PERSON: Nicole Vasilevsky" ; + "AAV plasmid" ; + "PERSON: Matt Brush. By David P. Clark, Nanette Jean Pazdernik" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "adeno-associated viral plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0000621 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + ; + "An expression construct that contains promoter elements to drive expression of downstream genes in prokaryotic cells or prokaryote-derived in vitro expression systems." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "prokaryotic expression construct" . + + +### http://purl.obolibrary.org/obo/ERO_0000623 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A computer." ; + ; + "An instrument that has information processor function. An information processor function is a function that converts information from one form to another, by a lossless process or an extraction process." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "information processing instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000624 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A chromatography column." ; + ; + "An instrument that has material separation function. A material separation function is a function that increases the resolution between two or more material entities. The distinction between the entities is usually based on some associated physical quality." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "material separation instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000625 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "An autoclave." ; + ; + "An instrument that has sterilization function. Sterilization function is a function to remove viable organisms from an input material." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "sterilization instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000626 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A drill is a mechanical instrument." ; + ; + "An instrument that has mechanical function. A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force)." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "mechanical instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000627 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A laminar flow hood." ; + ; + "An instrument that has environment control function. An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "environment control instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000629 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "An automatic coverslipper." ; + ; + "An instrument that has transfer function. A transfer function is a function to displace a material from one location to another." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "material transfer instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000630 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A primer." ; + ; + "Reagent that is a polymer comprised of nucleotides, each of which consists of three components: a nitrogenous heterocyclic base, which is either a purine or a pyrimidine; a pentose sugar; and a phosphate group." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Nucleic_acid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "nucleic acid reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0000631 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Oligos used in PCR." ; + ; + "Nucleic acid reagent that is a short strand of nucleic acid that serves as a starting point for DNA or RNA synthesis." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Primer_%28molecular_biology%29" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "primer" . + + +### http://purl.obolibrary.org/obo/ERO_0000632 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Morpholinos are injected into zebrafish to study a particular gene's function." ; + ; + "Nucleic acid reagent that is a short strand of nucleic acid where the bases are bound to morpholine rings instead of deoxyribose rings and linked through phosphorodiamidate groups instead of phosphates. Morpholinos are used to knockdown gene expression via antisense binding." ; + "PERSON:Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Morpholino" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "morpholino" . + + +### http://purl.obolibrary.org/obo/ERO_0000633 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument designed to capture and quantify a broad spectrum of fungal spores present in the air." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.emlab.com/s/sampling/SporetrapSampling.html" ; + rdfs:label "spore trap" . + + +### http://purl.obolibrary.org/obo/ERO_0000634 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to assay calcium levels in muscle cells." ; + ; + "An imaging assay that is designed to show the calcium (Ca2+) levels of a tissue or medium." ; + "PERSON: Nicole Vasilevsky" ; + " Ca imaging" , + " Ca2+ imaging assay" , + "Ca imaging assay" , + "Ca2+ imaging" ; + "http://en.wikipedia.org/wiki/Calcium_imaging" ; + rdfs:label "calcium imaging assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000635 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An apoptotic DNA ladder assay can be used to determine if cells are undergoing apoptosis after treatment with a cytolytic drug." ; + ; + "An apoptosis assay that allows for detection of DNA fragmentation in apoptotic cells. DNA fragments can be visualized by agarose gel electrophoresis." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.abcam.com/Apoptotic-DNA-Ladder-Detection-Kit-ab66090.html" ; + rdfs:label "apoptotic DNA ladder assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000636 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Tritiated thymidine incorporation." ; + ; + "A cellular assay that allows for the measurement of the multiplication or reproduction of cells, resulting in the expansion of a cell population." ; + "PERSON: Nicole Vasilevsky" ; + "Cell division assay" ; + "OBI" ; + rdfs:label "cell proliferation assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000637 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular assay that permits the simultaneous measurement of an array of proteins in a single, small volume sample." ; + "PERSON: Nicole Vasilevsky" ; + "Multiplex assay" ; + "Elshal and McCoy (2006) Methods. 38(4): 317?323." ; + rdfs:label "multiplex bead assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000638 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An assay used for DNA quantificiation." ; + ; + "An biomolecular label detection assay used for quantification of double-stranded DNA (dsDNA) in molecular biology assays." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.topac.com/picogreen.html" ; + rdfs:label "picogreen assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000639 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Sequencing of a genome." ; + ; + "A DNA sequencing by synthesis technique used to increase the sensitivity of the DNA sequencing process and permits the use of very small amounts of DNA starting material. This is accomplished by using a temperature cycling process similar to that employed in the polymerase chain reaction." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/cycle-sequencing" ; + rdfs:label "cycle sequencing" . + + +### http://purl.obolibrary.org/obo/ERO_0000640 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Injection of a drug." ; + ; + "Agent delivery whereby a substance is introduced into a organism, usually by means of a hypodermic syringe, as a liquid into the veins or muscles of the body." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/injection" ; + rdfs:label "injection" . + + +### http://purl.obolibrary.org/obo/ERO_0000641 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Injection of a single sperm into a single celled embryo or an egg for the purpose of in vitro fertilization." ; + "PERSON: Nicole Vasilevsky" ; + "DISCO" , + "Direct injection of sperm into cytoplasm of the oocyte" , + "ICSI" ; + "http://en.wikipedia.org/wiki/Intracytoplasmic_sperm_injection" ; + rdfs:label "intracytoplasmic sperm injection" . + + +### http://purl.obolibrary.org/obo/ERO_0000642 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Administration of anesthesia to mice." ; + ; + "Agent delivery performed to humanely administer inhalation agents to organism, usually for the purpose of sedation." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "administration of inhalational agents" . + + +### http://purl.obolibrary.org/obo/ERO_0000643 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An injection." ; + ; + "A material processing technique performed to locally deliver an agent to a recipient." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "agent delivery" . + + +### http://purl.obolibrary.org/obo/ERO_0000644 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Spectrophotometric analysis of RNA after purification from a sample." ; + ; + "A nucleic acid assay used to determine quality of RNA after purification for the purpose of downstream molecular assays. RNA quality can be checked by electrophoresis in agarose gel, by electrophoresis in polyacrylamide gel, or by in vitro translation." ; + "PERSON: Nicole Vasilevsky" ; + "RNA QA" ; + "http://www.molecularinfo.com/MTM/C/C3/C3-5/C3-5-5.html" ; + rdfs:label "RNA quality analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000645 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The collection of adenine from a sample of blood plasma is amino acid isolation." ; + ; + "Sample preparation for assay that involves the isolation of amino acids from a cell or tissue sample for use in protein chemistry or biological assays." ; + "PERSON: Nicole Vasilevsky" ; + "Amino acid purification" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "amino acid isolation" . + + +### http://purl.obolibrary.org/obo/ERO_0000646 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A Southern blot analysis technique performed to quantitate the bands on a Southern blot to compare the relative expression levels of a particular gene." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "quantitative southern blot analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000647 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Purification of a plasmid from a bacterial culture." ; + ; + "Nucleic acid purification of genomic or plasmid DNA from other impurities, such as bacteria or contaminating materials for the purpose of molecular biology research." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "DNA purification" . + + +### http://purl.obolibrary.org/obo/ERO_0000648 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Clinical monitoring of the menstrual cycle." ; + ; + "A physiological assay that tests the reproductive system function in the whole, living organism for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "in vivo reproductive system test" . + + +### http://purl.obolibrary.org/obo/ERO_0000649 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to study stroke." ; + ; + "A surgical procedure performed to stress the heart, which causes a subacute increase in the workload on the heart, which is a commonly used surgical model of cardiac hypertrophy and subsequent failure." ; + "PERSON: Nicole Vasilevsky" ; + "Arany et al (2006) PNAS 103:10086." ; + rdfs:label "transverse aortic constriction" . + + +### http://purl.obolibrary.org/obo/ERO_0000650 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Warts are removed by cryoablation." ; + ; + "A material processing technique that uses extreme cold (cryo) to remove tissue (ablation)." ; + "PERSON: Nicole Vasilevsky" ; + "Cryocautery" , + "Cryodestruction" , + "Cryosurgery" ; + "http://en.wikipedia.org/wiki/Cryoablation" ; + rdfs:label "cryoablation" . + + +### http://purl.obolibrary.org/obo/ERO_0000651 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Detection of GFP in a sample." ; + ; + "An imaging assay that allows detection of bioluminescence from a living organism or organisms." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "in vivo bioluminescence" . + + +### http://purl.obolibrary.org/obo/ERO_0000652 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A RAST test (radioallergosorbent test) is an example of radioimmunoassay. " ; + ; + "A radioactivity detection technique that uses the binding of a radioactively labeled substances to an antibody in order to analyze minute amounts of proteins in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "RIA" ; + "http://en.wiktionary.org/wiki/radioimmunoassay" ; + rdfs:label "radioimmunoassay" . + + +### http://purl.obolibrary.org/obo/ERO_0000653 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Bradford assay." ; + ; + "A protein assay used for determination of protein concentrations in solutions that depends upon the change in absorbance of a colored substrate upon binding of protein." ; + "PERSON: Nicole Vasilevsky" ; + "BCA assay" , + "biuret assay" , + "bradford assay" , + "lowry assay" , + "protein concentration assay" ; + "http://www.animal.ufl.edu/hansen/protocols/minibradford.htm" ; + rdfs:label "protein quantitation assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000654 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Culturing two cell types together." ; + ; + "Tissue culture of two or more different types are are combined and allowed to culture as one." ; + "PERSON: Nicole Vasilevsky" ; + "OBI branch derived" ; + rdfs:label "tissue co-culturing" . + + +### http://purl.obolibrary.org/obo/ERO_0000655 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Spectrophotometric analysis of DNA after purification from a sample." ; + ; + "A nucleic acid assay used to determine quality of DNA after purification for molecular biology research. Assays to determine DNA quality include DNA electrophoresis and spectrophotometric determination of the ratio of the A260/A280." ; + "PERSON: Nicole Vasilevsky" ; + "DNA QA" ; + "www.generationcp.org/capcorner/gcp_training.../practicals_3.doc" ; + rdfs:label "DNA quality analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000656 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Use of flow cytometry to identify differentiation stem cells from undifferentiated cells." ; + ; + "A cellular assay used to identify the process by which a hematopoietic stem cell (HSC) becomes a more specialized cell. HSCs are multipotent stem cells that give rise to all the blood cell types including myeloid (monocytes and macrophages, neutrophils, basophils, eosinophils, erythrocytes, megakaryocytes/platelets, dendritic cells), and lymphoid lineages (T cells, B cells, NK cells)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Hematopoietic_stem_cell" ; + rdfs:label "identification of differentiated hematopoietic stem cells" . + + +### http://purl.obolibrary.org/obo/ERO_0000657 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular assay that is used to analyze metagenomic data; genetic material recovered directly from environmental samples for genomic research." ; + "PERSON: Nicole Vasilevsky" ; + "community genomic analysis" , + "ecogenomic analysis" , + "environmental genomic analysis" ; + "http://en.wikipedia.org/wiki/Metagenomics" ; + rdfs:label "metagenomics analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000658 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of cell signaling data." ; + ; + "A data analysis technique that allows for analysis of data relating to biological pathways accumulated from genomic, proteomic or other sources." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "pathway data analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000659 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Monitoring a patient in a clinical trial." ; + ; + "A clinical assay that involves oversight and administrative efforts that monitor a participant's health during a clinical trial." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Clinical_monitoring" ; + rdfs:label "clinical monitoring" . + + +### http://purl.obolibrary.org/obo/ERO_0000660 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Transfection of a protein into the uterus." ; + ; + "Electroporation into the uterus or ovaries of an organism to overexpress a protein of interest." ; + "PERSON: Nicole Vasilevsky" ; + "in utero transfrection" ; + "Shimogori and Ogawa (2008) Develop. Growth Differ. 50, 499–506" ; + rdfs:label "in utero electroporation" . + + +### http://purl.obolibrary.org/obo/ERO_0000661 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Transfection of a plasmid into chick embryos." ; + ; + "Electroporation into chick embryos to overexpress a protein of interest." ; + "PERSON: Nicole Vasilevsky" ; + "in ovo transfection" ; + "http://www.cellscience.com/reviews1/Ovarian_Transplantation_and_Cryopreservation.html" ; + rdfs:label "in ovo electroporation" . + + +### http://purl.obolibrary.org/obo/ERO_0000662 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Transplantation of ovaries into an organism, often performed for women who have lost their fertility due to medical treatment, disease or aging." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cellscience.com/reviews1/Ovarian_Transplantation_and_Cryopreservation.html" ; + rdfs:label "ovarian transplantation" . + + +### http://purl.obolibrary.org/obo/ERO_0000663 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Culture and maturation of ovarian follicles in vitro for clinical applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/In_vitro_maturation" ; + rdfs:label "in vitro follicle maturation" . + + +### http://purl.obolibrary.org/obo/ERO_0000664 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Irridiation of ovaries, usually for the purpose of cancer treatment." ; + "PERSON: Nicole Vasilevsky" ; + "ovarian radiotherapy" ; + "http://www.oncologychannel.com/ovariancancer/radiotherapy.shtml" ; + rdfs:label "ovarian radiation" . + + +### http://purl.obolibrary.org/obo/ERO_0000665 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of transgenic mice." ; + ; + "Specimen creation of mutant strain of cells or an organism for the purpose of studying gene function." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mutant strain generation" . + + +### http://purl.obolibrary.org/obo/ERO_0000666 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Imaging of tumor cells in a rodent model that are labels with fluorophores, such as GFP." ; + ; + "An imaging assay that uses the synergistic combination of imaging and spectroscopy with broad applications in both preclinical and clinical settings." ; + "PERSON: Nicole Vasilevsky" ; + "Zhou and El-Deiry (2009) Journal of Nuclear Medicine 50:1563-1566" ; + rdfs:label "multi-spectral fluorescence" . + + +### http://purl.obolibrary.org/obo/ERO_0000667 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material processing technique used for detection of virus-specific neutralizing antibodies in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "Virus attenuation" ; + "Zielinska etl a (2005) Virology Journal 2005, 2:84." ; + rdfs:label "virus neutralization" . + + +### http://purl.obolibrary.org/obo/ERO_0000670 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cellular assay used to screen culture skin-derived tenocyte cells for the proper phenotype for research and clinical applications with tendon tissue." ; + "PERSON: Nicole Vasilevsky" ; + "Schulze-Tanzil (2004) 122:219-228" ; + rdfs:label "tenocyte differentiation screening" . + + +### http://purl.obolibrary.org/obo/ERO_0000671 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A tissue/organ assay that is performed to analyze blood serum and other bodily fluids, to identify antibodies in the serum." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Serology" ; + rdfs:label "serology assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000672 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An assay to measure the volume of oxygen consumption and volume of carbon dioxide output in a patient." ; + ; + "A molecular assay that is used to measure the heat of chemical reactions or physical changes." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Calorimetry" ; + rdfs:label "calorimetry" . + + +### http://purl.obolibrary.org/obo/ERO_0000674 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for development of transgenic mice strains." ; + ; + "A mouse breeding technique to track parental breeders to generate offspring in an animal colony." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "track breeding pairs" . + + +### http://purl.obolibrary.org/obo/ERO_0000675 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An assay to detect NOS in a sample." ; + ; + "A molecular assay used to detect the presence of reactive oxygen species on a molecule, to determine if they play a role in physiological or pathophysiological processes." ; + "PERSON: Nicole Vasilevsky" ; + "ROS assay" ; + "Dikalov et al (2007) Hypertension 49:717-727." ; + rdfs:label "reactive oxygen species assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000676 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Chemical modification of a molecule in an experimental setting, to increase the water solubility by adding glucuronic acid." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Marc Le Pape" ; + rdfs:label "experimental glucuronidation" . + + +### http://purl.obolibrary.org/obo/ERO_0000677 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "Fixing tissue prior to immunohistochemistry staining." ; + ; + "Fixation of biological tissues to preserve them from decay, either through autolysis or putrefaction. Fixation terminates any ongoing biochemical reactions, and may also increase the mechanical strength or stability of the treated tissues. Fixation is usually the first stage in a multistep process to prepare a sample of biological material for microscopy or other analysis" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fixation_%28histology%29" ; + rdfs:label "tissue fixation" . + + +### http://purl.obolibrary.org/obo/ERO_0000678 + rdf:type owl:Class ; + rdfs:subClassOf ; + "EKG is a common method for electrophysiology recording." ; + ; + "An electrophysiology assay that measures voltage changes or electric currents in single ion channel proteins to whole organs. In neuroscience, it includes measurements of the electrical activity of neurons, and in particular, action potential activity." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrophysiology" ; + rdfs:label "in vivo electrophysiology recording" . + + +### http://purl.obolibrary.org/obo/ERO_0000679 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material processing technique used to cause depolarization in the neurons of the brain. TMS uses electromagnetic induction to induce weak electric currents using a rapidly changing magnetic field; this can cause activity in specific or general parts of the brain, allowing the functioning and interconnections of the brain to be studied." ; + "PERSON: Nicole Vasilevsky" ; + "TMS" ; + "http://en.wikipedia.org/wiki/Transcranial_magnetic_stimulation" ; + rdfs:label "transcranial magnetic stimulation" . + + +### http://purl.obolibrary.org/obo/ERO_0000680 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cellular assay used to measure oxygen consumption in mitochondria to study mitochondrial respiration, which can be used to diagnosis mitochondrial disorders." ; + "PERSON: Nicole Vasilevsky" ; + "Jonckheere et al (2010) Clinical Chemistry 56:424-431." ; + rdfs:label "mitochondrial oxygen consumption measurement " . + + +### http://purl.obolibrary.org/obo/ERO_0000681 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cellular assay used to measure membrane potential and permeability transition in the mitochondria during apoptosis. Mitochondrial membrane permeabilization constitutes an early event of the apoptotic process (programmed cell death)." ; + "PERSON: Nicole Vasilevsky" ; + "Zamzami and Kroemer (2004) Methods in Molecular Biology 282:103-115." ; + rdfs:label "mitochondrial permeability transition measurement" . + + +### http://purl.obolibrary.org/obo/ERO_0000682 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cellular assay used to measure mitochondrial membrane potential for the assessment of mitochondrial function." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.springerprotocols.com/Abstract/doi/10.1007/978-1-60761-411-1_7" ; + rdfs:label "measurement of mitochondrial membrane potential" . + + +### http://purl.obolibrary.org/obo/ERO_0000683 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Imaging of in vivo biological processes in a cell." ; + ; + "An imaging assay that involves live imaging of cells, that enables subsecond, multicolor four-dimensional data acquisition, which has the unique capability to probe dynamic processes, linking molecular components and their localization with function." ; + "PERSON: Nicole Vasilevsky" ; + "Live cell imaging" , + "Time-lapse imaging" , + "Time-lapse microscopy" ; + "Carlton et al (2010) 107:16016-16022" ; + rdfs:label "fast live imaging" . + + +### http://purl.obolibrary.org/obo/ERO_0000684 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to detect apoptotic cells, which undergo morphological changes." ; + ; + "A cellular assay that is performed to analyze changes in the form and structure of organisms and their specific structural features." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Morphology_%28biology%29" ; + rdfs:label "morphological changes assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000685 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of caspase activity by flow cytometry." ; + ; + "An apoptosis assay used to measure caspase activity, which are proteases that mediate apoptosis." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/caspase-2" ; + rdfs:label "caspase assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000686 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Cells undergoing apoptosis can be detected by Annexin V staining." ; + ; + "An apoptosis assay used to detect apoptosis at a very early stage. This assay takes advantage of the fact that phosphatidylserine (PS; 1?3) is translocated from the inner (cytoplasmic) leaflet of the plasma membrane to the outer (cell surface) leaflet soon after the induction of apoptosis, and that the annexin V protein has a strong, specific affinity for PS (4?6). PS on the outer leaflet is available to bind labeled annexin V, providing the basis for a simple staining assay." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.clontech.com/products/detail.asp?product_id=10378&tabno=2" ; + rdfs:label "annexin V assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000687 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An assay used to investigate the function of NK cells." ; + ; + "An cellular assay that measures basal cytotoxicity (general cytotoxicity that affects structures or processes intrinsic to all cell types) in response to external insults." ; + "PERSON: Nicole Vasilevsky" ; + "Cytotoxicity assay" ; + "http://iccvam.niehs.nih.gov/methods/acutetox/acutetox.htm" ; + rdfs:label "in vitro cytotoxicity assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000688 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data management technique that specifies how to manage data from clinical laboratory studies, such as chemical, microscopic and bacteriologic tests of blood, tissue and fluids." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/clinical+laboratory+scientist" ; + rdfs:label "clinical laboratory results management" . + + +### http://purl.obolibrary.org/obo/ERO_0000689 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Blood drawing for cholesterol screening." ; + ; + "Collection of a blood specimen from an organism, usually performed by a closed method, either a hypodermic syringe or a vacuumized container, usually for the purpose of laboratory examination." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/blood+sampling" ; + rdfs:label "blood sampling" . + + +### http://purl.obolibrary.org/obo/ERO_0000690 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Material storage of medication in a health care setting that allows access to only authorized personel." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "medicine storage" . + + +### http://purl.obolibrary.org/obo/ERO_0000691 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Protection of private patient information in a clinical trial." ; + ; + "A clinical trial technique that maintains privacy of patient health records, who are participating as research subjects to protect them from unwarranted invasions of personal privacy." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.epa.gov/privacy/index.htm; http://en.wikipedia.org/wiki/Human_subject_research" ; + rdfs:label "research subject private information management" . + + +### http://purl.obolibrary.org/obo/ERO_0000692 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Consent to participate in a clinical trial." ; + ; + "A clinical trial technique used to educate potential subjects to ensure that they can reach a truly informed decision about whether or not to participate in the research. Their consent must be given freely, without coercion and must be based on a clear understanding of what participation involves." ; + "PERSON: Nicole Vasilevsky" ; + "informed consent of research subjects" ; + "http://healthcare.partners.org/phsirb/infcons.htm" ; + rdfs:label "research subject consent" . + + +### http://purl.obolibrary.org/obo/ERO_0000693 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular assay used for scanning a surface, consisting of focusing an array of optical beams using optics having an axis, so as to illuminate a region of the surface intercepted by the axis, such that each optical beam illuminates a portion of a respective sub-region within the region." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.freshpatents.com/Optical-spot-grid-array-scanning-system-dt20070614ptan20070133077.php" ; + rdfs:label "array scanning" . + + +### http://purl.obolibrary.org/obo/ERO_0000694 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Screening potential new drug targets." ; + ; + "A material processing technique that involves printing samples onto a solid substrate to allow researchers to efficiently screen thousands of conditions in a very small space for applications in drug screening, molecular biology, and genetic analysis." ; + "PERSON: Nicole Vasilevsky" ; + "Array spotting" ; + "http://aurorabiomed.com/app_peptide.htm" ; + rdfs:label "array printing" . + + +### http://purl.obolibrary.org/obo/ERO_0000696 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Next generation sequencing." ; + ; + "An assay that allows for high throughput analysis of samples." ; + "PERSON: Nicole Vasilevsky" ; + "High throughput screening" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "high throughput sample analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000697 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Passing DNA through a needle shears the DNA." ; + ; + "A material processing technique used to fragment DNA molecules by mechanical force." ; + "PERSON: Nicole Vasilevsky" ; + "DNA shearing" ; + "http://www.mondofacto.com/facts/dictionary?DNA+shearing" ; + rdfs:label "nucleic acid shearing" . + + +### http://purl.obolibrary.org/obo/ERO_0000698 + rdf:type owl:Class ; + ; + "A genotyping technique that interrogates SNPs by hybridizing complementary DNA probes to the SNP site." ; + "PERSON: Nicole Vasilevsky" ; + "DNA sequence variation genotyping" , + "SNP analysis" , + "SNP chip analysis" , + "SNP genotyping" , + "SNP sampling" , + "Single nucleotide polymorphism analysis" , + "Single nucleotide polymorphism gentotyping " , + "Single nucleotide polymorphism sampling" ; + "http://en.wikipedia.org/wiki/SNP_genotyping" ; + rdfs:label "SNP interrogation genotyping" . + + +### http://purl.obolibrary.org/obo/ERO_0000701 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Transgenic mouse generation." ; + ; + "Injection of materials into oocytes, the female gametocyte or germ cell involved in reproduction, of an organism for the purpose of generating transgenic offpsring." ; + "PERSON: Nicole Vasilevsky" ; + "Brown and Corbin (2002) Methods in Molecular Biology 180:39-70." ; + rdfs:label "oocyte injection" . + + +### http://purl.obolibrary.org/obo/ERO_0000702 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay that is used to directly measure blood pressure via an implantable radio telemetry device in an organism, used to study hypertension." ; + "PERSON: Nicole Vasilevsky" ; + "Huetteman and Bogie (2009) Methods Mol Biol. 573:57-73." ; + rdfs:label "telemetric blood pressure monitoring procedure" . + + +### http://purl.obolibrary.org/obo/ERO_0000703 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A culture and propogation technique performed in vitro to the fuse of gametes to produce a new organism." ; + "PERSON: Nicole Vasilevsky" ; + "IVF" ; + "http://en.wikipedia.org/wiki/Fertilisation" ; + rdfs:label "in vitro fertilization " . + + +### http://purl.obolibrary.org/obo/ERO_0000704 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Writing a program in JAVA that can sort numbers." ; + ; + "A technique that involves creating a computer program that is non-web based. It involves developing the program logic to solve the particular problem, writing the program logic in a specific programming language (coding the program), assembling or compiling the program to turn it into machine language, and testing and debugging the program." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.pcmag.com/encyclopedia_term/0%2C2542%2Ct%3Dprogramming&i%3D49827%2C00.asp" ; + rdfs:label "non-web programming" . + + +### http://purl.obolibrary.org/obo/ERO_0000705 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Purification of DNA from a sample, for subsequent sequence analysis." ; + ; + "A material processing technique that involves the careful handling and storage of precious biological samples with the goal of obtaining a large amount of information from limited samples for cytogenetic, immunological, biochemical or other analyses." ; + "PERSON: Nicole Vasilevsky" ; + "Holland et al (2003) Mutation Research/Reviews in Mutation Research, Volume 543: 217-234" ; + rdfs:label "biological sample processing" . + + +### http://purl.obolibrary.org/obo/ERO_0000706 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of a rabbit anti-human OX40 antibody." ; + ; + "Antibody production of polyclonal antibodies by immunization of a suitable mammal, such as a mouse, rabbit or goat. An antigen is injected into the mammal. This induces the B-lymphocytes to produce IgG immunoglobulins specific for the antigen. This polyclonal immunoglobulin is purified from the mammal's serum." ; + "PERSON: Nicole Vasilevsky" ; + "Polyclonal IgG preparation" ; + "http://en.wikipedia.org/wiki/Polyclonal_antibodies" ; + rdfs:label "polyclonal antibody production" . + + +### http://purl.obolibrary.org/obo/ERO_0000707 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Purification of a plasmid from a bacterial culture." ; + ; + "A purification technique used to extract and purify plasmid DNA. It involves growing bacterial cultures that express the plasmid, harvesting and lysing the bacteria and purifying the plasmid DNA." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Plasmid_preparation" ; + rdfs:label "plasmid purification" . + + +### http://purl.obolibrary.org/obo/ERO_0000708 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry assay that allows for measurement for endogenous targets in live cell assays, and eliminates the need for tags, dyes, or specialized reagents or engineered cells." ; + "PERSON: Nicole Vasilevsky" ; + "Label free relative quantitative analysis" ; + "http://www.moleculardevices.com/Products/Instruments/Label-Free-Analysis.html?gclid=CMTUq7Gi3aQCFQsGbAodNhAjKg" ; + rdfs:label "label free mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0000709 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry based assay, based on multiple reaction monitoring of stable isotope-labeled peptides, that enables highly reproducible quantification of hundreds of nodes (phosphorylation sites) within a signaling network and across multiple conditions simultaneously." ; + "PERSON: Nicole Vasilevsky" ; + "MRM" ; + "Wolf-Yadlin et al (2007) PNAS 104:5860-5865" ; + rdfs:label "multiple reaction monitoring analysis by mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0000710 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Identification of phosphorylated residues on a protein." ; + ; + "A mass spectrometry assay that identifies post translational modifications to proteins in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ohsu.edu/xd/research/research-cores/proteomics/request-services/index.cfm" ; + rdfs:label "post translational modification identification by mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0000711 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Identification of phosphorylated residues on a protein." ; + ; + "A mass spectrometry assay used to identify the location and mass shift of the modification on a protein." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ohsu.edu/xd/research/research-cores/proteomics/request-services/index.cfm" ; + rdfs:label "post translational modification localization by mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0000712 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Determination of molecular weight of a protein." ; + ; + "A mass spectrometry assay used to determine the molecular weight of a given protein." ; + "PERSON: Nicole Vasilevsky" ; + "Protein mass analysis" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "protein mass determination by mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0000713 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Partial protein sequencing of a purified can be used to confirm the identify of an unknown protein. " ; + ; + "A protein sequencing assay used to partially sequence the protein to determine the order of amino acids in protein sequences to identify an unknown protein, typically done by mass spectrometry." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "partial protein sequencing " . + + +### http://purl.obolibrary.org/obo/ERO_0000714 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Recruiting patients for a clinical trial to investigate the usage of a new drug and protecting their privacy." ; + ; + "A clinical trial technique used to recruit human subjects for clinical trials and to protect their privacy." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "human subject recruitment and protection" . + + +### http://purl.obolibrary.org/obo/ERO_0000715 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A technique used for identification, assessment, and prioritization of risks followed by coordinated and economical application of resources to minimize, monitor, and control the probability and/or impact of unfortunate events or to maximize the realization of opportunities." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Risk_management" ; + rdfs:label "risk management" . + + +### http://purl.obolibrary.org/obo/ERO_0000716 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Detection of radiolabeled proteins in a pulse-chase assay." ; + ; + "A radioactivity detection technique using X- ray film to visualize molecules or fragments of molecules that have been radioactively labeled. Autoradiography has many applications in the laboratory." ; + "PERSON: Nicole Vasilevsky" ; + "Radioautography" ; + "http://www.medterms.com/script/main/art.asp?articlekey=2405" ; + rdfs:label "autoradiography" . + + +### http://purl.obolibrary.org/obo/ERO_0000717 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Irradiation of splenocytes in vitro." ; + ; + "Irradiation of samples or the condition of samples being exposed to radition. Can be performed for sterilization or for immune suppression." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/irradiation" ; + rdfs:label "sample irradiation" . + + +### http://purl.obolibrary.org/obo/ERO_0000718 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Irradiation of mice, prior to bone marrow transplant." ; + ; + "Irradiation of rodents or the condition of rodents being exposed to radiation. Accurate partial or whole body irradiation can be used for many types of investigations, including tumor studies and experiments studying the immune response." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/irradiation, Woo and Nordal (2006) Biomed Imaging Interv J 2:e10." ; + rdfs:label "rodent irradiation" . + + +### http://purl.obolibrary.org/obo/ERO_0000719 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of the white blood cell count." ; + ; + "A tissue/organ assay performed to analyze cells in the bone marrow, such as red blood cells, white blood cells, or platelets for research or diagnostic purposes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.webmd.com/cancer/bone-marrow-aspiration-and-biopsy" ; + rdfs:label "bone marrow analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000720 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Sorting of specific cell populations, such as CD4+ T cells." ; + ; + "A flow cytometry assay that provides a method for sorting a heterogeneous mixture of biological cells into two or more containers, one cell at a time, based upon the specific light scattering and fluorescent characteristics of each cell." ; + "PERSON: Nicole Vasilevsky" ; + "FACS" ; + "http://en.wikipedia.org/wiki/Flow_cytometry" ; + rdfs:label "fluorescence activated cell sorting (FACS)" . + + +### http://purl.obolibrary.org/obo/ERO_0000721 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Entry of data about research resources into eagle-i." ; + ; + "A data transformation technique that involves transcribing some form of data into another form, usually a computer program." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-data-entry.htm" ; + rdfs:label "data entry" . + + +### http://purl.obolibrary.org/obo/ERO_0000722 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Patients are screened during the recruitment process of a clinical trial, to ensure they meet the criteria." ; + ; + "A clinical assay that is performed as a preliminary procedure, such as a test or examination, to detect the most characteristic sign or signs of a disorder or a condition that may require further investigation." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/screening" ; + rdfs:label "patient screening" . + + +### http://purl.obolibrary.org/obo/ERO_0000723 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Labeling of antibodies with collodial gold particles." ; + ; + "Labeling of of proteins, antigens, and other macromolecules of interest with colloidal gold particles, which are most often attached to secondary antibodies which are in turn attached to primary antibodies designed to bind a specific protein or other cell component." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Immunogold_labelling" ; + rdfs:label "immunogold labeling" . + + +### http://purl.obolibrary.org/obo/ERO_0000724 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Isolation of solubilized proteins from a sample." ; + ; + "A material component separation technique used in the isolation of antigens from complex mixtures." ; + "PERSON: Nicole Vasilevsky" ; + "Desai and Dworecki (2004) Anal Biochem. 328(2):162-5." ; + rdfs:label "antigen capture and purification" . + + +### http://purl.obolibrary.org/obo/ERO_0000725 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Separation and isolation of CD4 T cells." ; + ; + "A material component separation technique used to separate populations of two or more cells, such as by magnetic bead sorting." ; + "PERSON: Nicole Vasilevsky" ; + "Cell isolation" , + "Cell purification" , + "Cell segregation" , + "Cell sorting" ; + "http://www.reference.md/files/D002/mD002469.html" ; + rdfs:label "cell separation" . + + +### http://purl.obolibrary.org/obo/ERO_0000726 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Assay to determine if a monoclonal antibody drug is reaching it's intended target receptor." ; + ; + "A molecular assay used to assay the binding of a drug to a large molecule in tissues or fluids, e.g. binding to protein in the blood, may affect the metabolism of the drug, especially its rate of excretion." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/drug+binding" ; + rdfs:label "drug binding assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000727 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An assay to analyze pancreatic Î_-Cell function." ; + ; + "A tissue/organ assay used to assay the fatty acid accumulation in non-adipose tissues." ; + "PERSON: Nicole Vasilevsky" ; + "Schaffer (2003) Curr Opin Lipidol. 14(3):281-287." ; + rdfs:label "lipotoxicity assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000728 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of riboprobes for in situ hybridization." ; + ; + "Material production of RNA probes that can be produced by in vitro transcription of cloned DNA inserted in a suitable plasmid downstream of a viral promoter for the purpose of producing sense and antisense riboprobes." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Riboprobe" ; + rdfs:label "riboprobe production" . + + +### http://purl.obolibrary.org/obo/ERO_0000729 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Infecting cells with viral supernatants." ; + ; + "Experimental infection using viruses or viral products to introduce a gene product into in vitro systems or animal models." ; + "PERSON: Nicole Vasilevsky" ; + "Transduction" ; + "http://en.wikipedia.org/wiki/Lentivirus" ; + rdfs:label "viral infection" . + + +### http://purl.obolibrary.org/obo/ERO_0000730 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Polymerase chain reaction." ; + ; + "Enzymatic amplification of specific nucleic acids to levels where they can be detected in downstream applications. Examples are PCR, TMA, NASBA, etc." ; + "PERSON: Nicole Vasilevsky" ; + "http://groups.molbiosci.northwestern.edu/holmgren/Glossary/Definitions/Def-N/nucleic_acid_ampl_assay.html" ; + rdfs:label "nucleic acid amplification" . + + +### http://purl.obolibrary.org/obo/ERO_0000731 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An assay used to detect apoptotic cells." ; + ; + "A labeling method used for detecting the 3'-OH ends of DNA exposed during the internucleosomal cleavage that occurs during apoptosis. Incorporation of biotinylated dUTP allows detection by immunohistochemical procedures. The labeled apoptotic cells may be visualized by light microscopy." ; + "PERSON: Nicole Vasilevsky" ; + "TUNEL staining" , + "terminal deoxynucleotidyl transferase mediated dUTP-biotin nick end labeling" ; + "http://www.scienceboard.net/resources/protocols.asp?action=article&protocol_id=41&criteria=" ; + rdfs:label "TUNEL labeling" . + + +### http://purl.obolibrary.org/obo/ERO_0000732 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Induction of stroke in an animal model." ; + ; + "Surgical procedures on small animals for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "small animal surgery" . + + +### http://purl.obolibrary.org/obo/ERO_0000733 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Induction of a stroke in an animal model." ; + ; + "A surgical procedure that involves ligation of the coronary artery in the heart, which is used in in vivo animal models to study myocardial infarction." ; + "PERSON: Nicole Vasilevsky" ; + "Ligation of anomalous coronary artery" ; + "Ye et al (1997) Molecular and Cellular Biochemistry. 176:227-233." ; + rdfs:label "coronary artery ligation" . + + +### http://purl.obolibrary.org/obo/ERO_0000734 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for stroke models." ; + ; + "Coronary artery ligation of the left anterior descending artery, which is performed to induce left ventricular infarction for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "Samsamshariat, Samsamshariat and Movahed (2005) Cardiovasc Revasc Med. 6:121" ; + rdfs:label "left anterior descending artery ligation" . + + +### http://purl.obolibrary.org/obo/ERO_0000735 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A spinal cord laminectomy can be performed to relieve pain after injury." ; + ; + "A surgical procedure that involves surgical removal of the portion of the vertebral bone called the lamina, which is designed to relieve pressure on the spinal cord (or nerve) from herniated discs, spinal stenosis and other related conditions." ; + "PERSON: Nicole Vasilevsky" ; + "spinal decompression" ; + "http://www.articlesbase.com/diseases-and-conditions-articles/lumbar-laminectomy-a-surgery-on-spinal-cord-1237643.html" ; + rdfs:label "spinal cord laminectomy" . + + +### http://purl.obolibrary.org/obo/ERO_0000736 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of high-titers of lentivirus expressing a gene of interest, to study the function of that gene." ; + ; + "Virus production of high-titer, lentivirus prepartions for use in gene delivery applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://web.mit.edu/jacks-lab/protocols/lentiviralproduction.htm" ; + rdfs:label "lentivirus production" . + + +### http://purl.obolibrary.org/obo/ERO_0000738 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Tissue from mice is digested prior to genotyping, to isolate the DNA." ; + ; + "A material processing technique that is used to digest human, animal or plant tissue by dissolving the remains by alkaline hydrolysis or other methods for the purpose of disposal of the remains or subsequent analysis of components of the tissue." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-tissue-digestion.htm" ; + rdfs:label "tissue digestion" . + + +### http://purl.obolibrary.org/obo/ERO_0000739 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Site-directed mutagenesis can be used to alter the function of a protein, such as make the avian flu virus transferrable to other species." ; + ; + "A material processing technique in which a mutation is created at a defined site in a DNA molecule for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "Oligonucleotide directed mutagenesis" , + "Oligonucleotide-directed mutagenesis" , + "Site specific mutagenesis" , + "Site-specific mutagenesis" ; + "http://en.wikipedia.org/wiki/Site-directed_mutagenesis" ; + rdfs:label "site-directed mutagenesis" . + + +### http://purl.obolibrary.org/obo/ERO_0000740 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of DNA sequence data." ; + ; + "A data transformation technique that involves the analysis of bioinformatics data, which is the application of statistics and computer science to the field of molecular biology." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Bioinformatics" ; + rdfs:label "bioinformatics analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000742 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Electronic health records." ; + ; + "A technique designed for the collection of clinical data in electronic format for use mainly in human clinical trials." ; + "PERSON: Nicole Vasilevsky" ; + "clinical database development" ; + "http://en.wikipedia.org/wiki/Electronic_data_capture" ; + rdfs:label "research electronic datacapture" . + + +### http://purl.obolibrary.org/obo/ERO_0000743 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Creation of a website." ; + ; + "A technique that involves writing the necessary source code to create a Web site. It refers to writing the HTML pages or JavaScript in the pages, and any Web site that provides searches, access to databases or any custom processing for the user requires additional programs that run in the Web server. Web server processing is programmed in Java, VBScript, Perl and other languages." ; + "PERSON: Nicole Vasilevsky" ; + "Web development" ; + "http://www.pcmag.com/encyclopedia_term/0,2542,t=Web+programming&i=54332,00.asp" ; + rdfs:label "web programming" . + + +### http://purl.obolibrary.org/obo/ERO_0000744 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Design of an analog instrument, used to measure current." ; + ; + "An instrument and electronics design technique that involves the design of analog electronics; electronic systems with a continuously variable signal." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Analogue_electronics" ; + rdfs:label "analog electronics design" . + + +### http://purl.obolibrary.org/obo/ERO_0000745 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument and electronics design technique that involves the design of printed circuit boards; a component made of one or more layers of insulating materials with electrical conductors, which is used in computers." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.smps.us/pcb-design.html" ; + rdfs:label "circuit board layout design" . + + +### http://purl.obolibrary.org/obo/ERO_0000746 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Design of a flow cytometer." ; + ; + "An instrument and electronics design technique that involves the design, prototyping, rework, final engineering, and documentation of electronic instruments." ; + "PERSON: Nicole Vasilevsky" ; + "http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=3694" ; + rdfs:label "electronic instrument design" . + + +### http://purl.obolibrary.org/obo/ERO_0000747 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Real-time PCR is performed to detect relative gene expression in a sample." ; + ; + "A molecular assay used to analyze the location or quantity of of gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "DNA expression analysis" , + "Gene expression pattern analysis" , + "Gene expression profiling" , + "Transcript expression analysis" ; + "PERSON: Melissa Haendel" ; + rdfs:label "gene expression analysis assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000748 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Fabrication of a robot." , + "Manufacturing of a flow cytometer." ; + ; + "Manufacturing of an instrument from raw materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/fabrication" ; + rdfs:label "instrumentation fabrication" . + + +### http://purl.obolibrary.org/obo/ERO_0000749 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Equipment design and fabrication service provided by a lab." ; + ; + "An instrument and electronics design technique that involves planning of instrumentation design and fabrication." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "instrumentation planning" . + + +### http://purl.obolibrary.org/obo/ERO_0000750 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Design of a microscope." ; + ; + "A instrument and electronics design technique that involves the design, layout and analysis of various optical systems; from single element designs to complex wide angle imaging system designs." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.loganopticaldesign.com/" ; + rdfs:label "optical design" . + + +### http://purl.obolibrary.org/obo/ERO_0000751 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Co-immunoprecipitation is used to detect protein-protein interaction." ; + ; + "A protein assay used to detect protein-molecule interactions, a biological process of proteins binding to cellular molecules, such as DNA, often to carry out their biological function such as gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "Protein binding assay" ; + "http://en.wikipedia.org/wiki/Protein%E2%80%93protein_interaction" ; + rdfs:label "protein interaction detection" . + + +### http://purl.obolibrary.org/obo/ERO_0000752 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Gel mobility shift assay to detect proteins that bind to specific DNA elements." ; + ; + "Protein interaction detection technique used to analyze specific protein-DNA interactions, including DNase I footprinting, gel mobility shift assay, nitrocellulose filter binding assay, genetic analysis or x-ray crystallography for the purpose of studying gene expression or regulation." ; + "PERSON: Nicole Vasilevsky" ; + "Protein-DNA binding assay" ; + "http://www.biochem.arizona.edu/classes/bioc568/protein_dna_interactions.htm" ; + rdfs:label "protein-DNA interaction detection" . + + +### http://purl.obolibrary.org/obo/ERO_0000753 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Limb development can be studied by analyzing skeletal morphogenesis." ; + ; + "An organismal assay that is performed to analyze the formation of a skeleton or skeletal elements at various developmental stages in an organism." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.springerprotocols.com/Abstract/doi/10.1385/1-59259-065-9:61" ; + rdfs:label "skeletal morphogenesis analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000754 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument and electronics design technique used to design printed circuit boards, which are used to mechanically support and electrically connect electronic components using conductive pathways, tracks or signal traces etched from copper sheets laminated onto a non-conductive substrate. It is also referred to as printed wiring board (PWB) or etched wiring board." ; + "PERSON: Nicole Vasilevsky" ; + "PCB design" ; + "http://en.wikipedia.org/wiki/Printed_circuit_board" ; + rdfs:label "printed circuit board design" . + + +### http://purl.obolibrary.org/obo/ERO_0000756 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Skype." ; + ; + "A technique that uses an existing standard video codec to reduce the program material to a bitstream (e.g., an MPEG transport stream), and then to use an Internet Protocol (IP) network to carry that bitstream encapsulated in a stream of IP packets." ; + "PERSON: Nicole Vasilevsky" ; + "Professional video over IP" ; + "http://en.wikipedia.org/wiki/Professional_video_over_IP" ; + rdfs:label "video over IP" . + + +### http://purl.obolibrary.org/obo/ERO_0000757 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Streaming radio online." ; + ; + "A technique that involves streaming multimedia that are constantly received by, and normally presented to, an end-user while being delivered by a streaming provider (including audio or video playback)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Streaming_media" ; + rdfs:label "streaming media delivery method" . + + +### http://purl.obolibrary.org/obo/ERO_0000758 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument and electronics design technique used to design embedded controllers, small microcontroller typically used in laptops for various purposes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.coreboot.org/Embedded_controller" ; + rdfs:label "embedded controller design" . + + +### http://purl.obolibrary.org/obo/ERO_0000759 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Connecting computers to printers and scanners." ; + ; + "A technique involving connecting computers and peripherals for usability." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.lammertbies.nl/comm/index.html" ; + rdfs:label "computer interfacing" . + + +### http://purl.obolibrary.org/obo/ERO_0000760 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Transferring data via a USB flash drive." ; + ; + "A data transformation technique involving formatting data for transfer into another software program or hardware." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "data transfer" . + + +### http://purl.obolibrary.org/obo/ERO_0000761 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of G-protein coupled signaling." ; + ; + "A autoradiography technique used to describe the first step of the intracellular signal transduction system by visualizing agonist activated receptors by radiolabeling." ; + "PERSON: Nicole Vasilevsky" ; + "Sovago et al (2001) Brain Research Reviews 38: 149–164" ; + rdfs:label "functional autoradiography" . + + +### http://purl.obolibrary.org/obo/ERO_0000762 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Calculation of a standard curve." ; + ; + "A data transformation technique that involves problem solving for numbers or quantities" ; + "PERSON: Nicole Vasilevsky" ; + "http://wordnetweb.princeton.edu/perl/webwn?s=calculation" ; + rdfs:label "calculation" . + + +### http://purl.obolibrary.org/obo/ERO_0000763 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Determining the concentration of a protein based on a protein quantification assay." ; + ; + "A calculation of the concentration of a chemical substance expressed as the amount of the substance present in a mixture." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ilpi.com/msds/ref/concentration.html" ; + rdfs:label "concentration calculation" . + + +### http://purl.obolibrary.org/obo/ERO_0000764 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Testing for breast cancer phenotype, such as BrCa positive, Her2/Neu positive, ER positive or triple negative." ; + ; + "A nucleic acid assay used to tailor drugs and treatment options to the individual patient by discovering and screening for genetic differences and biomarkers by performing various genetic assays." ; + "PERSON: Nicole Vasilevsky" ; + "Pharmacogenetic assay" , + "Pharmacogenetic screening" , + "Pharmacogenetic testing" , + "Pharmacogenomics screening" , + "Pharmacogenomics testing " ; + "Lapp (2009) Basic Biotech. 5:1" ; + rdfs:label "pharmacogenomics assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000765 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Screening of viruses to detect potential targets for therapy." ; + ; + "An organismal assay that conducts systematic, whole-genome screens to identify virulence factors as targets for drug development and exploration of host responses to infections." ; + "PERSON: Nicole Vasilevsky" ; + "http://ec.asm.org/cgi/content/full/8/8/1218" ; + rdfs:label "in vitro pathogenesis assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000766 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Detection of estrogen levels in tumor cells." ; + ; + "A cellular assay designed to study oestrogen receptor signaling by various gene and protein assays in cells or organisms." ; + "PERSON: Nicole Vasilevsky" ; + "ER signaling assay" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "oestrogen receptor signaling assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000767 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data analysis technique involving study of biology at the system level; the structure and dynamics of cellular and organismal function." ; + "PERSON: Nicole Vasilevsky" ; + "Kitano (2002) Science 295:1662" ; + rdfs:label "systems biology analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000768 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Mass spectrometry." ; + ; + "An assay that involves identification of components and materials in a mixture." ; + "PERSON: Nicole Vasilevsky" ; + "http://jp.fujitsu.com/group/fql/en/services/rohs/material/" ; + rdfs:label "material component identification" . + + +### http://purl.obolibrary.org/obo/ERO_0000769 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Tissue co-culturing combined with ELISA to assay protein expression." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "tissue co-culture with ELISA" . + + +### http://purl.obolibrary.org/obo/ERO_0000771 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The pattern of gene expression in a developing organism can be analyzed by ISH." ; + ; + "A nucleic acid assay that uses a labeled complementary DNA or RNA strand (i.e., probe) to localize a specific DNA or RNA sequence in a portion or section of tissue (in situ), or, if the tissue is small enough (e.g. plant seeds, Drosophila embryos), in the entire tissue (whole mount ISH)." ; + "PERSON: Nicole Vasilevsky" ; + "ISH" , + "in situ analysis" ; + "http://en.wikipedia.org/wiki/In_situ_hybridization" ; + rdfs:label "in situ hybridization" . + + +### http://purl.obolibrary.org/obo/ERO_0000772 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Gene expression in a sample can be analyzed by Northern blot." ; + ; + "A nucleic acid assay used in molecular biology research to study gene expression by detection of RNA (or isolated mRNA) in a sample by separating samples by electrophoresis and detection with a hybridization probe complementary to part or the entire target sequence." ; + "PERSON: Nicole Vasilevsky" ; + "Northern blot assay" , + "Northern blotting" , + "RNA blot" , + "RNA blot analysis" , + "RNA blotting" ; + "http://en.wikipedia.org/wiki/Northern_blot" ; + rdfs:label "northern blot analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000773 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A RNA oligonucleotide that is an RNA segment used to probe for a complementary nucleotide sequence either in the mRNA pool or in the DNA of a cell." ; + "PERSON: Matthew Brush" ; + "Riboprobe" ; + "http://www.mondofacto.com/facts/dictionary?riboprobe" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA probe" . + + +### http://purl.obolibrary.org/obo/ERO_0000776 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A role that inheres in a person who maintains residency in the United states. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "US resident role" . + + +### http://purl.obolibrary.org/obo/ERO_0000777 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A US resident role that inheres in an individual that is a legally recognized as a member of a state, with associated rights and obligations." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wiktionary.org/wiki/citizen" ; + rdfs:label "US citizen role" . + + +### http://purl.obolibrary.org/obo/ERO_0000778 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A US resident role that inheres in an individual who is not a legally recognized subject or national of the United States." ; + "PERSON: Nicole Vasilevsky" ; + "https://www.google.com/search?q=residency+status&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#hl=en&client=firefox-a&hs=Bcx&rls=org.mozilla:en-US:official&q=citizen&tbs=dfn:1&tbo=u&sa=X&ei=micXT_DwMIjUiAK15tDUDw&ved=0CCgQkQ4&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=7b67128a22f602af&biw=1609&bih=794" ; + rdfs:label "non-US citizen" . + + +### http://purl.obolibrary.org/obo/ERO_0000779 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An role that inheres in an individual who is not a citizen but who legally resides in another nation on a permanent or extended basis." ; + "PERSON: Nicole Vasilevsky" ; + "http://connection.ebscohost.com/us/immigration-restrictions/overview-legal-and-illegal-immigration" ; + rdfs:label "permanent resident role" . + + +### http://purl.obolibrary.org/obo/ERO_0000780 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A non-US citizen role that inheres in an individual who is residing in a country, but is neither a citizen nor a permanent resident. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.irs.gov/taxtopics/tc851.html" ; + rdfs:label "non-permanent resident role" . + + +### http://purl.obolibrary.org/obo/ERO_0000783 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A college student." ; + ; + "A role inhering in a person that is realized when the bearer participates a course of study, as in a school, college, university, etc." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/student" ; + rdfs:label "student role" . + + +### http://purl.obolibrary.org/obo/ERO_0000784 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A college student." ; + ; + "A student role inhering in a person that is realized when the bearer participates in a course of study at a college, university, etc. in pursuit of an associate or bachelor degree." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/student" ; + rdfs:label "undergraduate student role" . + + +### http://purl.obolibrary.org/obo/ERO_0000785 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A PhD student at a university." ; + ; + "A student role inhering in a person that is realized when the bearer participates a course of study at a university or institution in pursuit of an graduate or professional degree." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/student" ; + rdfs:label "graduate student role" . + + +### http://purl.obolibrary.org/obo/ERO_0000786 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A freshman in high school." ; + ; + "A student role inhering in a person that is realized when the bearer participates in a course of study at a secondary learning institution." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/student" ; + rdfs:label "high school student role" . + + +### http://purl.obolibrary.org/obo/ERO_0000787 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An employee at a university." ; + ; + "A role inhering in a person that is realized when the bearer participates in an occupation by which a person earns a living or spends their time." ; + "PERSON: Nicole Vasilevsky" ; + "http://dictionary.reference.com/browse/employment" ; + rdfs:label "employee role" . + + +### http://purl.obolibrary.org/obo/ERO_0000788 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A professor at a university." ; + ; + "An employee role inhering in a person that is realized when the bearer participates in the teaching and/or administrative force of a university, college, or school." ; + "PERSON: Nicole Vasilevsky" ; + "http://dictionary.reference.com/browse/faculty" ; + rdfs:label "faculty role" . + + +### http://purl.obolibrary.org/obo/ERO_0000789 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A research technician in a lab." ; + ; + "An employee role inhering in a person that is realized when the bearer is employed by an employer." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "staff role" . + + +### http://purl.obolibrary.org/obo/ERO_0000790 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A student role inhering in a person that is realized when the bearer participates in a post-baccalaureate training program in pursuit of an additional bachelor degree or new or additional training in a particular field." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "post-baccalaureate trainee" . + + +### http://purl.obolibrary.org/obo/ERO_0000791 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Screening proteins that interact with the activation domain of p53." ; + ; + "A protein interaction detection assay used to discover protein-protein interactions and protein-DNA interactions by testing for physical interactions (such as binding) between two proteins or a single protein and a DNA molecule, respectively." ; + "PERSON: Nicole Vasilevsky" ; + "Yeast two hybrid interaction screening" ; + "http://en.wikipedia.org/wiki/Two-hybrid_screening" ; + rdfs:label "yeast two hybrid screening" . + + +### http://purl.obolibrary.org/obo/ERO_0000792 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Digestion of DNA at BamHI sites." ; + ; + """Enzymatic cleavage of DNA at specific sequences resulting in restriction fragments with restriction enzymes, which are enzymes isolated from bacteria that recognize specific restriction sequences in DNA. Restriction enzymes play a very important role in the construction of recombinant DNA molecules, as is done in gene cloning experiments. + +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Restriction_enzyme" ; + rdfs:label "restriction enzyme digestion" . + + +### http://purl.obolibrary.org/obo/ERO_0000793 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Transfection of a cell line with a plasmid expressing a gene of interest." ; + ; + "Agent delivery of nucleic acids into cells. Transfection typically involves opening transient pores or holes in the cell membrane, to allow the uptake of material. Transfection can be carried out using calcium phosphate, by electroporation, or by mixing a cationic lipid with the material to produce liposomes, which fuse with the cell membrane and deposit their cargo inside." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Transfection" ; + rdfs:label "transfection" . + + +### http://purl.obolibrary.org/obo/ERO_0000794 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An isofluorane machine." ; + ; + "An environment control instrument that is used to support the administration of anaesthesia. It contains a breathing system for delivering a gas mixture, including an anesthetic gas, to a patient for inhalation." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.freepatentsonline.com/5568910.html" ; + rdfs:label "anesthesia machine" . + + +### http://purl.obolibrary.org/obo/ERO_0000795 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to clean the cages used to house organisms." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cage washer" . + + +### http://purl.obolibrary.org/obo/ERO_0000796 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to restrain animals for tail injections." ; + ; + "An instrument that is used to restrain large animals." ; + "PERSON: Nicole Vasilevsky" ; + "chute stock" ; + "http://medical-dictionary.thefreedictionary.com/squeeze+chute" ; + rdfs:label "squeeze chute" . + + +### http://purl.obolibrary.org/obo/ERO_0000797 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for delivering anesthesia to rodents prior to injection." ; + ; + "A device that delivers a given concentration of a volatile anaesthetic agent, which is which is generally attached to an anaesthetic machine, commonly used for animal experimentation." ; + "PERSON: Nicole Vasilevsky" ; + "enflurane vaporizer" , + "isoflurane vaporizer" ; + "http://en.wikipedia.org/wiki/Anaesthetic_vaporiser" ; + rdfs:label "anaesthetic vaporiser" . + + +### http://purl.obolibrary.org/obo/ERO_0000798 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An anesthesia machine with a nose cone." ; + ; + "An instrument designed to control air that is breathed through it or to either intermittently or continuously assist or control pulmonary ventilation." ; + "PERSON: Nicole Vasilevsky" ; + "respirator" ; + "http://www.answers.com/topic/ventilator-203" ; + rdfs:label "animal ventilator" . + + +### http://purl.obolibrary.org/obo/ERO_0000799 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to breed insects for experimental purposes." ; + ; + "An instrument designed to provide a temperature controlled chamber for insect rearing." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biocold.com/fp_insect_chambers.php" ; + rdfs:label "insect rearing chamber" . + + +### http://purl.obolibrary.org/obo/ERO_0000801 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A workstation used for animal stroke models." ; + ; + "An instrument designed to provide a ventilated small animal surgery table that functions to control, capture and exhaust waste anesthesia gases down and away from the face of personnel when connected to negative air source." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.tbjinc.com/Products/Docs/32-26%20DD-ST-M.pdf" ; + rdfs:label "small-animal surgery workstation" . + + +### http://purl.obolibrary.org/obo/ERO_0000803 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Trap wild animals for study." ; + ; + "An instrument that is used to catch live animals." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.shermantraps.com/" ; + rdfs:label "live trap" . + + +### http://purl.obolibrary.org/obo/ERO_0000804 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Mouse cages are stored on an animal cage rack." ; + ; + "An instrument designed to hold animal cages, while allowing for proper ventillation and access to water. Typically the cage racks have wheels on the bottom for ease of movement." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal cage rack" . + + +### http://purl.obolibrary.org/obo/ERO_0000805 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Laboratory animals can be labeled with a tattoo machine, for identification purposes." ; + ; + "An instrument designed to permanently tattoo identifying features such as numbers onto an organism." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "tattoo machine" . + + +### http://purl.obolibrary.org/obo/ERO_0000806 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to study spinal cord injuries." ; + ; + "A device designed to deliver graded reproducible spinal cord contusions to an organism." ; + "PERSON: Nicole Vasilevsky" ; + "NYU Impactor" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "MASCIS impactor" . + + +### http://purl.obolibrary.org/obo/ERO_0000807 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Flow injection into an HPLC apparatus." ; + ; + "An autosampler used for automated handling of sample and reagent solutions with a strict control of reaction conditions." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.flowinjection.com/method2.html" ; + rdfs:label "flow injection system" . + + +### http://purl.obolibrary.org/obo/ERO_0000808 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An instrument used to weigh small quantities of a substance." ; + ; + "A microbalance is an instrument capable of making precise measurements of weight of objects of relatively small mass: of the order of a million parts of a gram." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Microbalance" ; + rdfs:label "microbalance" . + + +### http://purl.obolibrary.org/obo/ERO_0000809 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used in cytology analysis." ; + ; + "A centrifuge that is used to spin a cell suspension onto a slide for viewing under a microscope." ; + "PERSON: Nicole Vasilevsky" ; + "http://ricfacility.byu.edu/cytospin.html" ; + rdfs:label "cytospin centrifuge" . + + +### http://purl.obolibrary.org/obo/ERO_0000810 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to spin samples." ; + ; + "A centrifuge that sits on top of a tabletop or benchtop and have adaptors for tubes ranging from 0.2-100mls." ; + "PERSON: Nicole Vasilevsky" ; + "benchtop centrifuge" ; + "www.fishersci.com/wps/downloads/segment/.../pdf/Sorvall_TT.pdf" ; + rdfs:label "tabletop centrifuge" . + + +### http://purl.obolibrary.org/obo/ERO_0000811 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A fast-prep bead beater." ; + ; + "A chromatography pump system used to mechanically lyse cells for rapid intracellular protein extraction." ; + "PERSON: Nicole Vasilevsky" ; + "Yun et al (2010) Lab Chip 10:1442-1446." ; + rdfs:label "mechanical cell lysis device" . + + +### http://purl.obolibrary.org/obo/ERO_0000812 + rdf:type owl:Class ; + rdfs:subClassOf ; + "ADInstruments PowerLab/8SP." ; + ; + "An instrument used to capture and record analog inputs, digital inputs, temperature, humidity, pulse and logic signals, for electrophysiology." ; + "PERSON: Nicole Vasilevsky" ; + "multichannel acquisition system" ; + "www.microdaq.com/data-logger/data-acquisition.php" ; + rdfs:label "electrophysiology data acquisition system" . + + +### http://purl.obolibrary.org/obo/ERO_0000813 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A transfer apparatus used in a Western blot." ; + ; + "An electrophoresis system designed for the electrophoretic transfer of macromolecules such as DNA, RNA or proteins from agarose or polyacrylamide gels to a membrane." ; + "PERSON: Nicole Vasilevsky" ; + "transfer apparatus" ; + "Towbin H, Staehelin T, Gordon J. (1979) Proc Natl Acad Sci U S A. 76(9):4350-4." ; + rdfs:label "electrophoretic transfer cell" . + + +### http://purl.obolibrary.org/obo/ERO_0000814 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to analyze fluorescence from a sample." ; + ; + "A fluorometer that is used for the analytical technique known as atomic fluorescence spectroscopy (AFS)." ; + "PERSON: Nicole Vasilevsky" ; + "CVAFS detector" ; + "http://en.wikipedia.org/wiki/Cold_vapour_atomic_fluorescence_spectroscopy" ; + rdfs:label "cold vapor atomic fluorescence spectrophotometry detector" . + + +### http://purl.obolibrary.org/obo/ERO_0000815 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A hematology analyzer used to analyze blood serum." ; + "PERSON: Nicole Vasilevsky" ; + "blood serum analyzer" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "serum analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0000816 + rdf:type owl:Class ; + rdfs:subClassOf ; + "GFP expressing cells can be visualized by in vivo bioluminescence imaging." ; + ; + "An image acquisition instrument that is designed for non-invasive in vivo use, to detect bioluminescence, which is based on the expression of luciferase, the light-emitting enzyme of the firefly Photinus pyralis. After the administration of the substrate luciferin, an ATP- and O2-dependent photochemical reaction occurs, resulting in the release of photons by living cells containing luciferase. This photon emission can be detected by a cooled charge-coupled device (CCD) camera, minutes after the administration of the substrate." ; + "PERSON: Nicole Vasilevsky" ; + "Contag et al (1997) Photochem Photobiol 66: 523–531" ; + rdfs:label "in vivo bioluminescence imaging system" . + + +### http://purl.obolibrary.org/obo/ERO_0000817 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to detect GFP in a GFP transgenic mouse." ; + ; + "An image acquisition instrument used to detect fluorescence emission from fluorophores in whole-body living organism." ; + "PERSON: Nicole Vasilevsky" ; + "Rao, Dragulescu-Andrasi, Yao. (2007) Curr Opin Biotechnol. 18(1):17-25." ; + rdfs:label "in vivo fluorescence imaging system" . + + +### http://purl.obolibrary.org/obo/ERO_0000818 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A workstation set up with a microscope, digital camera and computer." ; + ; + "An instrument that is used for high performance digital imaging and quantitative analysis of labels, such as chemiluminescent, fluorescent, chromogenic, and radioisotopic labels." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.raytest.de/bio_imaging/products/image_station_2000_r/image_station_2000_r.html" ; + rdfs:label "imager" . + + +### http://purl.obolibrary.org/obo/ERO_0000819 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used in subcellular fractionation." ; + ; + "A centrifuge optimized for spinning a rotor at very high speeds, capable of generating acceleration as high as 1,000,000 g (9,800 km/s²)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Ultracentrifuge" ; + rdfs:label "ultracentrifuge" . + + +### http://purl.obolibrary.org/obo/ERO_0000820 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Part of an ultracentrifuge." ; + ; + "A device consisting of the rotating part of an ultracentrifuge, which is a high-velocity centrifuge. The ultracentrifuge rotor can hold tubes that are spun around a central axis to separate contained materials of different specific gravities, or to separate colloidal particles or submicroscopic particles." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/ultracentrifuge, http://www.answers.com/topic/centrifuge" ; + rdfs:label "ultracentrifuge rotor" . + + +### http://purl.obolibrary.org/obo/ERO_0000821 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is a self-contained video processor designed to provide an analog output proportional to the distance between two features perpendicular to the raster lines, in a televised scene. This hardware edge detector tracks blood vessel diameter, and left and right wall thicknesses using an analog video signal. The principle of the instrument is based on sensing optical density changes of the vessel image at a chosen scan line seen on the TV monitor." ; + "PERSON: Nicole Vasilevsky" ; + "http://vistaelectronicsco.com/viddimanalyzer.shtml, http://www.livingsys.com/video/vda-10.html" ; + rdfs:label "video dimension analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0000822 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument which has a multimode scanner with capabilities for storage phosphor, fluorescence, and chemiluminescence detection of gels. The instrument combines laser excitation sources with efficient optics for sensitive fluorescent imaging. Emissions are recorded in an image file for quantitative analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://imagers.salk.edu/typhoon/typhoon-faq.html" ; + rdfs:label "typhoon fluorescence scanner" . + + +### http://purl.obolibrary.org/obo/ERO_0000823 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A heater or air conditioner." ; + ; + "An instrument used to maintain the temperature of an enclosed space." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/temperature-control" ; + rdfs:label "temperature controller" . + + +### http://purl.obolibrary.org/obo/ERO_0000824 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument which allows one to monitor an organism's skin surface temperature during a procedure." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.smiths-medical.com/catalog/temperature-probes/disposables/skin/skin-temperature-probes.html" ; + rdfs:label "skin temperature sensor" . + + +### http://purl.obolibrary.org/obo/ERO_0000825 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Co-IP reactions are allowed to incubate in a lab rotator, at 4C." ; + ; + "An instrument used for rotation of flasks, test tube racks, beakers, vials, Petri dishes, microwell plates, culture plates, plastic/glass trays, and slides in microbiological, immunological and general clinical applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thermoscientific.com/wps/portal/ts/products/detail?navigationId=L10529&categoryId=81886&productId=11954377" ; + rdfs:label "lab rotator" . + + +### http://purl.obolibrary.org/obo/ERO_0000826 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for growing mini preps, as well as tissue and bacterial cultures by the roller tube method." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nbsc.com/rollerdrums.aspx" ; + rdfs:label "roller drum" . + + +### http://purl.obolibrary.org/obo/ERO_0000827 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to observe single molecule fluorescence at surfaces and interfaces. The technique is commonly employed to investigate the interaction of molecules with surfaces." ; + "PERSON: Nicole Vasilevsky" ; + "TIRF instrument" ; + "http://www.olympusmicro.com/primer/techniques/fluorescence/tirf/tirfhome.html" ; + rdfs:label "total internal reflection fluorescence instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000828 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that can be used for surface measurements, inserted into tissue or used for single vessel measurements." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.moor.co.uk/products/monitoring/DRT4/probes" ; + rdfs:label "blunt needle end delivery probe" . + + +### http://purl.obolibrary.org/obo/ERO_0000829 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A defibrillator is part of a crash cart." ; + ; + "An instrument which has a set of trays/drawers/shelves on wheels used in hospital emergency rooms for transportation and dispensing of emergency medication/equipment at site of medical/surgical emergency for life support protocols." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Crash_cart" ; + rdfs:label "crash cart" . + + +### http://purl.obolibrary.org/obo/ERO_0000830 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used on a coding patient." ; + ; + "An instrument which delivers a therapeutic dose of electrical energy to the heart. This depolarizes a critical mass of the heart muscle, terminates the arrhythmia, and allows normal sinus rhythm to be reestablished by the body's natural pacemaker, in the sinoatrial node of the heart. Defibrillators can be external, transvenous, or implanted, depending on the type of device used or needed." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Defibrillation" ; + rdfs:label "defibrillator" . + + +### http://purl.obolibrary.org/obo/ERO_0000831 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is a low-powered medical apparatus used in electrosurgery on conscious patients, usually in an office setting. It works by emitting low-power high-frequency A.C. electrical pulses, via an electrode mounted on a handpiece, directly to the affected area of the body. The amount of output power needed is adjustable, and the device is equipped with different tips, electrodes and forceps, depending on the electrosurgical requirement." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Hyfrecator" ; + rdfs:label "hyfrecator" . + + +### http://purl.obolibrary.org/obo/ERO_0000832 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Commonly used as host cells for the study of ion channels." ; + ; + "An instrument that is designed for two-electrode, whole-cell voltage clamping of Xenopus oocytes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.warneronline.com/product_info.cfm?id=168&CFID=5491126&CFTOKEN=40558311" ; + rdfs:label "oocyte clamp" . + + +### http://purl.obolibrary.org/obo/ERO_0000833 + rdf:type owl:Class ; + rdfs:subClassOf ; + "PCR." ; + ; + "An assay that generates data about the presence, abundance, structure, function, or activity of biological molecules, or a process that occurs at a molecular level of granularity." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "molecular assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000834 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A monitoring device that monitors vital signs, such as temperature, blood pressure, and ECG." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "multiparameter monitor" . + + +### http://purl.obolibrary.org/obo/ERO_0000835 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to measure heart function." ; + ; + "A monitoring device which non-invasively records the transthoracic interpretation of the electrical activity of the heart over time captured and externally recorded by skin electrodes." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrocardiography" ; + rdfs:label "ECG monitor" . + + +### http://purl.obolibrary.org/obo/ERO_0000836 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Blood vessels are cauterized during surgery to prevent excessive bleeding." ; + ; + "An instrument that is a hot iron for searing or cauterizing." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.lexic.us/definition-of/cauter" ; + rdfs:label "cauters" . + + +### http://purl.obolibrary.org/obo/ERO_0000837 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A blood pressure cuff." ; + ; + "An instrument that provides consistent and accurate readings during invasive blood pressure monitoring." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.utahmed.com/deltran.htm" ; + rdfs:label "blood pressure transducer" . + + +### http://purl.obolibrary.org/obo/ERO_0000838 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A blood pressure cuff." ; + ; + "A monitoring device used to measure blood pressure, comprising an inflatable cuff to restrict blood flow, and a mercury or mechanical manometer to measure the pressure." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Blood_pressure_monitor" ; + rdfs:label "blood pressure monitor" . + + +### http://purl.obolibrary.org/obo/ERO_0000839 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that allows remote measurement and reporting of information." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Telemetry" ; + rdfs:label "telemetry system" . + + +### http://purl.obolibrary.org/obo/ERO_0000840 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A thermomixer can be used to mix and incubate bacterial cultures." ; + ; + "A heating instrument that can be programmed to shakes tubes, which usually contain solutions, at a specified speed and for a specified time, in order to mix the contents." ; + "PERSON: Nicole Vasilevsky" ; + "http://vwrlabshop.com/eppendorf-thermomixer-and-thermomixer-r-mixers-brinkmann/p/0020628/" ; + rdfs:label "thermomixer" . + + +### http://purl.obolibrary.org/obo/ERO_0000841 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to create custom respiratory gas mixtures." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cwe-inc.com/images/GSM-3.pdf" ; + rdfs:label "gas mixer" . + + +### http://purl.obolibrary.org/obo/ERO_0000842 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to control a three electrode cell and run electroanalytical experiments." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Potentiostat" ; + rdfs:label "potentiostat" . + + +### http://purl.obolibrary.org/obo/ERO_0000843 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Programming of circuits, such as EPROMs, EEPROMs, Flashs, PALs, FPGAs or programmable logic circuits." ; + ; + "An instrument that configures programmable non-volatile circuits." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Programmer_%28hardware%29" ; + rdfs:label "chip programmer" . + + +### http://purl.obolibrary.org/obo/ERO_0000844 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An emergency brake in a car." ; + ; + "A device for slowing or stopping motion, as of a vehicle, especially by contact friction which is adminstered by hand." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/brake" ; + rdfs:label "hand brake" . + + +### http://purl.obolibrary.org/obo/ERO_0000845 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to produce a smooth finish on flat surfaces. It is a widely used abrasive machining process in which a spinning wheel covered in rough particles (grinding wheel) cuts chips of metallic or non metallic substance from a workpiece, making a face of it flat or smooth." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Surface_grinding" ; + rdfs:label "surface grinder" . + + +### http://purl.obolibrary.org/obo/ERO_0000846 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument type which spins the workpiece to perform various operations such as cutting, sanding, knurling, drilling, or deformation with tools that are applied to the workpiece to create an object which has symmetry about an axis of rotation." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Lathe" ; + rdfs:label "lathe" . + + +### http://purl.obolibrary.org/obo/ERO_0000847 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument which is a machine tool used to machine solid materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Milling_machine" ; + rdfs:label "milling machine" . + + +### http://purl.obolibrary.org/obo/ERO_0000848 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument designed for the extraction of a lipid from a solid material." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Soxhlet_extractor" ; + rdfs:label "soxhlet extractor" . + + +### http://purl.obolibrary.org/obo/ERO_0000849 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument designed to remove molecular levels of contamination to achieve the cleanest possible probes and surfaces." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.bioforcenano.com/index.php?id=290" ; + rdfs:label "UV-ozone surface cleaner" . + + +### http://purl.obolibrary.org/obo/ERO_0000850 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to apply uniform thin films to flat substrates by centrifugal force." ; + "PERSON: Nicole Vasilevsky" ; + "spinner" ; + "http://en.wikipedia.org/wiki/Spin_coating" ; + rdfs:label "spin coater" . + + +### http://purl.obolibrary.org/obo/ERO_0000851 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used in the production of semiconductor integrated circuits." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.abmfg.com/" ; + rdfs:label "mask aligner" . + + +### http://purl.obolibrary.org/obo/ERO_0000852 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Extraction of solvents for histological sample preparation." ; + ; + "An instrument which is fully automated and uses common solvents to rapidly extract solid and semisolid samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://chromatographyonline.findanalytichem.com/lcgc/App+Notes+Enviro/Accelerated-Solvent-Extraction-Sample-Preparation-/ArticleStandard/Article/detail/479946" ; + rdfs:label "accelerated solvent extraction system" . + + +### http://purl.obolibrary.org/obo/ERO_0000853 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An oven that gently moves air vertically through the oven chamber to heat samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.amazon.com/LINDBERG-BLUE-GRAVITY-CONVECTION-MICROPROCESSOR/dp/B003NVENII" ; + rdfs:label "gravity convection oven" . + + +### http://purl.obolibrary.org/obo/ERO_0000855 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that allows for pico- or nano-scale charge current measurements across an artifical lipid membrane through reconstituted, ion-conducting single channels. Currents are measured via silver electrodes, digitized and amplified." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.instmeth.uni-freiburg.de/methods/iocbc/oe/m-plb-workstation.html" ; + rdfs:label "lipid bilayer workstation" . + + +### http://purl.obolibrary.org/obo/ERO_0000856 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Beveled edges are a common aesthetic nicety added to window panes and mirrors." ; + ; + "An instrument consisting of two rules or arms, jointed together at one end, and opening to any angle, for adjusting the surfaces of work to the same or a given inclination." ; + "PERSON: Nicole Vasilevsky" ; + "bevel square" ; + "http://www.websters-online-dictionary.org/definitions/bevel?cx=partner-pub-0939450753529744%3Av0qd01-tdlq&cof=FORID%3A9&ie=UTF-8&q=bevel&sa=Search#922" ; + rdfs:label "beveler machine" . + + +### http://purl.obolibrary.org/obo/ERO_0000857 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to measure muscle function." ; + ; + "A instrument used for evaluating and recording the electrical activity produced by skeletal muscles." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electromyography" ; + rdfs:label "electromyography device" . + + +### http://purl.obolibrary.org/obo/ERO_0000858 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A lie detector." ; + ; + "An instrument for the simultaneous electrical or mechanical recording of several involuntary physiological activities, including blood pressure, skin resistivity, pulse rate, respiration, etc." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Polygraph" ; + rdfs:label "polygraph" . + + +### http://purl.obolibrary.org/obo/ERO_0000859 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement instrument used to measure oxygen evolution or consumption from liquid-phase samples in cellular respiration and photosynthesis research applications. " ; + "PERSON: Nicole Vasilevsky" ; + "oxygen electrode" ; + "http://www.hansatech-instruments.com/oxyg1.htm" ; + rdfs:label "oxygraph system" . + + +### http://purl.obolibrary.org/obo/ERO_0000860 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to drive positive or negative ions into a tissue, in which two electrodes are placed in contact with tissue, one of the electrodes being a pad of absorbent material soaked with a solution of the material to be administered, and a voltage is applied between the electrodes." ; + "PERSON: Nicole Vasilevsky" ; + "http://encyclopedia2.thefreedictionary.com/iontophoresis" ; + rdfs:label "micro-iontophoresis device" . + + +### http://purl.obolibrary.org/obo/ERO_0000861 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that provides isolated electrical stimulation to tissues in either constant currents or constant voltages." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.harvardapparatus.com/webapp/wcs/stores/servlet/haicat3_10001_11051_37793_-1_HAI_Categories__37757_37791" ; + rdfs:label "stimulus isolator" . + + +### http://purl.obolibrary.org/obo/ERO_0000863 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to study nerve or muscle function." ; + ; + "An instrument used for nerve and muscle stimulation procedures." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.grasstechnologies.com/products/stimulators/stims88x.html" ; + rdfs:label "stimulator" . + + +### http://purl.obolibrary.org/obo/ERO_0000864 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to measure key analytes in clinical research studies, such as glucose, triglycerides, pyruvate, etc. It measures the rate of oxygen consumption, which is directly proportional to the substrate concentration." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.analox.com/downloads/gm7uk.pdf" ; + rdfs:label "rapid multi-assay analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0000865 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An device consisting of a capillary tube with a very small diameter that is used for various applications including microscopy and HPLC." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/capillary" ; + rdfs:label "microcapillaries" . + + +### http://purl.obolibrary.org/obo/ERO_0000866 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A lathe that is designed to use modern carbide tooling and fully use modern processes. The part may be designed and the toolpaths programmed by the CAD/CAM process, and the resulting file uploaded to the machine, and once set and trialled the machine will continue to turn out parts under the occasional supervision of an operator." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Lathe_%28metal%29" ; + rdfs:label "CNC Lathe" . + + +### http://purl.obolibrary.org/obo/ERO_0000867 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An image acquisition instrument used in fluorescence imaging that allows the imaging of living tissue up to a depth of 1 mm, based on the concept that two photons of low energy can excite a fluorophore in a quantum event, resulting in the emission of a fluorescence photon, typically at a higher energy than either of the two excitatory photons." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Two-photon_excitation_microscopy" ; + rdfs:label "laser doppler flowmeter" . + + +### http://purl.obolibrary.org/obo/ERO_0000868 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for protein identification and characterization." ; + ; + "A liquid chromatograhy column that is used to separate or purify proteins from complex mixtures. FPLC is a type of liquid chromatography where the solvent velocity is controlled by pumps to control the constant flow rate of solvents. The solvents are accessed through tubing from an outside reservoir." ; + "PERSON: Nicole Vasilevsky" ; + "FPLC" ; + "http://en.wikipedia.org/wiki/Fast_protein_liquid_chromatography" ; + rdfs:label "fast protein liquid chromatography instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000870 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement device that consists of a very small electrode, often used to study electrical characteristics of living cells and tissues." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/microelectrode" ; + rdfs:label "microelectrode" . + + +### http://purl.obolibrary.org/obo/ERO_0000871 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement device that measures the length of curves, dashes, etc., by running a toothed wheel along them." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/stadiometer" ; + rdfs:label "stadiometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000872 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement device used for non-invasive, continuous measurement of microcirculation. The technique is based on the values of the Doppler Effect of low-power laser light scattered randomly by static structures and moving tissue particulates." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi" ; + rdfs:label "laser doppler blood flow monitor" . + + +### http://purl.obolibrary.org/obo/ERO_0000873 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement instrument that measures nitrogen oxide by employing polarography, which measures concentration of nitrogen oxide in blood and any other portion of a living organism." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.intermedical.co.jp/homepage/products/im/imn-111-e.html" ; + rdfs:label "nitric oxide monitor" . + + +### http://purl.obolibrary.org/obo/ERO_0000874 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A flow meter." ; + ; + "A measurement instrument that is used to obtain estimates of the rates of metabolism of vertebrates, invertebrates, plants, tissues, cells, or microorganisms via an indirect measure of heat production (calorimetry)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Respirometry" ; + rdfs:label "respirometry system" . + + +### http://purl.obolibrary.org/obo/ERO_0000875 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to measure CO2 levels in an incubator." ; + ; + "A measurement instrument that is used to detect carbon dioxide concentration in a given environment." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thomasnet.com/products/analyzers-carbon-dioxide-1645506-1.html" ; + rdfs:label "carbon dioxide analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0000876 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Patients admitted to a hospital are routinely monitored for oxygen levels." ; + ; + "A measurement device, usually attached to the earlobe or fingertip, that measures the oxygen saturation of arterial blood." ; + "PERSON: Nicole Vasilevsky" ; + "blood oxygen monitor" , + "pulse oximeter" ; + "http://en.wikipedia.org/wiki/Pulse_oximeter" ; + rdfs:label "oxygen monitor" . + + +### http://purl.obolibrary.org/obo/ERO_0000877 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A hematology analyzer." ; + ; + "A measurement device that tests a blood sample for certain predetermined constituents." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nasa.gov/mission_pages/station/science/experiments/PCBA.html" ; + rdfs:label "blood analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0000878 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscope which contains a small platform on a microscope where the specimen is mounted for examination. Commonly used for electrophysiological research, such as patch clamp experiments on nerve cells, examinations of brain sections, and for measuring electrical signals on cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/microscope+stage, http://www.dddmag.com/Product-Axio-Examiner-Fixed-Stage-Microscope-908.aspx" ; + rdfs:label "fixed stage microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000879 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscope used to visualize fine structures within the area of a surgical procedure." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.zeiss.com/C125716F004E0776/0/3168C434988E2189C1257177006C0635/$File/Innovation_14_18.pdf" ; + rdfs:label "surgical microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000880 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microplate dispenser workstation that can be used to distribute quantitative liquid samples with an extraordinary level of precision and reproducibility." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Richard Pearse" ; + rdfs:label "sample preparation system" . + + +### http://purl.obolibrary.org/obo/ERO_0000881 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Digestion of tissues prior to DNA extraction." ; + ; + "An instrument used for for sample preparation applications such as digestion, extraction, evaporation or drying of sample materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.beverageonline.com/product.mvc/Multiwave-3000-Microwave-Sample-Preparation-P-0001?VNETCOOKIE=NO" ; + rdfs:label "microwave sample preparation system" . + + +### http://purl.obolibrary.org/obo/ERO_0000882 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microwave sample preparation system used for processing tissues for immunohistochemistry and microscopic examination." ; + "PERSON: Nicole Vasilevsky" ; + "Panja, Sriram, Saraswathi, Sivapathasundharam (2007) JOMFP 11: 15-17" ; + rdfs:label "microwave tissue processor" . + + +### http://purl.obolibrary.org/obo/ERO_0000883 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A milling machine tool used to machine solid materials. CNC milling machine has features such as an automatic tool changer (ATC) that includes a tool magazine (carousel), and sometimes an automatic pallet changer (APC)." ; + "PERSON: Nicole Vasilevsky" ; + "machining center" , + "mill" , + "miller" ; + "http://en.wikipedia.org/wiki/Milling_machine" ; + rdfs:label "CNC milling machine" . + + +### http://purl.obolibrary.org/obo/ERO_0000884 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for preclinical testing of new drugs, to study effect on the brain." ; + ; + "An MRI scanner which is compact and can sit on a desktop and is used for preclinical magnetic resonance imaging (MRI) within molecular imaging laboratories for routine preclinical and molecular imaging in biomedical and pharmaceutical applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.dotmed.com/news/story/14254/" ; + rdfs:label "preclinical MRI scanner" . + + +### http://purl.obolibrary.org/obo/ERO_0000885 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to assess cell, tissue, and organ function in vivo in animals after experimental treatment. " ; + ; + "A small animal image acquisition device that uses positron emission tomography (PET) for non-invasive, in vivo imaging of small animals for the purposes of research or pre-clinical applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Positron_emission_tomography" ; + rdfs:label "PET animal imager" . + + +### http://purl.obolibrary.org/obo/ERO_0000886 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A SPECT scanner that is used for non-invasive, in vivo imaging of small animals for the purposes of research or pre-clinical applications." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "SPECT animal imager" . + + +### http://purl.obolibrary.org/obo/ERO_0000888 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An instrument that can be used in proteomics, to run a 2D gel." ; + ; + "A protein separation apparatus employed for two-dimensional protein separation." ; + "PERSON: Nicole Vasilevsky" ; + "Two-dimensional gel electrophoresis apparatus" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "2D gel electrophoresis apparatus" . + + +### http://purl.obolibrary.org/obo/ERO_0000889 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to mix samples during a co-IP reaction." ; + ; + "A lab rotator that provides provide 360° vertical rotation, used to mix samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.selectscience.net/products/end-over-end-rotator/?prodID=11939" ; + rdfs:label "end over end rotator" . + + +### http://purl.obolibrary.org/obo/ERO_0000890 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to stimulate the electrical activity of muscles." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.emedicinehealth.com/electromyography_emg/article_em.htm" ; + rdfs:label "electromyography stimulator" . + + +### http://purl.obolibrary.org/obo/ERO_0000891 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument designed to mix, disperse and degas materials in seconds to minutes, in a sealed or lid-less container such as a jar, beaker, syringe tube or cartridge." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.intertronics.co.uk/products/thiare25001.htm" ; + rdfs:label "planetary mixer" . + + +### http://purl.obolibrary.org/obo/ERO_0000892 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to measure a surface's profile, in order to quantify its roughness." ; + "PERSON: Nicole Vasilevsky" ; + "Surface profiler" ; + "http://en.wikipedia.org/wiki/Profilometer" ; + rdfs:label "profilometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000893 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "This device uses vacuum drying or sputtering to deposit materials on a sample's surface to increase contrast for electron microscopy." ; + "PERSON: Nicole Vasilevsky" ; + "shadow caster" ; + "http://www.leica-microsystems.com/products/em-sample-preparation/biological-specimens/low-temperature-techniques/freeze-etchingfracture/details/product/leica-em-med020/" ; + rdfs:label "vacuum coating system" . + + +### http://purl.obolibrary.org/obo/ERO_0000894 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A stimulator designed for finger stimulation, that can be used in classical conditioning animal models." ; + "PERSON: Nicole Vasilevsky" ; + "An aversive electric stimulator, designed for finger stimulation, using in classical conditioning animal models." ; + rdfs:label "finger stimulator" . + + +### http://purl.obolibrary.org/obo/ERO_0000895 + rdf:type owl:Class ; + rdfs:subClassOf ; + "DNA can be quantified on a UV spectrophotometer." ; + ; + "A spectrophotometer which measures emissions in the ultraviolet-visible spectral region." ; + "PERSON: Nicole Vasilevsky" ; + "ultraviolet-visible spectrophotometer" ; + "http://en.wikipedia.org/wiki/Ultraviolet%E2%80%93visible_spectroscopy" ; + rdfs:label "UV/vis spectrophotometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000896 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A thermometer." ; + ; + "A measurement device that is capable of continuous monitoring of multiple temperatures" ; + "PERSON: Nicole Vasilevsky" ; + "http://www.vitalmedikal.com/Deroyal_Temp_Monitoring.pdf" ; + rdfs:label "temperature monitor" . + + +### http://purl.obolibrary.org/obo/ERO_0000897 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to administer anesthesia." ; + ; + "An environmental chamber used to administer aerosolized agents or particles." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "inhalation chamber" . + + +### http://purl.obolibrary.org/obo/ERO_0000898 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An environmental chamber used to adminster microaerophilic (hypoxic) conditions for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ruskinn.com/prod_concept1000invivo2.php" ; + rdfs:label "hypoxic chamber" . + + +### http://purl.obolibrary.org/obo/ERO_0000899 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that supplies water of a controlled temperature through hoses to a pad that it applied to the patient for localized warming for pain treatment." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.alldaymedical.com/heat-cold-therapy/heating-cooling-systems/gaymar-t-pump-localized-heat-therapy-system.html" ; + rdfs:label "heat therapy pump" . + + +### http://purl.obolibrary.org/obo/ERO_0000900 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An image acquisition device used to detect single crystal diffraction measurements of large and small molecules." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.rayonix.com/products/mar345.htm" ; + rdfs:label "image plate detector" . + + +### http://purl.obolibrary.org/obo/ERO_0000901 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An infrared spectrophotometer that collects spectra based on measurements of the coherence of a radiative source, using time-domain or space-domain measurements of the electromagnetic radiation or other types of radiation." ; + "PERSON: Nicole Vasilevsky" ; + "FT-IR spectrometer" ; + "http://en.wikipedia.org/wiki/Fourier_transform_spectroscopy" ; + rdfs:label "fourier transport infrared spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000902 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that uses computer-simulated environments to simulate reality or imaginary places." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Virtual_reality" ; + rdfs:label "virtual reality instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0000903 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to take high definition video from a single HDMI media source and direct it to 2 separate HD TVs or displays." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.iogear.com/video-splitter.htm" ; + rdfs:label "video splitter" . + + +### http://purl.obolibrary.org/obo/ERO_0000904 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A -80C lab freezer." ; + ; + "A material processing technique involving freezing a specimen or sample to sub zero temperatures, commonly to -80C or on liquid nitrogen." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "low temperature freezing" . + + +### http://purl.obolibrary.org/obo/ERO_0000905 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Biomolecule synthesis of RNA in vitro used for applications such as can be used in blot hybridizations and nuclease protection assays." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ambion.com/techlib/basics/transcription/index.html" ; + rdfs:label "in vitro transcription" . + + +### http://purl.obolibrary.org/obo/ERO_0000906 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for protein-protein interaction analysis, like a GST-pull down assay." ; + ; + "Biomolecule synthesis of proteins in vitro, in cell-free extracts, which can be used for applications such as rapid identification of gene products (e.g., proteomics), localization of mutations through synthesis of truncated gene products, protein folding studies, and incorporation of modified or unnatural amino acids for functional studies." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ambion.com/techlib/basics/translation/index.html" ; + rdfs:label "in vitro translation" . + + +### http://purl.obolibrary.org/obo/ERO_0000907 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Protein-DNA interactions can be determined using an EMSA." ; + ; + "A molecular assay used to study protein-DNA or protein-RNA interactions. This procedure can determine if a protein or mixture of proteins is capable of binding to a given DNA or RNA sequence, and can sometimes indicate if more than one protein molecule is involved in the binding complex." ; + "PERSON: Nicole Vasilevsky" ; + "EMSA" , + "gel shift assay" ; + "http://en.wikipedia.org/wiki/Electrophoretic_mobility_shift_assay" ; + rdfs:label "electrophoretic gel mobility shift" . + + +### http://purl.obolibrary.org/obo/ERO_0000908 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Nucleic acids can be extracted from an agarose gel by electro-elution." ; + ; + "Elution of nucleic acids or a protein sample from a gel by electrophoresis." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electroelution" ; + rdfs:label "electro-elution" . + + +### http://purl.obolibrary.org/obo/ERO_0000910 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An photoelectron spectrometer can be used for material surface analysis." ; + ; + "A materials assay used to analyze the surface of materials by methods such as x-ray photoelectron spectroscopy (XPS, also known as ESCA, electron spectroscopy for chemical analysis), auger electron spectroscopy (AES), and secondary ion mass spectrometry (SIMS)." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.materialinterface.com/" ; + rdfs:label "material surface analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000911 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to test if specific drugs are more effective when used in combination, rather than separately." ; + ; + "A data analysis technique used for identifying and quantitating departures from additivity (i.e., synergism and antagonism) when drugs having like effects are given in combination." ; + "PERSON: Nicole Vasilevsky" ; + "Plummer and Short (1990) J Pharmacol Methods. 23(4):297-309." ; + rdfs:label "drug combination effect modeling" . + + +### http://purl.obolibrary.org/obo/ERO_0000912 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A device used to position microelectrodes for electrophysiology recording." ; + "PERSON: Nicole Vasilevsky" ; + "http://npielectronic.com/" ; + rdfs:label "microelectrode positioning system" . + + +### http://purl.obolibrary.org/obo/ERO_0000913 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to fabricate integrated circuits." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Plasma_etching" ; + rdfs:label "plasma etcher" . + + +### http://purl.obolibrary.org/obo/ERO_0000914 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A post-doctoral fellow." ; + ; + "A student role inhering in a person that is realized when the bearer participates in a post-graduate training program in pursuit of new or additional training in a particular field, such as a post-doctoral fellowship." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "post-graduate student trainee role" . + + +### http://purl.obolibrary.org/obo/ERO_0000915 + rdf:type owl:Class ; + rdfs:subClassOf ; + "dsRNA libraries are transfected into cells to knockdown gene expression, but a concern with using libraries is off target effects." ; + ; + "RNAi library that is comprised of double-stranded RNA molecules, where the dsRNA molecules may or may not be in constructs." ; + "PERSON: Melissa Haendel" ; + "PMID: 16607398; Echeverri CJ, Perrimon N. Nat Rev Genet. 2006 May;7(5):373-84." ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "dsRNA library" . + + +### http://purl.obolibrary.org/obo/ERO_0000921 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A polyclonal antibody." ; + ; + "A protein reagent that contains more than one species of protein mixed together in a single container." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "protein mixture" . + + +### http://purl.obolibrary.org/obo/ERO_0000922 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Purified insulin protein." ; + ; + "A protein reagent that contains a single species of protein." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "purified protein reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0000923 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Characterization of the phenotype is often done in transgenic or knockout mice." ; + ; + "An organismal assay that involves characterization of a phenotype; any observable characteristic or trait of an organism: such as its morphology, development, biochemical or physiological properties, behavior, and products of behavior (such as a bird's nest). Phenotypes result from the expression of an organism's genes as well as the influence of environmental factors and the interactions between the two." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Phenotype" ; + rdfs:label "phenotype characterization" . + + +### http://purl.obolibrary.org/obo/ERO_0000924 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Histological sample preparation that removes dissolved salts from tissue." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/demineralize" ; + rdfs:label "demineralized tissue preparation" . + + +### http://purl.obolibrary.org/obo/ERO_0000925 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A technique used to determine if a protein functions as a transcription factor." ; + ; + "A molecular assay used to determine if interacting proteins can transcriptionally activate a target gene. One target protein is fused to an activation domain and another target protein is fused to a DNA binding domain and if the two proteins interact, the gene target will be activated and detected by a reporter." ; + "PERSON: Nicole Vasilevsky" ; + "He and Li (2008) Methods in Molecular Biology 439:327-337" ; + rdfs:label "transcriptional activation assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000926 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to determine if a transcription factor binds a promoter." ; + ; + "An immunoprecipitation technique used to determine whether a given protein binds to or is localized to a specific DNA sequence in vivo." ; + "PERSON: Nicole Vasilevsky" ; + "CHIP assay" , + "ChIP" , + "Chromatin IP" ; + "http://www.bio.brandeis.edu/haberlab/jehsite/chIP.html" ; + rdfs:label "chromatin immunoprecipitation" . + + +### http://purl.obolibrary.org/obo/ERO_0000928 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Culture and propogation of embryos performed immediately following egg retrieval prior to in vitro fertilization (IVF). The eggs and sperm are combined to produce a fertilized egg (known as an zygote). Once a zygote has been formed, the culture process will continue in order to encourage the growth of the zygote into an embryo. Lasting from 2 to 5 days, the embryo culture process is vital to the success of any IVF procedure." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sharedjourney.com/define/culture.html" ; + rdfs:label "embryo culture" . + + +### http://purl.obolibrary.org/obo/ERO_0000929 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Protein-DNA binding sites can be determined by DNA footprinting." ; + ; + "A nucleic acid assay that involves treating live cells with a chemical agent that causes DNA damage. If a protein is bound to the DNA, it can protect the strands it covers from this damage, and its binding site can be deduced." ; + "PERSON: Nicole Vasilevsky" ; + "http://mbg.cornell.edu/cals/mbg/research/lis-lab/researchdetails.cfm#CP_JUMP_49328" ; + rdfs:label "DNA footprinting" . + + +### http://purl.obolibrary.org/obo/ERO_0000930 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A reaction that is used for simultaneous detection of several RNA species in a sample." ; + ; + "A nucleic acid assay used to identify individual RNA molecules in a heterogeneous RNA sample extracted from cells. Extracted RNA is mixed with antisense RNA or DNA probes that are complementary to the sequence(s) of interest and the complementary strands are hybridized to form double-stranded RNA (or a DNA-RNA hybrid). The mixture is then exposed to ribonucleases that specifically cleave only single-stranded RNA but have no activity against double-stranded RNA. When the reaction runs to completion, susceptible RNA regions are degraded to very short oligomers or to individual nucleotides; the surviving RNA fragments are those that were complementary to the added antisense strand and thus contained the sequence of interest." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Nuclease_protection_assay" ; + rdfs:label "nuclease protection assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000931 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to detect gene expression after experimental treatment." ; + ; + "A molecular assay that is conducted to identify the genes that are being transcribed in a cell nucleus at a certain time." ; + "PERSON: Nicole Vasilevsky" ; + "Nuclear run on assay" , + "Nuclear run-on assay" ; + "http://en.wikipedia.org/wiki/Nuclear_run-on" ; + rdfs:label "run-on transcription assay" . + + +### http://purl.obolibrary.org/obo/ERO_0000932 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Post-translational modifications of histone tails are important for epigenetic regulation of gene expression." ; + ; + "A protein assay used to analyze which proteins associate with core histones." ; + "PERSON: Nicole Vasilevsky" ; + "Source: Keener et al (1997) Proc Natl Acad Sci 94(25): 13458-13462." ; + rdfs:label "histone analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000933 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A speed vac sample concentrator." ; + ; + "An instrument used to cause the pressure in a liquid-filled container to be reduced below the vapor pressure of the liquid, causing the liquid to evaporate at a lower temperature than normal." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Vacuum_evaporation" ; + rdfs:label "vacuum evaporator" . + + +### http://purl.obolibrary.org/obo/ERO_0000934 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to visualize biomolecules." ; + ; + "A fluorescence microscope in which magnification is achieved in two stages. It utilizes an objective lens, usually several of different power on a turret and an eyepiece that is used to further magnify the image formed by the objective lens." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.microscopehelp.com/thecompoundmicroscope.html" ; + rdfs:label "fluorescence compound microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000935 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that includes the components for all of the main measurements required from a Langendorff experiment with hearts from small animals such as rats and mice." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.adinstruments.com/solutions/research/Langendorff-Heart/" ; + rdfs:label "langendorff heart system" . + + +### http://purl.obolibrary.org/obo/ERO_0000936 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Glucose uptake can be displayed in an MRI display system." ; + ; + "An instrument that uses a projection system for presenting visual stimulation in an MRI machine." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.neurospec.com/?p=prodresearch_acqdiag_avotec" ; + rdfs:label "MRI display system" . + + +### http://purl.obolibrary.org/obo/ERO_0000937 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to image biomolecules." ; + ; + "A transmission electron microscope that produces an image of an object by electron scattering. The contrast is optimized by filtering out the contrast-reducing electrons from the spectrum of transmitted electrons, or by only allowing electrons containing specific information to be used for imaging." ; + "PERSON: Nicole Vasilevsky" ; + "EFTEM" ; + "http://www.smt.zeiss.com/c1256e4600305472/Contents-Frame/9c02420a02765bc1c1256e5800335569" ; + rdfs:label "energy filtering transmission electron microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000938 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Lyophilization of blood samples." ; + ; + "An instrument designed to dry biological specimens precisely and without damage typical of drying by heat alone. The instrument makes use of the equality of liquid and vapor density above the thermodynamic critical point to remove pockets of liquid without expansion (and resulting damage to the sample)." ; + "PERSON: Nicole Vasilevsky" ; + "Supercritical processor" ; + "http://en.wikipedia.org/wiki/Supercritical_drying " ; + rdfs:label "critical point dryer" . + + +### http://purl.obolibrary.org/obo/ERO_0000939 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to compress monolayers of molecules on the surface of a given subphase (usually water) and measures surface phenomena due to this compression. It can also be used to deposit single or multiple monolayers on a solid substrate." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Langmuir-Blodgett_trough" ; + rdfs:label "langmuir-blodgett trough" . + + +### http://purl.obolibrary.org/obo/ERO_0000940 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to detect photons used for applications such as Single Molecule Spectroscopy." ; + "PERSON: Nicole Vasilevsky" ; + "http://picoquant.com/getfs.htm?products/instrumentation.htm" ; + rdfs:label "photon counting module" . + + +### http://purl.obolibrary.org/obo/ERO_0000941 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that automatically injects samples into high performance liquid chromatography (HPLC) system." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.meadowshplc.com/hplc_instruments_waters_hplc_717.htm" ; + rdfs:label "microplate autosampler" . + + +### http://purl.obolibrary.org/obo/ERO_0000942 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A materials assay used to measure contact angles and thereby determine surface energy." ; + "PERSON: Nicole Vasilevsky" ; + "www.firsttenangstroms.com/pdfdocs/CAPaper.pdf" ; + rdfs:label "drop shape analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0000943 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Detection of mercury levels in a sample." ; + ; + "A spectrophotometer used to detect metals and metalloids in environmental samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cee.vt.edu/ewr/environmental/teach/smprimer/aa/aa.html" ; + rdfs:label "flame atomic absorption spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000944 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A centrifuge used to prepare patient samples." ; + ; + "A centrifuge that has been approved for clinical use." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "clinical centrifuge" . + + +### http://purl.obolibrary.org/obo/ERO_0000945 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An amplifier connected to a CD player." ; + ; + "An instrument that changes, usually increases, the amplitude of a signal. The relationship of the input to the output of an amplifier, usually expressed as a function of the input frequency, is called the transfer function of the amplifier, and the magnitude of the transfer function is termed the gain." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Amplifier" ; + rdfs:label "amplifier" . + + +### http://purl.obolibrary.org/obo/ERO_0000946 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used in electrophysiology studies." ; + ; + "Amplifier that measures very small currents or voltage (often in a cell or patch of membrane) and passes that measurement on for recording and analysis. Microelectrode amplifiers may also control current and voltage in current-clamp and voltage-clamp mode." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "microelectrode amplifier" . + + +### http://purl.obolibrary.org/obo/ERO_0000947 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An automatic pipetting device." ; + ; + "An instrument that is designed to accurately deliver set volumes of liquid to samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.labcyte.com/Echo_Liquid_Handling_Systems/Default.81.html" ; + rdfs:label "liquid handling system" . + + +### http://purl.obolibrary.org/obo/ERO_0000948 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A flow cytometer." ; + ; + "An instrument that converts analog waveforms into digital values for processing." ; + "PERSON: Nicole Vasilevsky" ; + "data acquisition device" ; + "http://en.wikipedia.org/wiki/Data_acquisition" ; + rdfs:label "data acquisition system" . + + +### http://purl.obolibrary.org/obo/ERO_0000949 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that allows film negatives and slides to be converted into digital files." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.35mmslidescanner.org/" ; + rdfs:label "slide scanner" . + + +### http://purl.obolibrary.org/obo/ERO_0000950 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Automated pipetting into a 96-well plate." ; + ; + "An instrument that can automatically pipette predetermined volumes of liquid into 96 wells at a time." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "96-channel pipetting device" . + + +### http://purl.obolibrary.org/obo/ERO_0000951 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument which is a high performance gel and blot imager that unites storage phosphor autoradiography technology with four-color fluorescent labeling techniques. It can be used to scan and store phosphor screens, fluorescent DNA and protein gels, chemifluorescent DNA/RNA and protein blots, and chemiluminescent Western blots." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.uri.edu/inbre/corelab/equipment/typhoon.shtml" ; + rdfs:label "variable mode imager" . + + +### http://purl.obolibrary.org/obo/ERO_0000952 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to screen colonies to determine if they express a plasmid of interest." ; + ; + "An instrument used for contamination-free automatic colony transfer." ; + "PERSON: Nicole Vasilevsky" ; + "http://nition.com/en/products/pm-1.htm" ; + rdfs:label "colony picker" . + + +### http://purl.obolibrary.org/obo/ERO_0000953 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Allows focusing on an object with a microscope." ; + ; + "An instrument that allows precise focusing on an object." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "focusing optics" . + + +### http://purl.obolibrary.org/obo/ERO_0000954 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to coat samples with osmium for scanning electron microscopy." ; + "PERSON: Nicole Vasilevsky" ; + "www.2spi.com/catalog/osmium-plasma-coater-opc-60.shtml" ; + rdfs:label "osmium coater" . + + +### http://purl.obolibrary.org/obo/ERO_0000955 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Acquisition of neuroanatomical images of an animal model." ; + ; + "A small-animal image acquisition device used to acquire MRI images." ; + "PERSON: Nicole Vasilevsky" ; + """PERSON: Nicole Vasilevsky +""" ; + rdfs:label "animal MRI system" . + + +### http://purl.obolibrary.org/obo/ERO_0000957 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A device that integrates one or several laboratory functions on a single chip. LOCs deal with the handling of extremely small fluid volumes down to less than picoliters." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Lab-on-a-chip" ; + rdfs:label "lab on a chip" . + + +### http://purl.obolibrary.org/obo/ERO_0000958 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for microinjection into blastocysts." ; + ; + "A microscope that allows for maneuverability around the patient during surgery." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.peternordland.com/microscope/" ; + rdfs:label "dissecting surgical microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000959 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is a specialized bench used for nano-scale manufacturing such as for use in etching and cleaning samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nist.gov/cnst/nanofab/nanofab_bench6.cfm" ; + rdfs:label "wet chemical bench" . + + +### http://purl.obolibrary.org/obo/ERO_0000960 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Cedrus RB-830 color response pad." ; + ; + "An instrument that measures a participant's reaction time in hardware and provide additional timing facilities for the stimulus presentation program." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cedrus.com/responsepads/rb_series.htm" ; + rdfs:label "response pad" . + + +### http://purl.obolibrary.org/obo/ERO_0000961 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Imaging of a biological sample." ; + ; + "An image acquisition instrument that is a microscope-based imaging platform designed for fully automated image acquisition and data analysis of biological samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.microscopy.olympus.eu/microscopes/Life_Science_Microscopes_scan_R.htm" ; + rdfs:label "automated light microscopy scan" . + + +### http://purl.obolibrary.org/obo/ERO_0000962 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to cut up wood." ; + ; + "An instrument that uses a hard blade or wire with an abrasive edge to cut through softer materials. The cutting edge of a saw is either a serrated blade or an abrasive. A saw may be worked by hand, or powered by steam, water, electricity or other power." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Saw" ; + rdfs:label "saw" . + + +### http://purl.obolibrary.org/obo/ERO_0000963 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A saw equipped with a diamond-edged carbide blade which has continually recirculating \"fountain\" of water to keep the blade and materials cool and to reduce the dust and flying particles and is used to cut hard materials such as tile." ; + "PERSON: Nicole Vasilevsky" ; + "http://homerenovations.about.com/od/toolsbuildingmaterials/f/wettilesaw.htm" ; + rdfs:label "wet saw" . + + +### http://purl.obolibrary.org/obo/ERO_0000964 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A saw that precisely cuts and is used for high-quality commercial applications or general trim work that demands precise cuts." ; + "PERSON: Nicole Vasilevsky" ; + "http://justsawblades.com/systimatic/precision_trim.htm" ; + rdfs:label "precision trim saw" . + + +### http://purl.obolibrary.org/obo/ERO_0000965 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that creates precise, thin sections, down to 35μm, of a wide variety of geological specimens such as rocks and minerals, ceramics, refractories, concrete, etc." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CEQQFjAF&url=http%3A%2F%2Fwww.instrument.com.cn%2Fdownload.asp%3Furl%3D%252FShow%252FLiterature%252FC59226.pdf&ei=Cl3FTtjdFYGmiQL9wKnFBQ&usg=AFQjCNEt5OiDCb2XerYyOKOfWqmex4bP1w&sig2=U1lPRRXmhp-V9V_3aX0Fzw" ; + rdfs:label "mineralized tissue thin sectioning system" . + + +### http://purl.obolibrary.org/obo/ERO_0000966 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A stimulator used to noninvasively cause depolarization in the neurons of the brain. TMS uses electromagnetic induction to induce weak electric currents using a rapidly changing magnetic field; this can cause activity in specific or general parts of the brain with minimal discomfort, allowing the functioning and interconnections of the brain to be studied." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Transcranial_magnetic_stimulation" ; + rdfs:label "transcranial magnetic stimulator" . + + +### http://purl.obolibrary.org/obo/ERO_0000967 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for a rodent spinal cord injury model." ; + ; + "An instrument designed to deliver graded reproducible spinal cord contusions." ; + "PERSON: Nicole Vasilevsky" ; + "http://keck.rutgers.edu/MASCIS/mascis.html" ; + rdfs:label "impactor device" . + + +### http://purl.obolibrary.org/obo/ERO_0000968 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A location tracking device on the iPhone." ; + ; + "An instrument used to determine or monitor the location of a person or an object or the status of an object." ; + "PERSON: Nicole Vasilevsky" ; + "www.austlii.edu.au/au/legis/cth/consol_act/sda2004210/s6.html" ; + rdfs:label "location tracking device" . + + +### http://purl.obolibrary.org/obo/ERO_0000969 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A sensor to measure opening and closing of a door." ; + ; + "An instrument that is affixed to a door that will sense when the door is opened." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "door sensors" . + + +### http://purl.obolibrary.org/obo/ERO_0000970 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that senses motion by measuring change in speed or vector of an object or objects in the field of view." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Motion_sensor" ; + rdfs:label "motion sensors" . + + +### http://purl.obolibrary.org/obo/ERO_0000971 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A location tracking device used for home computers." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "home computer tracking device" . + + +### http://purl.obolibrary.org/obo/ERO_0000972 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A location tracking device used for medication." ; + "PERSON: Nicole Vasilevsky" ; + "Eagle-curator (Nicole Vasilevsky)" ; + rdfs:label "medication tracking device" . + + +### http://purl.obolibrary.org/obo/ERO_0000973 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Detection of mercury in a marine sample." ; + ; + "An instrument that uses automated technology to determine trace mercury levels in samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.mercury-instrumentsusa.com/AULA254.htm" ; + rdfs:label "automated mercury analysis system" . + + +### http://purl.obolibrary.org/obo/ERO_0000974 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to study the electrical properties of biological cells and tissues. It involves measurements of voltage change or electric current on a wide variety of scales from single ion channel proteins to whole organs like the heart. In neuroscience, it includes measurements of the electrical activity of neurons, and particularly action potential activity." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrophysiology" ; + rdfs:label "electrophysiology station" . + + +### http://purl.obolibrary.org/obo/ERO_0000975 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A video camera that takes repeated pictures at high speed." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.charlesedisonfund.org/tomedisonbio/ch12.html" ; + rdfs:label "high-speed motion picture camera" . + + +### http://purl.obolibrary.org/obo/ERO_0000976 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A 2D spot cutter, used for mass spectrometry." ; + ; + "An instrument that accurately locates and excises protein bands or spots from 1-D and 2-D gels or blots for downstream processing and analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.bio-rad.com/prd/en/US/adirect/biorad;jsessionid=PYxzMKnGvPxfn8mLQQ8z9J2Cbdv246ZJJQMLkFyVV2YZw93nQsSn!607464423?cmd=BRCatgProductDetail&vertical=LSR&javascriptDisabled=true&entryPoint=adirect&lang=en&ts=1&country=US&catID=d3f27dd1-a47f-4fb7-9ffd-a3bdf436ea02&messageType=BRCatgProductDetail" ; + rdfs:label "protein spot cutter" . + + +### http://purl.obolibrary.org/obo/ERO_0000977 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometer that is highly sensitive and capable of the determination of a range of metals and several non-metals at concentrations below one part in 1012 (part per trillion). It is based on coupling together an inductively coupled plasma as a method of producing ions (ionization) with a mass spectrometer as a method of separating and detecting the ions." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Inductively_coupled_plasma_mass_spectrometry" ; + rdfs:label "inductively coupled plasma mass spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0000978 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An optical stereo microscope." ; + ; + "A stereo microscope with its light source and condenser on the top, above the stage pointing down, while the objectives and turret are below the stage pointing up." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Inverted_microscope" ; + rdfs:label "inverted stereo microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0000979 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Storage of perishable items in a freezer." ; + ; + "An instrument that consists of a thermally insulated compartment, cabinet, or room in which a subfreezing temperature is maintained for the rapid freezing and storing of perishable items." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/freezer" ; + "obsoleting because its a common resource" ; + rdfs:label "freezer" . + + +### http://purl.obolibrary.org/obo/ERO_0000980 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to for long-term storage biological samples." ; + ; + "A freezer in the minus 45 to minus 85 celcius temperature range." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Marc LePape" ; + rdfs:label "ultra low temperature freezer" . + + +### http://purl.obolibrary.org/obo/ERO_0000981 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Scanning a photograph." ; + ; + "An instrument that allows film to be converted into digital files." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.35mmslidescanner.org/" ; + rdfs:label "film scanner" . + + +### http://purl.obolibrary.org/obo/ERO_0000982 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to scan photographs." ; + ; + "A device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Flatbed_scanner" ; + rdfs:label "flatbed scanner" . + + +### http://purl.obolibrary.org/obo/ERO_0000983 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument designed for applications in the life sciences, in particular, it has been engineered to create high-quality images of 2-D Fluorescence Difference Gel Electrophoresis (DIGE) gels." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.gelifesciences.com/aptrix/upp01077.nsf/Content/2d_electrophoresis~scanners~ettan_dige_imager?OpenDocument&parentid=63005642&moduleid=166483" ; + rdfs:label "scanning camera" . + + +### http://purl.obolibrary.org/obo/ERO_0000984 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Such as a PCR machine." ; + ; + "A device used for determinations of nucleotide acid sequences of single-nucleotide polymorphisms." ; + "PERSON: Nicole Vasilevsky" ; + "Rom, W.N. (ed.). Environmental and occupational medicine. (4th ed.) Philadelphia: Lippincott, Williams, & Wilkins." ; + rdfs:label "genotype analysis platform" . + + +### http://purl.obolibrary.org/obo/ERO_0000985 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A unicellular or multicellular individual living system that is capable of replicating or reproducing and growth and maintenance in the right environment. Examples: animal, plant, bacteria, fungus." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "non viral organism" . + + +### http://purl.obolibrary.org/obo/ERO_0000986 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to track phone calls." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "phone sensor" . + + +### http://purl.obolibrary.org/obo/ERO_0000987 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An instrument used in MRI research, to convey light to the subject's eyes. The subjects view the display apparatus through lenses that serve as a set of binoculars. The purpose is to increase the visual angle subtended by the stimulus at the eye of the subject." ; + "PERSON: Nicole Vasilevsky" ; + "Functional MRI, By Chrit T. W. Moonen, Peter A. Bandettini" ; + rdfs:label "binocular display system" . + + +### http://purl.obolibrary.org/obo/ERO_0000988 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A tumor derived from a human." ; + ; + "Primate biological specimen that was derived from a human." ; + "PERSON: Nicole Vasilevsky" ; + "human biospecimen" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "human biological specimen" . + + +### http://purl.obolibrary.org/obo/ERO_0000989 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "Heart tissue derived from a mouse." ; + ; + "Biological specimen that was derived from a mouse." ; + "PERSON: Nicole Vasilevsky" ; + "mouse biospecimen" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mouse biological specimen" . + + +### http://purl.obolibrary.org/obo/ERO_0000990 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Heart tissue procured from a monkey." ; + ; + "Biological specimen that was derived from a primate." ; + "PERSON: Nicole Vasilevsky" ; + "primate biospecimen" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "primate biological specimen" . + + +### http://purl.obolibrary.org/obo/ERO_0000991 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used in MRI research, to convey light to the subject's eyes using a non-binocular display system such as having the subjects view the display apparatus (LCD or CRT) through fiber optic cable or through a rear-projection screen." ; + "PERSON: Nicole Vasilevsky" ; + "Functional MRI, By Chrit T. W. Moonen, Peter A. Bandettini" ; + rdfs:label "non-binocular display system" . + + +### http://purl.obolibrary.org/obo/ERO_0000992 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that recirculates chilled fluids that is used for applications requiring heat removal across a wide temperature range." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thermo.com/eThermo/CMA/PDFs/Various/File_51918.pdf" ; + rdfs:label "chiller" . + + +### http://purl.obolibrary.org/obo/ERO_0000993 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for cooling and heating of lab samples, specifically for test tubes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Edgar Miranda" ; + rdfs:label "independent cooling and heating system" . + + +### http://purl.obolibrary.org/obo/ERO_0000994 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to develop a Western blot exposed to x-ray film." ; + ; + "An instrument used to develop images that have been exposed to x-ray film." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "X-ray film processor" . + + +### http://purl.obolibrary.org/obo/ERO_0000995 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Transcription of a patients medical records." ; + ; + "An instrument used to digitally record speech for transcription." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.beachaudio.com/Philips/Lfh9397-00b-p-302833.html?utm_source=froogle&utm_medium=cpc&utm_campaign=lfh9397-00b&utm_content=atr" ; + rdfs:label "digital recording transcribing kit" . + + +### http://purl.obolibrary.org/obo/ERO_0000996 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A voice recorder." ; + ; + "An instrument used to digitally record speech." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "digital recorder" . + + +### http://purl.obolibrary.org/obo/ERO_0000997 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement instrument used to assess body fat." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sport-fitness-advisor.com/bodyfatcalipers.html" ; + rdfs:label "skinfold calipers" . + + +### http://purl.obolibrary.org/obo/ERO_0000998 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to measure blood pressure, where the cuff automatically inflates." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.consumersearch.com/blood-pressure-monitors/review" ; + rdfs:label "automated blood pressure cuff" . + + +### http://purl.obolibrary.org/obo/ERO_0000999 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Images of GFP expressing cells can be captured with a fluorescence camera." ; + ; + "An microscope digital camera designed for low-light life science imaging applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.directindustry.com/prod/photometrics/high-resolution-fluorescence-camera-for-microscopy-35150-220299.html" ; + rdfs:label "fluorescence camera" . + + +### http://purl.obolibrary.org/obo/ERO_0001000 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A fluidics platform on a flow cytometer." ; + ; + "An instrument that uses fluid or compressible medium to perform analog or digital operations similar to those performed with electronics." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fluidics" ; + rdfs:label "fluidics platform" . + + +### http://purl.obolibrary.org/obo/ERO_0001001 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement device that provides accurate and reliable data for vacuum process monitoring, process diagnostics, and leak detection in semiconductor manufacturing." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.inficongasanalyzers.com/en/transpector2gasanalysis.html" ; + rdfs:label "gas analysis system" . + + +### http://purl.obolibrary.org/obo/ERO_0001002 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Sliding calipers are used to measure body fat." ; + ; + "A measurement instrument that measures weight into muscle mass, water, and body fat." ; + "PERSON: NIcole Vasilevsky" ; + "http://www.tanita.com/en/body-composition-analyzer/" ; + rdfs:label "body composition analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001003 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Allows field measurement of blood lipids (total Cholesteral, HDL, LDL, Triglycerides) & glucose. " ; + ; + "A blood anlayzer that is used to measure cholesterol and triglyceride levels in the blood." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.emedicinehealth.com/cholesterol_tests/article_em.htm" ; + rdfs:label "blood lipid analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001004 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement device used to acquire and store the average heart rate of a subject during normal daily activities." ; + "PERSON: Nicole Vasilevsky" ; + "Baharestani et al (1979) Medical and Biological Engineering and Computing 17: 719-723" ; + rdfs:label "heart rate recorder" . + + +### http://purl.obolibrary.org/obo/ERO_0001006 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Histology sections can be simultaneously viewed with a teaching microscope." ; + ; + "A microscope with multiple binocular heads simultaneously displaying the same microscopic image." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.teachingmicroscopes.com/" ; + rdfs:label "teaching microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0001007 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to perform microsurgery." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "To be logically defined based on its participation in a microsurgical process." ; + rdfs:label "microsurgical instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0001009 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A tranquilizing gun." ; + ; + "An instrument that fires a dart." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Dart_gun" ; + rdfs:label "dart gun" . + + +### http://purl.obolibrary.org/obo/ERO_0001010 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to image biological samples." ; + ; + "An optical microscope used to obtain sub-surface images of translucent or opaque materials at a resolution equivalent to a low-power microscope." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Optical_coherence_tomography#Laypersons_explanation" ; + rdfs:label "coherence tomography scanner" . + + +### http://purl.obolibrary.org/obo/ERO_0001011 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An image acquisition instrument used to make clear demarcation between regions on an image." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.bme.ogi.edu/biomedicaloptics/biophotonics/projects.html#polcam" ; + rdfs:label "polarized light camera" . + + +### http://purl.obolibrary.org/obo/ERO_0001012 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is a type of tumble mixer commonly used in industrial processes to mix pharmaceutical materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.pharmainfo.net/%5Bvocab-raw%5D/v-blender-2-d-simulation" ; + rdfs:label "V-blender" . + + +### http://purl.obolibrary.org/obo/ERO_0001013 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to measure the stability of the investigational product during drug formulation tool in the process of drug discovery." ; + "PERSON: NIcole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Dissolution_testing" ; + rdfs:label "dissolution tester" . + + +### http://purl.obolibrary.org/obo/ERO_0001014 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A disolution testing instrument used to provide a controlled hydrodynamic environment and renewable solvent stream to the sample." ; + "PERSON: Nicole Vasilevsky" ; + "www.dissolutiontech.com/DTresour/.../DT200505_A05.pdf" ; + rdfs:label "flow through cell apparatus" . + + +### http://purl.obolibrary.org/obo/ERO_0001015 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to assess the particle size distribution (also called gradation) of a granular material." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Sieve_analysis" ; + rdfs:label "sieve shaker" . + + +### http://purl.obolibrary.org/obo/ERO_0001017 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Dilution of a tablet in water." ; + ; + "An instrument used to break-up tablets to get them into solution for use in drug formulation." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.pharmainfo.net/tablet-evaluation-tests/disintegration" ; + rdfs:label "disintegrator" . + + +### http://purl.obolibrary.org/obo/ERO_0001018 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to measure linear, nonlinear, mass or volumetric flow rate of a liquid or a gas." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.omega.com/prodinfo/flowmeters.html" ; + rdfs:label "flow meter" . + + +### http://purl.obolibrary.org/obo/ERO_0001019 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to produce a dry powder from a liquid or slurry by rapidly drying with a hot gas." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Spray_drying" ; + rdfs:label "spray dryer" . + + +### http://purl.obolibrary.org/obo/ERO_0001020 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used in chemical laboratories for the efficient and gentle removal of solvents from samples by evaporation." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Rotary_evaporator" ; + rdfs:label "rotary evaporator" . + + +### http://purl.obolibrary.org/obo/ERO_0001021 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An instrument used for precision cleaning of instruments." ; + ; + "An instrument that uses ultrasound (usually from 20–400 kHz) and an appropriate cleaning solution to clean delicate items." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Ultrasonic_cleaning" ; + rdfs:label "ultrasonic cleaner" . + + +### http://purl.obolibrary.org/obo/ERO_0001022 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is designed for the reduction of both wet and dry materials into a granular product to a specific size distribution." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ccstabletpress.com/model-43-6.html" ; + rdfs:label "stoke granulator" . + + +### http://purl.obolibrary.org/obo/ERO_0001023 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for exacting powder blending and mixing applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.glenmills.com/index-turbula.shtml" ; + rdfs:label "turbula mixer" . + + +### http://purl.obolibrary.org/obo/ERO_0001024 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument consisting of an inline or batch high shear mixer and a fluid bed dryer. In a granulation process, only the solid component of the mixture is required. Fluid is used only as an aid to processing. The high shear mixer processes the solid material down to the desired particle size, and the mixture is then pumped to the drying bed where the fluid is removed, leaving behind the granular product." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/High_shear_mixer#High_shear_granulators" ; + rdfs:label "high shear granulator" . + + +### http://purl.obolibrary.org/obo/ERO_0001025 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Detection of MRSA in a bacterial culture." ; + ; + "An instrument used to automate reading and interpretation of antibiotic susceptibility tests for bacteria and yeast." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.vajrabiometrix.com/biomic.html" ; + rdfs:label "automated microbiology analysis system" . + + +### http://purl.obolibrary.org/obo/ERO_0001026 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Dilution of a solution." ; + ; + "An instrument that makes a solution less concentrated by adding a liquid such as water." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/Diluter" ; + rdfs:label "diluter" . + + +### http://purl.obolibrary.org/obo/ERO_0001027 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A confocal microscope that is used as a novel three-dimensional X-ray imaging method. The system consists of an X-ray illuminating `sheet-beam' whose beam shape is micrified only in one dimension, and an X-ray full-field microscope whose optical axis is normal to the illuminating sheet beam. An arbitral cross-sectional region of the object is irradiated by the sheet-beam, and secondary X-ray emission such as fluorescent X-rays from this region is imaged simultaneously using the full-field microscope. This system enables a virtual sliced image of a specimen to be obtained as a two-dimensional magnified image, and three-dimensional observation is available only by a linear translation of the object along the optical axis of the full-field microscope." ; + "PERSON: Nicole Vasilevsky" ; + "http://scripts.iucr.org/cgi-bin/paper?ia5036" ; + rdfs:label "X-ray confocal optics system" . + + +### http://purl.obolibrary.org/obo/ERO_0001028 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is designed to cut sheet metal." ; + "PERSON: Nicole Vasilevsky" ; + "sheet metal scissors" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "sheet metal shears" . + + +### http://purl.obolibrary.org/obo/ERO_0001029 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is an op-amp circuit that compares two inputs and provides a DC output indicating the polarity relationship between the inputs." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/comparitor" ; + rdfs:label "comparitor" . + + +### http://purl.obolibrary.org/obo/ERO_0001030 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for calibrating laser Doppler velocimeters having one or more intersecting beam pairs." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.freepatentsonline.com/4600301.html" ; + rdfs:label "laser doppler calibration device" . + + +### http://purl.obolibrary.org/obo/ERO_0001031 + rdf:type owl:Class ; + rdfs:subClassOf ; + "ELISAs are often analyzed on a microplate spectrophotometer." ; + ; + "A spectrophotometer that merges microplate formats with a spectrophotometer. It can be used to quantitate nucleic acids in the low UV range, or automatically run spectral scans for peak absorbance measurements without using filters, and perform conventional enzyme immunoassays at virtually any wavelength." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biotek.com/microplate-spectrophotometers.htm" ; + rdfs:label "microplate spectrophotometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001032 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used too cut, coagulate, desiccate, or fulgurate biological tissue." ; + ; + "An instrument used for biopolar electrosurgery, where both the active electrode and return electrode functions are performed at the site of surgery. In biopolar electrosurgery, the current flows from the generator to the instrument, typically forceps. One tine of the forceps acts as the active electrode and directs the current through the patient tissue to the other tine, which acts as the return electrode and enables the flow to return to the generator to complete the circuit." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.corexcel.com/rw/html/body_electrosurgery_page1.htm" ; + rdfs:label "bipolar electrosurgical generator" . + + +### http://purl.obolibrary.org/obo/ERO_0001033 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that contains a small motorized platform on a microscope where the specimen is mounted for examination." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/microscope+stage, http://www.dddmag.com/Product-Axio-Examiner-Fixed-Stage-Microscope-908.aspx" ; + rdfs:label "motorized microscope stage" . + + +### http://purl.obolibrary.org/obo/ERO_0001034 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An assay used to detect protein-protein interactions." ; + ; + "Immunoprecipitation of intact protein complexes (ie: antigen) along with any proteins or ligands that are bound to it." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Immunoprecipitation" ; + rdfs:label "coimmunoprecipitation" . + + +### http://purl.obolibrary.org/obo/ERO_0001035 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Assay to determine if Mad4 is a transcriptional repressor." ; + ; + "A molecular assay used to determine if transcription factors act as transcriptional repressors." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "transcriptional repression assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001036 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Determination of histone deacetylase activity in tumor cells." ; + ; + "A protein assay designed to measure histone deacetylase complex (HDAC) activity in cell or nuclear extracts, immunoprecipitates or purified enzymes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biocompare.com/ProductDetails/2043333/HDAC-Activity-Assay-Kit.html?" ; + rdfs:label "histone deacetylase assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001037 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A fish tank." ; + ; + "An instrument used to house aquatic organisms." ; + "PERSON: Nicole Vasilevsky" ; + "aquatic habitat" ; + "http://www.aquatichabitats.com/" ; + rdfs:label "aquatic housing system" . + + +### http://purl.obolibrary.org/obo/ERO_0001038 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of blood flow modeling." ; + ; + "A data analysis technique used to analyze underdetermined biochemical models in bioinformatics." ; + "PERSON: Nicole Vasilevsky" ; + "http://bioinformatics.oxfordjournals.org/content/25/4/519.abstract" ; + rdfs:label "divide and conquer" . + + +### http://purl.obolibrary.org/obo/ERO_0001039 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that consists of an multi-directional incident ultrasonic scanner used for for the nondestructive evaluation of composites and other materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biomedsearch.com/nih/Ultrasonic-polar-c-scan-system/18531816.html" ; + rdfs:label "polar scan system" . + + +### http://purl.obolibrary.org/obo/ERO_0001040 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A RAID server." ; + ; + "A computer, or series of computers, that link other computers or electronic devices together." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Server_%28computing%29" ; + rdfs:label "computer server" . + + +### http://purl.obolibrary.org/obo/ERO_0001041 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A hearing aid." ; + ; + "An instrument that is used for hearing assistance; it includes a transmitter with a microphone and receivers with headphones." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.williamssound.com/productdetail.aspx?product_id=312" ; + rdfs:label "hearing assistance system" . + + +### http://purl.obolibrary.org/obo/ERO_0001042 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Aliquoting an antibody and freezing it at -80C." ; + ; + "A material processing technique that involves preparing specimens for storage at a specific temperature, for either short-term or long-term storage, which may include aliquoting, and labeling the samples." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "specimen preparation for storage" . + + +### http://purl.obolibrary.org/obo/ERO_0001043 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to capture and record analog inputs, digital inputs, temperature, humidity, pulse and logic signals, for electrophysiology." ; + "PERSON: Nicole Vasilevsky" ; + "www.microdaq.com/data-logger/data-acquisition.php" ; + rdfs:label "multichannel acquisition system" . + + +### http://purl.obolibrary.org/obo/ERO_0001045 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A carbohydrate." ; + ; + "An organic compound with a large relative molecular mass, commonly created by some form of polymerization. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Macromolecule" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "organic macromolecule" . + + +### http://purl.obolibrary.org/obo/ERO_0001048 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Collection of lymph nodes from a mouse." ; + ; + """Collection of a tissue from an organism to be used for experimental purposes. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Organ_harvesting" ; + rdfs:label "tissue harvesting" . + + +### http://purl.obolibrary.org/obo/ERO_0001049 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Culture of tapeworms." ; + ; + "Culture and propogation of parasites under controlled conditions in vitro." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Cell_culture" ; + rdfs:label "parasite culture" . + + +### http://purl.obolibrary.org/obo/ERO_0001050 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Technique used to label animals in an animal colony." ; + ; + "A laboratory animal care technique that involves tattooing animals with identifying features such as numbers to permanently identify animals in an animal colony." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal tattooing" . + + +### http://purl.obolibrary.org/obo/ERO_0001051 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for animal breeding." ; + ; + "A laboratory animal care technique that involves synchronization of estrus (heat) by manipulating the estrous cycle of female animals so they can be bred at approximately the same time." ; + "PERSON: Nicole Vasilevsky" ; + "http://beef.unl.edu/learning/estrussynch.shtml" ; + rdfs:label "estrus synchronization" . + + +### http://purl.obolibrary.org/obo/ERO_0001054 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A transgenic organism expressing GFP." ; + ; + "A non-viral organism whose genetic material has been altered using genetic engineering techniques." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Genetically_modified_organism" ; + rdfs:label "transgenic organism" . + + +### http://purl.obolibrary.org/obo/ERO_0001059 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material processing technique that involves the the transmission of light through through fibers made of transparent materials such as glasses and plastics." ; + "PERSON: Nicole Vasilevsky" ; + "FOTI" ; + "http://www.its.bldrdoc.gov/fs-1037/dir-015/_2213.htm" ; + rdfs:label "fiber optics transilumination " . + + +### http://purl.obolibrary.org/obo/ERO_0001060 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Microchipping pets." ; + ; + "Implantation of an integrated circuit device or RFID transponder encased in silicate glass under the skin of an organism. The chip typically contains a unique ID number that can be linked to information contained in an external database, used for identification purposes." ; + "PERSON: Nicole Vasilevsky" ; + "Bio-chip implant" ; + "http://en.wikipedia.org/wiki/Microchip_implant_%28human%29" ; + rdfs:label "subdermal chip implantation" . + + +### http://purl.obolibrary.org/obo/ERO_0001066 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Use of transgenic mice to conditionally knockout a gene responsible for development." ; + ; + "A material processing technique involving the manipulation of an organism at the developmental stage, for the purpose of understanding organismal development." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "growth and developmental manipulation" . + + +### http://purl.obolibrary.org/obo/ERO_0001067 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Pulsing dendrtic cells with peptides in vitro." ; + ; + "Agent delivery of a molecule or protein that mimics the endogenous stimulant that is used to stimulate or activate cells in culture." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "in vitro cell stimulation" . + + +### http://purl.obolibrary.org/obo/ERO_0001068 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Password protection on a document." ; + ; + "A technique used to protect computer based personal or proprietary information and data from unauthorized viewers." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-privacy-management.htm" ; + rdfs:label "computer privacy management" . + + +### http://purl.obolibrary.org/obo/ERO_0001070 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to test for a lung infection." ; + ; + "Lavage using a bronchoscope, which is passed through the mouth or nose into the lungs and fluid is squirted into a small part of the lung and then recollected for examination." ; + "PERSON: Nicole Vasilevsky" ; + "Bronchial lavage" ; + "http://en.wikipedia.org/wiki/Bronchoalveolar_lavage" ; + rdfs:label "bronchoalveolar lavage" . + + +### http://purl.obolibrary.org/obo/ERO_0001071 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A spinal tap may be performed to determine if a patient has a neurological disorder." ; + ; + "A technique used to collect cerebrospinal fluid (CSF) from an organism, which involves inserting a needle between the third and fourth lumbar vertebrae in the back and extracting a sample of fluid." ; + "PERSON: Nicole Vasilevsky" ; + "CSF collection " , + "Cerebrospinal fluid collection " , + "Spinal tap" ; + "http://www.weissandnewberrymds.com/services.htm" ; + rdfs:label "cerebro-spinal tap" . + + +### http://purl.obolibrary.org/obo/ERO_0001073 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to record myocyte calcium and contractility. " ; + ; + "An instrument used to detect calcium levels in a biological sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "calcium detector " . + + +### http://purl.obolibrary.org/obo/ERO_0001074 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Blood pressure monitoring in an animal." ; + ; + "A physiological assay that is performed to monitor animal physiology in response to experimental conditions." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Locomotor_activity" ; + rdfs:label "animal physiology monitoring" . + + +### http://purl.obolibrary.org/obo/ERO_0001075 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Quantitative real-time PCR can be used to detect differences in gene expression between samples." ; + ; + "A PCR technique that allows for detection and quantification of PCR products on a real-time basis." ; + "PERSON: Nicole Vasilevsky" ; + "Quantitative PCR" , + "Quantitative real time RT-PCR" , + "RT-PCR" , + "Real time PCR" , + "qPCR" ; + "http://www.ambion.com/techlib/basics/rtpcr/index.html#1" ; + rdfs:label "real-time PCR" . + + +### http://purl.obolibrary.org/obo/ERO_0001076 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Transfection of a plasmid into a cell." ; + ; + "Agent delivery of foreign DNA into host organisms or cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Gene_delivery" ; + rdfs:label "gene delivery" . + + +### http://purl.obolibrary.org/obo/ERO_0001077 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to transfect T cells with plasmids or oligos." ; + ; + "An electroporator that consists of a single cuvette based system that allows efficient transfection of hard-to-transfect cell lines and primary cells with different substrates, e.g. DNA vectors or siRNA oligonucleotides, in low throughput format." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.lonzabio.com/cell-biology/transfection/nucleofectiontrade-products/nucleofector/" ; + rdfs:label "nucleofector device " . + + +### http://purl.obolibrary.org/obo/ERO_0001078 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay that uses a small catheter inserted in the bladder to fill the bladder with water to study the function of the bladder and urethra during filling and urinating, to assess the pelvic floor muscle functions." ; + "PERSON: Nicole Vasilevsky" ; + "www.urogyncenter.com/ug-glossary.htm" ; + rdfs:label "urodynamics " . + + +### http://purl.obolibrary.org/obo/ERO_0001079 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A Waters nanoACQUITY UPLC." ; + ; + "A high performance liquid chromatography instrument that can operate at higher pressures, up to 100 MPa (15,000 lbf/in²), or about 1000 atmospheres." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/High-performance_liquid_chromatography" ; + rdfs:label "ultra performance liquid chromatography instrument " . + + +### http://purl.obolibrary.org/obo/ERO_0001080 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A nucleic acid assay used to measure changes in gene expression levels, to detect single nucleotide polymorphisms (SNPs), or to genotype or resequence mutant genomes. It consists of an arrayed series of thousands of microscopic spots of DNA oligonucleotides, called features, each containing picomoles (10−12 moles) of a specific DNA sequence, known as probes (or reporters). These can be a short section of a gene or other DNA element that are used to hybridize a cDNA or cRNA sample (called target) under high-stringency conditions. Probe-target hybridization is usually detected and quantified by detection of fluorophore-, silver-, or chemiluminescence-labeled targets to determine relative abundance of nucleic acid sequences in the target. Since an array can contain tens of thousands of probes, a microarray experiment can accomplish many genetic tests in parallel." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/DNA_microarray" ; + rdfs:label "Nucleic acid microarray assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001081 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A dialysis technique that requires the insertion of a small microdialysis catheter (also referred to as microdialysis probe) into the tissue of interest. The microdialysis probe is designed to mimic a blood capillary and consists of a shaft with a semipermeable hollow fiber membrane at its tip, which is connected to inlet and outlet tubing." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Microdialysis" ; + rdfs:label "microdialysis " . + + +### http://purl.obolibrary.org/obo/ERO_0001082 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that consists of a specialized transparency projector used to produce photographic prints from film or glass negatives using the gelatin-silver process, or transparencies. All enlargers consist of a light source, normally an incandescent light bulb, a holder for the negative or transparency, and a specialised lens for projection. The light passes through a film holder, which holds a photographic negative or transparency, having been previously exposed in a camera and developed." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Enlarger" ; + rdfs:label "photo enlarger " . + + +### http://purl.obolibrary.org/obo/ERO_0001083 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that tells the spooler to alter a job according to the document data type. It works together with the printer driver to move the spooled print jobs from the hard disk drive to the printer. Localspl.dll is the print processor for all Windows-compatible printing; Sfmpsprt.dll is used to print to Apple devices." ; + "PERSON: Nicole Vasilevsky" ; + "http://technet.microsoft.com/en-us/library/cc976744.aspx" ; + rdfs:label "print processor" . + + +### http://purl.obolibrary.org/obo/ERO_0001084 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for protein identification." ; + ; + "A protein assay used to identify and quantitate amino acids at amol (10(-18)) concentration." ; + "PERSON: Nicole Vasilevsky" ; + "CE-LIF" ; + "Ummadi M and Weimer BC. (2002) J Chromatogr A. 2002 Jul 26;964(1-2):243-53." ; + rdfs:label "capillary electrophoresis laser-induced fluorescence assay for amino acid analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001085 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Measurements of wind speed at a weather station can be gathered using an anemometer." ; + ; + "A measurement instrument used for for measuring wind speed, commonly used at weather stations." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Anemometer" ; + rdfs:label "anemometer " . + + +### http://purl.obolibrary.org/obo/ERO_0001086 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that consists of a table or bench that is used for optics experiments and engineering." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Optical_table" ; + rdfs:label "optical bench " . + + +### http://purl.obolibrary.org/obo/ERO_0001087 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A diode laser that is a constant current source, linear, noiseless, and accurate, that delivers exactly the current to the laser diode that it needs to operate for a particular application." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.teamwavelength.com/info/laserdiodedrivers.php" ; + rdfs:label "laser diode driver" . + + +### http://purl.obolibrary.org/obo/ERO_0001088 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to create signals and capture responses from electronic Devices Under Test (DUTs). In this way, the proper operation of the DUT can be proven or faults in the device can be traced and repaired." ; + "PERSON: Nicole Vasilevsky" ; + "Bench top" , + "Testgear" ; + "http://en.wikipedia.org/wiki/Electronic_test_equipment " ; + rdfs:label "electronic test equipment " . + + +### http://purl.obolibrary.org/obo/ERO_0001089 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An instrument used for transgenic animal production." ; + ; + "Instruments used for microinjection into embryos, consisting of an inverted, epifluorescent microscope, pair of micromanipulators, CCD camera with monitor, Bionomic temperature controller for stage, Sutter pressure injector, and anti-vibration table." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "embryo microinjection station " . + + +### http://purl.obolibrary.org/obo/ERO_0001090 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to examine the spectral composition of some electrical, acoustic, or optical waveform. It may also measure the power spectrum." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Spectrum_analyzer " ; + rdfs:label "spectrum analyzer " . + + +### http://purl.obolibrary.org/obo/ERO_0001091 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is either an internal circuit or a piece of electronic test equipment used to generate pulses." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Pulse_generator" ; + rdfs:label "pulse generator " . + + +### http://purl.obolibrary.org/obo/ERO_0001092 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A blood pressure monitor is a medical device." ; + ; + "An instrument used in the diagnosis of disease or other conditions or for use in the care, treatment, or prevention of disease that does not achieve any of its primary intended purposes by chemical action or by being metabolized." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/medical+device " ; + rdfs:label "medical device " . + + +### http://purl.obolibrary.org/obo/ERO_0001093 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for the detection and identification of free radicals in a sample." ; + ; + "A molecular assay used to study chemical species that have one or more unpaired electrons, such as organic and inorganic free radicals or inorganic complexes possessing a transition metal ion." ; + "PERSON: Nicole Vasilevsky" ; + "EPR" , + "EPR spectroscopy" , + "ESR" , + "Electron spin resonance measurement" , + "Electron spin resonance spectroscopy" ; + "http://en.wikipedia.org/wiki/Electron_paramagnetic_resonance" ; + rdfs:label "electron paramagnetic resonance spectroscopy " . + + +### http://purl.obolibrary.org/obo/ERO_0001094 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to infect cells with retroviruses expressing a gene of interest." ; + ; + "Virus production of high-titer, retrovirus prepartions for use in gene delivery applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://books.google.com/books?id=oqs7CyFj0FUC&pg=PA475&lpg=PA475&dq=define+retrovirus+production&source=bl&ots=e8Yu8tLGSt&sig=c5V7OK32FUrpBricfX59CrKGquw&hl=en&ei=cBE2TaDXG5OssAPA1-yEBg&sa=X&oi=book_result&ct=result&resnum=9&ved=0CF0Q6AEwCA#v=onepage&q&f=false" ; + rdfs:label "retrovirus production" . + + +### http://purl.obolibrary.org/obo/ERO_0001095 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement instrument that is used to asses how the bladder and urethra function of storing and releasing urine." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Urodynamics " ; + rdfs:label "urodynamic testing system" . + + +### http://purl.obolibrary.org/obo/ERO_0001096 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An array scanner that scans next-generation higher-density arrays, including SNP arrays with up to 900,000 SNPs, tiling arrays for transcription and all-exon arrays." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.affymetrix.com/estore/browse/products.jsp;jsessionid=314AF279151A26564770FA336CB6F033?categoryIdClicked=&productId=131503#1_1" ; + rdfs:label "gene chip scanner " . + + +### http://purl.obolibrary.org/obo/ERO_0001097 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A workstation set up to perform endoscopic evaluation of patients." ; + ; + "An instrument used to investigate the digestive tract to diagnose a digestive disease. The endoscopic workstation comprises of endoscopic instruments and a computer, allowing for acquisition of electronic images during the endoscopy and images can be used as support of the information about the results of the procedure." ; + "PERSON: Nicole Vasilevsky" ; + "Delvaux et al. J Clin Gastroenterol. 1999 Sep;29(2):118-26." ; + rdfs:label "endoscopic workstation " . + + +### http://purl.obolibrary.org/obo/ERO_0001098 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A setup for high throughput in situ hybridization, to analyze gene expression in samples." ; + ; + "An instrument that automates the principal slide staining activities for slide processing used in immunohistochemistry (IHC), in situ hybridization (ISH), fluorescent in situ hybridization (FISH), and microarray slide processing applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ventanadiscovery.com/" ; + rdfs:label "in situ hybridization workstation " . + + +### http://purl.obolibrary.org/obo/ERO_0001099 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is an automatic sampler designed to operate with a HPLC system, which can inject samples into the HPLC system." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.labhut.com/products/autosamplers/autosampler_ht300l.php" ; + rdfs:label "HPLC autosampler" . + + +### http://purl.obolibrary.org/obo/ERO_0001100 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An x-ray source that is portable and can be brought to the patient or object." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/X-ray_generator" ; + rdfs:label "portable X-ray machine" . + + +### http://purl.obolibrary.org/obo/ERO_0001101 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A sample selective analyzer used to analyze biological samples such as serum." ; + ; + "An instrument used for separation, identification, and quantification of the chemical components of natural and artificial materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Analytical_chemistry" ; + rdfs:label "chemistry analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001102 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A crytostage is used to mount biospecimens, prior to sectioning with a cryostat." ; + ; + "An instrument which maintains subzero temperature for heat labile samples undergoing microscopic analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.linkam.co.uk/index.php?page=shop.product_details&flypage=flypage-noprice.tpl&product_id=27&category_id=13&option=com_virtuemart&Itemid=70 " ; + rdfs:label "cryostage" . + + +### http://purl.obolibrary.org/obo/ERO_0001103 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to image biological samples." ; + ; + "An improvised microscope made of photographic lenses that provides much larger numerical aperture (NA) for low magnification (for example, one or less) than a standard microscope objective." ; + "PERSON: Nicole Vasilevsky" ; + "www.nature.com/nrn/journal/v5/n11/glossary/nrn1536_glossary.html" ; + rdfs:label "macroscope" . + + +### http://purl.obolibrary.org/obo/ERO_0001104 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A tape recorder." ; + ; + "An instrument used for audio recording of speech." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.phon.ucl.ac.uk/resource/audio/recording.html" ; + rdfs:label "voice recording equipment" . + + +### http://purl.obolibrary.org/obo/ERO_0001105 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to detect ethidium bromide bound to DNA." ; + ; + "A part of a liquid chromatography instrument that detects absorption of UV light by samples. The output is recorded as a series of peaks - each one representing a compound in the mixture passing through the detector and absorbing UV light." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.chemguide.co.uk/analysis/chromatography/hplc.html" ; + rdfs:label "UV detector" . + + +### http://purl.obolibrary.org/obo/ERO_0001106 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A flow cytometry analysis workstation, set up with software to analyze flow cytometry data." ; + ; + "An instrument which consists of computers used for data analysis." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "data analysis workstation" . + + +### http://purl.obolibrary.org/obo/ERO_0001107 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Experimental genetic modification used to introduce insertional mutations across the mammalian genome using a gene trap vector." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Gene_trapping" ; + rdfs:label "gene trapping" . + + +### http://purl.obolibrary.org/obo/ERO_0001108 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Intubation of a patient whose airway is blocked." ; + ; + "Agent delivery of a tube into an external or internal orifice of the body for the purpose of adding or removing fluids or air." ; + "PERSON: Nicole Vasilevsky" ; + "Entubation" ; + "http://en.wikipedia.org/wiki/Intubation" ; + rdfs:label "intubation" . + + +### http://purl.obolibrary.org/obo/ERO_0001109 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An ovaectomy may be performed for a patient with ovarian cancer." ; + ; + "Surgical removal of one or both ovaries." ; + "PERSON: Nicole Vasilevsky" ; + "http://cancer-symptoms.org/cancer-treatments/ovariectomy.htm" ; + rdfs:label "ovarectomy" . + + +### http://purl.obolibrary.org/obo/ERO_0001110 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement instrument used to determine surface properties of solids and liquids." ; + "PERSON: Nicole Vasilevsky" ; + """microlab.berkeley.edu/labmanual/chap8/kruss.pdf +""" ; + rdfs:label "surface tension and contact angle measurement system" . + + +### http://purl.obolibrary.org/obo/ERO_0001111 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Mass spectrometry data." ; + ; + "Protein expression data displays identification of unknown proteins, protein modifications, distinguishes protein isoforms and subsets and quantification of samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.selectscience.net/products/proteinpilot-software/?prodID=83453" ; + rdfs:label "protein expression data" . + + +### http://purl.obolibrary.org/obo/ERO_0001113 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Image acquisition and analysis of an MRI." ; + ; + "An image analysis technique where images are acquired through a medical or scientific instrumentation and analyzed." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "image acquisition and analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001114 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Visualization of bands on a gel and quantification using ImageJ software." ; + ; + "An image analysis technique where images acquired through clinical or scientific instrumentation are visualized and analyzed." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "image visualization and analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001116 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A morris water maze is a behavioral assay." ; + ; + "An organismal assay used to study the relationship of behavior to the environment or an experimental condition." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Applied_behavior_analysis" ; + rdfs:label "behavioral assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001117 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Data depicting NMR spectra from a sample." ; + "PERSON: Nicole Vasilevsky" ; + "NMR data" ; + "http://en.wikipedia.org/wiki/NMR_spectra_database" ; + rdfs:label "nuclear magnetic resonance data" . + + +### http://purl.obolibrary.org/obo/ERO_0001118 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A blood pressure monitor." ; + ; + "A visualization produced by a device that takes signals and displays them on a television screen or a computer monitor." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/monitoring+device" ; + rdfs:label "monitoring device" . + + +### http://purl.obolibrary.org/obo/ERO_0001119 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that utilizes 16mm film and is used for data analysis, optical blowup or digital scanning." ; + "PERSON: Nicole Vasilevsky" ; + "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=260683422104" ; + rdfs:label "super 16 analyzer projector" . + + +### http://purl.obolibrary.org/obo/ERO_0001120 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that utilizes 8mm film and is used for data analysis, optical blowup or digital scanning." ; + "PERSON: Nicole Vasilevsky" ; + "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=260683422104" ; + rdfs:label "super 8 analyzer projector" . + + +### http://purl.obolibrary.org/obo/ERO_0001122 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectrophotometer that measures the elemental composition, empirical formula, chemical state and electronic state of the elements that exist within a material." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/X-ray_photoelectron_spectroscopy" ; + rdfs:label "X-ray photoelectron spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001125 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Software that records heart rate, inter-beat-interval (IBI), and physical activity and digitizes the ECG signal and determines the IBI from the R-to-R interval. From the IBI recordings, the heart rate and heart rate variability parameters are calculated. Caloric expenditure can be obtained through the use of a software algorithm that combines concurrent heart rate and activity data." ; + "PERSON: Nicole Vasilevsky" ; + "ECG data" ; + "http://www.camntech.com/cnt_actiheart.htm" ; + rdfs:label "electrocardiogram data" . + + +### http://purl.obolibrary.org/obo/ERO_0001129 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of nutritional content of food." ; + ; + "A behavioral assay used for collection and analyses of 24-hour dietary recalls and the analysis of food records, menus, and recipes. Calculation of nutrients occur immediately providing data per ingredient, food, meal, and day in report and analysis file formats." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ncc.umn.edu/products/ndsr.html" ; + rdfs:label "dietary analysis " . + + +### http://purl.obolibrary.org/obo/ERO_0001133 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An artificial mouse chromosome." ; + ; + "A construct that is generated by inserting exogenous DNA into a plasmid containing features of a eukaryotic chromosome or prokaryotic episome that support replication and preservation in a host cell. Artificial chromosomes are used to clone large DNA fragments between 100,000 bases and 3,000,000 bases in size. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "artificial chromosome" . + + +### http://purl.obolibrary.org/obo/ERO_0001135 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A hybrid plasmid that carries elements from the filamentous bacteriophage M13, including the M13 origin. A phagemid can be replicated form its plasmid origin as a circular double-stranded plasmid, or replicated from its M13 origin and packaged as single stranded DNA in viral particles in the presence of a helper phage." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Phagemid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "phagemid" . + + +### http://purl.obolibrary.org/obo/ERO_0001136 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + ; + "A plasmid expressing transcripts that are processed into small RNA molecules, which target genes for post-transcriptional silencing through the RNAi pathway." ; + "PERSON: Nicole Vasilevsky" ; + "RNAi plasmid" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0001137 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An RNA interference plasmid that expresses a short sequence of RNA that forms a short hairpin duplex. This gene product is processed by endogenous RNAi pathway machinery into a small interfering RNA (siRNA) molecule used to silence target gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "Short hairpin RNA plasmid" , + "Small hairpin RNA plasmid" ; + "http://www.medterms.com/script/main/art.asp?articlekey=25734" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "shRNA plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0001138 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to knockdown gene function." ; + ; + "An RNA interference plasmid engineered to express complementary strands of RNA that form double-stranded duplexes, which are processed through the RNAi pathway into short interfering RNA (siRNA) molecules used to silence target gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "Double stranded RNA plasmid" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "dsRNA plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0001139 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An RNA interference plasmid that expresses a short sequence of RNA that includes elements required for processing by endogenous microRNA processing machinery into active microRNA molecules. " ; + "The gene specific targeting sequences in these small RNAs may or may not represent a naturally occurring miRNA, but they will contain flanking RNA regions that allow processing by endogenous miRNA pathway." ; + "PERSON: Nicole Vasilevsky" ; + "micro RNA plasmid" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0001140 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cDNA plasmid that carries a small cDNA insert from a pool of size-selected cDNAs, representing putative endogenous miRNAs." ; + "PERSON: Nicole Vasilevsky" ; + "micro RNA cDNA plasmid" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA cDNA plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0001142 + rdf:type owl:Class ; + rdfs:subClassOf ; + "TREX-Hygro gene trap plasmid." ; + ; + "A plasmid containing a reporter gene that is only expressed upon integration in a functional gene." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nature.com/nbt/journal/v19/n6/full/nbt0601_579.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "gene trap plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0001143 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + ; + "A nucleic acid library that is a collection of nucleic acid molecules, stored in pools containing a single species of nucleic acid." ; + "PERSON: Nicole Vasilevsky" ; + "nucleic acid molecule library" , + "nucleic acid oligo library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "nucleic acid oligonucleotide library" . + + +### http://purl.obolibrary.org/obo/ERO_0001144 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A cDNA construct library." ; + ; + "A nucleic acid library that contains a collection of distinct populations of microorganisms, each of which expresses a DNA construct carrying a piece of DNA from a source organism or cell line. In certain cases, this term can also refer to the collection of DNA constructs themselves." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "construct library" . + + +### http://purl.obolibrary.org/obo/ERO_0001145 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + ; + "A nucleic acid molecule library that contains primer sets used for amplification of target nucleic acid sequences." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.realtimeprimers.com/hustceprli.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "primer library" . + + +### http://purl.obolibrary.org/obo/ERO_0001146 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A nucleic acid molecule library containing RNA oligonucleotides used to silence gene expression in cells through the RNAi pathway." ; + "PERSON: Nicole Vasilevsky" ; + "RNAi oligo library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference oligonucleotide library" . + + +### http://purl.obolibrary.org/obo/ERO_0001147 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to knockdown gene function." ; + ; + "An RNAi oligonucleotide library that contains dsRNA oligonucleotides used to silence gene expression" ; + "PERSON: Nicole Vasilevsky" ; + "double stranded oligonucleotide library" , + "dsRNA oligo library" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "dsRNA oligonucleotide library" . + + +### http://purl.obolibrary.org/obo/ERO_0001148 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An RNAi oligonucleotide library that contains miRNA oligonucleotides used to silence gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "miRNA oligo library" , + "micro RNA oliognucleotide library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA oligonucleotide library" . + + +### http://purl.obolibrary.org/obo/ERO_0001149 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An RNAi oligonucleotide library that contains siRNA oligonucleotides used to silence gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "siRNA oligo library" , + "small interfering RNA oligonucleotide library" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "siRNA oligonucleotide library" . + + +### http://purl.obolibrary.org/obo/ERO_0001150 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cDNA construct library that carries small cDNA inserts from a pool of size-selected cDNAs, representing putative endogenous miRNAs." ; + "PERSON: Nicole Vasilevsky" ; + "micro RNA cDNA library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA cDNA library" . + + +### http://purl.obolibrary.org/obo/ERO_0001152 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + ; + "An RNA interference construct library that is a collection of miRNA plasmids." ; + "PERSON: Nicole Vasilevsky" ; + "micro RNA construct library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA construct library" . + + +### http://purl.obolibrary.org/obo/ERO_0001153 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A construct library that is a collection of constructs expressing transcripts, which are processed into small RNA molecules that target genes for post-transcriptional silencing through the RNAi pathway." ; + "PERSON: Nicole Vasilevsky" ; + "RNAi construct library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference construct library" . + + +### http://purl.obolibrary.org/obo/ERO_0001154 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + ; + "An RNA interference construct library that is a collection of shRNA constructs." ; + "PERSON: Nicole Vasilevsky" ; + "short hairpin RNA construct library" , + "small hairpin RNA construct library" ; + "http://www.medterms.com/script/main/art.asp?articlekey=25734" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "shRNA construct library" . + + +### http://purl.obolibrary.org/obo/ERO_0001155 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Used to knockdown gene function." ; + ; + "An RNA interference construct library that is a collection of dsRNA constructs used to generate dsRNA, which serve as substrates for the RNAi pathway to generate siRNA molecules" ; + "PERSON: Nicole Vasilevsky" ; + "double stranded RNA construct library" ; + "http://cshprotocols.cshlp.org/cgi/content/extract/2006/3/pdb.prot4512" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "dsRNA construct library" . + + +### http://purl.obolibrary.org/obo/ERO_0001158 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An artificial chromosome containing chromosomal features needed for replication and preservation in human cells, and used to propagate large sequences of DNA." ; + "PERSON: Nicole Vasilevsky" ; + "Human artificial chromosome" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "HAC" . + + +### http://purl.obolibrary.org/obo/ERO_0001159 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + " A genomic library that contains discrete collections of phagemid constructs carrying DNA inserts from a source organism, such that the collection of DNA inserts represents the entire genome of the source organism. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Phagemid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "phagemid library" . + + +### http://purl.obolibrary.org/obo/ERO_0001161 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An siRNA oligonucleotide library that contains miRNA inhibitors, which are chemically synthesized siRNAs, which specifically inhibit endogenous miRNA function after transfection into cells." ; + "PERSON: Nicole Vasilevsky" ; + "micro RNA inhibitor siRNA library" ; + "http://www.qiagen.com/products/miscriptmirnainhibitors.aspx#Tabs=t0" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA inhibitor siRNA library" . + + +### http://purl.obolibrary.org/obo/ERO_0001162 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for vitrifying samples up to 200µm in thickness without the artefacts of chemical fixation for light microscopy or electron microscopy applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.leica-microsystems.com/products/electron-microscope-sample-preparation/industrial-materials/cryo-preparation/details/product/leica-em-pact2/" ; + rdfs:label "high pressure freezer" . + + +### http://purl.obolibrary.org/obo/ERO_0001163 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An accupulser." ; + ; + "An instrument that creates an environment that is as close as possible to reality." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.spaceday.org/index.php/Glossary-of-Aeronautics-Terms.html" ; + rdfs:label "simulator " . + + +### http://purl.obolibrary.org/obo/ERO_0001164 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Phone conferencing." ; + ; + "Instruments used to support teleconferencing by providing one or more of the following: audio, video, and/or data services by one or more means, such as telephone, computer, telegraph, teletype, radio, and television." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Teleconference" ; + rdfs:label "teleconference equipment " . + + +### http://purl.obolibrary.org/obo/ERO_0001165 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A computer monitor." ; + ; + "An instrument where an image is superimposed on a screen picture, commonly used by modern television sets, VCRs, and DVD players to display information such as volume, channel, and time." ; + "PERSON: Nicole Vasilevsky" ; + "Plasma display" ; + "http://en.wikipedia.org/wiki/On-screen_display" ; + rdfs:label "screen display " . + + +### http://purl.obolibrary.org/obo/ERO_0001166 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to assist with visualization during surgery." ; + ; + "An instrument that functions as a display device, worn on the head or as part of a helmet, that has a small display optic in front of one (monocular HMD) or each eye (binocular HMD)." ; + "PERSON: Nicole Vasilevsky" ; + "HMD" , + "Helmet mounted display" ; + "http://en.wikipedia.org/wiki/Head-mounted_display" ; + rdfs:label "head-mounted display" . + + +### http://purl.obolibrary.org/obo/ERO_0001167 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + """An instrument used for projecting an image onto a screen or other surface. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/projector" ; + rdfs:label "projector system " . + + +### http://purl.obolibrary.org/obo/ERO_0001168 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to fluorescently label proteins and study localization within a tissue." ; + ; + "An in situ hybridization technique that is used to detect and localize the presence or absence of specific DNA sequences on chromosomes. FISH uses fluorescent probes that bind to only those parts of the chromosome with which they show a high degree of sequence similarity. Fluorescence microscopy can be used to find out where the fluorescent probe is bound to the chromosomes." ; + "PERSON: Nicole Vasilevsky" ; + "FISH" ; + "http://en.wikipedia.org/wiki/Fluorescence_in_situ_hybridization" ; + rdfs:label "fluorescent in situ hybridization " . + + +### http://purl.obolibrary.org/obo/ERO_0001169 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Imaging of radiolabeled biomolecules." ; + ; + "An instrument used to image gamma radiation emitting radioisotopes, a technique known as scintigraphy." ; + "PERSON: Nicole Vasilevsky" ; + "Anger camera" , + "Scintillation camera" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Gamma_camera" ; + rdfs:label "gamma camera " . + + +### http://purl.obolibrary.org/obo/ERO_0001170 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A colposcope is used during a colonoscopy." ; + ; + "Instrument that is used to visually distinguish normal from abnormal appearing tissue and take directed biopsies for further pathological examination." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Colposcopy" ; + rdfs:label "colposcope " . + + +### http://purl.obolibrary.org/obo/ERO_0001171 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to exert pulsed electrical signals to the sympathetic nerves in the legs or spine." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Spinal_cord_stimulator" ; + rdfs:label "sympathetic nerve simulator " . + + +### http://purl.obolibrary.org/obo/ERO_0001172 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Electrophysiology recording of a brain slice." ; + ; + "An electrophysiology assay used to record electrical properties of biological cells and tissues in vitro." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrophysiology" ; + rdfs:label "in vitro electrophysiology recording " . + + +### http://purl.obolibrary.org/obo/ERO_0001173 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for multichannel pumping with accurate flow control and broad flow range." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thermoscientific.com/wps/portal/ts/products/detail?navigationId=L10523&categoryId=81880&productId=12710612" ; + rdfs:label "peristaltic pump " . + + +### http://purl.obolibrary.org/obo/ERO_0001174 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Pulsing T cells with tumor antigen, prior to adoptive transfer back into the patient, for tumor immunotherapy." ; + ; + "Experimental genetic modification of cells ex vivo to alter gene expression followed by reintroduction into a host organism." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.dfhcc.harvard.edu/core-facilities/cell-manipulation/services-and-policies/" ; + rdfs:label "ex vivo genetic manipulation of cells" . + + +### http://purl.obolibrary.org/obo/ERO_0001175 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A instrument used for transmitting hand and finger movements to a remote robotic device, allowing the manipulation of objects that are too heavy, dangerous, small, or otherwise difficult to handle directly." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/Remote+manipulator" ; + rdfs:label "remote manipulator arm " . + + +### http://purl.obolibrary.org/obo/ERO_0001177 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A patient record from a doctor visit." ; + ; + "Data that contains patient health information generated by one or more encounters in any care delivery setting. Included in this information are patient demographics, progress notes, problems, medications, vital signs, past medical history, immunizations, laboratory data and radiology reports." ; + "PERSON: Nicole Vasilevsky" ; + "EHR" ; + "http://www.himss.org/ASP/topics_ehr.asp" ; + rdfs:label "electronic health record data" . + + +### http://purl.obolibrary.org/obo/ERO_0001178 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to coat specimens with a thin metal film that acts as a conduction path for the electrons that strike it during electron microscopy." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Sputter_coating" ; + rdfs:label "sputter coater" . + + +### http://purl.obolibrary.org/obo/ERO_0001179 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Electroporation using an Amaxa nucelofector device." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "nucleofection" . + + +### http://purl.obolibrary.org/obo/ERO_0001180 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument designed to coat specimens with precise, thin films of carbon. These carbon films can offer a flat, orderly, insulating surface on which to place a specimen for electron microscopy." ; + "PERSON: Nicole Vasilevsky" ; + """http://www.snaggledworks.com/em_for_dummies/carbon_evaporation.html and http://en.wikipedia.org/wiki/Scanning_electron_microscope#Biological_samples +""" ; + rdfs:label "carbon evaporator" . + + +### http://purl.obolibrary.org/obo/ERO_0001181 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Dissection of brain tissue to isolate the hippocampus." ; + ; + "A material processing technique performed to dissect tissues under magnification." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/microdissection" ; + rdfs:label "microdissection " . + + +### http://purl.obolibrary.org/obo/ERO_0001182 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Annexin V is an apoptosis assay." ; + ; + "A cellular assay used to determine when cells are undergoing apoptosis: the process of programmed cell death (PCD) that occurs in multicellular organisms." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Apoptosis" ; + rdfs:label "apoptosis assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001183 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A DNA sequencing technique that became commercially available in 2004 and is used by specific commercial platforms that embody a complex interplay of enzymology, chemistry, high-resolution optics, hardware, and software engineering. These instruments allow highly streamlined sample preparation steps prior to DNA sequencing, which provides a significant time savings and a minimal requirement for associated equipment in comparison to the highly automated, multistep pipelines necessary for clone-based high-throughput sequencing. Each technology amplifies single strands of a fragment library and perform sequencing reactions on the amplified strands. The fragment libraries are obtained by annealing platform-specific linkers to blunt-ended fragments generated directly from a genome or DNA source of interest. Because the presence of adapter sequences means that the molecules then can be selectively amplified by PCR, and no bacterial cloning step is required to amplify the genomic fragment in a bacterial intermediate as is done in traditional sequencing approaches." ; + "PERSON: Nicole Vasilevsky" ; + "Genome sequencing" , + "High throughput DNA sequencing" , + "High throughput nucleotide sequencing" , + "NGS" , + "Next gen" , + "Next gen sequencing" , + "Next generation sequencing of target genes" , + "Nucleotide sequencing, high-throughput" , + "Second generation sequencing" , + "Sequencing, high-throughput nucleotide" ; + "Mardis (2008) Annu. Rev. Genomics Hum. Genet. 9:387-402" ; + rdfs:label "next generation DNA sequencing" . + + +### http://purl.obolibrary.org/obo/ERO_0001184 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Data about time-dependent, quantitative data on captured movements." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Motion_analysis" ; + rdfs:label "motion analysis data" . + + +### http://purl.obolibrary.org/obo/ERO_0001185 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Computer aided design of a structural or procedural diagram, especially of an electrical or mechanical system." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/schematic" ; + rdfs:label "schematic design" . + + +### http://purl.obolibrary.org/obo/ERO_0001186 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Data from an electrocardiogram." ; + ; + "Data related to physiological recording or monitoring." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/physiological" ; + rdfs:label "physiological data" . + + +### http://purl.obolibrary.org/obo/ERO_0001187 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Data input captured by the labeled DNA sequence." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "labelled DNA fragment data" . + + +### http://purl.obolibrary.org/obo/ERO_0001188 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A virus expressing a gene of interest." ; + ; + "A virus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic virus" . + + +### http://purl.obolibrary.org/obo/ERO_0001189 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A baculovirus expressing a gene of interest." ; + ; + "A transgenic virus derived from a baculovirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "Baculovirus supernatant" , + "Baculovirus vector" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic baculovirus" . + + +### http://purl.obolibrary.org/obo/ERO_0001190 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Retrovirus expressing a gene of interest." ; + ; + "A transgenic virus derived from a lentivirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "Retrovirus supernatant" , + "Retrovirus vector" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic retrovirus " . + + +### http://purl.obolibrary.org/obo/ERO_0001191 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "An adenovirus overexpressing a gene of interest." ; + ; + "A transgenic virus derived from an adenovirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "Adenovirus supernatant" , + "Adenovirus vector" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic adenovirus" . + + +### http://purl.obolibrary.org/obo/ERO_0001192 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Lentivirus expressing a gene of interest." ; + ; + "A transgenic virus derived from a lentivirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "Lentivirus supernatant" , + "Lentivirus vector" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic lentivirus" . + + +### http://purl.obolibrary.org/obo/ERO_0001193 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "An adeno-associated virus overexpressing a gene of interest." ; + ; + "A transgenic virus derived from an andeno-associated virus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "Adeno-associated virus supernatant" , + "Adeno-associated virus vector" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic adeno-associated virus" . + + +### http://purl.obolibrary.org/obo/ERO_0001194 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A reagent that consists of a collection of individual reagents of a given type." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "reagent library" . + + +### http://purl.obolibrary.org/obo/ERO_0001195 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A plasmid expressing cDNA of a gene of interest." ; + ; + "A plasmid with an insert derived from a cDNA molecule." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "cDNA plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0001196 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Knockdown the function of a gene, to study the function of that gene." ; + ; + "A perturb function that results in decreased expression levels of a target gene. This can be achieved through targeting a gene directly through gene knockout or modification of the its DNA sequence, or targeting of the mRNA product of a gene using technologies such as RNAi." ; + "PERSON: Matthew Brush" ; + "Gene repression function" , + "Gene silencing function" ; + "PERSON: Matthew Brush" ; + rdfs:label "gene knockdown function" . + + +### http://purl.obolibrary.org/obo/ERO_0001197 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A gene knockdown function that targets genes for post-transcriptional silencing through the RNA interference pathway." ; + "PERSON: Matthew Brush" ; + "RNAi function" ; + "PERSON: Matthew Brush" ; + rdfs:label "RNA interference function" . + + +### http://purl.obolibrary.org/obo/ERO_0001198 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A siRNA library." ; + ; + "A nucleic acid library that consists of a collection of gene knockdown reagents, which are capable of reducing the expression of target genes in a biological system." ; + "PERSON: Matthew Brush" ; + "Gene repression library" , + "Gene silencing library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "gene knockdown library" . + + +### http://purl.obolibrary.org/obo/ERO_0001199 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A gene knockdown library that consists of a collection of RNAi oligonucleotides or RNAi plasmids." ; + "PERSON: Matthew Brush" ; + "RNAi library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference library" . + + +### http://purl.obolibrary.org/obo/ERO_0001200 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "siRNA oligos." ; + ; + "A reagent that is capable of reducing the expression of a target gene in a biological system." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "gene knockdown reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0001201 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A primer." ; + ; + "A reagent that is a polymer comprised of DNA nucleotides." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "DNA reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0001202 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A riboprobe." ; + ; + "A reagent that is a polymer comprised of RNA nucleotides." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0001203 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A primer." ; + ; + "A DNA reagent consisting of a short, linear DNA polymer, typically with 100 or fewer bases." ; + "PERSON: Matthew Brush" ; + "DNA oligo" ; + "http://en.wikipedia.org/wiki/Oligonucleotide, http://www.operon.com/products/custom_oligos/glossary.aspx" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "DNA oligonucleotide" . + + +### http://purl.obolibrary.org/obo/ERO_0001204 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for Southern blot anlaysis." ; + ; + "A DNA oligonucleotide that is a single-stranded DNA molecule used to detect the presence of a complementary sequence among a mixture of other nucleic acid molecules." ; + "PERSON: Matthew Brush" ; + "http://www.everythingbio.com/glos/definition.php?word=DNA+probe" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "DNA probe" . + + +### http://purl.obolibrary.org/obo/ERO_0001205 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An RNA reagent consisting of a short, linear RNA polymer, typically with 100 or fewer bases." ; + "PERSON: Matthew Brush" ; + "RNA oligo" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA oligonucleotide" . + + +### http://purl.obolibrary.org/obo/ERO_0001206 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An RNA interference reagent used to silence expression of a target gene in cells, through the RNA interference pathway." ; + "PERSON: Matthew Brush" ; + "RNAi oligonucleotide" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference oligonucleotide" . + + +### http://purl.obolibrary.org/obo/ERO_0001207 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to knockdown gene function." ; + ; + "An RNA interference oligonucleotide comprised of complementary strands of RNA that form double-stranded duplexes, and can be processed through the RNAi pathway into short interfering RNA (siRNA) molecules used to silence target gene expression." ; + "PERSON: Matthew Brush" ; + "dsRNA oligo" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "dsRNA oligonucletide" . + + +### http://purl.obolibrary.org/obo/ERO_0001208 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An RNA interference oligonucleotide that includes gene-specific targeting sequences intended to silence expression of a target gene through the RNAi pathway, and also contains flanking miRNA sequence elements that allow for processing by cellular microRNA processing machinery into active miRNA molecules." ; + "PERSON: Matthew Brush" ; + "miRNA oligo" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA oligonucleotide" . + + +### http://purl.obolibrary.org/obo/ERO_0001209 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An RNA interference oligonucleotide capable of silencing expression of a target gene through the RNAi pathway. siRNAs are synthesized as single-stranded molecules, typically 19-25 nucleotides in length, and paired with complementary sequences to form duplexes that serve as substrates for cellular RNAi processing machinery." ; + "PERSON: Matthew Brush" ; + "siRNA oligo" ; + "MHB, http://www.sigmaaldrich.com/life-science/custom-oligos/sirna-oligos.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "siRNA oligonucleotide" . + + +### http://purl.obolibrary.org/obo/ERO_0001210 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + ; + "A gene knockdown reagent that is capable of reducing the expression of a target gene in a biological system through the RNA interference pathway." ; + "PERSON: Matthew Brush" ; + "RNAi reagent" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference reagent" . + + +### http://purl.obolibrary.org/obo/ERO_0001211 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to identify genome sequences." ; + ; + "A DNA sequencing by ligation technique that involves a bead-based method that uses a complex approach of adapter ligation followed by adapter decoding, reading the sequence in increments of four nucleotides; this method made it susceptible to sequence-specific bias or loss of specific sequences." ; + "PERSON: Nicole Vasilevsky" ; + "Lynx Therapeutics' Massively Parallel Signature Sequencing " , + "MPSS" , + "Massively Parallel Sequencing" , + "Massively-Parallel Sequencing" , + "Sequencing, Massively-Parallel" , + "Sequencings, Massively-Parallel" ; + "http://en.wikipedia.org/wiki/DNA_sequencing#High-throughput_sequencing" ; + rdfs:label "massively parallel signature sequencing" . + + +### http://purl.obolibrary.org/obo/ERO_0001212 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A reagent library consisting of a collection of organisms." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "organism library" . + + +### http://purl.obolibrary.org/obo/ERO_0001213_ + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A siRNA oligonucleotide that specifically inhibits endogenous miRNA function in cells." ; + "PERSON: Matthew Brush" ; + "miRNA inhibitor siRNA oligo" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA inhibitor siRNA oligonucleotide" . + + +### http://purl.obolibrary.org/obo/ERO_0001215 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A nucleic acid assay used to determine the size of your DNA or RNA fragments by using a fluorescence-based detection system." ; + "PERSON: Nicole Vasilevsky" ; + "Fragment analysis" ; + "http://www.brc.cornell.edu/brcinfo/?p=fraganalysis" ; + rdfs:label "nucleic acid fragment analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001216 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to detect various polymorphisms in different genomic regions simultaneously. " ; + ; + "A PCR based technique used to detect polymorphisms in DNA. It uses restriction enzymes to digest genomic DNA, followed by ligation of adaptors to the sticky ends of the restriction fragments. A subset of the restriction fragments are then selected to be amplified and the amplified fragments are visualized on denaturing polyacrylamide gels either through autoradiography or fluorescence methodologies." ; + "PERSON: Nicole Vasilevsky" ; + "AFLP" , + "AFLP-PCR" ; + "http://en.wikipedia.org/wiki/Amplified_fragment_length_polymorphism" ; + rdfs:label "amplified fragment length polymorphism PCR " . + + +### http://purl.obolibrary.org/obo/ERO_0001217 + rdf:type owl:Class ; + rdfs:subClassOf ; + "DNA fragment analysis." ; + ; + "An RFLP technique for profiling of microbial communities based on the position of a restriction site closest to a labeled end of an amplified gene. The method is based on digesting a mixture of PCR amplified variants of a single gene using one or more restriction enzymes and detecting the size of each of the individual resulting terminal fragments using a DNA sequencer." ; + "PERSON: Nicole Vasilevsky" ; + "T-RFLP" , + "TRFLP " ; + "http://en.wikipedia.org/wiki/Terminal_restriction_fragment_length_polymorphism" ; + rdfs:label "terminal restriction fragment length polymorphism" . + + +### http://purl.obolibrary.org/obo/ERO_0001218 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Biocuration for a databse." ; + ; + "A data transformation technique that comprises all the disciplines related to managing data as a valuable resource." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Data_management" ; + rdfs:label "data management" . + + +### http://purl.obolibrary.org/obo/ERO_0001219 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Quality control over drug manufacturing." ; + ; + "A technique used to ensure a certain level of quality in a product or service." ; + "PERSON: Nicole Vasilevsky" ; + "QC" ; + "http://www.wisegeek.com/what-is-quality-control.htm" ; + rdfs:label "quality control" . + + +### http://purl.obolibrary.org/obo/ERO_0001220 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of tumor size and composition in a deceased mouse exposed to a mutagenic substance." ; + ; + "An organismal assay used to examine the organs of a dead body to determine the cause of death or to study the pathologic changes present." ; + "PERSON: Nicole Vasilevsky" ; + "Necropsy" ; + "http://www.medilexicon.com/medicaldictionary.php?t=8793" ; + rdfs:label "autopsy" . + + +### http://purl.obolibrary.org/obo/ERO_0001221 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Maintaining the eagle-i repositories." ; + ; + "A data transformation technique that is used to keep a database running smoothly." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-database-maintenance.htm" ; + rdfs:label "database maintenance " . + + +### http://purl.obolibrary.org/obo/ERO_0001222 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Development of the eagle-i data repositories." ; + ; + "A data transformation technique used to describe the process of database design and implementation." ; + "PERSON: Nicole Vasilevsky" ; + "www.cs.uiowa.edu/~jni/courses/DatabaseManagementSystem/presentation/keyTermsChap06.doc" ; + rdfs:label "database development" . + + +### http://purl.obolibrary.org/obo/ERO_0001224 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Sterilization of surgical instruments." ; + ; + "A material processing technique that eliminates (removes) or kills all forms of life, including transmissible agents (such as fungi, bacteria, viruses, spore forms, etc.) present on a surface, contained in a fluid, in medication, or in a compound such as biological culture media." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ph.ucla.edu/epi/bioter/anthapha_def_a.html" ; + rdfs:label "sterilization" . + + +### http://purl.obolibrary.org/obo/ERO_0001225 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Culture and propogation of microorganisms, which are microscopic, unicellular, and cell-cluster organisms." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Microbiology" ; + rdfs:label "microorganism culture and propagation" . + + +### http://purl.obolibrary.org/obo/ERO_0001226 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Anaerobic bacterial cultures are performed to identify bacteria that grow only in the absence of oxygen and which may cause human infection." ; + ; + "Microorganism culture and propogation in a non-oxygenated environment." ; + "PERSON: Nicole Vasilevsky" ; + "Anaerobic bacteria culture " ; + "http://en.wikipedia.org/wiki/Anaerobic_organism" ; + rdfs:label "anaerobic culture" . + + +### http://purl.obolibrary.org/obo/ERO_0001227 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Bacterial culture expressing a plasmid of interest, used for cloning." ; + ; + "Microorganism culture and propogation in an oxygenated environment." ; + "PERSON: Nicole Vasilevsky" ; + " Culture, routine" , + "Routine culture" , + "Wound culture" ; + "http://en.wikipedia.org/wiki/Aerobic_organism" ; + rdfs:label "aerobic culture" . + + +### http://purl.obolibrary.org/obo/ERO_0001228 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Microorganism culture and propogation of dermatophytes, fungi that commonly causes skin disease in animals and humans." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Dermatophyte" ; + rdfs:label "dermatophyte culture" . + + +### http://purl.obolibrary.org/obo/ERO_0001229 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Bacterial culture used for subcloning." ; + ; + "Microorganism culture and propogation where carbon dioxide is added in the culture mediums to enhance the culture conditions." ; + "PERSON: Nicole Vasilevsky" ; + "Carbon dioxide enriched culture" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "CO2 enriched culture" . + + +### http://purl.obolibrary.org/obo/ERO_0001230 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Preparing mice for air travel." ; + ; + "A laboratory animal care technique used to safely transport animals from one location to another." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal transporting" . + + +### http://purl.obolibrary.org/obo/ERO_0001231 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Harvesting lymph nodes from a mouse." ; + ; + "A material processing technique performed to procure tissue from surgical resection specimens for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "Tissue harvesting" ; + "http://www.pathology.med.umich.edu/giordano_lab/tps.htm" ; + rdfs:label "tissue procurement" . + + +### http://purl.obolibrary.org/obo/ERO_0001233 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to detect IL-2 levels in a sample." ; + ; + "A molecular assay used for cytokine detection in a sample, where the multiplex capture antibody is attached to a bead." ; + "PERSON: Nicole Vasilevsky" ; + "Multi-plex cytokine assay" , + "Multiplex cytokine assay" ; + "http://www.dartmouth.edu/~dartlab/index.php?page=multiplexed-cytokines" ; + rdfs:label "multiplexed cytokine assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001234 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Breeding a MHC congenic mouse." ; + ; + "A mouse breeding technique used to generate congenic strains; strains generated by repeated backcrossing (at least 10 generations) that differ from one another only with respect to a small chromosomal segment. Many congenic mouse strains differ only in a segment containing the major histocompatibility complex." ; + "PERSON: Nicole Vasilevsky" ; + "http://mouse.ornl.gov/mmdb/Search-pulldownglossary.html" ; + rdfs:label "congenic backcrossing" . + + +### http://purl.obolibrary.org/obo/ERO_0001235 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to study brain function and activity." ; + ; + "A physiological assay that uses nuclear magnetic resonance of protons to produce proton density images." ; + "PERSON: Nicole Vasilevsky" ; + "MRI" ; + "http://wordnetweb.princeton.edu/perl/webwn?s=mri" ; + rdfs:label "magnetic resonance imaging" . + + +### http://purl.obolibrary.org/obo/ERO_0001236 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to study brain function and activity." ; + ; + "A physiological assay that complements magnetic resonance imaging (MRI) as a non-invasive means for the characterization of tissue. While MRI uses the signal from hydrogen protons to form anatomic images, proton MRS uses this information to determine the concentration of brain metabolites such as N-acetyl aspartate (NAA), choline (Cho), creatine (Cr) and lactate in the tissue examined." ; + "PERSON: Nicole Vasilevsky" ; + "MRS" ; + "http://www.ncbi.nlm.nih.gov/pubmed/16148633" ; + rdfs:label "magnetic resonance spectroscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001238 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Generation of a transgenic animal that is homozygous for the Mad4 gene." ; + ; + "A material processsing technique used to produce an organism in which there has been a deliberate modification of the genome in contrast to spontaneous mutation. Foreign DNA is introduced into the animal, using recombinant DNA technology, and then must be transmitted through the germ line so that every cell, including germ cells, of the animal contain the same modified genetic material." ; + "PERSON: Nicole Vasilevsky" ; + "Mutant animal model generation" ; + "http://people.ucalgary.ca/~browder/transgenic.html" ; + rdfs:label "transgenic organism model generation" . + + +### http://purl.obolibrary.org/obo/ERO_0001239 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular assay that is the quantitative measurement of the reflection or transmission properties of a material as a function of wavelength." ; + "PERSON: Nicole Vasilevsky" ; + "Spectroscopy" ; + "http://en.wikipedia.org/wiki/Spectrophotometry" ; + rdfs:label "spectrophotometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001240 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Using antibodies to identify proteins in a cell." ; + ; + "A cellular assay that uses antibodies that target specific peptides or protein antigens in the cell via specific epitopes. These bound antibodies can then be detected using several different methods." ; + "PERSON: Nicole Vasilevsky" ; + "ICC" ; + "http://en.wikipedia.org/wiki/Immunocytochemistry" ; + rdfs:label "immunocytochemistry" . + + +### http://purl.obolibrary.org/obo/ERO_0001241 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Use of flow cytometry to identify a population of cells." ; + ; + "A cellular assay used to identify the characteristics of an organism collectively, including anatomical and psychological traits, that result from both its heredity and its environment." ; + "PERSON: Nicole Vasilevsky" ; + "Cellular phenotyping" ; + "http://www.yourdictionary.com/phenotype" ; + rdfs:label "cell phenotyping" . + + +### http://purl.obolibrary.org/obo/ERO_0001242 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A technique used for isolating specific cells of interest from microscopic regions of tissue/cells/organisms." ; + "PERSON: Nicole Vasilevsky" ; + "LAM" , + "LCM" , + "LMD" , + "Laser MicroDissection " , + "Laser capture microscopy" , + "Laser-assisted microdissection " , + "Microdissection" ; + "http://en.wikipedia.org/wiki/Laser_capture_microdissection" ; + rdfs:label "laser capture microdissection" . + + +### http://purl.obolibrary.org/obo/ERO_0001243 + rdf:type owl:Class ; + rdfs:subClassOf ; + "How to handle animals when performing i.p. injections." ; + ; + "A laboratory animal care technique used to humanely handle animals in a way that causes the least amount of stress to the animal for experimentation purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal handling" . + + +### http://purl.obolibrary.org/obo/ERO_0001245 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Licensing of a new technology." ; + ; + "A technique that authorizes a use (such as copying software or using a (patented) invention) to a licensee, sparing the licensee from a claim of infringement brought by the licensor." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/License" ; + rdfs:label "licensing" . + + +### http://purl.obolibrary.org/obo/ERO_0001247 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Reagent library preparation of peptides used for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "peptide library construction" . + + +### http://purl.obolibrary.org/obo/ERO_0001248 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay used to measure blood pressure in an organism." ; + "PERSON: Nicole Vasilevsky" ; + "Blood pressure assessment" , + "Blood pressure measurement" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "blood pressure analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001249 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Hind limb ischemia model." ; + ; + "Experimental disease induction performed to induce cerebral ischemia in an animal model, to study of basic processes or potential therapeutic interventions in this disease, and the extension of the pathophysiological knowledge on and/or the improvement of medical treatment of human ischemic stroke." ; + "PERSON: Nicole Vasilevsky" ; + "Ischemia induction" , + "Ischemia model" , + "Ischemia modeling" , + "Ischemic induction" ; + "http://en.wikipedia.org/wiki/Animal_models_of_ischemic_stroke" ; + rdfs:label "animal modeling of ischemic stroke" . + + +### http://purl.obolibrary.org/obo/ERO_0001250 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging technique that involves the process, activity and art of creating still or moving pictures by recording radiation on a sensitive medium, such as a photographic film, or an electronic sensor." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Photography" ; + rdfs:label "photography" . + + +### http://purl.obolibrary.org/obo/ERO_0001251 + rdf:type owl:Class ; + rdfs:subClassOf ; + "3D modeling of blood flow." ; + ; + "A technique that uses mathematical models in computational science that requires extensive computational resources to study the behavior of a complex system by computer simulation." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Computational_model" ; + rdfs:label "computational modeling technique" . + + +### http://purl.obolibrary.org/obo/ERO_0001252 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The application of a computer model to blood flow. " ; + ; + "A technique that models the complexities of a fluid-flow, given system geometry and a set of known or approximated boundary conditions." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "3D computational fluid-dynamics modeling" . + + +### http://purl.obolibrary.org/obo/ERO_0001253 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of blood flow in a developing chick." ; + ; + "A 3D computational fluid-dynamics modeling technique that simulates exclusively blood flow." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "blood transport computational modeling" . + + +### http://purl.obolibrary.org/obo/ERO_0001254 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Transport of a patient within a hospital." ; + ; + "A service offering that describes a service in which the provider facilitates the transport of some material entity to a specified destination for the service consumer." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "transport service" . + + +### http://purl.obolibrary.org/obo/ERO_0001255 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Technical support." ; + ; + "A service offering that describes a service in which the provider assists the consumer in activities directly or indirectly associated with the production and analysis or experimental research data." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "support service" . + + +### http://purl.obolibrary.org/obo/ERO_0001256 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Cryopreservation service." ; + ; + "A storage service offering that describes a service in which the consumer provides some material as input which a service provider stores and returns as output" ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "material storage service" . + + +### http://purl.obolibrary.org/obo/ERO_0001257 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Storing data on a server." ; + ; + "A storage service offering that describes a service in which the consumer provides data as input, which a service provider stores and returns as output in its original form." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "data storage service" . + + +### http://purl.obolibrary.org/obo/ERO_0001258 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A service offering that describes a service in which the provider actively maintains a material or data resource (e.g. a model organism colony or database) for the service consumer. This may involved making physical alterations to the material or data with the goal of maintaining its integrity or features." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "maintenance service" . + + +### http://purl.obolibrary.org/obo/ERO_0001259 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Maintaining an animal coloy." ; + ; + "A maintenance service offering that describes a service in which the provider actively maintains a material resource (e.g. a model organism colony) for the service consumer. A material maintenance service may or may not include storage of the material input." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "material maintenance service" . + + +### http://purl.obolibrary.org/obo/ERO_0001260 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Maintaining a database." ; + ; + "A maintenance service offering that describes a service in which the provider actively manages or maintains data or a database for the service consumer. Maintenance of the data is performed to maintain its integrity or enhance its quality or utility for the consumer, but new data is not generated as a result of the maintenance." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "data maintenance service" . + + +### http://purl.obolibrary.org/obo/ERO_0001261 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Flow cytometry analysis service." ; + ; + "A service offering that describes a service in which the consumer provides some input material or data and a service provider returns data about the input material or data." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "analysis service" . + + +### http://purl.obolibrary.org/obo/ERO_0001262 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Sequence data analysis." ; + ; + "An analysis service offering that describes a service in which the consumer provides some input data and a service provider transforms, models, or interprets the input data and returns this generated data as output" ; + "PERSON: Matt Brush" ; + "data processing service" , + "data transformation service" ; + "PERSON: Matthew Brush" ; + rdfs:label "data analysis service" . + + +### http://purl.obolibrary.org/obo/ERO_0001263 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Histology service." ; + ; + "A material processing service offering that describes a service in which the provider makes physical modifications to a specified input material, such that at least one of the specified outputs of this process is a modified version of a specified input material." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "material modification service" . + + +### http://purl.obolibrary.org/obo/ERO_0001264 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A GFP expressing mouse." ; + ; + "A transgenic animal model generation of a transgenic mouse or mice. " ; + "PERSON: Nicole Vasilevsky" ; + "Mutant mouse generation" , + "Transgenic mouse generation" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "transgenic mouse model generation" . + + +### http://purl.obolibrary.org/obo/ERO_0001265 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to compare differential gene expression between samples." ; + ; + "A nucleic acid microarray assay that uses the GeneChip® System as the platform for analyzing complex genetic information." ; + "PERSON: Nicole Vasilevsky" ; + "Affy" , + "Affy array" , + "Affymetric SNP array" , + "Affymetric microarray" , + "Affymetrix SNP array" , + "Affymetrix microarray" ; + "http://www.affymetrix.com/estore/browse/brand/brandOverview.jsp;jsessionid=44DD3FD76424BB1861E4818FE5C48E4F?category=35677&categoryIdClicked=35677&rootCategoryId=35677&navMode=35677&aId=brandsNav" ; + rdfs:label "affymetrix array" . + + +### http://purl.obolibrary.org/obo/ERO_0001266 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Sample preparation of chicken embryos for experimental research." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "chicken embryo preparation" . + + +### http://purl.obolibrary.org/obo/ERO_0001267 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Mathematical modeling of a heart. " ; + ; + "A data transformation technique used to coordinate and arrange sets of spatial images with their time stamps to produce a 4D image." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "4-D image reconstruction algorithm" . + + +### http://purl.obolibrary.org/obo/ERO_0001268 + rdf:type owl:Class ; + rdfs:subClassOf ; + "MRI imaging." ; + ; + "An imaging technique used to create digital images, typically from a physical scene." ; + "PERSON: Nicole Vasilevsky" ; + "Digital image acquisition" ; + "http://en.wikipedia.org/wiki/Digital_imaging" ; + rdfs:label "digital imaging" . + + +### http://purl.obolibrary.org/obo/ERO_0001269 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Optical coherence tomography that uses time domain optical coherence tomography and Doppler shifts from a moving objective to acquire and process images." ; + "PERSON: Nicole Vasilevsky" ; + "Doppler optical coherence tomography" ; + "http://en.wikipedia.org/wiki/Optical_coherence_tomography" ; + rdfs:label "doppler OCT" . + + +### http://purl.obolibrary.org/obo/ERO_0001270 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A materials assay for quantifying the velocity of bulk fluid flows." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Flow_measurement" ; + rdfs:label "fluid velocity measurements" . + + +### http://purl.obolibrary.org/obo/ERO_0001271 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging OCT technique that arranges images collected without external triggering from time domain optical coherence tomography sequentially in time." ; + "PERSON: Nicole Vasilevsky" ; + "Synchronization of 4D non-gated images by optical coherence tomography" ; + "http://en.wikipedia.org/wiki/Optical_coherence_tomography " ; + rdfs:label "synchronization of 4D non-gated images by OCT" . + + +### http://purl.obolibrary.org/obo/ERO_0001272 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A doppler OCT technique that provides complementary temporal flow information to the spatially distributed flow information of Doppler imaging." ; + "PERSON: Nicole Vasilevsky" ; + "SDI" , + "SDOCT" , + "Spectral doppler imaging" ; + "http://adsabs.harvard.edu/abs/2010SPIE.7554E..47Y" ; + rdfs:label "spectral doppler optical coherence tomography " . + + +### http://purl.obolibrary.org/obo/ERO_0001273 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A fluid velocity measurement technique for non-invasive, real-time measurement of the complete velocity profile of a liquids containing particles in suspension." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Doppler_effect#Velocity_profile_measurement" ; + rdfs:label "doppler velocity measurements" . + + +### http://purl.obolibrary.org/obo/ERO_0001275 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay predicated on the mapping of (biological) quantities or properties onto spatial representations of the (human or non-human) brain resulting in maps." ; + "PERSON: Nicole Vasilevsky" ; + "Brain mapping" ; + "http://en.wikipedia.org/wiki/Brain_mapping" ; + rdfs:label "neuroantomical mapping" . + + +### http://purl.obolibrary.org/obo/ERO_0001276 + rdf:type owl:Class ; + rdfs:subClassOf ; + "ISH using zebra finch zRalDH digoxigenin-labeled riboprobes." ; + ; + "An in situ hybridization technique that uses radioactive probes to detect the gene of interest." ; + "PERSON: Nicole Vasilevsky" ; + "Radioactive ISH" , + "Radioactive in situ analysis" , + "Radioactive in-situ hybridization" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "radioactive in situ hybridization" . + + +### http://purl.obolibrary.org/obo/ERO_0001277 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Use of viral strains as markers of a cell�s connectivity to the injection site. " ; + ; + "A cellular assay used to trace neural connections from their point of termination (the synapse) to their source (the cell body)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Retrograde_tracing" ; + rdfs:label "retrograde labeling" . + + +### http://purl.obolibrary.org/obo/ERO_0001278 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Agent delivery of a substance into the skin or tissue via an electrical charge." ; + "PERSON: Nicole Vasilevsky" ; + "http://minneapolis.injuryboard.com/miscellaneous/iontophoresis-injection-without-the-needle.aspx?googleid=287626" ; + rdfs:label "iontophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0001280 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A transgenic mouse." ; + ; + "Organism that has a sequence alteration, generally one that causes a change in phenotype or gene disfunction." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mutant organism" . + + +### http://purl.obolibrary.org/obo/ERO_0001282 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Immunohistochemistry is a tissue assay." ; + ; + "An assay that generates data about anatomical entities or processes at a tissue or organ scale of granularity." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "tissue/organ assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001283 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Culture of cell lines." ; + ; + "A material processing technique used to create and maintain conditions suitable for growth of a living entity such as tissue cells, or bacteria." ; + "PERSON: Nicole Vasilevsky" ; + "In vitro culture and propagation" ; + "http://oxforddictionaries.com/definition/culture?region=us" ; + rdfs:label "culture and propagation" . + + +### http://purl.obolibrary.org/obo/ERO_0001284 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Mass spectrometry." ; + ; + "A molecular assay that generates data about the presence, abundance, structure, function, or activity of proteins." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "protein assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001285 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Phenotype characterization of a transgenic mouse." ; + ; + "An assay that generates data about the physical characteristics, physological functions, or behavior of organisms or viruses." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "organismal assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001286 + rdf:type owl:Class ; + rdfs:subClassOf ; + "PCR." ; + ; + "A molecular assay that generates data about the presence, abundance, structure, function, or activity of nucleic acids." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "nucleic acid assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001287 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Sequencing of a novel protein." ; + ; + "A protein assay that involves the determination of the arrangement of the amino acid sequence of a protein." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/protein-sequencing" ; + rdfs:label "protein sequencing " . + + +### http://purl.obolibrary.org/obo/ERO_0001288 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Clinical diagnosis of a disease." ; + ; + "An organismal assay designed to capture information about clinical samples or specimens." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "clinical assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001289 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to test brain activity." ; + ; + "A cellular assay used to study electrical properties of biological cells and tissues, which involves measurements of voltage change or electric current." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrophysiology" ; + rdfs:label "electrophysiology assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001290 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of an mouse anti-human OX40 antibody." ; + ; + "Antibody production in which of large quantities of identical antibody molecules (targeted against a particular antigen) are produced." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.accessexcellence.org/RC/VL/GG/monoclonal.php" ; + rdfs:label "monoclonal antibody production" . + + +### http://purl.obolibrary.org/obo/ERO_0001291 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material processing technique that forces blood or other fluid to flow from the artery through the vascular bed of a tissue or organ or to flow through the lumen of a hollow structure, for example an isolated renal tubule." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.medilexicon.com/medicaldictionary.php?t=66872" ; + rdfs:label "organ perfusion" . + + +### http://purl.obolibrary.org/obo/ERO_0001292 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Electrocardiogram." ; + ; + "An organismal assay designed to capture information pertaining to the the organic processes and phenomena of an organism or any of its parts or of a particular bodily process." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.merriam-webster.com/dictionary/physiology" ; + rdfs:label "physiological assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001293 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Generating a plasmid that overexpresses a gene of interest tagged to GFP." ; + ; + "A material processing technique used to engineer a construct." ; + "PERSON: Nicole Vasilevsky" ; + "Construct construction" , + "Vector construction" , + "Vector engineering" ; + "PERSON: Matthew Brush" ; + rdfs:label "construct engineering" . + + +### http://purl.obolibrary.org/obo/ERO_0001294 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Design of a flow cytometer." ; + ; + "A technique involving a strategic approach to creating an instrument or electronic device." ; + "PERSON: Nicole Vasilevsky" ; + "Device design" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "instrument and electronics design" . + + +### http://purl.obolibrary.org/obo/ERO_0001296 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Metallurgy." ; + ; + "An assay that generates data about the physical features of materials not of biological origin." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "materials assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001297 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Gene therapy." ; + ; + "A material processing technique that involves the direct human manipulation of an organism's genome using modern DNA technology in an experimental setting." ; + "PERSON: Nicole Vasilevsky" ; + "Experimental genetic engineering" ; + "http://en.wikipedia.org/wiki/Genetic_engineering" ; + rdfs:label "experimental genetic modification" . + + +### http://purl.obolibrary.org/obo/ERO_0001298 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Fixing tissue with formaldehyde." ; + ; + "A material processing technique in which substrate material is modified by the addition of a chemical agent that modifies the chemical structure of the substrate." ; + "PERSON: Nicole Vasilevsky" ; + "Molecular modification" ; + "PERSON: Matthew Brush" ; + rdfs:label "chemical modification" . + + +### http://purl.obolibrary.org/obo/ERO_0001299 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Carbohydrate synthesis." ; + ; + "Chemical synthesis of a biomolecule; any molecule that is produced by a living organism, including large polymeric molecules such as proteins, polysaccharides, lipids, and nucleic acids as well as small molecules such as primary metabolites, secondary metabolites, and natural products." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Biomolecule" ; + rdfs:label "biomolecule synthesis" . + + +### http://purl.obolibrary.org/obo/ERO_0001300 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Fixation of tissue, prior to immunohistochemistry." ; + ; + "Histological sample preparation that uses agents which permeate tissues and cells and combine covalently with their major biochemical constituents (lipids, proteins and carbohydrates) and fix them into place." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.udel.edu/biology/Wags/b617/temprep/temprep1.htm" ; + rdfs:label "fixation" . + + +### http://purl.obolibrary.org/obo/ERO_0001301 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for stroke models." ; + ; + "Experimental disease induction used to model infarction, the formation of an infarct, an area of tissue death (necrosis) due to a local lack of oxygen caused by obstruction of the tissue's blood supply." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Infarction" ; + rdfs:label "infarction model" . + + +### http://purl.obolibrary.org/obo/ERO_0001303 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Preparation of a cDNA library." ; + ; + "Material production of a library or reagents, for use in a chemical reaction or other experimental processes, to detect, measure, examine, or produce other substances." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.yourdictionary.com/reagent" ; + rdfs:label "reagent library preparation" . + + +### http://purl.obolibrary.org/obo/ERO_0001304 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Implantation of a piece of tissue into a blastocyst." ; + ; + "Agent delivery of a thing implanted in something else, such as a piece of tissue, prosthetic device, or other object implanted in the body." ; + "PERSON: Nicole Vasilevsky" ; + "http://oxforddictionaries.com/definition/implant" ; + rdfs:label "implantation" . + + +### http://purl.obolibrary.org/obo/ERO_0001305 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Culture and propogation of tissues and/or cells separate from the organism." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Tissue_culture" ; + rdfs:label "tissue culture" . + + +### http://purl.obolibrary.org/obo/ERO_0001306 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Infection of a cell line with viral supernatants." ; + ; + "Agent delivery of a host organization by a foreign species in an experimental setting." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Infection_%28disambiguation%29" ; + rdfs:label "experimental infection" . + + +### http://purl.obolibrary.org/obo/ERO_0001307 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Construction of a BAC expressing a gene of interest." ; + ; + "A construct engineering technique used to engineer a bacterial artificial chromsome (BAC)." ; + "PERSON: Nicole Vasilevsky" ; + "BAC engineering" , + "Bacterial artificial chromosome construction" , + "Bacterial artificial chromosome engineering" ; + "PERSON: Matthew Brush" ; + rdfs:label "BAC construction" . + + +### http://purl.obolibrary.org/obo/ERO_0001308 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Subcloning of a plasmid expressing a gene of interest fused to GFP." ; + ; + "A construct engineering technique used to assemble or modify a DNA plasmid to contain desired sequence elements, such as promoters, genes of interest, antibiotic resistance genes, multiple cloning sites, origins of replication, or other specified sequences." ; + "PERSON: Nicole Vasilevsky" ; + "Plasmid engineering" ; + "PERSON: Matthew Brush" ; + rdfs:label "plasmid construction" . + + +### http://purl.obolibrary.org/obo/ERO_0001309 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Data analysis of flow cytometry data." ; + ; + "A data transformation technique used to analyze and interpret data to gain a better understanding of it." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Analysis" ; + rdfs:label "data analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001310 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Screening patients for a clinical trial." ; + ; + "A technique performed to prepare or implement a clinical trial." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "clinical trial technique" . + + +### http://purl.obolibrary.org/obo/ERO_0001311 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Storage of cell lines in liquid nitrogen." ; + ; + "A technique that provides storage of a material." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "material storage" . + + +### http://purl.obolibrary.org/obo/ERO_0001312 + rdf:type owl:Class ; + rdfs:subClassOf ; + "MRI." ; + ; + "A technique used to create a representation or reproduction of an object's outward form; especially a visual representation (i.e., the formation of an image)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Imaging" ; + rdfs:label "imaging technique" . + + +### http://purl.obolibrary.org/obo/ERO_0001313 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Monoclonal antibody production." ; + ; + "A material processing technique in which physical changes are made to a specified input material that produce a new entity as specified output. The specified output of a material production technique can be contained within, derived from, or synthesized from specified input materials, but it represents a material entity that is of a distinct type from any of the specified input materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://neurolex.org/wiki/Category:Material_service_resource" ; + rdfs:label "material production" . + + +### http://purl.obolibrary.org/obo/ERO_0001314 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of an mouse anti-mouse OX40 monoclonal antibody." ; + ; + "Material production of monoclonal or polyclonal antibodies for experimental purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "antibody production" . + + +### http://purl.obolibrary.org/obo/ERO_0001315 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Production of viral supernatants expressing GFP." ; + ; + "Material production of viral supernatants using vectors expressing a gene of interest. Virus is produced by transfecting cells and collecting supernatant and the supernatant is then used to directly infect cells for the purpose of studying the function of a particular gene or set of genes." ; + "PERSON: Nicole Vasilevsky" ; + "http://web.mit.edu/jacks-lab/protocols/lentiviralproduction.htm" ; + rdfs:label "virus production" . + + +### http://purl.obolibrary.org/obo/ERO_0001317 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A method in which the investigators do not seek to intervene, and just simply observe the course of events." ; + "Person: Melanie Wilson" ; + "Person: Melanie Wilson" ; + rdfs:label "observational method"@en . + + +### http://purl.obolibrary.org/obo/ERO_0001318 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An observational method that produces a test result based on a quantitative, categorical or qualitative test." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Test_method" ; + rdfs:label "testing method" . + + +### http://purl.obolibrary.org/obo/ERO_0001319 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An observational method where quantitative measurements are made based on the observations." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "measurement method" . + + +### http://purl.obolibrary.org/obo/ERO_0001320 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An observational method of gathering data by asking questions or providing a formal questionnaire to individuals who are thought to have desired information. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.managementstudyguide.com/survey_method.htm" ; + rdfs:label "survey method" . + + +### http://purl.obolibrary.org/obo/ERO_0001321 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An observational method of gathering data by interviewing individuals. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "interview method" . + + +### http://purl.obolibrary.org/obo/ERO_0001322 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An observational method where observations are made visually." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "visual observation method" . + + +### http://purl.obolibrary.org/obo/ERO_0001323 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An observational method using an auditory source." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "audio observation method" . + + +### http://purl.obolibrary.org/obo/ERO_0001324 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Fabrication of a instrument." ; + ; + "A material production technique used to make a product from raw materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/fabrication" ; + rdfs:label "fabrication" . + + +### http://purl.obolibrary.org/obo/ERO_0001325 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging technique used for visualizing subcutaneous body structures including tendons, muscles, joints, vessels and internal organs for possible pathology or lesions. Obstetric sonography is commonly used during pregnancy for fetal imaging." ; + "PERSON: Nicole Vasilevsky" ; + "Medical sonography" , + "Ultrasound" ; + "http://en.wikipedia.org/wiki/Sonography" ; + rdfs:label "ultrasonography" . + + +### http://purl.obolibrary.org/obo/ERO_0001326 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Use of FACS to sort for a specific population of cells." ; + ; + "A cell separation technique used to enrich mixed populations of cells out into two or more populations that usually occupying different parts of the same aggregate or separate into different aggregates." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.mondofacto.com/facts/dictionary?cell+sorting" ; + rdfs:label "cell enrichment" . + + +### http://purl.obolibrary.org/obo/ERO_0001327 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Rehabilitation for alcohol abuse." ; + ; + "A technique that is performed to restore some or all of the patient's physical, sensory, and mental capabilities that were lost due to injury, illness, or disease." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/rehabilitation" ; + rdfs:label "rehabilitation" . + + +### http://purl.obolibrary.org/obo/ERO_0001328 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to identify proteins." ; + ; + "A mass spectrometry technique that combines the features of gas-liquid chromatography and mass spectrometry to identify different substances within a test sample." ; + "PERSON: Nicole Vasilevsky" ; + "GC-MS" , + "GC/MS" ; + "http://en.wikipedia.org/wiki/Gas_chromatography-mass_spectrometry" ; + rdfs:label "gas chromatography-mass spectrometry " . + + +### http://purl.obolibrary.org/obo/ERO_0001329 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to identify protein sequences." ; + ; + "A mass spectrometry technique that combines the physical separation capabilities of liquid chromatography (or HPLC) with the mass analysis capabilities of mass spectrometry. Generally its application is oriented towards the specific detection and potential identification of chemicals in the presence of other chemicals (in a complex mixture)." ; + "PERSON: Nicole Vasilevsky" ; + "HPLC-MS" , + "LC-MS" , + "LC/MS" ; + "http://en.wikipedia.org/wiki/Liquid_chromatography-mass_spectrometry" ; + rdfs:label "liquid chromatography-mass spectrometry " . + + +### http://purl.obolibrary.org/obo/ERO_0001330 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay that utilizes systematic administration of defined procedures to measure specific psychological functions known to be linked to particular brain structures or pathways in humans." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Neuropsychological_test" ; + rdfs:label "neuropsychological testing" . + + +### http://purl.obolibrary.org/obo/ERO_0001331 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for protein identification." ; + ; + "A mass spectrometry technique used to produce ions. It is especially useful in producing ions from macromolecules because it overcomes the propensity of these molecules to fragment when ionized." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrospray_ionization " ; + rdfs:label "electrospray ionization" . + + +### http://purl.obolibrary.org/obo/ERO_0001332 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to identify chiral molecules." ; + ; + "An electrophoresis technique used to separate ionic species by their charge and frictional forces and hydrodynamic radius." ; + "PERSON: Nicole Vasilevsky" ; + "CE" , + "CZE" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Capillary_zone_electrophoresis" ; + rdfs:label "capillary electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0001333 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A 2D gel used for proteomics analysis." ; + ; + "A polyacrylamide gel electrophoresis technique used to separate molecules based on two properties, the isoelectric point and their molecular weight. In the first dimension, molecules are resolved in according to their isoelectric points (pIs) using immobilized pH gradient electrophoresis (IPGE), isoelectric focusing (IEF), or non-equilibrium pH gradient electrophoresis (NEPHGE). In the second dimension, proteins are separated according to their approximate molecular weight using sodium dodecyl sulfate poly-acrylamide-electrophoresis (SDS-PAGE)." ; + "PERSON: Nicole Vasilevsky" ; + "2D gel electrophoresis" , + "2D polyacrylamide gel electrophoresis" ; + "http://www-lmmb.ncifcrf.gov/phosphoDB/2d-description.html" ; + rdfs:label "two dimensional polyacrylamide gel electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0001334 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Biopsy of a potentially cancerous mole." ; + ; + "Specimen creation of a sample of tissue from a living body for diagnostic purposes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/biopsy" ; + rdfs:label "biopsy" . + + +### http://purl.obolibrary.org/obo/ERO_0001335 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The makeup of fat in the abdominal wall can be investigated by fat biopsy." ; + ; + "A biopsy that involves the removal of a small part of the abdominal wall fat pad." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.pennmedicine.org/encyclopedia/em_PrintArticle.aspx?gcid=003841&ptid=1" ; + rdfs:label "fat biopsy" . + + +### http://purl.obolibrary.org/obo/ERO_0001336 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to biopsy a potentially cancerous mole." ; + ; + "A biopsy that involves the removal of a cylinder of skin using a punch tool." ; + "PERSON: Nicole Vasilevsky" ; + "Punch biopsy" , + "Skin biopsy" ; + "http://healthlibrary.epnet.com/GetContent.aspx?token=b93d114e-5009-4f6a-9917-6c594254fcc7&chunkiid=14861" ; + rdfs:label "skinpunch biopsy" . + + +### http://purl.obolibrary.org/obo/ERO_0001337 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to measure brain activity." ; + ; + "A physiological assay that uses an electronic monitoring device to measure and record electrical activity in the brain." ; + "PERSON: Nicole Vasilevsky" ; + "EEG" ; + """http://medical-dictionary.thefreedictionary.com/electroencephalography +""" ; + rdfs:label "electroencephalography" . + + +### http://purl.obolibrary.org/obo/ERO_0001339 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for genotyping." ; + ; + "A biopsy used to obtain tail issue from animal for DNA analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://labanimals.case.edu/templates_tail_biopsy.html" ; + rdfs:label "tail biopsy" . + + +### http://purl.obolibrary.org/obo/ERO_0001340 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay used to evaluate endothelial dysfunction non-invasively and used for early detection of atherosclerosis and determining the efficacy of treatment." ; + "PERSON: Nicole Vasilevsky" ; + "FMD" ; + "http://www.aloka-europe.com/entity7.aspx" ; + rdfs:label "flow-mediated dilation" . + + +### http://purl.obolibrary.org/obo/ERO_0001341 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Cryopreservation of cell lines." ; + ; + "A material processing technique where a living organism is frozen at ultra- low-temperature such that it can be revived and restored to the same living state as before it was stored." ; + "PERSON: Nicole Vasilevsky" ; + "http://www-cyanosite.bio.purdue.edu/protocols/cryo.html" ; + rdfs:label "cryopreservation" . + + +### http://purl.obolibrary.org/obo/ERO_0001342 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to fix tissue prior to immunohistochemistry." ; + ; + "A fixation technique that uses formalin, an aqueous solution containing formaldehyde to fix tissue or cells." ; + "PERSON: Nicole Vasilevsky" ; + "Formaldehyde fixation" ; + "http://dictionary.reference.com/browse/formalin" ; + rdfs:label "formalin fixation" . + + +### http://purl.obolibrary.org/obo/ERO_0001343 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay that involves the insertion of metal microelectrodes into nerve fascicles that is used to study autonomic nervous system function." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Microneurography" ; + rdfs:label "microneurography" . + + +### http://purl.obolibrary.org/obo/ERO_0001344 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A laboratory animal care technique in which organisms are habituated to an environment; where there is a decrease in response to a stimulus after repeated presentations." ; + "PERSON: Nicole Vasilevsky" ; + "http://psychology.about.com/od/hindex/g/def_habituation.htm" ; + rdfs:label "habituation" . + + +### http://purl.obolibrary.org/obo/ERO_0001345 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Preparation of diseased tissue, to analyze function." ; + ; + "Tissue sectioning of brain used for electrophysiology that allows the study of a synapse or neural circuit in isolation from the rest of the brain, in controlled physiological conditions." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Slice_preparation" ; + rdfs:label "brain slice preparation" . + + +### http://purl.obolibrary.org/obo/ERO_0001346 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Performed to test for retinal diseases." ; + ; + "A physiological assay used to measure the resting potential of the retina." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrooculography" ; + rdfs:label "electrooculography" . + + +### http://purl.obolibrary.org/obo/ERO_0001347 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A mouse with a humanized immune system." ; + ; + "Generation of a transgenic mouse that carries partial or complete human physiological systems." ; + "PERSON: Nicole Vasilevsky" ; + "Macchiarini et al (2005) J Exp Med 2005 202:1307-1311." ; + rdfs:label "humanized mice generation" . + + +### http://purl.obolibrary.org/obo/ERO_0001348 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Picking colonies to screen for bacteria that express the plasmid of interest." ; + ; + "A material component separation technique used to pick colonies from agar plates and transfer them into culture media." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.jgi.doe.gov/education/how/how_5.html" ; + rdfs:label "colony picking" . + + +### http://purl.obolibrary.org/obo/ERO_0001349 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to identify protein sequences." ; + ; + "A liquid chromatography-mass spectrometry technique in which high-performance liquid chromatography is linked directly to a tandem mass spectrometer through electrospray ionization." ; + "PERSON: Nicole Vasilevsky" ; + "LC-MS-MS" , + "LC/MS/MS" ; + "http://en.wikipedia.org/wiki/Liquid_chromatography%E2%80%93mass_spectrometry" ; + rdfs:label "liquid chromatography–tandem mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001350 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging technique used for acquisition of a planar image. With planar imaging, the detector array is stationary over the patient, and acquires data only from this one angle. The image created with this type of acquisition is similar to an X-ray radiograph." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.physics.ubc.ca/~mirg/home/tutorial/acquisition.html" ; + rdfs:label "planar imaging" . + + +### http://purl.obolibrary.org/obo/ERO_0001351 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging technique, in which a gamma camera rotates around the patient and takes pictures from many angles, and a tomographic (cross-sectional) image is generated." ; + "PERSON: Nicole Vasilevsky" ; + "SPECT" ; + "http://www.medterms.com/script/main/art.asp?articlekey=18450" ; + rdfs:label "single photon emission computed tomography" . + + +### http://purl.obolibrary.org/obo/ERO_0001352 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Use of trypan blue exclusion to determine cell viability." ; + ; + "A cellular assay used to determine cell viability in an experimental setting; the capability of developing, growing, and otherwise sustaining life." ; + "PERSON: Nicole Vasilevsky" ; + "Cell viability" , + "Cell viability analysis" , + "Live/dead assay" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cell viability assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001354 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry technique that is highly sensitive and capable of the determination of a range of metals and several non-metals at concentrations below one part in 1012 (part per trillion). It is based on coupling together an inductively coupled plasma as a method of producing ions (ionization) with a mass spectrometer as a method of separating and detecting the ions." ; + "PERSON: Nicole Vasilevsky" ; + "ICP-MS" ; + "http://en.wikipedia.org/wiki/Inductively_coupled_plasma_mass_spectrometry" ; + rdfs:label "inductively coupled plasma mass spectrometry " . + + +### http://purl.obolibrary.org/obo/ERO_0001355 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Separation of proteins in an acrylamide gel." ; + ; + "An electrophoresis technique for separating proteins based on their ability to move within an electrical current, which is a function of the length of their polypeptide chains or of their molecular weight in a 1-dimensional gel." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/Protein-Expression-and-Analysis/Protein-Gel-Electrophoresis/1D-Electrophoresis.html" ; + rdfs:label "1D electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0001356 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to examine GFP expressing cells." ; + ; + "A light microscopy technique that is used for imaging of fluorescent compounds using fluorescent filters." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "fluorescent microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001357 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to study ligands binding to receptors at the cell surface." ; + ; + "A fluorescent microscopy technique which can be used to examine the movement or diffusion of molecules inside cells or membranes. Typically a cell membrane is labelled with a fluorescent dye, and a specific area of the labeled membrane is bleached using the beam from a confocal laser scanning microscope. The fluorescence intensity from that region of the membrane is measured over time. Motion of fluorescent molecules into and along the membrane slowly restores the fluorescence in the bleached region, while depleting the fluorescence in other regions (by exchange of bleached for unbleached fluorophores)." ; + "PERSON: Nicole Vasilevsky" ; + "FLIP" ; + "http://en.wikipedia.org/wiki/Fluorescence_loss_in_photobleaching" ; + rdfs:label "fluorescence loss in photobleaching " . + + +### http://purl.obolibrary.org/obo/ERO_0001358 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A polymerase chain reaction technique that that permits multiple targets to be amplified with only a single primer pair." ; + "PERSON: Nicole Vasilevsky" ; + "MLPA" ; + "http://en.wikipedia.org/wiki/Multiplex_ligation-dependent_probe_amplification" ; + rdfs:label "multiplex ligation-dependent probe amplification " . + + +### http://purl.obolibrary.org/obo/ERO_0001359 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of cell cycle of proliferating cells." ; + ; + "A cellular assay performed to determine the stage of the cell cycle for a population of cells; whether the cell is in G0/G1, S, or G2/M." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cell cycle analysis assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001360 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging assay that is used for the three-dimensional interpretation of planar sections of materials or tissues." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.mbfbioscience.com/solutions/stereology" ; + rdfs:label "stereology" . + + +### http://purl.obolibrary.org/obo/ERO_0001361 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material processing technique used in microfabrication to selectively remove parts of a thin film or the bulk of a substrate." ; + "PERSON: Nicole Vasilevsky" ; + "Optical lithography " ; + "http://en.wikipedia.org/wiki/Photolithography " ; + rdfs:label "photolithography" . + + +### http://purl.obolibrary.org/obo/ERO_0001362 + rdf:type owl:Class ; + "Immunohistochemistry." ; + ; + "An assay that enables the presence or the concentration of a substance in a material to be measured by exploiting the specific binding between an analyte and the corresponding detection antibody. " ; + "PERSON: Nicole Vasilevsky" ; + "Nature Biotechnology 28,434–435 (2010)" ; + rdfs:label "immunoassay" . + + +### http://purl.obolibrary.org/obo/ERO_0001363 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for a tritiated thymidine proliferation assay." ; + ; + "A material processing technique used for measuring radiation from beta-emitting nuclides." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Liquid_scintillation_counting" ; + rdfs:label "liquid scintillation counting " . + + +### http://purl.obolibrary.org/obo/ERO_0001364 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular assay used to identify isotopic signature, the distribution of certain stable isotopes and chemical elements within chemical compounds." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Isotope_analysis" ; + rdfs:label "isotope analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001365 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Preparation of supernatants that can be used to infect cell lines." ; + ; + "A sample preparation technique used to prepare virus supernatants for molecular assays." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "virus preparation " . + + +### http://purl.obolibrary.org/obo/ERO_0001366 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A virus preparation technique that uses expedited, often automated technologies to prepare large quantities of viral stocks." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.abta.org/index.cfm?contentid=131" ; + rdfs:label "high-throughput virus preparation " . + + +### http://purl.obolibrary.org/obo/ERO_0001368 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Generation of a mouse that is homozygous for the Mad4 gene." ; + ; + "A transgenic mouse generation technique that allows particular genes on the DNA strand to be altered, usually removed, but they may also be inactivated or inserted, which allows researchers to determine the exact function of a particular gene." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.animalresearch.info/en/science/animalsused/mouseGM#whattrans" ; + rdfs:label "knockout mouse generation" . + + +### http://purl.obolibrary.org/obo/ERO_0001369 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to study protein interactions." ; + ; + "An imaging assay used to measure the proximity of two fluorophores.Resonance energy transfer occurs only over very short distances, typically within 10nm, and involves the direct transfer of excited state energy from the donor fluorophore to an acceptor fluorophore as an alternative to fluorescence emissive decay from the donor." ; + "PERSON: Nicole Vasilevsky" ; + "EET" , + "Electronic energy transfer " , + "FRET" , + "Förster resonance energy transfer" , + "RET" , + "Resonance energy transfer" ; + "http://www.andor.com/learning/applications/Fluorescence_Resonance/" ; + rdfs:label "fluorescence resonance energy transfer " . + + +### http://purl.obolibrary.org/obo/ERO_0001370 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A surgical technique used to induce asphyxia; a condition of severely deficient supply of oxygen to the body that arises from being unable to breathe normally." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Asphyxia" ; + rdfs:label "induced asphyxia" . + + +### http://purl.obolibrary.org/obo/ERO_0001371 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A surgical technique used to induce tissue perfusion, resulting in the inadequate delivery of oxygen and nutrients that are necessary for cellular function." ; + "PERSON: Nicole Vasilevsky" ; + "http://emedicine.medscape.com/article/432650-overview" ; + rdfs:label "induced hemorrhagic shock" . + + +### http://purl.obolibrary.org/obo/ERO_0001372 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A surgical technique involving a large incision through the abdominal wall to gain access into the abdominal cavity." ; + "PERSON: Nicole Vasilevsky" ; + "Coeliotomy" ; + "http://en.wikipedia.org/wiki/Laparotomy" ; + rdfs:label "laparotomy" . + + +### http://purl.obolibrary.org/obo/ERO_0001373 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Implantation of a drug into the abdominal cavity." ; + ; + "A surgical technique involving implantation of material into the abdomen." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "abdominal implantation " . + + +### http://purl.obolibrary.org/obo/ERO_0001374 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A liquid handler that can provide bulk dispensing of liquids into multi-well plates." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biotek.com/products/liquid_handling/multiflo_microplate_dispenser.html" ; + rdfs:label "microplate dispenser" . + + +### http://purl.obolibrary.org/obo/ERO_0001375 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement instrument used to measure the distance between two opposing sides of an object." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Caliper" ; + rdfs:label "sliding caliper" . + + +### http://purl.obolibrary.org/obo/ERO_0001376 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used for posture evaluation." ; + ; + "A measurement instrument that consists of a calibrated, vertical rod to which are attached two horizontal arms, one fixed and one movable, for measuring the human trunk and limbs." ; + "PERSON: Nicole Vasilevsky" ; + "http://dictionary.reference.com/browse/anthropometer" ; + rdfs:label "anthropometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001377 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mechanical instrument that converts a torsional mechanical input into an electrical output signal." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.futek.com/product.aspx?t=torque" ; + rdfs:label "torque sensor" . + + +### http://purl.obolibrary.org/obo/ERO_0001378 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mechanical instrument that can perform tasks with guidance by computer and electronic programming." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Robot" ; + rdfs:label "robot" . + + +### http://purl.obolibrary.org/obo/ERO_0001379 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Rehabilitation for Parkinson's patients." ; + ; + "A robot used for assessing and treating motor impairments in both the upper and lower extremities as a part of rehabilitation." ; + "PERSON: Nicole Vasilevsky" ; + "http://cabrr.cua.edu/research/RehabilitationRobotics.cfm" ; + rdfs:label "rehabilitation robot" . + + +### http://purl.obolibrary.org/obo/ERO_0001380 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + """A isotype ratio mass spectrometer that enables measurement of absolute optical extinction by samples that scatter and absorb light over a broad range of wavelengths. +""" ; + "PERSON: Nicole Vasilevsky" ; + "WS-CRDS" ; + "http://en.wikipedia.org/wiki/Cavity_ring-down_spectroscopy" ; + rdfs:label "wavelength scanned cavity ring-down spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001381 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An isotype ratio mass spectrometer in which the relative abundance of isotopes in a continuously flowed gas sample is determined." ; + "PERSON: Nicole Vasilevsky" ; + "CF-IRMS" ; + "http://en.wikipedia.org/wiki/Isotope-ratio_mass_spectrometry" ; + rdfs:label "continuous flow isotope ratio mass spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001382 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A behavioral locomotive activity chamber for animals." ; + ; + "A behavioral assay that can be done manually or using an electronic monitoring device to measure and record behavioral activity by a study animal." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal activity monitoring" . + + +### http://purl.obolibrary.org/obo/ERO_0001383 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An isotope analysis assay used to identify stable isotopes within chemical compounds." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "stable isotope analysis " . + + +### http://purl.obolibrary.org/obo/ERO_0001384 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to study flight patterns in geese." ; + ; + "An instrument used to study the effects of air moving past solid objects, often used in aerodynamic research." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Wind_tunnel" ; + rdfs:label "wind tunnel" . + + +### http://purl.obolibrary.org/obo/ERO_0001385 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument designed to continuously monitor processes that utilize hydrogen peroxide for bleaching or disinfection purposes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.analyticaltechnology.com/cms/Default.aspx?tabid=105" ; + rdfs:label "hydrogen peroxide meter" . + + +### http://purl.obolibrary.org/obo/ERO_0001386 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + """An instrument used to determine concentration and particle size distribution using the principle of inertial separation to size segregate particle samples from a particle laden gas stream. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thermoscientific.com/ecomm/servlet/productsdetail?productId=11961543&groupType=PRODUCT&searchType=0&storeId=11152 , http://en.wikipedia.org/wiki/Particle_size_distribution" ; + rdfs:label "cascade impactor" . + + +### http://purl.obolibrary.org/obo/ERO_0001387 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The proteins of a cytosolic extract can be sorted according to their size using a 2D microfluidic liquid chromatography system." ; + ; + "A liquid chromatography instrument used for separation in two dimensions by way of microfluidic control of the particles in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.hsph.harvard.edu/research/proteomics/mass-spectrometry-services/mass-spectrometry-services-equipment/index.html" ; + rdfs:label "2D microfluidic liquid chromatography system" . + + +### http://purl.obolibrary.org/obo/ERO_0001388 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument designed to capture characteristic \"secondary\" (or fluorescent) x-rays from a material that has been excited by bombarding with high-energy x-rays or gamma rays." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/X-ray_fluorescence" ; + rdfs:label "X-ray fluorescence detector" . + + +### http://purl.obolibrary.org/obo/ERO_0001389 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A medical device used to administer medication in the form of a mist inhaled into the lungs." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Nebulizer" ; + rdfs:label "nebulizer" . + + +### http://purl.obolibrary.org/obo/ERO_0001390 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to identify organic compounds." ; + ; + "An instrument which can determine the elemental composition of a sample. The name derives from the three primary elements measured by the device: carbon (C), hydrogen (H) and nitrogen (N). Sulfur (S) and oxygen (O) can also be measured." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/CHN_analyzer" ; + rdfs:label "CHN analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001391 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument for measuring the reflectance of a surface." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/reflectometer" ; + rdfs:label "reflectometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001392 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to generate a very fine liquid aerosol through electrostatic charging, rather than gas (pneumatic) methods." ; + "PERSON: Nicole Vasilevsky" ; + "ESI source " ; + "http://www.newobjective.com/electrospray/index.html" ; + rdfs:label "electrosprayer" . + + +### http://purl.obolibrary.org/obo/ERO_0001393 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to prepare frozen, hydrated specimens for cryo-electron microscopy. The technique fixes biological samples by ultra-rapid cooling to liquid nitrogen temperatures and below." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Cryo-electron_microscopy and http://en.wikipedia.org/wiki/Cryofixation" ; + rdfs:label "plunge freezing instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0001394 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to suction fluids during surgery." ; + ; + "A medical device used to drain fluids from the body (unwanted fluids, such as mucus and serum)." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ehow.com/list_5966694_suction-machine-uses.html" ; + rdfs:label "suction machine" . + + +### http://purl.obolibrary.org/obo/ERO_0001395 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Muscle vibrator for rehabilitation." ; + ; + """An instrument used to mechanically stimulate tendons with user-defined frequency, duration, and intensity. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://mahilab.rice.edu/sites/mahilab.rice.edu/files/publications/111-Celik2009WHC.pdf" ; + rdfs:label "tendon vibrator" . + + +### http://purl.obolibrary.org/obo/ERO_0001396 + rdf:type owl:Class ; + "A HeLa cell." ; + ; + "A cell line that is derived from a transformed cell that was part of a malignant tumor." ; + "PERSON: Matthew Brush" ; + "Tumor cell line" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "tumor-derived cell line" . + + +### http://purl.obolibrary.org/obo/ERO_0001397 + rdf:type owl:Class ; + "Mouse embryonic fibroblast cell line." ; + ; + "A cell line derived from an embryo." ; + "PERSON: Nicole Vasilevsky" ; + "Embryo cell line" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "immortal embryonic cell line" . + + +### http://purl.obolibrary.org/obo/ERO_0001398 + rdf:type owl:Class ; + ; + "A cell line derived from a fibroblast; a connective tissue cell that makes and secretes collagen proteins." ; + "PERSON: Nicole Vasilevsky" ; + "http://ghr.nlm.nih.gov/glossary=fibroblast" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "immortalized fibroblast-derived cell line" . + + +### http://purl.obolibrary.org/obo/ERO_0001399 + rdf:type owl:Class ; + "A culture of primary lymphocytes." ; + ; + "Any cell line that has yet to be passaged and/or a cell that has not been immortalized." ; + "PERSON: Matthew Brush" ; + "Primary cells" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "primary cell culture" . + + +### http://purl.obolibrary.org/obo/ERO_0001400 + rdf:type owl:Class ; + "Mouse embryonic fibroblasts" ; + ; + "A cell line that is derived from a stem cell." ; + "PERSON: Matthew Brush" ; + "Stem cell line" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "stem cell-derived cell line" . + + +### http://purl.obolibrary.org/obo/ERO_0001402 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A preliminary study to determine the practicability of a proposed health program or procedure or of a larger study and to appraise the factors that may influence its practicability. A feasibility study aims to discover those things which may affect successful study conduct on a larger scale." ; + "PERSON: Melanie Wilson" ; + " Dictionary of Epidemiology, 5th edition." ; + rdfs:label "feasibility study"@en . + + +### http://purl.obolibrary.org/obo/ERO_0001403 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + """An instrument that is used to position a digital camera in space. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/C_mount" ; + rdfs:label "c-mount" . + + +### http://purl.obolibrary.org/obo/ERO_0001404 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An oven that heats samples by moving of gas or liquid by using external surface forces such as a fan or pump." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Convection_oven" ; + rdfs:label "forced convection oven" . + + +### http://purl.obolibrary.org/obo/ERO_0001405 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Voice recording equipment used for recording the larynx movements in speech." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/Laryngograph" ; + rdfs:label "laryngograph" . + + +### http://purl.obolibrary.org/obo/ERO_0001406 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A patient suffering from kidney failure can utilize a dialysis system in place of normal kidney function." ; + ; + """A medical device used to provide an artificial replacement for lost kidney function through diffusion (waste removal) and ultrafiltration (fluid removal). +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Dialysis" ; + rdfs:label "dialysis system" . + + +### http://purl.obolibrary.org/obo/ERO_0001407 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that quantifies fluid movement in a system." ; + """PERSON: Nicole Vasilevsky +""" ; + "http://en.wikipedia.org/wiki/Flow_measurement" ; + rdfs:label "fluid pressure measurement system" . + + +### http://purl.obolibrary.org/obo/ERO_0001408 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that contains multiple plates or shanks through which neural signals are obtained or delivered, essentially serving as neural interfaces that connect neurons to electronic circuitry." ; + "PERSON: Nicole Vasilevsky" ; + "MEA" ; + "http://en.wikipedia.org/wiki/Multielectrode_array " ; + rdfs:label "multi-electrode array system" . + + +### http://purl.obolibrary.org/obo/ERO_0001409 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A table that records the vertical and horizontal reaction forces." ; + ; + "A measurement instrument used to measure vertical and horizontal reaction forces as a person does a sit up." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "sit up force table" . + + +### http://purl.obolibrary.org/obo/ERO_0001410 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An iPhone has a built-in GPS." ; + ; + "An instrument that receives Global Positioning System (GPS) signals for the purpose of determining the device's current location on Earth." ; + """PERSON: Nicole Vasilevsky +""" ; + "GPS" , + "Navigation system" ; + "http://en.wikipedia.org/wiki/GPS_navigation_device" ; + rdfs:label "GPS navigation system" . + + +### http://purl.obolibrary.org/obo/ERO_0001411 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A seaglider." ; + ; + "A robot which travels underwater without requiring input from an operator." ; + "PERSON: Nicole Vasilevsky" ; + "AUV" , + "Seaglider" ; + "http://en.wikipedia.org/wiki/AUV" ; + rdfs:label "autonomous underwater vehicle" . + + +### http://purl.obolibrary.org/obo/ERO_0001412 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement instrument used for performing a titration; the process, operation, or method of determining the concentration of a substance in solution by adding to it a standard reagent of known concentration in carefully measured amounts until a reaction of definite and known proportion is completed, as shown by a color change or by electrical measurement, and then calculating the unknown concentration." ; + """PERSON: Nicole Vasilevsky +""" ; + "Titrator" ; + "http://www.thefreedictionary.com/titration" ; + rdfs:label "reagent titrator" . + + +### http://purl.obolibrary.org/obo/ERO_0001413 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that measures clot formation (as in tests for blood clotting in vitro) by mechanical detection of the clot by a moving probe." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.drugs.com/dict/fibrometer.html " ; + rdfs:label "fibrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001414 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An electronic test device that generates repeating or non-repeating electronic signals (in either the analog or digital domains)." ; + "PERSON: Nicole Vasilevsky" ; + "Arbitrary waveform generator" , + "Digital pattern generator " , + "Frequency generator" , + "Function generator" , + "Pitch generator" ; + "http://en.wikipedia.org/wiki/Signal_generator" ; + rdfs:label "signal generator " . + + +### http://purl.obolibrary.org/obo/ERO_0001415 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to analyze cells after treatment with DNA damaging agents." ; + ; + """An instrument used to analyze comet assays which utilize gel electropheris on single cells exposed to a challenge, to provide quantitative information on DNA damage (DNA breakage). +""" ; + "PERSON: Nicole Vasilevsky" ; + "SCGE assay analysis system" , + "Single cell gel electrophoresis assay analysis system" ; + "PMID:7686265" ; + rdfs:label "comet assay analysis system " . + + +### http://purl.obolibrary.org/obo/ERO_0001416 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument designed to eliminate unwanted, poisonous or otherwise harmful substances, such as contaminants, noxious chemicals or radioactive material." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/decontamination" ; + rdfs:label "decontamination chamber " . + + +### http://purl.obolibrary.org/obo/ERO_0001417 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to automate the Western blot process, to examine protein expression in cells." ; + ; + """An instrument designed to automate the immunodetection portion of western blot analysis workflow. The system performs blocking, antibody incubations and washing steps required for the detection in a consistent and reproducible way. +""" ; + "PERSON: Nicole Vasilevsky" ; + "Automated western processing system " ; + "http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/Protein-Expression-and-Analysis/PEIA-Misc/benchpro-4100-western-processing-system.html?CID=fl-benchpro" ; + rdfs:label "western processing system " . + + +### http://purl.obolibrary.org/obo/ERO_0001418 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used in pain research and testing for pain medication." ; + ; + "An instrument used to measure pain threshold and pain tolerance." ; + "PERSON: Nicole Vasilevsky" ; + "Algesichronometer" , + "Algesiometer" , + "Algonometer" , + "Analgesia meter" , + "Dolorimeter" , + "Pressure-algometer" , + "Prick-algesimeter" ; + "http://en.wikipedia.org/wiki/Dolorimeter" ; + rdfs:label "algometer " . + + +### http://purl.obolibrary.org/obo/ERO_0001419 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement instrument used to determine fluid pressures in microscopic structures." ; + "PERSON: Nicole Vasilevsky" ; + "http://vistaelectronicsco.com/servnull.shtml" ; + rdfs:label "micropressure measuring device " . + + +### http://purl.obolibrary.org/obo/ERO_0001420 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to diagnose eye disorders." ; + ; + "A measurement instrument used for measuring eye positions and eye movement." ; + "PERSON: Nicole Vasilevsky" ; + "Eye tracker" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Eye_tracking" ; + rdfs:label "eye tracking device" . + + +### http://purl.obolibrary.org/obo/ERO_0001421 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An MRI visual stimulation system." ; + ; + "An instrument used for presenting visual stimuli for optical measurements and assessment." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nordicneurolab.com/Products_and_Solutions/fMRI_Hardware/VisualSystem.aspx" ; + rdfs:label "visual stimulation equipment" . + + +### http://purl.obolibrary.org/obo/ERO_0001422 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Electrostatic ear-plug-style headphones." ; + ; + "An instrument used for presenting auditory stimuli for auditory measurements and assessment." ; + """PERSON: Nicole Vasilevsky +""" ; + "http://www.nordicneurolab.com/Products_and_Solutions/fMRI_Hardware/VisualSystem.aspx" ; + rdfs:label "auditory stimulation equipment" . + + +### http://purl.obolibrary.org/obo/ERO_0001423 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A fluid pressure measurement device designed to monitor flow velocity at one or more locations." ; + """PERSON: Nicole Vasilevsky +""" ; + "http://en.wikipedia.org/wiki/Flow_measurement" ; + rdfs:label "fluid flow velocity measurement device" . + + +### http://purl.obolibrary.org/obo/ERO_0001424 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for musculoskeletal evaluations." ; + ; + "A measurement instrument used for measuring force, moment of force (torque), or power." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Dynamometer" ; + rdfs:label "dynamometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001426 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A device used to teach topics relating to food and nourishment." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/nutrition" ; + rdfs:label "nutritional educational device" . + + +### http://purl.obolibrary.org/obo/ERO_0001427 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement instrument used to measure the short-circuit current as an indicator of net ion transport taking place across an epithelium." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Ussing_chamber" ; + rdfs:label "ussing chambers" . + + +### http://purl.obolibrary.org/obo/ERO_0001428 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that operates at a pressure higher than the atmospheric. This technology is used for the protection of any products inside the isolator from outside contaminants." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.mecalab.com/mecalab-glossary-isolator-posittive-pressure.htm" ; + rdfs:label "pressure isolator" . + + +### http://purl.obolibrary.org/obo/ERO_0001429 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A submarine." ; + ; + "An instrument that is a vessel or craft designed to move across or through water." ; + "PERSON: Nicole Vasilevsky" ; + "Ship" ; + "An instrument that is a vessel or craft designed to move across or through water." ; + rdfs:label "watercraft" . + + +### http://purl.obolibrary.org/obo/ERO_0001430 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Determination of the nitrogen content in a sample." ; + ; + "A measurement instrument used to analyze material for its elemental and sometimes isotopic composition." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Elemental_analysis" ; + rdfs:label "elemental analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001431 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is designed to move across or through water and is capable of independent operation below the surface of the water." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Submarine" ; + rdfs:label "submarine" . + + +### http://purl.obolibrary.org/obo/ERO_0001432 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to listen to music." ; + ; + "An instrument that consists of a pair of small loudspeakers, or less commonly a single speaker, held close to a user's ears and connected to a signal source such as an audio amplifier, radio, CD player or portable media player." ; + "PERSON: Nicole Vasilevsky" ; + "Earbuds" , + "Headphones" , + "Headsets" , + "Stereophones" ; + "http://en.wikipedia.org/wiki/Headphones" ; + rdfs:label "earphones" . + + +### http://purl.obolibrary.org/obo/ERO_0001433 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used in dentistry to clean teeth." ; + ; + "An instrument designed for scraping biological tissue or debris in a biopsy, excision, or cleaning procedure." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Curette" ; + rdfs:label "curette" . + + +### http://purl.obolibrary.org/obo/ERO_0001434 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A dental drill." ; + ; + "An instrument used to diagnose, prevent, or treat diseases of the teeth, gums, and related structures of the mouth." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/dentistry" ; + rdfs:label "dental instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0001435 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A dental instrument that allows indirect vision by the dentist, reflecting light onto desired surfaces, and retraction of soft tissues." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Mouth_mirror" ; + rdfs:label "mouth mirror" . + + +### http://purl.obolibrary.org/obo/ERO_0001436 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Gingival crevicular fluid measurement device used for dentistry." ; + ; + "An instrument used to characterize a static or dynamic fluid." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "fluid measurement device" . + + +### http://purl.obolibrary.org/obo/ERO_0001437 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A dental instrument commonly used to measure pocket depths around a tooth in order to establish the state of health of the periodontium." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Periodontal_probe" ; + rdfs:label "periodontal probe" . + + +### http://purl.obolibrary.org/obo/ERO_0001438 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to safely and hygienically store and transport other dental instruments." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "mobile dental cart" . + + +### http://purl.obolibrary.org/obo/ERO_0001439 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Filtration of tissue culture media." ; + ; + "An instrument used to separate solids from fluids (liquids or gases) by interposing a medium through which only the fluid can pass." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Filtration" ; + rdfs:label "filtration system" . + + +### http://purl.obolibrary.org/obo/ERO_0001440 + rdf:type owl:Class ; + "Hybridomas are often used to produce monoclonal antibodies." ; + ; + "A cell line that derives from a hybrid cell resulting from the fusion of a lymphocyte and a tumor cell; used to culture a specific monoclonal antibody." ; + "PERSON: Nicole Vasilevsky" ; + "http://wordnetweb.princeton.edu/perl/webwn?s=hybridoma" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "hybridoma cell line" . + + +### http://purl.obolibrary.org/obo/ERO_0001441 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to automatically and quickly removes organic contamination (hydrocarbon) from electron microscopy (EM) specimens and specimen holders." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.fischione.com/products/model_1020.asp" ; + rdfs:label "plasma cleaner" . + + +### http://purl.obolibrary.org/obo/ERO_0001442 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that allows its blade to vibrate ultrasonically, enabling the blade to cut a wide range of materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sonotec.com/ecutter.htm" ; + rdfs:label "ultrasonic cutter" . + + +### http://purl.obolibrary.org/obo/ERO_0001443 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that uses a fine stream of slurry to accurately remove nanometers of material." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.lightmachinery.com/Fluid-Jet-Polishing.html" ; + rdfs:label "fluid jet polisher" . + + +### http://purl.obolibrary.org/obo/ERO_0001444 + rdf:type owl:Class ; + rdfs:subClassOf ; + "For use in imaging of biological molecules." ; + ; + "A transmission electron microscope where the electrons pass through a sufficiently thin specimen by focusing the electron beam into a narrow spot which is scanned over the sample in a raster." ; + "PERSON: Nicole Vasilevsky" ; + "STEM" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Scanning_transmission_electron_microscopy" ; + rdfs:label "scanning transmission electron microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0001445 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A sample of silicon to be imaged by transmission electron microscopy can be pared to an appropriate thickness using a dimpler." ; + ; + "An instrument used for transmission electron microscopy sample preparation, which is a precision electro-mechanical metallographic lapping instrument." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.emsdiasum.com/microscopy/products/materials/dimpler.aspx" ; + rdfs:label "dimpler" . + + +### http://purl.obolibrary.org/obo/ERO_0001446 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used for pumping and housing transmission electron microscope holders to ensure the cryo holder is properly pumped out before use and is maintained in a clean and dry environment." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cns.fas.harvard.edu/facilities/tool_detail.php?MID=264" ; + rdfs:label "dry pumping station" . + + +### http://purl.obolibrary.org/obo/ERO_0001447 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to cut biospecimens into extremely thin slices or sections." ; + ; + "An instrument that consists of a very sharp knife with a blade made from diamond, which is used for scientific applications where an extremely sharp and long-lasting edge is essential." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Diamond_knife" ; + rdfs:label "diamond knife" . + + +### http://purl.obolibrary.org/obo/ERO_0001448 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A blood pressure cuff." ; + ; + "A medical device used to diagnose medical conditions." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "diagnostic device" . + + +### http://purl.obolibrary.org/obo/ERO_0001449 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for plasma cleaning and stripping, for precise surface treatment and surface modification." ; + "PERSON: Nicole Vasilevsky" ; + "Semiconductor cleaner" ; + "http://www.plasmaclean.com/" ; + rdfs:label "semiconductor stripper" . + + +### http://purl.obolibrary.org/obo/ERO_0001450 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used in the semiconductor manufacturing process which heats silicon wafers to high temperatures (up to 1,200 °C or greater) on a timescale of several seconds or less, which is used for a wide variety of applications in semiconductor manufacturing including dopant activation, thermal oxidation, metal reflow and chemical vapor deposition." ; + "PERSON: Nicole Vasilevsky" ; + "RTP " ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Rapid_thermal_processing" ; + rdfs:label "rapid thermal processor" . + + +### http://purl.obolibrary.org/obo/ERO_0001451 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument which emits a beam of electrons in a patterned fashion across a surface covered with a resist film. The electrons expose the resist and allow for selective removal of either exposed or non-exposed regions of the resist." ; + "PERSON: Nicole Vasilevsky" ; + "E-beam lithography system " ; + "http://en.wikipedia.org/wiki/Electron_beam_lithography" ; + rdfs:label "electron beam lithography system" . + + +### http://purl.obolibrary.org/obo/ERO_0001452 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for reactive-ion etching, an etching technology used in microfabrication." ; + "PERSON: Nicole Vasilevsky" ; + "RIE" ; + "http://en.wikipedia.org/wiki/Electron_beam_lithography" ; + rdfs:label "reactive ion etcher" . + + +### http://purl.obolibrary.org/obo/ERO_0001453 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that uses physical vapor deposition to generate thin films on substrates. In electron beam physical vapor deposition a target anode is bombarded with an electron beam given off by a charged tungsten filament under high vacuum. The electron beam causes atoms from the target to transform into the gaseous phase. These atoms then precipitate into solid form, coating everything in the vacuum chamber (within line of sight) with a thin layer of the anode material." ; + "PERSON: Nicole Vasilevsky" ; + "EBPVD" ; + "http://en.wikipedia.org/wiki/Electron_beam_physical_vapor_deposition" ; + rdfs:label "electron beam physical vapor deposition system" . + + +### http://purl.obolibrary.org/obo/ERO_0001454 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for thin film deposition where metal wire is fed onto heated ceramic evaporators known as \"boats\" due to their shape. A pool of melted metal forms in the boat cavity and evaporates into a cloud above the source." ; + "PERSON: Nicole Vasilevsky" ; + "Thermal deposition system" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Evaporation_%28deposition%29" ; + rdfs:label "thermal evaporator" . + + +### http://purl.obolibrary.org/obo/ERO_0001455 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A chemical vapor deposition system used for annealing, the process of heating a material above its recrystallization temperature, maintaining a suitable temperature, and then cooling." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Annealing_%28metallurgy%29" ; + rdfs:label "chemical vapor deposition furnace" . + + +### http://purl.obolibrary.org/obo/ERO_0001456 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for measurements on unstable liquid surfaces." ; + ; + "An instrument used for optical investigation of the dielectric properties (complex refractive index or dielectric function) of thin films." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Ellipsometer" ; + rdfs:label "ellipsometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001457 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to produce high-purity, high-performance solid materials, often used in the semiconductor industry to produce thin films." ; + "PERSON: Nicole Vasilevsky" ; + "CVD system" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Chemical_vapor_deposition" ; + rdfs:label "chemical vapor deposition system" . + + +### http://purl.obolibrary.org/obo/ERO_0001458 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that uses radiation that is focused to a narrow beam and is then used to directly write the image into photoresist, one or more pixels at a time." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Maskless_lithography" ; + rdfs:label "maskless lithography system" . + + +### http://purl.obolibrary.org/obo/ERO_0001459 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The construction of a mono-layer of aluminum oxide on a biological structure can be achieved by atomic layer deposition system. " ; + ; + "An instrument that uses a thin film deposition technique that is based on the sequential use of a gas phase chemical process. The majority of ALD reactions use two chemicals, typically called precursors. These precursors react with a surface one-at-a-time in a sequential manner. By exposing the precursors to the growth surface repeatedly, a thin film is deposited." ; + "PERSON: Nicole Vasilevsky" ; + "ALD system" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Atomic_layer_deposition" ; + rdfs:label "atomic layer deposition system" . + + +### http://purl.obolibrary.org/obo/ERO_0001460 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used for the formation of silicon dioxide on a silicon surface for semiconductor manufacturing." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.siliconfareast.com/oxidation.htm" ; + rdfs:label "thermal oxidation furnace" . + + +### http://purl.obolibrary.org/obo/ERO_0001461 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for interconnecting semiconductor devices, such as IC chips and microelectromechanical systems (MEMS), to external circuitry with solder bumps that have been deposited onto the chip pads." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Flip_chip" ; + rdfs:label "flip chip bonder" . + + +### http://purl.obolibrary.org/obo/ERO_0001462 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to make interconnections between an integrated circuit (IC) and a printed circuit board (PCB) during semiconductor device fabrication." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Wire_bonding" ; + rdfs:label "wire bonder" . + + +### http://purl.obolibrary.org/obo/ERO_0001463 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Separation of proteins based on their charge." ; + ; + "A chromatography device that allows the separation of ions and polar molecules based on their charge." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Ion_chromatography" ; + rdfs:label "ion chromatograph" . + + +### http://purl.obolibrary.org/obo/ERO_0001464 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + """A mass spectrometer used to measure the relative abundance of isotopes in a given sample. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Isotope-ratio_mass_spectrometry" ; + rdfs:label "isotope ratio mass spectrometer " . + + +### http://purl.obolibrary.org/obo/ERO_0001465 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A milling machine designed for grinding and pulverizing tough and/or temperature sensitive samples immersed in liquid nitrogen." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.spexsampleprep.com/equipment-and-accessories/equipment_product.aspx?typeid=2" ; + rdfs:label "cryogenic mill" . + + +### http://purl.obolibrary.org/obo/ERO_0001466 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used in plasmid purification kits." ; + ; + "An instrument used for vacuum extraction of materials for purification and analysis." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "vacuum extraction line" . + + +### http://purl.obolibrary.org/obo/ERO_0001467 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to measure thin film stresses in wafers via comparison of 2D and 3D topography maps before and after thin film deposition. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.frontiersemi.com/applications1.htm" ; + rdfs:label "thin film stress measurement system" . + + +### http://purl.obolibrary.org/obo/ERO_0001468 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to join two optical fibers end-to-end using heat." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Fusion_splicing" ; + rdfs:label "fusion splicer" . + + +### http://purl.obolibrary.org/obo/ERO_0001469 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to physically acquire signals from the internal nodes of a semiconductor device, often used in the failure analysis of semiconductor devices." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Mechanical_probe_station" ; + rdfs:label "mechanical probe station" . + + +### http://purl.obolibrary.org/obo/ERO_0001470 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for non-destructive testing of devices on full and partial wafers at low temperatures." ; + "PERSON: Nicole Vasilevsky" ; + "Cryogenic mechanical probe station " ; + "http://www.lakeshore.com/sys/probestations/cpxpo.html" ; + rdfs:label "cryogenic probe station" . + + +### http://purl.obolibrary.org/obo/ERO_0001471 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to measure the Hall effect, the production of a voltage difference (the Hall voltage) across an electrical conductor, transverse to an electric current in the conductor and a magnetic field perpendicular to the current." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Hall_effect" ; + rdfs:label "Hall effect measurement system" . + + +### http://purl.obolibrary.org/obo/ERO_0001472 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that employs a \"break wheel\" that rolls over the length of a scribe line. The break wheel is shaped such that it places the wafer in three-point bending over an angled mandrel thereby applying tensile strain lateral to the scribe line. It is both the geometry of the wheel and the shape of the mandrel that control the strain placed on the scribe." ; + "PERSON: Nicole Vasilevsky" ; + "Cleaver" ; + "http://www.loomisinc.com/products/lsd100_overview.html" ; + rdfs:label "scriber " . + + +### http://purl.obolibrary.org/obo/ERO_0001473 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument for cleaning silicon wafers. It spins the wafers and uses deionized water and nitrogen to clean and dry the wafers." ; + "PERSON: Nicole Vasilevsky" ; + "SRD" ; + "http://grover.mirc.gatech.edu/equipment/textInstructions.php?id=56" ; + rdfs:label "spin rinse dryer" . + + +### http://purl.obolibrary.org/obo/ERO_0001474 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectrophotometer based on the Photon Correlation Spectroscopy (PCS) technique and designed for measurements of sub-micron particle sizes, diffusion coefficients, viscosities, and molecular weights of polymers in basic and applied studies." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Dynamic_light_scattering " ; + rdfs:label "dynamic light scattering instrument photon correlation spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001475 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that uses a laser to cut materials." ; + "PERSON: Nicole Vasilevsky" ; + "Laser engraver" , + "Laser plotter " ; + "http://en.wikipedia.org/wiki/Laser_cutting" ; + rdfs:label "laser cutter" . + + +### http://purl.obolibrary.org/obo/ERO_0001476 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A chemistry analyzer used to measure the total organic carbon (TOC), the amount of carbon bound in an organic compound. It is often used as a non-specific indicator of water quality or cleanliness of pharmaceutical manufacturing equipment." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Total_organic_carbon" ; + rdfs:label "total organic carbon analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001477 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to study memory function in rat models after treatment with a experimental drug." ; + ; + "A maze used to measure spatial learning and memory in rats." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Radial_arm_maze " ; + rdfs:label "radial arm maze" . + + +### http://purl.obolibrary.org/obo/ERO_0001478 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A Western blot can be detected by chemilluminescence." ; + ; + "An instrument used to detect chemiluminescence, the emission of light with limited emission of heat (luminescence), as the result of a chemical reaction." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Chemiluminescence" ; + rdfs:label "chemiluminescence analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001479 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to study memory function in rodents, in experimental conditions." ; + ; + "A maze used to study place-learning and memory in rodents, which consists of a round tank (pool) of water and an escape platform." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.watermaze.org/ " ; + rdfs:label "morris water maze" . + + +### http://purl.obolibrary.org/obo/ERO_0001480 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to test endotoxin contamination in an antibody stock." ; + ; + "An instrument used to detect endotoxin and microbiological products by using an LAL test cartridge along with a handheld spectrophotometer to provide point-of-use results." ; + "PERSON: Nicole Vasilevsky" ; + "http://info.criver.com/endotoxin_and_rapid_microbiological_products/rapid_microbiological_methods/pts.html" ; + rdfs:label "endotoxin detector" . + + +### http://purl.obolibrary.org/obo/ERO_0001481 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A treadmill." ; + ; + "A mechanical instrument used for physical exercise." ; + "PERSON: Nicole Vasilevsky" ; + "Exercise machine" ; + "http://en.wikipedia.org/wiki/Exercise_machine" ; + rdfs:label "exercise equipment" . + + +### http://purl.obolibrary.org/obo/ERO_0001482 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Exercise equipment used for measuring the work a person exerts while exercising. It is often used in training, cardiac stress tests or other medical tests." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Exercise_machine" ; + rdfs:label "ergometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001483 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cytometer that uses laser-based opto-electronics and automated analysis capabilities to simultaneously and rapidly measure biochemical constituents and evaluate cell morphologies." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.compucyte.com/laserscanning.htm" ; + rdfs:label "laser scanning cytometer " . + + +### http://purl.obolibrary.org/obo/ERO_0001484 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that holds a large body of water, which is used in physical medicine and rehabilitation." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Instruments_used_in_physical_medicine_%26_rehabilitation" ; + rdfs:label "physical therapy pool " . + + +### http://purl.obolibrary.org/obo/ERO_0001485 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A measurement instrument used to measure electric charge or electrical potential difference." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrometer" ; + rdfs:label "electrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001486 + rdf:type owl:Class ; + rdfs:subClassOf ; + "An MRI is an in vivo imaging system." ; + ; + "An image acquisition instrument that is used to image processes taking place in a live organism." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "in vivo imaging system " . + + +### http://purl.obolibrary.org/obo/ERO_0001487 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A sterilization instrument that functions by exposing the articles to be sterilized to high concentrations (typically 5 - 10% v/v) of very reactive gases (alkylating agents such as ethylene oxide, and oxidizing agents such as hydrogen peroxide and ozone)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Sterilization_%28microbiology%29" ; + rdfs:label "gas sterilizer " . + + +### http://purl.obolibrary.org/obo/ERO_0001488 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to accelerate charged particles using a high-frequency, alternating voltage (potential difference)." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Cyclotron" ; + rdfs:label "cyclotron " . + + +### http://purl.obolibrary.org/obo/ERO_0001489 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to evaluate brain activity and function." ; + ; + "An MRI scanner that is combined with a positron emission topography (PET) scanner, which displays both anatomic and metabolic information." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "dual MRI-PET scanner" . + + +### http://purl.obolibrary.org/obo/ERO_0001490 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to control separate mass flow control valves or mass flow meters simultaneously." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sablesys.com/products-prod_mfc-4.html?sub=details" ; + rdfs:label "mass flow controller" . + + +### http://purl.obolibrary.org/obo/ERO_0001491 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A precision trim saw." ; + ; + "A measurement instrument used for precise measurements." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.starrett.com/metrology/metrology-products/precision-measuring-tools" ; + rdfs:label "precision measurement tool" . + + +### http://purl.obolibrary.org/obo/ERO_0001492 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Measurement of blood flow." ; + ; + "A material assay used for the quantification of bulk fluid movement." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Flow_measurement" ; + rdfs:label "fluid flow measurement " . + + +### http://purl.obolibrary.org/obo/ERO_0001493 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Quantitation of chemical elements in a sample." ; + ; + "A molecular assay used for the qualitative and quantitative determination of chemical elements employing the absorption of optical radiation (light) by free atoms in the gaseous state." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Atomic_absorption_spectroscopy" ; + rdfs:label "atomic absorption spectroscopy " . + + +### http://purl.obolibrary.org/obo/ERO_0001494 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A specimen collection technique used to obtain a single, large, high-quality sample of blood from a euthanized organism or an organism under terminal anaesthesia if coagulation parameters, a separate arterial or venous sample or cardiac histology are not required." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nc3rs.org.uk/bloodsamplingmicrosite/page.asp?id=343" ; + rdfs:label "cardiac puncture " . + + +### http://purl.obolibrary.org/obo/ERO_0001495 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Measurement of blood pressure." ; + ; + "A fluid flow measurement technique in which the pressure at one or many points in a fluid flow is collected." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "fluid flow pressure measurement " . + + +### http://purl.obolibrary.org/obo/ERO_0001496 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Measurement of blood flow velocity." ; + ; + "A flow measurement technique in which fluid velocity at one or many points in a flow is collected." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "fluid flow velocity measurement " . + + +### http://purl.obolibrary.org/obo/ERO_0001497 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material component separation technique used for the detection of materials, such as pathogens in samples, by recirculating samples over antibody-coated paramagnetic beads." ; + "PERSON: Nicole Vasilevsky" ; + "RIMS " ; + "http://en.wikipedia.org/wiki/Pathatrix" ; + rdfs:label "recirculating immuno-magnetic separation" . + + +### http://purl.obolibrary.org/obo/ERO_0001498 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to identify proteins." ; + ; + "A chromatography technique used for separating and analyzing compounds that can be vaporized without decomposition." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Gas_chromatography" ; + rdfs:label "gas chromatography " . + + +### http://purl.obolibrary.org/obo/ERO_0001499 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used to identify biomolecules." ; + ; + "A molecular assay used to analyze material for its elemental and sometimes isotopic composition." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Elemental_analysis" ; + rdfs:label "elemental analysis " . + + +### http://purl.obolibrary.org/obo/ERO_0001500 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Used to identify protein sequences." ; + ; + "A chromatography technique in which the mobile phase is a liquid and is carried out either in a column or a plane for the purpose of separating mixtures." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Chromatography#Liquid_chromatography" ; + rdfs:label "liquid chromatography " . + + +### http://purl.obolibrary.org/obo/ERO_0001501 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Separation of proteins based on their charge." ; + ; + "A chromatography technique that allows the separation of ions and polar molecules based on their charge." ; + "PERSON: Nicole Vasilevsky" ; + "Ion-exchange chromatography" ; + "http://en.wikipedia.org/wiki/Ion_chromatography" ; + rdfs:label "ion chromatography " . + + +### http://purl.obolibrary.org/obo/ERO_0001502 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Freeze drying of tissues for future use." ; + ; + "A material processing technique that uses a dehydration process, typically used to preserve a perishable material or make the material more convenient for transport." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Freeze-drying" ; + rdfs:label "freeze drying " . + + +### http://purl.obolibrary.org/obo/ERO_0001503 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Injection of substances into a single living cell at a microscopic or borderline macroscopic level using a glass micropipette." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Microinjection" ; + rdfs:label "microinjection " . + + +### http://purl.obolibrary.org/obo/ERO_0001504 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used for protein identification and characterization." ; + ; + "A liquid chromatography technique where the solvent velocity, controlled by pumps, is used to produce a constant flow rate of solvents. The solvents are accessed through tubing from an outside reservoir." ; + "PERSON: Nicole Vasilevsky" ; + "FPLC" ; + "http://en.wikipedia.org/wiki/Fast_protein_liquid_chromatography" ; + rdfs:label "fast protein liquid chromatography" . + + +### http://purl.obolibrary.org/obo/ERO_0001505 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Subcelullar fractionation of nuclei and cytoplasm from cells." ; + ; + "A material component separation technique used to separate homogeneous sets, usually organelles, from a heterogeneous population of cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Cell_fractionation" ; + rdfs:label "subcellular fractionation" . + + +### http://purl.obolibrary.org/obo/ERO_0001506 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Identifying protein expression in an experimental sample compared to a control." ; + ; + "A molecular assay used for identifying or differentiating proteins in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Protein_fingerprinting" ; + rdfs:label "protein fingerprinting" . + + +### http://purl.obolibrary.org/obo/ERO_0001507 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Can be used in architectural design." ; + ; + "A data transformation technique that uses computer technology for the process of design and design-documentation." ; + "PERSON: Nicole Vasilevsky" ; + "CADD" , + "Computer-aided design and drafting" ; + "http://en.wikipedia.org/wiki/Computer-aided_design" ; + rdfs:label "computer aided design " . + + +### http://purl.obolibrary.org/obo/ERO_0001508 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Karyotyping of patient to determine if they carry a genetic disease." ; + ; + "A molecular assay used to determine the number and appearance of chromosomes in the nucleus of a eukaryotic cell." ; + "PERSON: Nicole Vasilevsky" ; + "Chromosomal analysis" ; + "http://en.wikipedia.org/wiki/Karyotype" ; + rdfs:label "karyotyping" . + + +### http://purl.obolibrary.org/obo/ERO_0001509 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A technique that identifies a unique skill set facilitating successful engagement of communities, which for any number of reasons might be less inclined to participate in more traditional research partnerships." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Quinton King" ; + rdfs:label "community-based participatory research" . + + +### http://purl.obolibrary.org/obo/ERO_0001510 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Radiolabeling of lipoproteins." ; + ; + "A labeling technique used for tracking the passage of a sample of substance through a system. The substance is 'labeled' by including unusual isotopes in its chemical composition. If these unusual isotopes are later detected in a certain part of the system, they must have come from the labeled substance." ; + "PERSON: Nicole Vasilevsky" ; + "Isotopic labeling " ; + "http://en.wikipedia.org/wiki/Isotopic_labeling" ; + rdfs:label "radiolabeling" . + + +### http://purl.obolibrary.org/obo/ERO_0001511 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An assay used for the real-time measurement of microvascular red blood cell (or erythrocyte) perfusion in tissue." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.discovtech.com/PAGE5.htm" ; + rdfs:label "laser doppler flowmetry " . + + +### http://purl.obolibrary.org/obo/ERO_0001512 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Analysis of cell adhesion of epithelial cells." ; + ; + "An assay used to screen and quantify the adhesive properties of cell-cell interactions or of cells to an immobilized substrate in vitro." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.millipore.com/catalogue/item/ecm645" ; + rdfs:label "cell adhesion assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001513 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A sample loader on a light cycler PCR machine." ; + ; + "An instrument that holds samples for automatic loading onto an instrument, such as a flow cytometer or PCR machine." ; + "PERSON: Nicole Vasilevsky" ; + "Sample carousel" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "sample loader" . + + +### http://purl.obolibrary.org/obo/ERO_0001514 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A packaging plasmid that is co-transfected with a viral plasmid." ; + ; + "A plasmid that allows for the beginning of replication and transfer of other plasmids from a donor to a recipient. Without a helper plasmid, transposons will not be expressed in the recipient." ; + "PERSON: Nicole Vasilevsky" ; + "http://wiki.answers.com/Q/What_is_a_helper_plasmid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "helper plasmid" . + + +### http://purl.obolibrary.org/obo/ERO_0001523 + rdf:type owl:Class ; + ; + "A technique that uses an antibody reagent." ; + "PERSON: Nicole Vasilevsky" ; + "Antibody technique" ; + "PERSON: Matthew Brush" ; + rdfs:label "immunotechnique" . + + +### http://purl.obolibrary.org/obo/ERO_0001524 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A flow cytometry assay in which individual particles, such as cells or molecules are labeled with an antibody." ; + """PERSON: Nicole Vasilevsky +""" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "flow cytometry immunoassay" . + + +### http://purl.obolibrary.org/obo/ERO_0001531 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Low temperature, rapid freezing of tissue that is usually achieved by submersion in liquid nitrogen." ; + "PERSON: Nicole Vasilevsky" ; + "Flash freeze" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "snap freeze" . + + +### http://purl.obolibrary.org/obo/ERO_0001532 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material entity that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "to be imported from ReO. " ; + rdfs:label "material antibody target" . + + +### http://purl.obolibrary.org/obo/ERO_0001536 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material entity of biological origin (ie produced by or deriving from an organism) that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Note that these subclasses will be replaced with equivalent classes that are CARO types with antibody target or immunogen roles." ; + rdfs:label "biological target" . + + +### http://purl.obolibrary.org/obo/ERO_0001537 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A non-biological chemical entity (a compound, molecule or aggregate) that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "chemical target" . + + +### http://purl.obolibrary.org/obo/ERO_0001538 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An organism or virus that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "whole organism or virus target" . + + +### http://purl.obolibrary.org/obo/ERO_0001539 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A gross anatomical entity (anatomical entities at scale above cell but below organism) that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "gross anatomical target" . + + +### http://purl.obolibrary.org/obo/ERO_0001540 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cell that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "cell target" . + + +### http://purl.obolibrary.org/obo/ERO_0001541 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular entity of biological origin that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "biomolecule target" . + + +### http://purl.obolibrary.org/obo/ERO_0001542 + rdf:type owl:Class ; + rdfs:subClassOf ; + "BrdU incorporating nucleic acids." ; + ; + "A polynucleotide or nucleic acid this is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "nucleic acid target" . + + +### http://purl.obolibrary.org/obo/ERO_0001543 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Glycans that are linked to protein." ; + ; + "A carbohydrate molecule or complex that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "carbohydrate target" . + + +### http://purl.obolibrary.org/obo/ERO_0001544 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Membrane phospholipids." ; + ; + "A lipid that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "lipid target" . + + +### http://purl.obolibrary.org/obo/ERO_0001545 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A phospho-Akt protein or GAPDH protein." ; + ; + "A peptide, protein, or protein complex that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "protein target" . + + +### http://purl.obolibrary.org/obo/ERO_0001551 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A material entity that has as part some molecular immunogen that stimulates an adaptive immune response upon interacting with a surface immunoglobulin receptor on a naive B cell, leading to proliferation and differentiation of naïve B cells into memory B cells and antibody secreting plasma cells." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "immunogenic material" . + + +### http://purl.obolibrary.org/obo/ERO_0001552 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A celllular component that has part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "cellular component target" . + + +### http://purl.obolibrary.org/obo/ERO_0001553 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A monoclonal antibody intervention used to treat rheumatoid arthritis." ; + ; + "An intervention involving use of medicinal product(s) created by biologic processes, rather than being chemically synthesized. For example, a vaccine, blood or blood component, allergenic, somatic cell, gene therapy, tissue, recombinant therapeutic protein, or living cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Biologic" ; + rdfs:label "biologic intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0001554 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Data items include counts of things, analyte concentrations, and statistical summaries." ; + ; + "An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Most of the data subclasses canbe defined as output of a specific assay. ; Note that this class was created to replace IAO:data item, in order to exclude children metadata classes 'data about an ontology part' from the application. Their meaning is identical" ; + rdfs:label "data" . + + +### http://purl.obolibrary.org/obo/ERO_0001555 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Purification of nucleic acids from blood." ; + ; + "A purification technique that involves separation of nucleic acids from other impurities, such as bacteria or other contaminating materials for the purpose of molecular biology research." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "nucleic acid purification" . + + +### http://purl.obolibrary.org/obo/ERO_0001556 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Imaging of a polyacrylamide gel stained stained with coomassie." ; + ; + "An imaging assay to produce an image of a laboratory gel." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "gel imaging" . + + +### http://purl.obolibrary.org/obo/ERO_0001557 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material processing technique used to develop images that have been exposed to x-ray film." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "x-ray film processing" . + + +### http://purl.obolibrary.org/obo/ERO_0001558 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging assay that makes use of the unique properties of nanoparticles to elucidate specific targets in an image." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "nanoparticle imaging" . + + +### http://purl.obolibrary.org/obo/ERO_0001559 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data processing technique that makes use of federated computer resources from multiple administrative domains to reach a common goal. The grid can be thought of as a distributed system with non-interactive workloads that involve a large number of files. What distinguishes grid computing from conventional high performance computing systems such as cluster computing is that grids tend to be more loosely coupled, heterogeneous, and geographically dispersed." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Grid_computing" ; + rdfs:label "grid computing" . + + +### http://purl.obolibrary.org/obo/ERO_0001560 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging technique used to produce an image of the dielectric permittivity distribution in the interior of an object from external capacitance measurements." ; + "PERSON: Scott Hoffmann" ; + "ECT" ; + "http://en.wikipedia.org/wiki/Electrical_capacitance_tomography" ; + rdfs:label "electrical capacitance tomography" . + + +### http://purl.obolibrary.org/obo/ERO_0001561 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging technique in which an image of the conductivity or permittivity of a specimen is inferred from surface electrical measurements." ; + "PERSON: Scott Hoffmann" ; + "EIT" ; + "http://en.wikipedia.org/wiki/Electrical_impedance_tomography" ; + rdfs:label "electrical impedance tomography" . + + +### http://purl.obolibrary.org/obo/ERO_0001562 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A chemical synthesis technique that uses a device designed to support biologicall active organisms, which convert nutrients to alcohols and acids via an energy-yielding anaerobic metabolic process." ; + "PERSON: Nicole Vasilevsky" ; + "Fermentation" ; + "http://en.wikipedia.org/wiki/Bioreactor" ; + rdfs:label "bioreactor fermentation" . + + +### http://purl.obolibrary.org/obo/ERO_0001563 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for the detection of materials, such as proteins, in samples by recirculating samples over antibody-coated paramagnetic beads." ; + "PERSON: Nicole Vasilevsky" ; + "RIMS instrument" ; + "http://en.wikipedia.org/wiki/Pathatrix" ; + rdfs:label "recirculating immuno-magnetic separation instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0001564 + rdf:type owl:Class ; + ; + "A gene expression analysis technique able to resolve gene expression at the resolution of an individual cell." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "single-cell gene expression analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001565 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging technique that utilizes a relatively low-current focused ion beam to produce a topographical image of a sample by analyzing the trajectory of secondary electrons and secondary ions that are produced by the primary ion beam's interaction with the sample surface." ; + "PERSON: Scott Hoffmann" ; + "FIB imaging" ; + "http://en.wikipedia.org/wiki/Focused_ion_beam#FIB_imaging" ; + rdfs:label "focused ion beam imaging" . + + +### http://purl.obolibrary.org/obo/ERO_0001566 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A polisher that performs both grinding and polishing functions on samples." ; + "PERSON: Scott Hoffmann" ; + "Polisher and grinder" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "grinder and polisher" . + + +### http://purl.obolibrary.org/obo/ERO_0001567 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to determine the percent mass ratio of a solute by heating it to the point that one of the components decomposes into a gas while carefully monitoring the mass of the sample." ; + "PERSON: Scott Hoffmann" ; + "https://en.wikipedia.org/wiki/Thermogravimetric_analysis" ; + rdfs:label "thermogravimetric analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001568 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A technique that deals with quantitative analysis of form, a concept that encompasses size and shape. Morphometric analyses are commonly performed on organisms, and are useful in analyzing their fossil record, the impact of mutations on shape, developmental changes in form, covariances between ecological factors and shape, as well for estimating quantitative-genetic parameters of shape." ; + "PERSON: Scott Hoffmann" ; + "morphology analysis" ; + "https://en.wikipedia.org/wiki/Morphometry" ; + rdfs:label "morphometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001569 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Electronic test equipment used to measure the network parameters of electrical networks. Network analyzers commonly measure s-parameters, y-parameters, z-parameters, and h-parameters. Network analyzers are often used to characterize two-port networks such as amplifiers and filters, but they can be used on networks with an arbitrary number of ports." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Network_analyzer_%28electrical%29" ; + rdfs:label "vector network analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001570 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to stamp a pattern into a polymer softened by raising the temperature of the polymer just above its glass transition temperature. The stamp is used to define a pattern in the polymer that can be used for the micromachining of silicon. " ; + "PERSON: Scott Hoffmann" ; + "http://www.mems-exchange.org/catalog/hot_embossing/ " ; + rdfs:label "hot embosser" . + + +### http://purl.obolibrary.org/obo/ERO_0001571 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument that uses the superimposition of electromagnetic waves to extract information about the waves. " ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Interferometry " ; + rdfs:label "interferometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001572 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument that is used for static testing in a tensile or compression mode within a single frame. They are also referred to as pull testers. Additional test types include tensile, compression, shear, flexure, peel, tear, cyclic, and bend tests." ; + "PERSON: Scott Hoffmann" ; + "Electromechanical testing machine" , + "MTS" , + "Pull tester" , + "Tensile tester" , + "Tensile testing machine" , + "Universal testing machine" ; + "http://www.instron.us/wa/product/Universal-Electromechanical-Systems.aspx" ; + rdfs:label "mechanical testing system" . + + +### http://purl.obolibrary.org/obo/ERO_0001573 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument that is used to determine various quantifiable aspects of a material's porous nature, such as pore diameter, total pore volume, surface area, and bulk and absolute densities." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Porosimetry" ; + rdfs:label "porosimiter" . + + +### http://purl.obolibrary.org/obo/ERO_0001574 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A light source that emits electromagnetic radiation with a wavelength shorter than that of visible light, but longer than X-rays, in the range 10 nm to 400 nm, and of energies from 3 eV to 124 eV." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/UV" ; + rdfs:label "UV light source" . + + +### http://purl.obolibrary.org/obo/ERO_0001575 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument used to detect various gases, chemicals, and particulates in ambient air or air emissions. " ; + "PERSON: Scott Hoffmann" ; + "Air quality monitoring instrument" , + "Air sampling instrument" ; + "http://www.pine-environmental.com/air-monitoring.htm#content" ; + rdfs:label "air monitoring instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0001576 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument used to fragment DNA molecules by mechanical force." ; + "PERSON: Nicole Vasilevsky" ; + "nucleic acid shearing instrument" ; + "http://www.mondofacto.com/facts/dictionary?DNA+shearing" ; + rdfs:label "DNA shearing instrument" . + + +### http://purl.obolibrary.org/obo/ERO_0001577 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An electrical impedance measuring instrument that uses separate pairs of current-carrying and voltage-sensing electrodes to make accurate measurements that can be used to compute a material's electrical resistance." ; + "PERSON: Scott Hoffmann" ; + "4-point probe" , + "4-wire sensor" , + "4T sensors" ; + "http://en.wikipedia.org/wiki/Four-terminal_sensing " ; + rdfs:label "four-terminal resistance sensor" . + + +### http://purl.obolibrary.org/obo/ERO_0001578 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An optical device that transmits a mechanically selectable narrow band of wavelengths of light or other radiation chosen from a wider range of wavelengths available at the input." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Monochromator" ; + rdfs:label "monochromator" . + + +### http://purl.obolibrary.org/obo/ERO_0001579 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for incising a design on to a hard, usually flat surface, by cutting grooves into it." ; + "PERSON: Scott Hoffmann" ; + "engraver" ; + "http://en.wikipedia.org/wiki/Engraving" ; + rdfs:label "engraving system" . + + +### http://purl.obolibrary.org/obo/ERO_0001580 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A nucleic acid assay for testing for either a nucleotide repeat expansion (e.g., the trinucleotide repeat expansion associated with Huntington disease) or one or more specific mutations (e.g., Glu6Val for sickle cell anemia, a panel of mutations for cystic fibrosis). Deletion/duplication analysis and family-specific mutation analysis are excluded from this definition." ; + "PERSON: Nicole Vasilevsky" ; + "Allele-specific oligonucleotide testing" , + "Analysis of the entire coding region: Mutation scanning" , + "Analysis of the entire coding region: Sequence analysis" , + "Southern blot" , + "Trinucleotide repeat testing" ; + "http://www.ncbi.nlm.nih.gov/books/NBK5191/?rendertype=def-item&id=targeted-mutation-analysis " ; + rdfs:label "targeted mutation analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001581 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument in which a sharply-pointed electron emitter is held at several kilovolts negative potential relative to a nearby electrode, so that there is sufficient potential gradient at the emitter surface to cause field electron emission." ; + "PERSON: Scott Hoffmann" ; + "FEG" ; + "http://en.wikipedia.org/wiki/Field_emission_gun" ; + rdfs:label "field emission gun" . + + +### http://purl.obolibrary.org/obo/ERO_0001582 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An HPLC technique that uses reversed-phase HPLC to interrogate SNPs." ; + "PERSON: Nicole Vasilevsky" ; + "Denaturing HPLC " ; + "https://en.wikipedia.org/wiki/Dhplc#Denaturing_high_performance_liquid_chromatography" ; + rdfs:label "denaturing high performance liquid chromatography" . + + +### http://purl.obolibrary.org/obo/ERO_0001583 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Instrument that is a specialized robot that combines multiple functions of library development for next generation sequencing including, immobilization of the sample to templates, \"bridge\"-amplification, linearization, blocking and primer hybridization." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: R Steen (Harvard lab user) " ; + rdfs:label "automated flow cell cluster generation station" . + + +### http://purl.obolibrary.org/obo/ERO_0001584 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "An oven is used for baking bread." ; + ; + "An instrument used for heating materials at high temperatures." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Oven" ; + rdfs:label "oven" . + + +### http://purl.obolibrary.org/obo/ERO_0001585 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A machine press that uses a hydraulic cylinder to generate a compressive force." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Hydraulic_press" ; + rdfs:label "hydraulic press" . + + +### http://purl.obolibrary.org/obo/ERO_0001586 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for heating materials at high temperatures." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "high temperature furnace" . + + +### http://purl.obolibrary.org/obo/ERO_0001587 + rdf:type owl:Class ; + ; + "A technique used to measure bone mineral density (BMD). Two X-ray beams with differing energy levels are aimed at the patient's bones. When soft tissue absorption is subtracted out, the BMD can be determined from the absorption of each beam by bone." ; + "PERSON: Nicole Vasilevsky" ; + "DEXA" , + "DXA" ; + "http://en.wikipedia.org/wiki/Dual-energy_X-ray_absorptiometry" ; + rdfs:label "dual energy x-ray absorptiometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001588 + rdf:type owl:Class ; + ; + "An assay performed to detect mycoplasma contamination in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mycoplasma testing" . + + +### http://purl.obolibrary.org/obo/ERO_0001589 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to heat samples frozen with chilled nitrogen in a controlled manner." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "nitrogen evaporator" . + + +### http://purl.obolibrary.org/obo/ERO_0001590 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to determine the thermodynamic parameters of interactions in solution. It is most often used to study the binding of small molecules (such as medicinal compounds) to larger macromolecules (proteins, DNA etc.)." ; + "PERSON: Nicole Vasilevsky" ; + "https://en.wikipedia.org/wiki/Isothermal_titration_calorimetry" ; + rdfs:label "isothermal titration calorimeter" . + + +### http://purl.obolibrary.org/obo/ERO_0001591 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument used for measuring molecular rotation or tumbling by observing the loss of polarization of light emitted by a fluorophore or the decorrelation of polarization between the exciting and emitted (fluorescent) photon." ; + "PERSON: Nicole Vasilevsky" ; + "https://en.wikipedia.org/wiki/Fluorescence_anisotropy" ; + rdfs:label "fluorescence anisotropy analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001592 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument used to measure contact angles and thereby determine surface energy." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" , + "www.firsttenangstroms.com/pdfdocs/CAPaper.pdf" ; + rdfs:label "drop shape analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001593 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument in which a field is applied to a fluid suspension or solution pumped through a long and narrow channel, perpendicular to the direction of flow, in order to cause separation of the particles present in the fluid, dependent on their differing \"mobilities\" under the force exerted by the field." ; + "PERSON: Nicole Vasilevsky" ; + "https://en.wikipedia.org/wiki/Field_flow_fractionation" ; + rdfs:label "field flow fractionator" . + + +### http://purl.obolibrary.org/obo/ERO_0001594 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A field flow fractionator that uses gravity as the field in which differences in mobility are exploited to separate a mixture." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Field_flow_fractionation" ; + rdfs:label "sedimentation field flow fractionator" . + + +### http://purl.obolibrary.org/obo/ERO_0001595 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A field flow fractionator in which an electric field controls the velocity by controlling the lateral position of either a charged (having electrophoretic mobility) or polarized (being levitated in a non-uniform field) species in a capillary channel with a hydrodynamically parabolic flow-velocity profile. In this way, the velocity of the pumped fluid is highest midway between the walls of the channel and it monotonically decays to a minimum of zero at the wall surface." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Field_flow_fractionation" ; + rdfs:label "hydrodynamic field flow fractionator" . + + +### http://purl.obolibrary.org/obo/ERO_0001596 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument which measures the intensity of the scattered light to obtain the average molecular weight Mw of a macromolecule like a polymer or a protein." ; + "PERSON: Nicole Vasilevsky" ; + "https://en.wikipedia.org/wiki/Static_light_scattering" ; + rdfs:label "static light scattering analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001597 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A measurement instrument to measure optical rotation of \"optically active matter\" such as saccharin, ascorbic acid and sodium glutamate." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.atago.net/english/products_polari.php#03" ; + rdfs:label "polarimeter" . + + +### http://purl.obolibrary.org/obo/ERO_0001599 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein assay used to measure changes in protein expression levels, identify protein–protein interactions, to identify the substrates of protein kinases, to identify transcription factor protein-activation, or to identify the targets of biologically active small molecules. The array is a piece of glass on which different molecules of protein or specific DNA binding sequences (as capture probes for the proteins) have been affixed at separate locations in an ordered manner thus forming a microscopic array." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Protein_microarray" ; + rdfs:label "protein microarray assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001600 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An measurement instrument used for measuring the dynamic physical properties of muscles and connective tissues." ; + "PERSON: Scott Hoffmann" ; + "http://www.aurorascientific.com/product/series-300/" ; + rdfs:label "muscle lever system" . + + +### http://purl.obolibrary.org/obo/ERO_0001601 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A stimulator which can provide positive, negative or alternating (bi-phase) pulses." ; + "PERSON: Scott Hoffmann" ; + "http://www.aurorascientific.com/product/mp-model-701/" ; + rdfs:label "bi-phase stimulator" . + + +### http://purl.obolibrary.org/obo/ERO_0001602 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A measurement instrument for evaluating the mechanical characteristics of intact muscle, either isolated in situ, ex vivo, or isolated in vitro." ; + "PERSON: Scott Hoffmann" ; + "http://www.aurorascientific.com/product/mp-model-1300/" ; + rdfs:label "muscle test system" . + + +### http://purl.obolibrary.org/obo/ERO_0001603 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An signal conversion instrument used to convert measured forces into electrical output signals." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "force transducer" . + + +### http://purl.obolibrary.org/obo/ERO_0001604 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein assay to detect modification to histones such as lysine acetylation, lysine and arginine methylation, serine and threonine phosphorylation, and lysine ubiquitination and sumoylation." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/epigenetics-noncoding-rna-research/Epigenetics-Learning-Center/Chromatin/Histone-Modification.html" ; + rdfs:label "histone modification analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001605 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A histology technique that involves the staining of cells with a blue nuclear stain, hemalum followed by counterstaining with eosin, which stains eosinophilic structures in various shades of red, pink and orange." ; + "PERSON: Nicole Vasilevsky" ; + "H&E stain" ; + "http://en.wikipedia.org/wiki/H%26E_stain" ; + rdfs:label "hematoxylin and eosin stain" . + + +### http://purl.obolibrary.org/obo/ERO_0001606 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Material processing of antibody to modify the antibody in a specific way, such as labeling, conjugating or fragmenting the antibody." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "antibody modification" . + + +### http://purl.obolibrary.org/obo/ERO_0001607 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A DNA sequencing assay in which the coding regions of the genome are selectively sequenced." ; + "PERSON: Scott Hoffmann" ; + "targeted exome capture" ; + "http://en.wikipedia.org/wiki/Exome_sequencing" ; + rdfs:label "exome sequencing" . + + +### http://purl.obolibrary.org/obo/ERO_0001608 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Protein-protein interaction detection that uses a waveguide coated with adsorbed proteins and the evanescent wave of a laser beam confined to the waveguide to determine interaction properties of the adsorbed molecular scale layers." ; + "PERSON: Scott Hoffmann" ; + "DPI" ; + "http://en.wikipedia.org/wiki/Dual_polarization_interferometry" ; + rdfs:label "dual polarization interferometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001609 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Protein-protein interaction detection that uses directed movement of particles in a microscopic temperature gradient to analyze biomolecules." ; + "PERSON: Scott Hoffmann" ; + "MST" ; + "http://en.wikipedia.org/wiki/Microscale_thermophoresis" ; + rdfs:label "microscale thermophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0001610 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Material production that deals with design, construction, operation, structural disposition, manufacture and application of robots and computer systems for their control, sensory feedback, and information processing." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Robotics" ; + rdfs:label "robotics" . + + +### http://purl.obolibrary.org/obo/ERO_0001611 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A biomolecule synthesis technique in which amino acids are linked by amide bonds to form peptides." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Peptide_synthesis" ; + rdfs:label "peptide synthesis" . + + +### http://purl.obolibrary.org/obo/ERO_0001612 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A biomolecule synthesis technique in which an antibody is linked to another molecule." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "antibody conjugation" . + + +### http://purl.obolibrary.org/obo/ERO_0001613 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A biomolecule synthesis technique which joins a peptide to another peptide." ; + "PERSON: Scott Hoffmann" ; + "http://www.pbcpeptide.com/Conjugation.htm" ; + rdfs:label "peptide conjugation" . + + +### http://purl.obolibrary.org/obo/ERO_0001614 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A biomolecule synthesis technique which joins two or more proteins." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Conjugated_protein" ; + rdfs:label "protein conjugation" . + + +### http://purl.obolibrary.org/obo/ERO_0001615 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A calorimetry technique in which the difference in the amount of heat required to increase the temperature of a sample and reference is measured as a function of temperature. Both the sample and reference are maintained at nearly the same temperature throughout the experiment. " ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Differential_scanning_calorimetry" ; + rdfs:label "differential scanning calorimetry" . + + +### http://purl.obolibrary.org/obo/ERO_0001616 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A calorimetry technique which is used to determine the thermodynamic parameters of interactions in solution at constant temperature." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Isothermal_titration_calorimetry" ; + rdfs:label "isothermal titration calorimetry" . + + +### http://purl.obolibrary.org/obo/ERO_0001617 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A calorimetry technique which measures differential heat change in a solution when the pressure above the solution is changed. The differential heat change is used to calculate volumetric properties of the solution. " ; + "PERSON: Scott Hoffmann" ; + "http://www.microcal.com/products/software-accessories/pressure-perturbation-calorimetry.asp" ; + rdfs:label "pressure perturbation calorimetry" . + + +### http://purl.obolibrary.org/obo/ERO_0001618 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A centrifuge technique where the concentration distribution of the sample is determined at known times using absorbance measurements." ; + "PERSON: Scott Hoffmann" ; + "AUC" ; + "http://www.bioc.rice.edu/bios576/AU/AU_Page.html#au" ; + rdfs:label "analytical ultracentrifugation" . + + +### http://purl.obolibrary.org/obo/ERO_0001619 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A chromatography technique in which molecules in solution are separated by their size, and in some cases molecular weight." ; + "PERSON: Scott Hoffmann" ; + "SEC" , + "size exclusion chromatography" ; + "http://en.wikipedia.org/wiki/Size-exclusion_chromatography" ; + rdfs:label "size-exclusion chromatography" . + + +### http://purl.obolibrary.org/obo/ERO_0001620 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A crystallization technique in which individual protein molecules align themselves in a repeating series of unit cells by adopting a consistent orientation. The crystalline lattice that forms is held together by noncovalent interactions." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Protein_crystallization" ; + rdfs:label "protein crystallization" . + + +### http://purl.obolibrary.org/obo/ERO_0001621 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A confocal microscopy technique in which a fluorescence correlation spectroscopy experiment is repeated in multiple spatial points in parallel, using a laser scanning confocal microscope." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Fluorescence_correlation_spectroscopy#Image_correlation_spectroscopy_.28ICS.29" ; + rdfs:label "image correlation spectroscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001622 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A light microscopy technique in which light is transmitted from a source on the opposite side of the specimen from the objective." ; + "PERSON: Scott Hoffmann" ; + "http://www.gonda.ucla.edu/bri_core/trlight.htm" ; + rdfs:label "transmitted light microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001623 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry technique in which a protein mixture is spotted on a surface modified with a chemical functionality. Selective binding to this surface acts as a separation step and the subset of proteins that bind to the surface are analyzed. " ; + "PERSON: Scott Hoffmann" ; + "SELDI" ; + "http://en.wikipedia.org/wiki/Surface-enhanced_laser_desorption/ionization" ; + rdfs:label "surface-enhanced laser desorption/ionization mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001624 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry technique in which trace neutral gases are converted to unique ions by reaction with a suitable precursor ion. The ions can then be detected without interference from background atmospheric species since there is virtually no ion background in the atmosphere." ; + "PERSON: Scott Hoffmann" ; + "CIMS" ; + "http://cloud1.arc.nasa.gov/solve/payload/dc8/cims8.html" ; + rdfs:label "chemical ionization mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001626 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry technique which generates data with improved resolution by better separation of peaks." ; + "PERSON: Scott Hoffmann" ; + "HR-MS" ; + "http://en.wikipedia.org/wiki/Resolution_%28mass_spectrometry%29" ; + rdfs:label "high resolution mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001627 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry technique which uses soft ionization to allow analysis of biomolecules and large organic molecules, which tend to be fragile and fragment when ionized by more conventional ionization methods. " ; + "PERSON: Scott Hoffmann" ; + "MALDI TOF" ; + "http://en.wikipedia.org/wiki/Matrix-assisted_laser_desorption/ionization" ; + rdfs:label "matrix-assisted laser desorption ionization time-of-flight mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001628 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry technique which uses soft ionization to determine the molecular weights of proteins, peptides, and other biological macromolecules by turning the macromolecule being ionized into small droplets." ; + "PERSON: Scott Hoffmann" ; + "ESI-MS" ; + "http://chemwiki.ucdavis.edu/Analytical_Chemistry/Instrumental_Analysis/Mass_Spectrometry/Electrospray_Ionization_Mass_Spectrometry" ; + rdfs:label "electrospray ionization mass spectrometry " . + + +### http://purl.obolibrary.org/obo/ERO_0001629 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material component separation techique which fractionates proteins and peptides in solution according to their isoelectric point (pI)." ; + "PERSON: Scott Hoffmann" ; + "IEF" , + "OGE" ; + "http://www.chibi.ubc.ca/pcf/instruments/offgel" ; + rdfs:label "off-gel isoelectric focusing" . + + +### http://purl.obolibrary.org/obo/ERO_0001630 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material component separation technique used to fractionate preparatively charged particles ranging in size from molecular to cellular dimensions according to their electrophoretic mobilities (EPMs) or isoelectric points (pIs) without a stationary phase." ; + "PERSON: Scott Hoffmann" ; + "FFE" , + "Off-gel electrophoresis" ; + "http://www.aesociety.org/areas/ffe1.php" ; + rdfs:label "free flow electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0001631 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material component separation technique used to transfer proteins or nucleic acids onto a PVDF or nitrocellulose membrane after gel electrophoresis." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Electroblotting" ; + rdfs:label "electroblot" . + + +### http://purl.obolibrary.org/obo/ERO_0001632 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material component separation technique that combines solid-phase microextraction (SPME) and capillary electrophoresis (CE) to extract specific components from a sample." ; + "PERSON: Scott Hoffmann" ; + "http://chromsci.oxfordjournals.org/content/44/6/366.abstract" ; + rdfs:label "solid phase isoelectric focusing" . + + +### http://purl.obolibrary.org/obo/ERO_0001633 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material component separation technique that is used for the separation of racemic compounds into their enantiomers." ; + "PERSON: Scott Hoffmann" ; + "chiral resolution" , + "optical resolution" ; + "http://en.wikipedia.org/wiki/Chiral_resolution" ; + rdfs:label "chiral separation" . + + +### http://purl.obolibrary.org/obo/ERO_0001634 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material processing technique that is used to generate and sustain cells with the ability to take up extracellular (\"naked\") DNA from their environments, usually by heat shock or electroporation." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Natural_competence" ; + rdfs:label "competent cell production" . + + +### http://purl.obolibrary.org/obo/ERO_0001635 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscopy technique in which a representation of a surface characteristic is generated by sweeping an extremely sharp probe (3-50 nm radius of curvature) across the sample's surface." ; + "PERSON: Scott Hoffmann" ; + "SPM" ; + "http://www.mobot.org/jwcross/spm/" ; + rdfs:label "scanning probe microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001636 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscopy technique that converts phase shifts in light passing through a transparent specimen to brightness changes in the image. " ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Phase_contrast_microscopy" ; + rdfs:label "phase contrast microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001637 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscopy technique used to enhance the contrast in unstained, transparent samples by using the principle of interferometry to gain information about optical path lengths through the sample." ; + "PERSON: Scott Hoffmann" ; + "DIC microscopy" , + "NIC microscopy" , + "Nomarski interference contrast microscopy" , + "Nomarski microscopy" ; + "http://en.wikipedia.org/wiki/Differential_interference_contrast_microscopy" ; + rdfs:label "differential interference contrast microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001638 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscopy technique used to observe biological systems in vivo at high resolution through an attached window preparation." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Intravital_microscopy" ; + rdfs:label "intravital microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001639 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscopy technique which illuminates cells with stripes of light called an interference pattern and has a resolution of about 100 nanometers." ; + "PERSON: Scott Hoffmann" ; + "PERSON: John Sedat" ; + rdfs:label "structured illumination microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001640 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscopy technique that images samples by illuminating them with pulsed, long-wavelength light to excite fluorophores within the specimen being observed. " ; + "PERSON: Scott Hoffmann" ; + "MFM" , + "Multiphoton fluorescence microscopy" ; + "http://en.wikipedia.org/wiki/Multiphoton_fluorescence_microscope" ; + rdfs:label "multiphoton microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001641 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscopy technique that uses secondary electrons and secondary ions from a low-energy focused ion beam to generate an image of the sample." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Focused_ion_beam#FIB_imaging" ; + rdfs:label "ion beam microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001642 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A next generation sequencing that monitors the incorporation of a nucleotide into a strand of DNA by sensing pH change from the release of a hydrogen ion corresponding to a bonding event." ; + "PERSON: Scott Hoffmann" ; + "Ion torrent NGS" , + "NGS" ; + "http://uagc.arl.arizona.edu/index.php/next-gen-sequencing-services/ion-torrent.html" ; + rdfs:label "ion torrent next generation sequencing " . + + +### http://purl.obolibrary.org/obo/ERO_0001643 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Synthesis of a peptide nucleic acid polymer, in which the phosphate ribose ring of DNA is replaced with the polyamide backbone, that functions as a DNA analog." ; + "PERSON: Nicole Vasilevsky" ; + "PNA synthesis" ; + "http://www.panagene.com/eng/menu2/menu2_1.php" ; + rdfs:label "peptide nucleic acid synthesis" . + + +### http://purl.obolibrary.org/obo/ERO_0001644 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A nucleic acid assay which analyzes DNA for the presence of a methyl group(s) on the 5-carbon of cytosine in a CpG dinucleotide." ; + "PERSON: Scott Hoffmann" ; + "http://www.protocol-online.org/prot/Molecular_Biology/DNA/Methylation_analysis/index.html" ; + rdfs:label "methylation analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001645 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A nucleic acid assay that is used to detect double-stranded (duplex) molecules of nucleic acid originatinating from the genetic recombination of single complementary strands derived from different sources, such as from different homologous chromosomes." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Heteroduplex" ; + rdfs:label "heteroduplex mutation detection" . + + +### http://purl.obolibrary.org/obo/ERO_0001646 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An electrophoresis technique in which complexes remain—for the most part—associated and folded as they would be in the cell." ; + "PERSON: Scott Hoffmann" ; + "Native PAGE" ; + "http://en.wikipedia.org/wiki/Native_gel_electrophoresis#Native" ; + rdfs:label "native polyacrylamide gel electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0001647 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A polymerase chain reaction technique that uses multiple special primers per target to generate single stranded amplicons after a short period of exponential amplification. This enables the detection of low numbers of target organisms, performance of endpoint analysis, significantly increased levels of multiplexing in an assay, and the ability to identify and differentiate bacteria at the strain level. " ; + "PERSON: Scott Hoffmann" ; + "LATE PCR" ; + "http://www.smithsdetection.com/technology_LATE_PCR.php" ; + rdfs:label "linear-after-the-exponential PCR" . + + +### http://purl.obolibrary.org/obo/ERO_0001648 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein assay used to identify proteins from complex mixtures. The technique consists of a 2-dimensional chromatography separation, prior to electrospray mass spectrometry. By exploiting a peptide's unique physical properties of charge and hydrophobicity, complex mixtures can be separated prior to sequencing by tandem MS. The first dimension is normally a strong cation exchange (SCX) column, as these have high loading capacities. The second dimension is reverse phase chromatography (RP), which complements the SCX as it is efficient at removing salts and has the added advantage of being compatible with electrospray mass spectrometry." ; + "PERSON: Scott Hoffmann" ; + "MudPIT" ; + "http://www.proteome.soton.ac.uk/mudpit.htm" ; + rdfs:label "multidimensional protein identification technology " . + + +### http://purl.obolibrary.org/obo/ERO_0001649 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Material component separation of albumin from a biological sample." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "albumin depletion" . + + +### http://purl.obolibrary.org/obo/ERO_0001650 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein sequencing assay in which peptides are ionized, fragmented run through a mass spectrometer such that the mass-to-charge ratios of the fragments can be measured and analyzed to determine the protein's sequence." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Protein_sequencing#Mass_spectrometry" ; + rdfs:label "mass spectrometry protein sequencing" . + + +### http://purl.obolibrary.org/obo/ERO_0001651 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectrophotometry technique used to measure the correlation of fluctuation of the fluorescence intensity to determine the parameters of the physics under the fluctuations with the end result of characterizing a molecule." ; + "PERSON: Scott Hoffmann" ; + "FCS" ; + "http://en.wikipedia.org/wiki/Fluorescence_correlation_spectroscopy" ; + rdfs:label "fluorescence correlation spectroscopy " . + + +### http://purl.obolibrary.org/obo/ERO_0001652 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectrophotometry technique that uses the differential absorption of left and right circularly polarized light for structural studies of small organic molecules, proteins and DNA" ; + "PERSON: Scott Hoffmann" ; + "CD spectroscopy" ; + "http://en.wikipedia.org/wiki/Circular_dichroism" ; + rdfs:label "circular dichroism spectroscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001653 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging technique in which the atoms from a sharp-tipped sample are progressively removed from the tip and collected on a planar detector. Data from the detector is used to reconstruct a 3D image of the material on the atomic scale." ; + "PERSON: Scott Hoffmann" ; + "APT" ; + "http://www.imago.com/instruments-for-research/atom-probe.aspx" ; + rdfs:label "atom probe tomography " . + + +### http://purl.obolibrary.org/obo/ERO_0001654 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A high throughput sample analysis technique in which oligonucleic or peptide aptamers are screened for specific binding capacity for a target." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Aptamer" ; + rdfs:label "aptamer screening" . + + +### http://purl.obolibrary.org/obo/ERO_0001655 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An image analysis technique combining automated fluorescence microscopy with multi-parameter quantitative image analysis for the large scale study of cells (cellomics)." ; + "PERSON: Nicole Vasilevsky" ; + "HCA" , + "HCS" , + "High content analysis" , + "Imaging cytometry" ; + "http://en.wikipedia.org/wiki/High-content_screening" ; + rdfs:label "high content screening" . + + +### http://purl.obolibrary.org/obo/ERO_0001656 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A nucleic acid assay where particular DNA sequences can be detected in a DNA library using nucleic acid probes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.link.vet.ed.ac.uk/clive/cal/dna_1/4_lib_screen.htm" ; + rdfs:label "DNA library screen" . + + +### http://purl.obolibrary.org/obo/ERO_0001657 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A nucleic acid assay used to map the genome of an organism, that is used to detect genes that confer to a specific phenotype only when both copies in an individual are mutated (i.e. the genes are homozygous, or the same)." ; + "PERSON: Nicole Vasilevsky" ; + "http://biotech.about.com/b/2009/01/26/homozygosity-mapping-for-outbred-individuals.htm" ; + rdfs:label "homozygosity mapping" . + + +### http://purl.obolibrary.org/obo/ERO_0001658 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A nucleic acid assay that uses ribonucleic acid as input and results in a the creation of RNA sequence information artifact using a sequencer instrument." ; + "PERSON: Nicole Vasilevsky" ; + "RNA-Seq " , + "Transcriptome sequencing" ; + "OBI" ; + rdfs:label "RNA sequencing" . + + +### http://purl.obolibrary.org/obo/ERO_0001659 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An in vitro cytotoxicity assay that measures cytotoxicity of specific molecules or cells to antibody-bound targets." ; + "PERSON: Nicole Vasilevsky" ; + "ADCC assay" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "antibody-dependent cell-mediated cytotoxicity assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001660 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein assay used for identifying proteins in complex mixtures by a combination of high performance liquid chromatography and mass spectrometry." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Shotgun_proteomics" ; + rdfs:label "shotgun proteomics" . + + +### http://purl.obolibrary.org/obo/ERO_0001661 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry assay that is highly sensitive and selective, for the targeted quantitation of protein/peptide abundances in complex biological samples. " ; + "PERSON: Nicole Vasilevsky" ; + "MRM" , + "SRM" , + "Selective reaction monitoring" ; + "http://www.mrmproteomics.com/multiple-reaction-monitoring-mrm.html" ; + rdfs:label "multiple reaction monitoring " . + + +### http://purl.obolibrary.org/obo/ERO_0001662 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein assay used to identify the binding sites, or ?epitopes?, that are recognized by antibodies." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nature.com.liboff.ohsu.edu/nmeth/journal/v5/n12/full/nmeth.1272.html" ; + rdfs:label "antibody epitope mapping" . + + +### http://purl.obolibrary.org/obo/ERO_0001663 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular assay used to map peptide sequences. Produced by using either proteolytic enzymes such as trypsin or chemicals such as cyanogen bromide to cut proteins at a relatively small number of particular sites, the peptide fragments are then separated by chromatographic or electrophoretic procedures. " ; + "PERSON: Nicole Vasilevsky" ; + "Peptide fingerprinting" ; + "http://medical-dictionary.thefreedictionary.com/Peptide+mapping" ; + rdfs:label "peptide mapping" . + + +### http://purl.obolibrary.org/obo/ERO_0001664 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein assay that is used to determine the genetic variations or differences in the constant regions of the antibody heavy and light chains, such as IgG, etc.." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Isotype_%28immunology%29" ; + rdfs:label "antibody isotype analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001665 + rdf:type owl:Class ; + ; + "A protein assay used to quantify proteins from different sources using isotope-coded covalent tags. iTRAQ is used in proteomics to study quantitative changes in the proteome." ; + "PERSON: Nicole Vasilevsky" ; + "iTRAQ" ; + "http://en.wikipedia.org/wiki/Isobaric_tag_for_relative_and_absolute_quantitation" ; + rdfs:label "isobaric tags for relative and absolute quantitation" . + + +### http://purl.obolibrary.org/obo/ERO_0001666 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein assay that provides detailed information regarding the relative amino acid composition and free amino acids in a protein. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sigmaaldrich.com/analytical-chromatography/analytical-reagents/amino-acid-analysis.html" ; + rdfs:label "amino acid analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001667 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein assay which makes use of characteristic densities of various types of lipoproteins to rapidly isolate them by density gradient centrifugation." ; + "PERSON: Scott Hoffmann" ; + "http://www.sfu.ca/bisc/bisc-429/lipoprotein.html" ; + rdfs:label "lipoprotein isolation" . + + +### http://purl.obolibrary.org/obo/ERO_0001668 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry assay in which an unknown protein of interest is cleaved into smaller peptides, whose absolute masses can be accurately measured with a mass spectrometer. These masses are then compared to values in a database containing known protein sequences." ; + "PERSON: Scott Hoffmann" ; + "PMF" , + "Peptide mass mapping" ; + "http://en.wikipedia.org/wiki/Peptide_mass_fingerprinting" ; + rdfs:label "peptide mass fingerprinting" . + + +### http://purl.obolibrary.org/obo/ERO_0001669 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular used to identify targets of small molecules for potential use in drug discovery or similar applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.broadinstitute.org/scientific-community/science/programs/chemical-biology/project-target-pathway-id/small-molecule-targ" ; + rdfs:label "small molecule identification" . + + +### http://purl.obolibrary.org/obo/ERO_0001670 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Data analysis of mass spectrometry data to identify proteins in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mass spectrometry data analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001671 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein purification technique which involves selective enrichment or specific isolation of antibodies from serum (polyclonal antibodies), ascites fluid or cell culture supernatant of a hybridoma cell line (monoclonal antibodies)." ; + "PERSON: Scott Hoffmann" ; + "http://www.piercenet.com/browse.cfm?fldID=4E032172-5056-8A76-4EAE-8D395D2DCDA3#intro" ; + rdfs:label "antibody purification" . + + +### http://purl.obolibrary.org/obo/ERO_0001672 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A recombinant protein production technique where bacteria are used as a host for recombinant plasmids expressing a protein of interest and are grown in culture and can be induced to produce the target protein." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "bacterial based recombinant protein production" . + + +### http://purl.obolibrary.org/obo/ERO_0001673 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A recombinant protein production technique where insects cells are used as a host for recombinant plasmids expressing a protein of interest and are grown in culture and can be induced to produce the target protein." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "insect cell based recombinant protein production" . + + +### http://purl.obolibrary.org/obo/ERO_0001674 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A recombinant protein production technique where mammalian cells are used as a host for recombinant plasmids expressing a protein of interest and are grown in culture and can be induced to produce the target protein." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mammalian cell based recombinant protein production" . + + +### http://purl.obolibrary.org/obo/ERO_0001675 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectrophotometry technique that exploits the fact that excited electrons emit energy at a given wavelength as they return to ground state." ; + "PERSON: Scott Hoffmann" ; + "ICP-AES" ; + "http://www-odp.tamu.edu/publications/tnotes/tn29/technot2.htm" ; + rdfs:label "inductively coupled plasma atomic emission spectroscopy " . + + +### http://purl.obolibrary.org/obo/ERO_0001676 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectrophotometry technique that makes use of the phenomena whereby light emitted by a fluorophore has unequal intensities along different axes of polarization to analyze the physical properties of a sample molecule." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Fluorescence_anisotropy#Applications" ; + rdfs:label "fluorescence anisotropy" . + + +### http://purl.obolibrary.org/obo/ERO_0001677 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectroscopy technique that uses inelastic scattering, or Raman scattering, of monochromatic light used to study vibrational, rotational, and other low-frequency modes in a system. " ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Raman_spectroscopy" ; + rdfs:label "Raman spectroscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001678 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A protein assay used to determine cellular protein expression using antibody-based assays such as flow cytometry or immunocytochemistry." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "immunophenotyping" . + + +### http://purl.obolibrary.org/obo/ERO_0001679 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An assay used to detect the presence of microorganisms in a sample." ; + "PERSON: Scott Hoffmann" ; + "http://www.wisegeek.com/what-is-a-microbial-test.htm" ; + rdfs:label "microbial testing" . + + +### http://purl.obolibrary.org/obo/ERO_0001680 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An electrophoresis technique that is used to separate molecules on a polyacrylamide gel based their size. " ; + "PERSON: Nicole Vasilevsky" ; + "PAGE" ; + "http://en.wikipedia.org/wiki/SDS-PAGE" ; + rdfs:label "polyacrylamide gel electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0001681 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An electrophoresis technique used to monitor the differences in proteomic profile between cells in different functional states. This is done in three steps. First, samples are tagged with unique flourescent dyes. Second, they are run together on the same 2D-PAGE gel. Finally, after the run completes, the different fluorescent images of the same gel are superimposed over each other. DIGE allows the study of proteins that are expressed differentially, as well as those that are common between samples. This technology allows for simultaneous separation and comparison of up to three samples on one gel." ; + "PERSON: Nicole Vasilevsky" ; + "DIGE " , + "Differential in gel electrophoresis" ; + "http://en.wikibooks.org/wiki/Proteomics/Protein_Separations-_Electrophoresis/Differential_in_Gel_Electrophoresis%28DIGE%29" ; + rdfs:label "differential gel electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0001682 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An extraction where the desired output material is protein." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "protein extraction" . + + +### http://purl.obolibrary.org/obo/ERO_0001683 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Oligonucleotide synthesis of single strands of DNA or RNA that are complementary to a chosen sequence that are used to prevent protein translation of messenger RNA target strands by binding to them. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Oligonucleotide" ; + rdfs:label "antisense oligonucleotide synthesis" . + + +### http://purl.obolibrary.org/obo/ERO_0001684 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A biomolecule synthesis technique used to generate small-interfering RNA molecules, which can be used to knockdown gene expression of target sequences." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "siRNA synthesis" . + + +### http://purl.obolibrary.org/obo/ERO_0001685 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An electrophysiology assay used to study single or multiple ion channels in cells by using a glass micropipette as an electrode, that has an open tip diameter of about one micrometre, a size enclosing a membrane surface area or \"patch\" that often contains just one or a few ion channel molecules." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Patch_clamp" ; + rdfs:label "patch clamp technique" . + + +### http://purl.obolibrary.org/obo/ERO_0001686 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "High throughput sample analysis of collections of compounds that provide a variety of chemically diverse structures that can be used to identify structure types that have affinity with pharmacological targets. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.rdchemicals.com/compound-libraries/" ; + rdfs:label "compound library screening" . + + +### http://purl.obolibrary.org/obo/ERO_0001687 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "High throughput sample analysis of collections of peptides for bioactivity." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cellecta.com/technology/bioactive-peptide-screening/" ; + rdfs:label "peptide screening" . + + +### http://purl.obolibrary.org/obo/ERO_0001688 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "High throughput sample analysis of RNAi molecules for potential application in gene knockdown or gene silencing of target genes." ; + "PERSON: Nicole Vasilevsky" ; + "shRNA screening" , + "siRNA screening" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "RNAi screening" . + + +### http://purl.obolibrary.org/obo/ERO_0001689 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging assay used to measure radioisotope emission, chemiluminescence and fluorescence from a sample." ; + "PERSON: Nicole Vasilevsky" ; + "Phosphorimaging" ; + "http://www.etsu.edu/com/mbcf/Services/Phosphorimaging.aspx" ; + rdfs:label "phosphor imaging" . + + +### http://purl.obolibrary.org/obo/ERO_0001690 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Mass spectrometry where the relative abundance of isotopes in a continuously flowed gas sample is determined." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Isotope-ratio_mass_spectrometry" ; + rdfs:label "stable isotope mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001691 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A staining technique used to make the molecules in a gel visible via a protein-specific, dye-binding or color-producing chemical reaction." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.piercenet.com/browse.cfm?fldID=B06FFE8F-5056-8A76-4E15-AF49E5F5A91F" ; + rdfs:label "gel staining" . + + +### http://purl.obolibrary.org/obo/ERO_0001692 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A nucleic acid microarray assay of long non-coding RNAs, which are evolutionarily conserved, longer than 200 nt, non-coding RNA molecules found in eukaryotes." ; + "PERSON: Nicole Vasilevsky" ; + "LncRNA profiling" ; + "http://www.arraystar.com/Microarray/service_main.asp?id=198" ; + rdfs:label "long non-coding RNA microarray profiling" . + + +### http://purl.obolibrary.org/obo/ERO_0001693 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Polyacrylamide gel electrophoresis using sodium dodecyl sulfate. the binding of SDS (a detergent) to the polypeptide chain of proteins imparts aneven distribution of charge per unit mass, thereby resulting in a fractionation by approximate size during electrophoresis." ; + "PERSON: Nicole Vasilevsky" ; + "SDS PAGE" , + "SDS-PAGE" ; + "http://www.davidson.edu/academic/biology/courses/molbio/sdspage/sdspage.html" ; + rdfs:label "sodium dodecyl sulfate polyacrylamide gel electrophoresis" . + + +### http://purl.obolibrary.org/obo/ERO_0001694 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An in vitro cytotoxicity assay that is mediated by the complement system." ; + "PERSON: Nicole Vasilevsky" ; + "CDC assay" ; + "http://en.wikipedia.org/wiki/Cytotoxicity" ; + rdfs:label "complement-dependent cytotoxicity assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001695 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A chemical modification of proteins to deblock N-terminal residues prior to protein sequencing." ; + "PERSON: Nicole Vasilevsky" ; + "Wellner et al (1989) PNAS 87: 1947." ; + rdfs:label "N-terminal deblocking" . + + +### http://purl.obolibrary.org/obo/ERO_0001696 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Real-time PCR of microRNA abundance in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "real time qPCR microRNA quantitation" . + + +### http://purl.obolibrary.org/obo/ERO_0001697 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An intervention that evaluates methods of detecting disease. " ; + "PERSON: Nicole Vasilevsky" ; + "http://training.cancer.gov/clinicaltrialsbasics/s01/glossary.php" ; + rdfs:label "diagnostic intervention" . + + +### http://purl.obolibrary.org/obo/ERO_0001698 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Tissue embedding in specialized medium that allows rapid freezing of the tissue when exposed to freezing temperatures, for subsequent sectioning or preservation." ; + "PERSON: Nicole Vasilevsky" ; + "Frozen tissue embedding" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "frozen block embedding" . + + +### http://purl.obolibrary.org/obo/ERO_0001699 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A measurement instrument that precisely measures glucose levels from a sample, such as from whole blood, plasma or serum." ; + "PERSON: Nicole Vasilevsky" ; + "Blood glucose analyzer" , + "Blood sugar analyzer" ; + "http://www.gmi-inc.com/Products/Glucose%20Anaylzers%20Headline.html" ; + rdfs:label "glucose analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001700 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A mechanical device that is designed to perform dewaxing and epitope recovery on slides prior to immunostaining. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.labvision.com/lv.cfm?first=Reagent&second=Lab%20Vision%20PT%20Module%20%28Automated%20Dewaxing%20and%20Epitope%20recovery%20Device%20for%20Lab%20Vision%20autostainers%29" ; + rdfs:label "automated dewaxing and epitope recovery device " . + + +### http://purl.obolibrary.org/obo/ERO_0001701 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A freezer that is used to store samples at cryogenic temperatures." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cryogenic freezer" . + + +### http://purl.obolibrary.org/obo/ERO_0001702 + rdf:type owl:Class ; + ; + "Gene expression analysis of samples hybridized to a microarray probe." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "array-based expression analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001703 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectrophotometer used to study vibrational, rotational, and other low-frequency modes in a system." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Raman_spectroscopy" ; + rdfs:label "raman spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001704 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometer that uses soft ionization to allow analysis of biomolecules and large organic molecules, which tend to be fragile and fragment when ionized by more conventional ionization methods. " ; + "PERSON: Nicole Vasilevsky" ; + "MALDI-TOF MS" , + "Matrix-assisted laser desorption ionization time-of-flight mass spectrometer" ; + "http://en.wikipedia.org/wiki/Matrix-assisted_laser_desorption/ionization" ; + rdfs:label "MALDI-TOF mass spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001705 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An analyte assay that is performed to determine the fraction of an administered dose of unchanged drug that reaches the systemic circulation for pharmacokinetic drugs." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Bioavailability" ; + rdfs:label "bioavailability analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001706 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A role inhering in a biological specimen that is realized when the bearer participates in a specimen preparation process." ; + rdfs:label "biospecimen to be prepared role" . + + +### http://purl.obolibrary.org/obo/ERO_0001707 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "Formalin fixation of a zebrafish embryo for immunostaining assays." ; + ; + "A technique used to prepare a biospecimen for use or storage." ; + "PERSON:Melissa Haendel" ; + "PERSON:Melissa Haendel" ; + rdfs:label "biospecimen preparation" . + + +### http://purl.obolibrary.org/obo/ERO_0001709 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Fixation using heat to heat-kill and adhere tissue or cells to a surface, such as a slide. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fixation_%28histology%29" ; + rdfs:label "heat fixation" . + + +### http://purl.obolibrary.org/obo/ERO_0001710 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Fixation using chemical fixative to stabilize the proteins, nucleic acids and mucosubstances of the tissue or cells by making them insoluble." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fixation_%28histology%29" ; + rdfs:label "chemical fixation" . + + +### http://purl.obolibrary.org/obo/ERO_0001711 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Chemical fixation using alcohols, that act by reducing the solubility of protein molecules and (often) by disrupting the hydrophobic interactions that give many proteins their tertiary structure. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fixation_%28histology%29" ; + rdfs:label "alcohol fixation" . + + +### http://purl.obolibrary.org/obo/ERO_0001712 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Alcohol fixation using a solution primarily containing methanol." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "methanol fixation" . + + +### http://purl.obolibrary.org/obo/ERO_0001713 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Alcohol fixation using a solution primarily containing ethanol." ; + "PERSON: Nicole Vasilevskly" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "ethanol fixation" . + + +### http://purl.obolibrary.org/obo/ERO_0001714 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Chemical fixation using an oxidizing agent to fix cells or tissue, which can react with various side chains of proteins and other biomolecules, allowing formation of crosslinks that stabilize tissue structure. " ; + "PERSON: Nicole Vasilevsky" ; + "Oxidising agent fixation" ; + "http://en.wikipedia.org/wiki/Fixation_%28histology%29" ; + rdfs:label "oxidizing agent fixation" . + + +### http://purl.obolibrary.org/obo/ERO_0001716 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A database is an organized collection of data, today typically in digital form." ; + "PERSON: Carlo Torniai" ; + "http://en.wikipedia.org/wiki/Database" ; + rdfs:comment "Just a place horder. It will probably be replaced by NIF term: http://ontology.neuinfo.org/NIF/DigitalEntities/NIF-Resource.owl#nlx_res_20090405" ; + rdfs:label "database" . + + +### http://purl.obolibrary.org/obo/ERO_0001717 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument that is a cyclic particle accelerator in which the guiding magnetic field (bending the particles into a closed path) is time-dependent and is used to synchronize the particle beam to increase its kinetic energy." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Synchrotron" ; + rdfs:label "synchrotron" . + + +### http://purl.obolibrary.org/obo/ERO_0001718 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A technique used to determine the optimal conditions for use of an antibody reagent in a particular assay." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "antibody optimization" . + + +### http://purl.obolibrary.org/obo/ERO_0001721 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Transmission electron microscopy that has the ability to analyze the elemental or chemical characterization of a sample." ; + "PERSON: Nicole Vasilevsky" ; + "Transmission electron microscopy with energy dispersive spectroscopy" ; + "http://en.wikipedia.org/wiki/Energy-dispersive_X-ray_spectroscopy" ; + rdfs:label "transmission electron microscopy with EDAX" . + + +### http://purl.obolibrary.org/obo/ERO_0001722 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Scanning electron microscopy that has the ability to analyze the elemental or chemical characterization of a sample." ; + "PERSON: Nicole Vasilevsky" ; + "Scanning electron microscopy with energy dispersive spectroscopy" ; + "http://en.wikipedia.org/wiki/Energy-dispersive_X-ray_spectroscopy" ; + rdfs:label "scanning electron microscopy with EDAX" . + + +### http://purl.obolibrary.org/obo/ERO_0001723 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Data storage and organization of bibliographic citations (references)." ; + "PERSON: Nicole Vasilevsky" ; + "Citation management" , + "Reference management" ; + "http://en.wikipedia.org/wiki/Reference_management_software" ; + rdfs:label "bibliographic management" . + + +### http://purl.obolibrary.org/obo/ERO_0001724 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An animal physiology monitoring system that allows for simultaneous measurement of numerous parameters including oxygen consumption (VO2), carbon dioxide (CO2) production, respiratory exchange ratio (RER), food and drinking behavior, activity level, and caloric heat production. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.joslindiabetescenter.com/diabetes-research/animal-physiology.html" ; + rdfs:label "CLAMS system" . + + +### http://purl.obolibrary.org/obo/ERO_0001725 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "RNA quality analysis of micro RNA (miRNA)." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "miRNA quality analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001726 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "High throughput sample analysis of small molecules for purpose such as drug discovery, or biochemical, genetic or pharmacological tests." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.lerner.ccf.org/services/smsc/" ; + rdfs:label "small molecule screening" . + + +### http://purl.obolibrary.org/obo/ERO_0001727 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Sample irradiation using synchrotron radiation, the electromagnetic radiation emitted when charged particles are accelerated radially." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Synchrotron_radiation" ; + rdfs:label "synchrotron radiation " . + + +### http://purl.obolibrary.org/obo/ERO_0001728 + rdf:type owl:Class ; + ; + "A gene expression analysis assay of micro RNA (miRNA) in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "miRNA expression analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001729 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular assay that measures the interaction of two molecules bioconjugated to donor and acceptor beads." ; + "PERSON: Nicole Vasilevsky" ; + "ALPHA" , + "Alpha Screen" , + "Amplified luminescence proximity homogeneous assay" ; + "http://www.bmglabtech.com/technology/alphascreen.cfm" ; + rdfs:label "AlphaScreen" . + + +### http://purl.obolibrary.org/obo/ERO_0001730 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Photography where the image is magnified 1X or higher." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.microscopy-uk.org.uk/mag/indexmag.html?http://www.microscopy-uk.org.uk/mag/artmar05/chmacro.html" ; + rdfs:label "photomacrography" . + + +### http://purl.obolibrary.org/obo/ERO_0001731 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A tissue/organ assay that is performed to analyze the motility, morphology, viability, and number of semen in a given sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "semen analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001732 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A materials assay to analyze the presence or concentration of trace metal(s) in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "trace metal analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001733 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Material storage of cells in freezing media, at sub-zero temperatures, that is intended to sustain viability for later use." ; + "PERSON: Nicole Vasilevsky" ; + "Cell banking" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cell storage" . + + +### http://purl.obolibrary.org/obo/ERO_0001734 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Material production of an early sample or model built to test a concept or process or to act as a thing to be replicated or learned from. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Prototype" ; + rdfs:label "prototype development" . + + +### http://purl.obolibrary.org/obo/ERO_0001735 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Fabrication of devices with dimensions measured in nanometers." ; + "PERSON: Nicole Vasilevsky" ; + "http://whatis.techtarget.com/definition/nanofabrication" ; + rdfs:label "nanofabrication" . + + +### http://purl.obolibrary.org/obo/ERO_0001736 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A robot that processes histology sides by positioning them and mounting coverslips on top of the slide." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.al-tar.com/online-laboratory-store/hackermeisei-coverslipping-machine-rcm-3655" ; + rdfs:label "coverslipping machine" . + + +### http://purl.obolibrary.org/obo/ERO_0001737 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An assay for detection of various gases, chemicals, and particulates in ambient air or air emissions. " ; + "PERSON: Scott Hoffmann" ; + "http://www.pine-environmental.com/air-monitoring.htm#content" ; + rdfs:label "air monitoring" . + + +### http://purl.obolibrary.org/obo/ERO_0001738 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An immunoassay used to detect an antigen-antibody interaction, based on a brief emission of light by a luminophor component (signal) in response to chemical energy. " ; + "PERSON: Nicole Vasilevsky" ; + "Hachem H et al (1991) A sensitive immunochemiluminescence assay for human serum amyloid A protein. Clin Biochem. 1991 Apr;24(2):143-7." ; + rdfs:label "immunochemiluminescence" . + + +### http://purl.obolibrary.org/obo/ERO_0001739 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An assay used to measure the set of metabolites in biofluids, which can reflect an individual?s health status. " ; + "PERSON: Nicole Vasilevsky" ; + "http://fgp.ucdavis.edu/prog/mp" ; + rdfs:label "metabolic phenotyping " . + + +### http://purl.obolibrary.org/obo/ERO_0001740 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An assay that uses paraffin blocks in which separate tissue cores are assembled in array fashion to allow multiplex histological analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Tissue_microarray" ; + rdfs:label "tissue microarray assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001741 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An assay used to detect possible drug resistance in common pathogens and to assure susceptibility to drugs of choice for particular infections." ; + "PERSON: Nicole Vasilevsky" ; + "Reller et al (2009) Antimicrobial Susceptibility Testing: A Review of General Principles and Contemporary Practices. Clin Infect Dis. 49 (11): 1749-1755. " ; + rdfs:label "antimicrobial susceptibility testing" . + + +### http://purl.obolibrary.org/obo/ERO_0001742 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material processing technique in which a particular strain of an organism is rederived from an embro by implantation into pathogen-free pseudopregnant recipients." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biotech.wisc.edu/facilities/transgenicanimal/services/StrainRederivation2" ; + rdfs:label "organism strain rederivation" . + + +### http://purl.obolibrary.org/obo/ERO_0001743 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Laboratory animal care in which animals are housed in a pathogen-free environment." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "quarantine housing maintenance" . + + +### http://purl.obolibrary.org/obo/ERO_0001744 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A DNA sequencer that is used by specific commercial platforms that embody a complex interplay of enzymology, chemistry, high-resolution optics, hardware, and software engineering. These instruments allow highly streamlined sample preparation steps prior to DNA sequencing, which provides a significant time savings and a minimal requirement for associated equipment in comparison to the highly automated, multistep pipelines necessary for clone-based high-throughput sequencing. Each technology amplifies single strands of a fragment library and perform sequencing reactions on the amplified strands. The fragment libraries are obtained by annealing platform-specific linkers to blunt-ended fragments generated directly from a genome or DNA source of interest. Because the presence of adapter sequences means that the molecules then can be selectively amplified by PCR, and no bacterial cloning step is required to amplify the genomic fragment in a bacterial intermediate as is done in traditional sequencing approaches." ; + "PERSON: Nicole Vasilevsky" ; + "Mardis (2008) Annu. Rev. Genomics Hum. Genet. 9:387-402" ; + rdfs:label "next generation sequencer" . + + +### http://purl.obolibrary.org/obo/ERO_0001745 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Material component separation of plasma from a blood sample. " ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "blood plasma isolation" . + + +### http://purl.obolibrary.org/obo/ERO_0001746 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Material component separation of serum from a blood sample. " ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "blood serum isolation" . + + +### http://purl.obolibrary.org/obo/ERO_0001747 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Synthesis in which molecules are bound on a bead and synthesized step-by-step in a reactant solution." ; + "PERSON: Nicole Vasilevsky" ; + "Fluorenylmethyloxycarbonyl solid phase synthesis" ; + "http://en.wikipedia.org/wiki/Solid-phase_synthesis" ; + rdfs:label "solid phase synthesis" . + + +### http://purl.obolibrary.org/obo/ERO_0001748 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Electrophoresis of molecules using an electric field that periodically changes direction to a gel matrix." ; + "PERSON: Nicole Vasilevsky" ; + "Pulsed field gel electrophoresis " ; + "http://en.wikipedia.org/wiki/Pulsed_field_gel_electrophoresis" ; + rdfs:label "pulsed-field gel electrophoresis " . + + +### http://purl.obolibrary.org/obo/ERO_0001749 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An atomic force microscope that has inegrated raman spectroscopy, for examination of chemical and structural properties of materials at sub-micrometer scales." ; + "PERSON: Nicole Vasilevsky" ; + "Raman-AFM system" ; + "http://www.renishaw.com/en/raman-afm-system--6638" ; + rdfs:label "raman-atomic force microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0001750 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Total internal reflection fluorescence instrument combined with atomic force microscope used to detect and confirm the result of cellular level manipulations made with the AFM part through the detection system of the highly sensitive fluorescence microscope part." ; + "PERSON: Nicole Vasilevsky" ; + "TIRF AFM" , + "Total Internal Reflection Fluorescence AFM" ; + "http://www.ncbi.nlm.nih.gov/pubmed/12211478" ; + rdfs:label "total internal reflection fluorescence atomic force microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0001751 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscope capable of measuring normal and lateral forces between a probe and sample." ; + "PERSON: Nicole Vasilevsky" ; + "IFM" ; + "www.nanotech.upenn.edu/facilities_images/IFM.pdf" ; + rdfs:label "interfacial force microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0001752 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument that is a tour puzzle in the form of a complex branching passage through which the solver must find a route. Often used in animal models to test behavior." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Maze" ; + rdfs:label "maze" . + + +### http://purl.obolibrary.org/obo/ERO_0001753 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A maze used for rodent models of anxiety, which is used as a screening test for putative anxiolytic or anxiogenic compounds and as a general research tool in neurobiological anxiety research." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Elevated_plus_maze" ; + rdfs:label "elevated plus maze" . + + +### http://purl.obolibrary.org/obo/ERO_0001754 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An elevated plus maze that lacks a center square, used to measure animal behavior in the time spent in open and closed spaces. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.noldus.com/animal-behavior-research/solutions/research-small-lab-animals/zero-maze-set" ; + rdfs:label "zero maze" . + + +### http://purl.obolibrary.org/obo/ERO_0001755 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An animal activity monitoring system that transistions between light and dark, using a light/dark transition test, which is widely used to measure anxiety-like behavior in mice. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2504462/" ; + rdfs:label "light/dark chamber" . + + +### http://purl.obolibrary.org/obo/ERO_0001756 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An animal activity monitoring system is an automated system employed in the testing of avoidance behavior. Each subject is housed within a cage that has been divided by a centrally located wall. The wall has an opening that allows the subject to pass between the compartments. The lid of each compartment contains an acoustic source. The light is on the center divider. The subject walks on a shocker grid assembly that spans the entire floor area of both compartments. A series of photocells detects the subject position within the cage. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.colinst.com/brief.php?id=12" ; + rdfs:label "passive/active avoidance chambers" . + + +### http://purl.obolibrary.org/obo/ERO_0001757 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An animal activity monitoring system that consists of a hole poke board with holes lying over horzontal X and Y axis sensors.Data collected includes frequency and duration of each \"nose poke\" as well as positional and ambulatory data (distance traveled, zone entries, ambulatory vs. total movement, etc.)." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.colinst.com/brief.php?id=90" ; + rdfs:label "hole poke arenas" . + + +### http://purl.obolibrary.org/obo/ERO_0001758 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An environmental chamber that is used to measure oxygen consumption in an organism." ; + "PERSON: Nicole Vasilevsky" ; + "http://csm.jmu.edu/biology/danie2jc/metabolism_lab.htm" ; + rdfs:label "metabolic chamber" . + + +### http://purl.obolibrary.org/obo/ERO_0001759 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A measurement instrument used to measure the body’s metabolism through the amount of heat produced when the body is at rest. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-a-metabolic-cart.htm" ; + rdfs:label "metabolic cart" . + + +### http://purl.obolibrary.org/obo/ERO_0001760 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cell culture technique in which lymphocytes are treated with EBV and become capable of indefinite growth as a consequence of viral protein expression." ; + "PERSON: Nicole Vasilevsky" ; + "Epstein?Barr virus transformation" , + "Lymphoblast transformation" ; + "http://en.wikipedia.org/wiki/Epstein%E2%80%93Barr_virus" ; + rdfs:label "EBV transformation " . + + +### http://purl.obolibrary.org/obo/ERO_0001761 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A biopsy where a small amount of bone and a small amount of fluid and cells from inside the bone (bone marrow) are removed." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.webmd.com/cancer/bone-marrow-aspiration-and-biopsy" ; + rdfs:label "bone marrow aspiration" . + + +### http://purl.obolibrary.org/obo/ERO_0001762 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An antibody related technique that uses paramagnetic beads coated with antibodies to bind to antigens present on the surface of cells thus capturing the cells and facilitating the concentration of these bead-attached cells. The concentration process is created by a magnet placed on the side of the test tube bringing the beads to it." ; + "PERSON: Nicole Vasilevsky" ; + "Immunomagnetic cell separation" ; + "http://en.wikipedia.org/wiki/Immunomagnetic_separation" ; + rdfs:label "immunomagnetic selection" . + + +### http://purl.obolibrary.org/obo/ERO_0001763 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay used to monitor human rest/activity cycles. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Actigraphy" ; + rdfs:label "actigraphy" . + + +### http://purl.obolibrary.org/obo/ERO_0001764 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay used in the study of sleep and as a diagnostic tool in sleep medicine. " ; + "PERSON: Nicole Vasilevsky" ; + "Sleep study" ; + "http://en.wikipedia.org/wiki/Polysomnography" ; + rdfs:label "polysomnography" . + + +### http://purl.obolibrary.org/obo/ERO_0001765 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay of the human body that uses such tools as body mass index, basal metabolic rate, bioelectrical impedance, and dual energy x-ray absorptiometry, along with measurements of skinfold thickness and arm muscle circumference, to assess the structure, form, and composition of the body for purposes of comparison." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/anthropometric-analysis" ; + rdfs:label "anthropometric analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001766 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An assay used to count cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://dictionary.reference.com/browse/hemocytometry" ; + rdfs:label "hemocytometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001767 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A technique that utilizes standardized tests and questionnaires in an effort to identify a student?s strengths and weaknesses across many areas of functioning and attributes. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.vdps.net/special/test.html" ; + rdfs:label "psychoeducational test administration" . + + +### http://purl.obolibrary.org/obo/ERO_0001769 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Screening herbs for use as potential drug targets." ; + ; + "An assay that is performed to find new bioactive chemical entities from natural sources, to be used a therapeutic drug targets." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Drug_discovery#Plant-derived" ; + rdfs:label "natural product drug discovery" . + + +### http://purl.obolibrary.org/obo/ERO_0001770 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A measurement device used to calculate the mass of nano-scale particles." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "nanoparticle size analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001771 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Qualitative elemental analysis of nanomaterials." ; + ; + "A spectroscopy technique used for the elemental analysis or chemical characterization of a sample. It relies on the investigation of an interaction of some source of X-ray excitation and a sample. Its characterization capabilities are due in large part to the fundamental principle that each element has a unique atomic structure allowing unique set of peaks on its X-ray spectrum." ; + "PERSON: Nicole Vasilevsky" ; + "EDS" , + "EDX" ; + "http://en.wikipedia.org/wiki/Energy-dispersive_X-ray_spectroscopy" ; + rdfs:label "energy-dispersive X-ray spectroscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001772 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A spectroscopy technique that measures the change in kinetic energy of electrons after they have interacted with a specimen. When carried out in a modern transmission electron microscope, EELS is capable of giving structural and chemical information about a solid, with a spatial resolution down to the atomic level in favourable cases." ; + "PERSON: Nicole Vasilevsky" ; + "EELS" ; + "R.F. Egerton (2009). Reports on Progress in Physics. 72 016502 doi:10.1088/0034-4885/72/1/016502 (http://iopscience.iop.org/0034-4885/72/1/016502/)" ; + rdfs:label "electron energy loss spectroscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001773 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A form of transmission electron microscopy where the sample is studied at cryogenic temperatures (generally liquid nitrogen temperatures)." ; + "PERSON: Nicole Vasilevsky" ; + "Cryo-EM" , + "Cryoelectron microscopy" , + "Electron cryomicroscopy" ; + "http://en.wikipedia.org/wiki/Cryo-electron_microscopy" ; + rdfs:label "cryo-electron microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001774 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cryosectioning technique that creates thin sections of constant thickness with very soft materials that cannot be cut at ambient temperature. After cooling down of the specimen, a section is sliced up using a diamond knife which has been previously cooled down. The material is brought close to transition temperature Tg (if known) to obtain a harder consistency. " ; + "PERSON: Nicole Vasilevsky" ; + """Cryo-ultramicrotomy +""" ; + "http://cime.epfl.ch/page-26804-en.html" ; + rdfs:label "cryoultramicrotomy" . + + +### http://purl.obolibrary.org/obo/ERO_0001775 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Cryosectioning using a cryostat to maintain the freezing temperature." ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cryostat sectioning" . + + +### http://purl.obolibrary.org/obo/ERO_0001776 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Cryosectioning using a cryotome to maintain the freezing temperature." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cryotome sectioning" . + + +### http://purl.obolibrary.org/obo/ERO_0001777 + rdf:type owl:Class ; + rdfs:subClassOf ; + "To describe a data and file storage resource." ; + ; + "A file-level computer data storage connected to a computer network providing data access to heterogeneous clients. NAS not only operates as a file server, but is specialized for this task either by its hardware, software, or configuration of those elements. NAS is often manufactured as a computer appliance – a specialized computer built from the ground up for storing and serving files – rather than simply a general purpose computer being used for the role." ; + "PERSON: Nicole Vasilevsky" ; + "NAS" , + "Network-attached storage" ; + "http://en.wikipedia.org/wiki/Network-attached_storage" ; + rdfs:label "network attached storage" . + + +### http://purl.obolibrary.org/obo/ERO_0001778 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A PCR machine that can be used to directly quantify and clonally amplify nucleic acids including DNA, cDNA or RNA." ; + "PERSON: Nicole Vasilevsky" ; + "Digital PCR" , + "DigitalPCR" , + "dPCR" , + "dePCR" ; + "http://en.wikipedia.org/wiki/Digital_PCR" ; + rdfs:label "digital polymerase chain reaction system" . + + +### http://purl.obolibrary.org/obo/ERO_0001779 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Sampling of biologicals from various air-borne sources." ; + ; + "A measurement instrument that collects and measure the amount of bioaerosols in a sample (airborne particles of biological origin (e.g., bacteria, fungi, pollen, viruses) and their by-products such as endotoxins or mycotoxins and other fragments.) " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.skcinc.com/prod/225-9594.asp" ; + rdfs:label "aerosol biosampler" . + + +### http://purl.obolibrary.org/obo/ERO_0001780 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A MRI Scanner that uses the change in magnetization between oxygen-rich and oxygen-poor blood as its basic measure to measures brain activity. " ; + "PERSON: Nicole Vasilevsky" ; + "Functional magnetic resonance imager" , + "Functional magnetic resonance imaging scanner" , + "fMRI" ; + "http://en.wikipedia.org/wiki/Functional_magnetic_resonance_imaging" ; + rdfs:label "functional MRI scanner" . + + +### http://purl.obolibrary.org/obo/ERO_0001781 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Measuring the index of refraction of aqueous solutions between n=1.3 and n=1.7" ; + ; + "A measurement instrumentat that is a bench-top device for the high-precision measurement of an index of refraction." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Abbe_refractometer" ; + rdfs:label "abbe refractometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001782 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Solid ink printer is used to fabricate paper-based microfluidic devices. Ink droplet is about 50 to 60 um in diameter. Ink is compatible with aqueous solution with various pH." ; + ; + "A printer that uses 1 cubic inch rectangular solid-state ink blocks, which are loaded into the top of the printer. The ink blocks are melted and the ink is transferred onto a rotating, oil coated print drum using a piezo inkjet head. The paper then passes over the print drum, at which time the image is transferred, or transfixed, to the page. This system is similar to water-based inkjets, provided that the ink has low viscosity at the jetting temperature (140°C)." ; + "PERSON: Nicole Vasilevsky" ; + "Phaser printer" , + "Wax printer" ; + "https://en.wikipedia.org/wiki/Thermal_transfer_printing" ; + rdfs:label "solid ink printer" . + + +### http://purl.obolibrary.org/obo/ERO_0001783 + rdf:type owl:Class ; + rdfs:subClassOf ; + "The LEAP 4000X HRTM is a high performance 3D am probe microscope which provides nano-scale surface, bulk and interfacial materials analysis of simple and complex structures with atom by atom identification and accurate spatial positioning." ; + ; + "A microscope used in material science in which the magnification effect comes from the magnification provided by a highly curved electric field. The method is destructive in nature removing ions from a sample surface in order to image and identify them, generating magnifications sufficient to observe individual atoms as they are removed from the sample surface. Through coupling of this magnification method with time of flight mass spectrometry, ions evaporated by application of electric pulses can have their mass-to-charge ratio computed." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Atom_probe" ; + rdfs:label "atom probe" . + + +### http://purl.obolibrary.org/obo/ERO_0001784 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay used to monitor the saturation of a patient's hemoglobin." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Pulse_oximetry" ; + rdfs:label "pulse oximetry" . + + +### http://purl.obolibrary.org/obo/ERO_0001785 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "Electronic test equipment used to measure the opposition of a circuit to the passage of a current when a voltage is applied." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrical_impedance" ; + rdfs:label "impedence analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001786 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An electron microscopy method for three-dimensional (3D) reconstruction of single, transparent objects from a series of projection images (i.e. from a tilt series) recorded with a transmission electron microscope. It offers the opportunity to obtain 3D information on structural cellular arrangements with a high resolution." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ncbi.nlm.nih.gov/pubmed/12160704" ; + rdfs:label "electron tomography" . + + +### http://purl.obolibrary.org/obo/ERO_0001787 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A form of transmission electron microscopy where the sample is studied at cryogenic temperatures (generally liquid nitrogen temperatures)." ; + "PERSON: Nicole Vasilevsky" ; + "Cryo-EM" , + "Cryo-electron microscopy" , + "Electron cryomicroscopy" ; + "http://en.wikipedia.org/wiki/Cryo-electron_microscopy" ; + rdfs:label "cryogenic electron microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001788 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Any form of signal processing for which the input is an image, such as a photograph or video frame; the output of image processing may be either an image or a set of characteristics or parameters related to the image." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Image_processing" ; + rdfs:label "image processing technique" . + + +### http://purl.obolibrary.org/obo/ERO_0001789 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Image processing to improve the contrast and resolution of digital images captured in the microscope, most commonly to address deblurring and image restoration." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.olympusmicro.com/primer/digitalimaging/deconvolution/deconvolutionhome.html" ; + rdfs:label "deconvolution microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001790 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An image processing technique used to analyze images from transmission electron microscopy. These methods were developed to improve and extend the information obtainable from TEM images of particulate samples, typically proteins or other large biological entities such as viruses. Individual images of stained or unstained particles are very noisy, and so hard to interpret. Combining several digitized images of similar particles together gives an image with stronger and more easily interpretable features. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Single_particle_analysis" ; + rdfs:label "single particle analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001791 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A heating instrument that is a self-contained tabletop small appliance that features one, two or more gas burners or electric heating elements. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Hot_plate" ; + rdfs:label "hot plate" . + + +### http://purl.obolibrary.org/obo/ERO_0001792 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "A press brake is a special type of machine press that bends sheet metal into shape." ; + ; + "An instrument that changes the shape of a workpiece." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Machine_press" ; + rdfs:label "machine press" . + + +### http://purl.obolibrary.org/obo/ERO_0001793 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A machine press used to cut holes in material." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Punch_press" ; + rdfs:label "punch press" . + + +### http://purl.obolibrary.org/obo/ERO_0001794 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mechanical instrument used for the rapid mixing and grinding of polymer materials that would otherwise require large amounts of time and/or effort to mix and/or grind. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.speedmixer.com/dac150.1fvzk.php" ; + rdfs:label "polymer mixer" . + + +### http://purl.obolibrary.org/obo/ERO_0001795 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An automated instrument that quickly and accurately counts colonies in a petri dish or tissue culture dish." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.uvp.com/colony.html" ; + rdfs:label "automated colony counter" . + + +### http://purl.obolibrary.org/obo/ERO_0001796 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An assay that detects luminescence produced during electrochemical reactions in solutions. " ; + "PERSON: Nicole Vasilevsky" ; + "ECL" , + "Electrogenerated chemiluminescence detection" ; + "http://en.wikipedia.org/wiki/Electrochemiluminescence" ; + rdfs:label "electrochemiluminescence detection" . + + +### http://purl.obolibrary.org/obo/ERO_0001797 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A machine press that compresses powder into tablets of uniform size and weight." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Tablet_press" ; + rdfs:label "tablet press" . + + +### http://purl.obolibrary.org/obo/ERO_0001798 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for characterizing zeta potential as a property of interfacial layer in liquid particulates (dispersions, emulsions) and porous bodies. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.dispersion.com/zeta-potential-analyzer.html" ; + rdfs:label "zeta potential analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001799 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A measurement instrument that analyzes the particle size distributions in a sample or during a process." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.malvern.com/labeng/products/iwtm/particle_size_analysis.htm" ; + rdfs:label "particle size analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001800 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A field emission scanning electron microscope that allows for a variable pressure mode." ; + "PERSON: Nicole Vasilevsky" ; + "Analytical variable pressure FE-SEM" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "variable pressure analytical field emission scanning electron microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0001801 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An UPLC coupled to a mass spectrometer. " ; + "PERSON: Nicole Vasilevsky" ; + "UPLC-MS" , + "UPLC/MS" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "ultra high performance liquid chromatography with mass spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001802 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A particle size analyzer that uses laser diffraction technology." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "laser diffraction particle size analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001803 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument that measures of how much exposed area an object has." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.azom.com/materials-equipment.aspx?cat=18" ; + rdfs:label "surface area analyzer" . + + +### http://purl.obolibrary.org/obo/ERO_0001804 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to heat, cool, dry, or moisturize your bulk solid material." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.carmanindustries.com/Pages/fluidbed.html" ; + rdfs:label "fluid bed processor" . + + +### http://purl.obolibrary.org/obo/ERO_0001805 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A calorimeter in which the difference in the amount of heat required to increase the temperature of a sample and reference is measured as a function of temperature. " ; + "PERSON: Nicole Vasilevsky" ; + "DSC" ; + "http://en.wikipedia.org/wiki/Differential_scanning_calorimetry" ; + rdfs:label "differential scanning calorimeter" . + + +### http://purl.obolibrary.org/obo/ERO_0001806 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "measurement scale" . + + +### http://purl.obolibrary.org/obo/ERO_0001807 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A transmission electron microscope where the sample is studied at cryogenic temperatures (generally liquid nitrogen temperatures)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Cryo-electron_microscopy" ; + rdfs:label "cryogenic transmission electron microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0001808 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument used in computing, which produces a text or graphics of documents stored in electronic form, usually on physical print media such as paper or transparencies. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Printer_(computing)" ; + rdfs:label "printer" . + + +### http://purl.obolibrary.org/obo/ERO_0001809 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A material processing technique where a high power pulsed laser beam is focused inside a vacuum chamber to strike a target of the material that is to be deposited. This material is vaporized from the target (in a plasma plume) which deposits it as a thin film on a substrate (such as a silicon wafer facing the target). This process can occur in ultra high vacuum or in the presence of a background gas, such as oxygen which is commonly used when depositing oxides to fully oxygenate the deposited films." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Pulsed_laser_deposition" ; + rdfs:label "pulsed laser deposition" . + + +### http://purl.obolibrary.org/obo/ERO_0001810 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for thin film and nanocyrstal growth where the target material is ablated with a laser and a plume deposists material on a substrate." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.vanderbilt.edu/vinse/facility_details.php?FacilityID=3" ; + rdfs:label "pulsed laser deposition system" . + + +### http://purl.obolibrary.org/obo/ERO_0001812 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A calorimetry method that calculates heat that living organisms produce from their production of carbon dioxide and nitrogen waste (frequently ammonia in aquatic organisms, or urea in terrestrial ones), or from their consumption of oxygen. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Calorimetry" ; + rdfs:label "indirect calorimetry" . + + +### http://purl.obolibrary.org/obo/ERO_0001813 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Physiological assays used to measure various outcomes to determine clinical picture of the health status of an individual." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "physiological assessment" . + + +### http://purl.obolibrary.org/obo/ERO_0001814 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging modality that enables 3D quantitative determination of fluorochrome distribution in tissues of live small animals at any depth. " ; + "PERSON: Nicole Vasilevsky" ; + "FMT" ; + "http://www.ncbi.nlm.nih.gov/pubmed/17985393" ; + rdfs:label "fluorescence molecular tomography platform " . + + +### http://purl.obolibrary.org/obo/ERO_0001815 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging technique that creates a digital volumetric model of an object by reconstructing images made from light transmitted and scattered through an object." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Optical_tomography" ; + rdfs:label "optical tomography" . + + +### http://purl.obolibrary.org/obo/ERO_0001816 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Radioactivity detection and measurement of the amount of gamma radiation in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "gamma radiation measurement" . + + +### http://purl.obolibrary.org/obo/ERO_0001817 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data processing technique to design primers for specific nucleotide sequences to be used in applications such as PCR." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "primer design" . + + +### http://purl.obolibrary.org/obo/ERO_0001818 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular assay that detects genomic imbalance, i.e. gains and losses of genetic material, which can be used for the diagnosis of developmental delay, mental retardation, autism and birth defects. " ; + "PERSON: Nicole Vasilevsky" ; + "Array CGH" , + "aCGH" ; + "http://www.ohsu.edu/xd/health/services/lab-services/labtests/results.cfm?input1=Microarray+Comparative+Genomic+Hybridization&labtestid=DA697BEA-F784-F999-323B53E182A5134D&keywords=&ohsuservicecode=&eapcode=&cptcode=&labsectionid=" ; + rdfs:label "microarray comparative genomic hybridization" . + + +### http://purl.obolibrary.org/obo/ERO_0001819 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay to determine the maximum capacity of an individual's body to transport and use oxygen during incremental exercise, which reflects the physical fitness of the individual." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/VO2_max" ; + rdfs:label "VO2 max measurement" . + + +### http://purl.obolibrary.org/obo/ERO_0001820 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "MRI that acquires the relaxation rate dispersion curves from magnetic resonance images." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ncbi.nlm.nih.gov/pubmed/1509044" ; + rdfs:label "MR relaxometry imaging" . + + +### http://purl.obolibrary.org/obo/ERO_0001821 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Conclusion textual entity about a biological process phenotype." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "biological process phenotype annotation" . + + +### http://purl.obolibrary.org/obo/ERO_0001822 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Conclusion textual entity about an anatomical phenotype." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "anatomical phenotype annotation" . + + +### http://purl.obolibrary.org/obo/ERO_0001828 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "phenotypic annotation" . + + +### http://purl.obolibrary.org/obo/ERO_0001829 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument used to protect individuals from radioactive isotopes by providing a safe containment box in which they can control and manipulate the equipment required." ; + "PERSON: Nicole Vasilevsky" ; + "Hot cell" ; + "http://en.wikipedia.org/wiki/Hot_cell" ; + rdfs:label "shielded nuclear radiation containment chamber" . + + +### http://purl.obolibrary.org/obo/ERO_0001830 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging technique that produces a three-dimensional image or picture of functional processes in the body. The system detects pairs of gamma rays emitted indirectly by a positron-emitting radionuclide (tracer), which is introduced into the body on a biologically active molecule. Three-dimensional images of tracer concentration within the body are then constructed by computer analysis." ; + "PERSON: Nicole Vasilevsky" ; + "PET" ; + "http://en.wikipedia.org/wiki/Positron_emission_tomography" ; + rdfs:label "positron emission tomography" . + + +### http://purl.obolibrary.org/obo/ERO_0001831 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A drill that is a fixed style of drill that may be mounted on a stand or bolted to the floor or workbench." ; + "PERSON: Nicole Vasilevsky" ; + "Bench drill" , + "Pedestal drill" , + "Pillar drill" ; + "http://en.wikipedia.org/wiki/Drill#Drill_press" ; + rdfs:label "drill press" . + + +### http://purl.obolibrary.org/obo/ERO_0001832 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An HPLC that can monitor radio-labelled compounds separated by chromatographic techniques." ; + "PERSON: Nicole Vasilevsky" ; + "Radio-High Performance Liquid Chromatography" ; + "https://www.berthold.com/en/bio/radio-hplc-detectors" ; + rdfs:label "radio-HPLC" . + + +### http://purl.obolibrary.org/obo/ERO_0001833 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "A mechanical instrument fitted with a cutting tool attachment or driving tool attachment, usually a drill bit or driver bit, used for drilling holes in various materials or fastening various materials together with the use of fasteners. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Drill" ; + rdfs:label "drill" . + + +### http://purl.obolibrary.org/obo/ERO_0001834 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for detection of radiolabeled compounds in thin layer chromatography (TLC) plates." ; + "PERSON: Nicole Vasilevsky" ; + "Radio-thin layer chromatography imaging scanner" ; + "http://www.bioscan.com/index.php?page=ar-2000-radio-tlc-imaging-scanner" ; + rdfs:label "radio-TLC imaging scanner" . + + +### http://purl.obolibrary.org/obo/ERO_0001835 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument capable of rapidly depositing high energy in a small volume. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2553010/" ; + rdfs:label "microwave accelerator" . + + +### http://purl.obolibrary.org/obo/ERO_0001838 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Conclusion textual entity about a mammalian phenotype." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Melissa Haendel" ; + rdfs:label "mammalian phenotype annotation" . + + +### http://purl.obolibrary.org/obo/ERO_0001839 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Algorithmic software pipeline" , + "Algorithmic software platform" , + "Algorithmic software toolkit" ; + rdfs:label "algorithmic software suite" . + + +### http://purl.obolibrary.org/obo/ERO_0001840 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "algorithmic software component" . + + +### http://purl.obolibrary.org/obo/ERO_0001841 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Optical Coherence Tomography (OCT) that uses coherent interferometry to construct a cross-sectional view of the objective, often with micrometer accuracy." ; + "PERSON: Scott Hoffmann" ; + "imaging optical coherence tomography" ; + "http://www.opsweb.org/?page=octimaging" ; + rdfs:label "imaging OCT"@en . + + +### http://purl.obolibrary.org/obo/ERO_0001842 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging assay used to acquire and process micrometer-resolution, three-dimensional images from within optical scattering media." ; + "PERSON: Scott Hoffmann" ; + "optical coherence tomography" ; + "http://en.wikipedia.org/wiki/Optical_coherence_tomography" ; + rdfs:label "OCT" . + + +### http://purl.obolibrary.org/obo/ERO_0001843 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An organization dedicated to the collection, storage and dissemination of a set of scientific or clinical data." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "registry" . + + +### http://purl.obolibrary.org/obo/ERO_0001844 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An organization that governs the storage of biospecimens that includes tissue samples, fluids, and molecular derivatives such as DNA, RNA, and proteins. The biorepository has stringent guidelines regarding the standardized collection, handling, storage, and documentation of biological specimens." ; + "PERSON: Nicole Vasilevsky" ; + "Biobank" , + "Specimen bank" ; + "http://bioportal.bioontology.org/ontologies/45400/?p=terms&conceptid=Biorepository" ; + rdfs:label "biorepository" . + + +### http://purl.obolibrary.org/obo/ERO_0001886 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "MASCOT generic format" ; + rdfs:label ".mgf" . + + +### http://purl.obolibrary.org/obo/ERO_0001896 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometer that is used to determine the mass-to-charge ratio of ions based on the cyclotron frequency of the ions in a fixed magnetic field. After ion excitation, the signal is detected as an image current on a pair of plates consisting of a superposition of sine waves. The useful signal is extracted from this data by performing a Fourier transform to give a mass spectrum." ; + "PERSON: Scott Hoffmann" ; + "FTICR-MS" , + "Fourier transform ion cyclotron resonance mass spectrometer" ; + "https://en.wikipedia.org/wiki/Fourier_transform_ion_cyclotron_resonance" ; + rdfs:label "Fourier transform mass spectrometer" . + + +### http://purl.obolibrary.org/obo/ERO_0001897 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that performs continuous hydrogenation reactions in a flow system" ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thalesnano.com/products/h-cube" ; + rdfs:label "hydrogenation reactor" . + + +### http://purl.obolibrary.org/obo/ERO_0001898 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Microscopy that produces a view of the surface of a sample at the atomic level by detecting variations in the current between a conducting tip and the reactive elements within the sample." ; + "PERSON: Nicole Vasilevsky" ; + "NCI Thesaurus" ; + rdfs:label "scanning tunneling microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001899 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A cellular assay that uses various methods to quantify cells in a culture." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cell counting" . + + +### http://purl.obolibrary.org/obo/ERO_0001900 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An imaging method that employs tomography. Tomography is the process of generating a two-dimensional image of a slice or section through a 3-dimensional object (a tomogram)." ; + "PERSON: Nicole Vasilevsky" ; + "CAT scan" , + "Computed tomography scan" , + "Computer axial tomography scan " ; + "http://www.medicalnewstoday.com/articles/153201.php" ; + rdfs:label "CT scan" . + + +### http://purl.obolibrary.org/obo/ERO_0001901 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A mass spectrometry assay that uses an ion source, a mass analyzer, and a detector. Atoms' identities are determined by their mass-to-charge ratio (via the mass analyzer) and their concentrations are determined by the number of ions detected. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Atomic_spectroscopy" ; + rdfs:label "atomic mass spectrometry" . + + +### http://purl.obolibrary.org/obo/ERO_0001902 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A molecular assay that uses bioluminescence to detect the presence or concentration of molecules in a sample. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "bioluminescent assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001903 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that utilizes beads that are coated with a reagent specific to a particular bioassay, allowing the capture and detection of specific analytes from a sample." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.luminexcorp.com/TechnologiesScience/xMAPTechnology/index.htm" ; + rdfs:label "bead-based multiplex" . + + +### http://purl.obolibrary.org/obo/ERO_0001907 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A physiological assay used to measure the locomotive response of an organism to light stimulus." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Phototaxis" ; + rdfs:label "fast phototaxis assay"@en . + + +### http://purl.obolibrary.org/obo/ERO_0001909 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "binary" . + + +### http://purl.obolibrary.org/obo/ERO_0001910 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "nominal" ; + rdfs:label "categorical" . + + +### http://purl.obolibrary.org/obo/ERO_0001911 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "ordinal" . + + +### http://purl.obolibrary.org/obo/ERO_0001912 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "interval" . + + +### http://purl.obolibrary.org/obo/ERO_0001913 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "ratio" . + + +### http://purl.obolibrary.org/obo/ERO_0001914 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "continuous" . + + +### http://purl.obolibrary.org/obo/ERO_0001915 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "time to failure" ; + rdfs:label "survival" . + + +### http://purl.obolibrary.org/obo/ERO_0001916 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "sequential" . + + +### http://purl.obolibrary.org/obo/ERO_0001932 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "a planned process in which data is collection through observations or measurements of subjects/specimens under investigation" ; + rdfs:label "data collection method" . + + +### http://purl.obolibrary.org/obo/ERO_0001933 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "independent data collection method" . + + +### http://purl.obolibrary.org/obo/ERO_0001934 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "paired data collection method" . + + +### http://purl.obolibrary.org/obo/ERO_0001935 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "clustered data collection method" . + + +### http://purl.obolibrary.org/obo/ERO_0001936 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "longitudinal data collection method" . + + +### http://purl.obolibrary.org/obo/ERO_0001937 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "repeated measurement method" . + + +### http://purl.obolibrary.org/obo/ERO_0001939 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A behavioral assay used to measure an organism's capability to produce offspring." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Fertility" ; + rdfs:label "fertility measurement assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001940 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A behavioral assay used to measure organismal behaviors that result in mating and copulation." ; + "PERSON: Scott Hoffmann" ; + "http://www.britannica.com/EBchecked/topic/140848/courtship" ; + rdfs:label "courtship assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001941 + rdf:type owl:Class ; + ; + "A gene expression analysis assay to examine co-expression of genes in given cells/tissues. In this assay, the GAL4 coding sequence is split and each half is driven by distinct endogenous promoters/enhancers. From these constructs organism lines are derived. In a simple line, GAL4 activity is not reconstituted and thus a target reporter gene driven by the GAL4 promoter remains inactive. Crossing lines carrying complementary halves of GAL4 can reveal cells/tissues where both endogenous promoters/enhancers are active, which results in expression and reconstitution of the complete GAL4 protein and activation of a GAL4-driven reporter gene." ; + "PERSON: Matthew Brush" ; + "UAS" , + "Upstream Activation Sequence" ; + "http://en.wikipedia.org/wiki/GAL4/UAS_system" ; + rdfs:label "split Gal4 assay" . + + +### http://purl.obolibrary.org/obo/ERO_0001942 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + "An instrument for non-invasive measurement of physiological signals in both humans and animals specifically during sleep." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Faith Coldren" ; + rdfs:label "digital sleep recorder" . + + +### http://purl.obolibrary.org/obo/ERO_0001944 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A light microscopy technique used to capture images with a higher resolution than the diffraction limit" ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Super_resolution_microscopy" ; + rdfs:label "super-resolution microscopy" . + + +### http://purl.obolibrary.org/obo/ERO_0001945 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A technique used for the assessment of the dissociation-characteristics of double-stranded DNA during heating." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Melting_curve_analysis" ; + rdfs:label "melt curve analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0001946 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscope that uses light to capture images with a higher resolution than the diffraction limit" ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Super_resolution_microscopy" ; + rdfs:label "super-resolution microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0001947 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A microscope fitted with an environmental control chamber used to image live samples." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "incubator microscope" . + + +### http://purl.obolibrary.org/obo/ERO_0001948 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An assay used to observe single molecule fluorescence at surfaces and interfaces which is commonly employed to investigate the interaction of molecules with surfaces." ; + "PERSON: Scott Hoffmann" ; + "TIRF" ; + "http://www.olympusmicro.com/primer/techniques/fluorescence/tirf/tirfhome.html" ; + rdfs:label "total internal reflection fluorescence" . + + +### http://purl.obolibrary.org/obo/ERO_0001949 + rdf:type owl:Class ; + ; + "A technique for copying and archiving computer data so it may be used to restore the original after a data loss event." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Backup" ; + rdfs:label "data backup" . + + +### http://purl.obolibrary.org/obo/ERO_0001950 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data backup technique in which archived data is stored to a second hard disk." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Backup" ; + rdfs:label "disk data backup" . + + +### http://purl.obolibrary.org/obo/ERO_0001951 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data backup technique in which archived data is stored to magnetic tape." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Backup" ; + rdfs:label "tape data backup" . + + +### http://purl.obolibrary.org/obo/ERO_0001952 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data backup technique in which the archived data is stored at a facility different than the source data." ; + "PERSON: Scott Hoffmann" ; + "remote data backup" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "off-site data backup" . + + +### http://purl.obolibrary.org/obo/ERO_0001953 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data storage technique in which information is encoded in such a way that eavesdroppers or hackers cannot read it, but that authorized parties can." ; + "PERSON: Scott Hoffmann" ; + "encrypted data storage" ; + "http://en.wikipedia.org/wiki/Encryption" ; + rdfs:label "secure data storage" . + + +### http://purl.obolibrary.org/obo/ERO_0001954 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data storage technique in which data generated by a user is archived on more than one storage medium (often multiple harddrives in the same machine)." ; + "PERSON: Scott Hoffmann" ; + "RAID data storage" , + "redundant array of independent disks" , + "reliable data storage" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "redundant data storage" . + + +### http://purl.obolibrary.org/obo/ERO_0001955 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data storage technique in which information is maintained at a facility different than that of the user." , + "PERSON: Scott Hoffmann" ; + "cloud data storage" , + "collaborative data storage" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "remote data storage" . + + +### http://purl.obolibrary.org/obo/ERO_0001956 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data transformation techique which allows organizations and individuals to serve information to users via the internet." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Internet_hosting" ; + rdfs:label "data hosting" . + + +### http://purl.obolibrary.org/obo/ERO_0001957 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data hosting technique where a server makes a user-designed website available to other computers via the internet." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Website_hosting" ; + rdfs:label "website hosting" . + + +### http://purl.obolibrary.org/obo/ERO_0001958 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data hosting technique where a single computer is configured to serve other computers that request processes of it via the internet." ; + "PERSON: Scott Hoffmann" ; + "Linux server hosting" , + "Solaris server hosting" , + "Windows server hosting" , + "physical server hosting" , + "virtual server hosting" ; + "http://en.wikipedia.org/wiki/Server_%28computing%29" ; + rdfs:label "server hosting" . + + +### http://purl.obolibrary.org/obo/ERO_0001959 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data hosting technique in which data arranged as a database (SQL for example) is made available to access via the internet." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "database hosting" . + + +### http://purl.obolibrary.org/obo/ERO_0001960 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data hosting technique in which multiple computers are linked together such that they act like a single entity." ; + "PERSON: Scott Hoffmann" ; + "http://www.wisegeek.org/what-is-cluster-computing.htm" ; + rdfs:label "computer cluster hosting" . + + +### http://purl.obolibrary.org/obo/ERO_0001961 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A data hosting technique that offers users access to applications via an internet connection." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "application hosting" . + + +### http://purl.obolibrary.org/obo/ERO_0001964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/ERO_0002190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/ERO_0002193 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "Provides smells for stimulation of neural activity, e.g., in an MRI instrument." ; + ; + "A measurement device that is used to detect and measure odor dilution." ; + "PERSON: Tenille Johnson" ; + "https://en.wikipedia.org/wiki/Olfactometer" ; + rdfs:label "olfactometer"@en . + + +### http://purl.obolibrary.org/obo/ERO_0002194 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Quantitation of small molecules such as drugs, metabolites, lipids, etc." ; + ; + "A molecular assay used to quantify small molecules for potential use in drug discovery or similar applications." ; + "PERSON: Tenille Johnson" ; + "PERSON: Tenille Johnson" ; + rdfs:label "small molecule quantitation" . + + +### http://purl.obolibrary.org/obo/ERO_0002195 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] ; + ; + "A molecular assay based on the detection of single enzyme-linked immunocomplexes on beads that are sealed in arrays of femtoliter wells." ; + "PERSON: Tenille Johnson" ; + "Digital enzyme-linked immunosorbent assay" ; + "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3327511/" ; + rdfs:label "digital ELISA" . + + +### http://purl.obolibrary.org/obo/ERO_0002196 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A technique whereby computer programs are encoded as a set of genes that are then modified (evolved) using an evolutionary algorithm (often a genetic algorithm)." ; + "PERSON: Tenille Johnson" ; + "GP" ; + "https://en.wikipedia.org/wiki/Genetic_programming" ; + rdfs:label "genetic programming" . + + +### http://purl.obolibrary.org/obo/ERO_0002197 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems by relying on bio-inspired operators such as mutation, crossover and selection." ; + ; + "An algorithm that is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA)." ; + "PERSON: Tenille Johnson" ; + "GA" ; + "https://en.wikipedia.org/wiki/Genetic_algorithm" ; + rdfs:label "genetic algorithm" . + + +### http://purl.obolibrary.org/obo/ERO_0002198 + rdf:type owl:Class ; + rdfs:subClassOf , + [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + ; + "A measurement device used to record electrical activity of the brain. It is typically noninvasive, with the electrodes placed along the scalp, although invasive electrodes are sometimes used in specific applications." ; + "PERSON: Tenille Johnson" ; + "EEG System" ; + "https://en.wikipedia.org/wiki/Electroencephalography" ; + rdfs:label "electroencephalography system" . + + +### http://purl.obolibrary.org/obo/ERO_0002199 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A programming language designed for text processing and typically used as a data extraction and reporting tool." ; + "PERSON: Tenille Johnson" ; + "https://en.wikipedia.org/wiki/AWK" ; + rdfs:label "AWK" . + + +### http://purl.obolibrary.org/obo/ERO_0002200 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument that is used to bind two wafers together, typically by means of temporary bonding using a bonding agent or by permanent bonding of the oxide film surfaces using a self-bonding technique." ; + "PERSON: Tenille Johnson" ; + "http://www.tel.com/product/spe/wbd/index.htm" ; + rdfs:label "wafer bonder" . + + +### http://purl.obolibrary.org/obo/ERO_0002201 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used for dry vapor phase etching." ; + "PERSON: Tenille Johnson" ; + "http://www.spts.com/markets/mems/release-etch" ; + rdfs:label "vapor etcher" . + + +### http://purl.obolibrary.org/obo/ERO_0002203 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "An instrument used to pattern nanostructures by the physical deformation of a deformable material using a mold." ; + "PERSON: Tenille Johnson" ; + "Nano-imprinter" ; + "http://www.nanonex.com/technology.htm" ; + rdfs:label "nanoimprinter" . + + +### http://purl.obolibrary.org/obo/ERO_0002204 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Spray coating involves spray application of the solution to the wafer through a nozzle. The path traveled by the nozzle over the wafer is optimized to ensure that the coating is applied evenly to the substrate. The solutions used in spray coating usually feature a very low viscosity, which guarantees that fine droplets form." ; + ; + "An instrument used to spray uniform thin films to substrate." ; + "PERSON: Tenille Johnson" ; + "https://www.suss.com/en/products-solutions/technologies/coating.html" ; + rdfs:label "spray coater" . + + +### http://purl.obolibrary.org/obo/ERO_0002205 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "A laboratory animal care technique performed to produce gnotobiotic animals (also 'gnotobiotes' or 'gnotobionts'), which are born in aseptic conditions. Such animals are normally reared in a sterile or microbially-controlled laboratory environment, and they are only exposed to those microorganisms that the researchers wish to have present in the animal." ; + "PERSON: Tenille Johnson" ; + "https://en.wikipedia.org/wiki/Gnotobiosis" ; + rdfs:label "gnotobiotic organism generation" . + + +### http://purl.obolibrary.org/obo/ERO_0100002 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objectives to process data in a way that no analysis is performed and no new information is generated" ; + "data processing objective" ; + rdfs:comment "Is opposed to / disjoint from \"data analysis objective\". In transformations, there is input of some input of collected data that is processed/operated on - but is not analyzed to generate new information (ie no statistical operations performed)" ; + rdfs:label "data transformation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100003 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective of using a particular type of process/operation to process and transform data. This hierarchy classifies software objectives based on the type of operation that is specified to be performed " ; + rdfs:label "process-based data transformation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100004 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "data assembly objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100009 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for SWO:parse objective" ; + rdfs:label "data parsing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100010 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "data pre-processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100011 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "data refinement and optimization objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100012 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "data cleaning objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100013 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "audio data cleaning objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100015 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to obtain existing data from some data set, database, or corpus" ; + rdfs:label "data retrieval objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100016 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to retrieve an unfiltered/unaltered view of a data set" ; + rdfs:label "data ingest objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100017 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to retrieve some filtered slice of data from a corpus/set based on user/agent specified search parameters" ; + rdfs:comment "examples include search engines and serch UIs for biomedical repositories" ; + rdfs:label "data search and retrieval objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100018 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "e.g. pubmed" ; + rdfs:label "document search and retrieval objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100019 + rdf:type owl:Class ; + rdfs:subClassOf ; + "resource metadata search and retrieval objective" ; + rdfs:label "metadata search and retrieval objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100020 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence search and retrieval objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100021 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective where all, or some of a data set is adjusted by some data transformation according to some scale, for example a user defined minimum or maximum" ; + "placeholder for OBI:scaling objective" ; + rdfs:label "data scaling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100022 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to facilitate delivery of data between two parties" ; + rdfs:label "data transfer objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100023 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "input is a single file or set of files" ; + rdfs:label "file processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100024 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "file compression objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100025 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for SWO:image compression objective" ; + "image compression objective" ; + rdfs:label "image file compression objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100026 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective whereby data is input is a file and processed to be presented in different ways/views, but no new data generated, and generally no interface for users to directly manipulate the presentaiton (other than altering inputs, parameters, or variables used for configuring the display)" ; + "placeholder for SWO:file rendering objective" ; + rdfs:label "file rendering objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100027 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "format conversion objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100028 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "image format conversion objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100029 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence format conversion objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100030 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective whereby data from an image are digitized and various mathematical operations are applied to the data, generally with a digital computer, in order to create an enhanced image." ; + "image transformation objective" ; + rdfs:comment "image processing alters an image but does not perform an analysis to generate new information (as is achieved in image analysis)" ; + rdfs:label "image processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100031 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to compare sequence-based features of tow or more macromolecules" ; + rdfs:label "sequence comparison objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100032 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to display graphically how the sequences of two or more macromolecules align along a linear axis" ; + rdfs:label "sequence alignment objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100033 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "genetic polymorphism analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100034 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "microarray data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100035 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Would apply to software made for the end purpose of general statistical analysis of any type of data- not just software that applies statistical methods toward some particular type of analysis (which is much of the data analysis software)." ; + "statistical analysis objective" , + "statistical modeling objective" ; + rdfs:label "statistical analysis and modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100036 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to perform and/or support data analysis, whereby data is input and processed to achieve a better understanding of it. This will involve generation \"new\" information through algorithmic processing and/or statistical calculations." ; + "analysis objective" ; + rdfs:comment "analysis generates \"new\" information about some biomedical entity, as opposed to data transformation objectives which aim to process data in a way that no analysis is performed and no new information is generated." ; + rdfs:label "data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100037 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100038 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to genrate in silico data-based molecular structures and testing of their physical/chemcial/electronic properties (and that of their interactions with ligands or cofactors)" ; + "molecular structure modeling objective" ; + rdfs:label "molecular modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100039 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to process and transform data that is output from a specific type of technique, technology, or instrument." ; + rdfs:label "source-based data transformation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100040 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "mass spectrometry data transformation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100041 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "microarray data transformation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100042 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to process and transform data about biological and/or medical phenomenon at a certain level of granularity. This hierarchy classifies software objectives based on the type/granularity of biomedical entity which the data they transform are about." ; + "biomedical data type-specific transformation objectives" , + "data type-specific transformation objectives" , + "topic-based data transformation objectives" ; + rdfs:label "subject-based data transformation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100043 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "gene expression data transformation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100044 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "gene expression data correction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100045 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "gene expression data normalization objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100046 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "gene expression data pre-processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100047 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "gene expression data rendering and visualization objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100048 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "molecular structure data transformation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100049 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "molecular structure rendering and visualization objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100050 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "network and pathway data transformation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100051 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "molecular interaction network rendering and visualization objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100052 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein interaction network rendering and visualization objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100053 + rdf:type owl:Class ; + rdfs:subClassOf ; + "molecular sequence data transformation objective" ; + rdfs:label "sequence data transformation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100054 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence assembly objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100055 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "contig assembly" . + + +### http://purl.obolibrary.org/obo/ERO_0100056 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "scaffold gap completion" . + + +### http://purl.obolibrary.org/obo/ERO_0100057 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence scaffolding" . + + +### http://purl.obolibrary.org/obo/ERO_0100058 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to process a sequence profile (ie a collection of related/aligned sequences)" ; + rdfs:label "sequence profile processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100059 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence rendering and visualization objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100061 + rdf:type owl:Class ; + rdfs:subClassOf ; + "live communication platform objective" , + "real-time communication platform objective" ; + rdfs:comment "e.g. WebEx, Adobe connect, Google docs and other platfoms that allow real-time collaborative editting, chat platforms" ; + rdfs:label "communication platform objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100062 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "e.g. skype, Webex, adobe connect, join.me" ; + rdfs:label "audio/video conferencing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100063 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective of software to support user generated content creation, editing, annotation data (e,g, documents, databases, audio/video, etc), that does hae a primary reliance on data analyses or transformations." ; + "user-generated content devleopment objective," ; + rdfs:label "content development objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100065 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence annotation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100067 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "document creation and editing" . + + +### http://purl.obolibrary.org/obo/ERO_0100068 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "collaborative document creation and editing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100069 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "concept model creation and editing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100070 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "data graph creation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100071 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "image creation and editing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100072 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "multimedia document creation and editing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100073 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for SWO:ontology engineering" ; + "ontology engineering objective" ; + rdfs:label "ontology creation and editing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100074 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "presentation creation and editing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100075 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for SWO:spreadsheet editing" ; + rdfs:label "spreadsheet creation and editing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100076 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "video creation and editing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100077 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for SWO:word processing" ; + rdfs:label "word processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100078 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "objective of software to support creating, managing, organizing documentation of projects such as software development" ; + rdfs:label "documentation generation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100079 + rdf:type owl:Class ; + rdfs:subClassOf ; + "information management platform objective" ; + rdfs:label "information management objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100080 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for SWO:software devleopment" ; + rdfs:label "software development objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100081 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to support entry and querying and presentation and management of personal and/or professional information to be shared in a social network of peers" ; + rdfs:label "social networking objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100082 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for SWO:citation management" ; + rdfs:comment "e.g. Endnote" ; + rdfs:label "citation management objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100083 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for SWO:laboratory information management" ; + rdfs:label "laboratory information management objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100084 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective of using a particular type of process/operation to process and analyze data. This hierarchy classifies software objectives based on the type of operation that is specified to be performed " ; + "operation-based data analysis objectives" ; + rdfs:label "process-based data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100085 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for OBI:averaging objective" ; + rdfs:label "averaging objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100086 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "comparison objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100087 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to support measurement of real-world conditions and convert these to a quantifiable numerical representation that can be processed as data by a computer" ; + "data acquisition objective" ; + rdfs:label "data collection and processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100088 + rdf:type owl:Class ; + rdfs:subClassOf ; + "collection and analysis of an auditory signal (conversion of signal to quantifiable numerical data) " ; + "auditory signal acquisition objective" , + "auditory signal processing objective" ; + rdfs:label "auditory signal collection and processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100089 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "speech processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100090 + rdf:type owl:Class ; + rdfs:subClassOf ; + "collection and analysis (conversion of signal to quantifiable numerical data) of singal from emission of radiation" ; + "autoradiography data acquisition objective" ; + rdfs:label "autoradiography data collection and processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100091 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "collection and analysis (conversion of signal to quantifiable numerical data) of light emission/transmission" ; + rdfs:label "spectral data collection and processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100092 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "data integration objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100093 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "data element mapping objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100094 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to ensure data meets internal quality, format, specification standards" ; + "placeholder for OBI:data validation objective" ; + "internal data validation objective" , + "primary data validation objective" ; + rdfs:label "data validation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100095 + rdf:type owl:Class ; + rdfs:subClassOf ; + "data set evaluation objective" , + "secondary data evaluation objective" ; + rdfs:label "dataset evaluation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100096 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for SWO:dataset comparison objective" ; + "data set comparison objective" ; + rdfs:label "dataset comparison objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100097 + rdf:type owl:Class ; + rdfs:subClassOf ; + " objective of determining the concordance or agreement between human judges." ; + "placeholder for OBI:inter-rater reliability objective" ; + rdfs:label "inter-rater reliability analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100099 + rdf:type owl:Class ; + rdfs:subClassOf ; + "the objective to extract of meaningful information from images; mainly from digital images by means of digital image processing techniques. this information is often quantified or subjected to statistical calculations to generate new information about the subject. (http://en.wikipedia.org/wiki/Image_analysis)" ; + "image processing and analysis objective" ; + rdfs:label "image analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100100 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to generate quantified values from a scanned image." ; + "placeholder for SWO:feature extraction objective" ; + "image feature extraction objective" ; + rdfs:label "feature extraction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100101 + rdf:type owl:Class ; + rdfs:subClassOf ; + "microarray signal intensity analysis objective" ; + rdfs:label "microarray image analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100102 + rdf:type owl:Class ; + rdfs:subClassOf ; + "mathematical modeling objective" , + "modeling objective" ; + rdfs:comment "Models are mathematical representations of biological/biomedical phenomena that allow predictions of behavior of real world entities. Typically based on experimental data. \"A mathematical model is a description of a system using mathematical concepts and language. A model may help to explain a system and to study the effects of different components, and to make predictions about behaviour. Mathematical models can take many forms, including but not limited to dynamical systems, statistical models, differential equations, or game theoretic models. These and other types of models can overlap, with a given model involving a variety of abstract structures. In general, mathematical models may include logical models, as far as logic is taken as a part of mathematics.\" (Wikipedia:)" ; + rdfs:label "modeling and simulation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100103 + rdf:type owl:Class ; + rdfs:subClassOf ; + "the idea is a class to annotate software meant to support analysis/modeling of any kind of network/graph, including but not limited to biomedical data networks such as gene interaction or cell signaling networks." ; + "pathway analysis objective" ; + rdfs:label "network analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100104 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective understanding textual data through the application of algorithmic approaches" ; + "PERSON:Kyle Ambert" ; + "text analysis objective" , + "text analytics objective" , + "text processing objective" ; + rdfs:label "text processing and analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100105 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to understand general/descriptive statistical attributes of text (e.g. word count, length, etc)" ; + "PERSON:Kyle Ambert" ; + "statistical learning text analysis objective" ; + rdfs:label "descriptive statistical text analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100106 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to understand texual data by leveraging the human-imposed patterns and structures that exist in language" ; + "PERSON:Kyle Ambert" ; + rdfs:comment "distinct from text mining which ignores this these human-imposed features and takes a primarily machine-learning approach" ; + rdfs:label "natural language processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100107 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to identify and tag terms with information concerning their part-of-speech (e.g. noun, verb, adjective, etc)" ; + "http://en.wikipedia.org/wiki/Part-of-speech_tagging" ; + "POS tagging objective" , + "grammatical tagging objective" , + "word category disambiguation objective" ; + rdfs:label "part-of-speech tagging objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100108 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to apply statistical approaches to identify and tag terms with information concerning their part-of-speech (e.g. noun, verb, adjective, etc)" ; + "statistical POS objective" ; + rdfs:label "statistical part-of-speech tagging objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100109 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to identify and extract subjective information in source materials (e.g. the attitude of the speaker, or the overall contextual polarity of a document)" ; + "http://en.wikipedia.org/wiki/Sentiment_analysis" ; + rdfs:label "sentiment analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100110 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to facilitate conversion of written text to accurate and natural spoken language" ; + "text to speech word pattern analysis" ; + rdfs:label "text-to-speech articulation analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100111 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to understand content of text using approaches primarily based on computational/mathematical machine learning techniques (and not based on the inherent structure of human language)" ; + "PERSON:Kyle Ambert" ; + rdfs:label "text mining objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100112 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to understand the content of text by using machine learning algorithms to train models based on gold standard labeled text " ; + "PERSON:Kyle Ambert" ; + "machine learning text processing objective" ; + rdfs:label "supervised text mining objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100113 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to understand the content of text by using machine learning algorithms that are able to interactively query the user (or some other information source) to obtain the desired outputs at new data points." ; + "http://en.wikipedia.org/wiki/Active_learning_%28machine_learning%29" ; + "active machine learning text mining objective" ; + rdfs:label "active learning text mining objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100114 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to algorithmically assign a document to one or more classes or categories" ; + "document classification objective" , + "text classification objective" ; + rdfs:label "document classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100115 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "text recommendation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100116 + rdf:type owl:Class ; + rdfs:subClassOf ; + "text clustering objective" ; + rdfs:label "document clustering objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100117 + rdf:type owl:Class ; + rdfs:subClassOf ; + "the objective to identify specficic informtion within text" ; + "PERSON:Kyle Ambert" ; + "knowledge extraction objective" ; + rdfs:label "information extraction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100118 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to identify and classify atomic elements in text into predefined categories such as the names of persons, organizations, locations, expressions of times, quantities, monetary values, percentages, etc." ; + "PERSON:Kyle Ambert" , + "http://en.wikipedia.org/wiki/Named_entity_recognition" ; + "NER objective" , + "entity extraction objective" , + "entity identification objective" ; + rdfs:label "named-entity recognition objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100119 + rdf:type owl:Class ; + rdfs:subClassOf ; + "an objective to use machine learning algorithms to group textual entities in the absence of gold standard labeled text" ; + "PERSON:Kyle Ambert" ; + rdfs:label "unsupervised text mining objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100120 + rdf:type owl:Class ; + rdfs:subClassOf ; + "LDA objective" ; + rdfs:label "latent discriminant analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100121 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to process and analyze data that is output from a specific type of technique, technology, or instrument." ; + rdfs:label "source-based data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100122 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "ChIP-Chip data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100123 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "FACS data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100124 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "mass spectrometry data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100125 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to process and analyze data in order to generate new information about biological and/or medical phenomenon at a certain level of granularity. This hierarchy classifies software objectives based on the type/granularity of biomedical entity which the data they produce are about." ; + "biomedical data type-specific analysis objectives" , + "data type-specific analysis objectives" , + "topic-based data analysis objectives" ; + rdfs:label "subject-based data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100126 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze data to investigate phenomenon at the level/granularity of gross anatomical structures (ie from anatomical systems and organs/tissues down to multi-cellular structures, inclusive)" ; + "anatomical analysis objective" , + "organism feature analysis objective" ; + rdfs:label "anatomical data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100127 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "anatomical image analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100128 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "anatomical feature detection objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100129 + rdf:type owl:Class ; + rdfs:subClassOf ; + "anatomical anomoly diagnosis objective" , + "anatomical disorder detection objective" , + "anatomical disorder diagnosis assistance objective" ; + rdfs:label "anatomical disorder detection/diagnosis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100130 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze data to investigate phenomenon concerning mental processes and/or resulting behavioral activity of an organism or group of organisms" ; + "behavior analysis objective" , + "psychological analysis objective" ; + rdfs:label "behavioral data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100131 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "activity analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100132 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "decision analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100133 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze data concerning biomechanical/physical forces" ; + "biomechanical data analysis objective" , + "biomechanics analysis objective" ; + rdfs:label "biomechanics data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100134 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "mechanical modeling and simulation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100135 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "contact modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100136 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "multibody dynamics analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100137 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze data about phenomenon at the level/granularity of cells (cellular processes, morphology, and interactions, protein expression, etc) or collections of cells." ; + "cell analysis objective" , + "cellular analysis objective" ; + rdfs:label "cellular data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100138 + rdf:type owl:Class ; + rdfs:subClassOf ; + "cell dynamics modeling objective" ; + rdfs:comment "modeling cellular level processes/behaviors based on input of biological data/parameters" ; + rdfs:label "cell modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100139 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "cellular image analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100140 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze data about the physical features of cells or a populations of cells" ; + "cell feature analysis objective" , + "cell image analysis objective" ; + rdfs:label "cellular feature detection objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100141 + rdf:type owl:Class ; + rdfs:subClassOf ; + "cellular process pathway analysis objective" ; + rdfs:label "cellular process network analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100142 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to perform data analysis which generates new information about physiological malfunctioning and anatomical disorders characteristic of disease" ; + "disorder analysis objective" ; + rdfs:label "disease analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100143 + rdf:type owl:Class ; + rdfs:subClassOf ; + "physiological disorder detection and diagnosis assistance objective" ; + rdfs:label "disease detection/diagnosis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100144 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to understand factors that effect disease outcomes" ; + rdfs:label "disease outcome analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100145 + rdf:type owl:Class ; + rdfs:subClassOf ; + "anatomical disorder diagnosis objective" ; + rdfs:label "anatomical disorder detection objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100146 + rdf:type owl:Class ; + rdfs:subClassOf ; + "behavioral disorder detection objective" , + "psychological disorder diagnosis assistance objective" ; + rdfs:label "psychological disorder diagnosis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100147 + rdf:type owl:Class ; + rdfs:subClassOf ; + "disease pathway analysis objective" ; + rdfs:label "disease pathway analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100148 + rdf:type owl:Class ; + rdfs:subClassOf ; + "disease modeling objective" ; + rdfs:label "disease process modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100149 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective of analyzing data to generate information about molecules/molecular complexes or the processes in which they are involved (molecular structures, sequences, interactions, networks, actrivities, etc) " ; + "molecular analysis objective" ; + rdfs:label "molecular data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100150 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze large scale data sets representing a broad profile of some molecular-level feature of a subject or specimen (e.g. some totality of its genes, proteins, metabolic products, transcripts, etc). Covers range of objectives related to the analysis of OMICs data (transcriptomics, genomics, proteomics, metabolomics, etc)" ; + "Here, the objective is \"about\" an ____ome-wide collection of moelcular entities of a particular type (eg a full genome of sequecnes instead of a single sequence)." ; + "large-scale molecular data analysis objective" ; + rdfs:label "OMICs data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100151 + rdf:type owl:Class ; + rdfs:subClassOf ; + "reaction data analysis objective" ; + rdfs:label "chemical reaction data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100152 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "enzyme kinetics analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100155 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "gene expression profile clustering objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100156 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "analysis of expression in a single sample (as opposed to differential expression analysis)" ; + rdfs:label "independent gene expression analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100159 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to identify, map or analyse genetic markers in DNA sequences, for example to produce a genetic (linkage) map of a chromosome or genome or to analyze genetic linkage and synteny (EDAM)" ; + rdfs:comment "examples include objectives to estimate how close two genes are on a chromosome by calculating how often they are transmitted together to an offspring, ascertain whether two genes are linked and parental linkage, calculate linkage map distance etc. (EDAM)" ; + rdfs:label "genetic mapping and linkage analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100160 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "genetic map construction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100161 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "DNA transduciton map construction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100162 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "QTL map construction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100163 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "cytogenetic map construction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100164 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "haplotype map construction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100165 + rdf:type owl:Class ; + rdfs:subClassOf ; + "molecular sequence design objective" , + "sequence molecule design objective" ; + rdfs:comment "an objective is to design a new molecular structure or macromolecular sequence that meets specified criteria" ; + rdfs:label "macromolecular sequence design objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100166 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid design objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100167 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze sequences for suitability as primers, probes for a particular application" ; + "primer/probe design objective" ; + rdfs:label "oligonucleotide design objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100168 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "objective to specify a amino acid sequence to meet certain needs (e.g, be a good immunogen for antibody production)" ; + rdfs:label "peptide design objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100169 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to classify an entire sequence macromolecule or gene as belonging to a particular class (e.g. based on localization, function, evolutionary conservation, etc)" ; + "molecular sequence classification objective" ; + rdfs:label "sequence classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100170 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid sequence classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100171 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "RNA family classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100172 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "gene family classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100173 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein sequence classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100174 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "cellular localization classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100176 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein family classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100177 + rdf:type owl:Class ; + rdfs:subClassOf ; + "membrane topology classification objective" ; + rdfs:label "transmembrane protein classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100178 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to identify, discover, and/or analyze sequence-based functional regions of sequence macromolecules" ; + "sequence function analysis" ; + rdfs:label "sequence feature analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100179 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to identify new/novel domains or motifs linked to protein or nucleic acid functions (typically through statistical analysis of sequences known to exhibit some common activity)" ; + "sequence feature definition objective" ; + rdfs:label "sequence feature discovery objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100180 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "gene family discovery objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100181 + rdf:type owl:Class ; + rdfs:subClassOf ; + "nucleic acid motif definition objective" ; + rdfs:label "nucleic acid motif discovery objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100182 + rdf:type owl:Class ; + rdfs:subClassOf ; + "protein domain definition objective" , + "protein motif definition objective" , + "protein motif discovery objective" ; + rdfs:label "protein domain discovery objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100183 + rdf:type owl:Class ; + rdfs:subClassOf ; + "seqeunce feature inference objective" , + "sequence feature detection objective" , + "sequence feature prediction objective" ; + rdfs:comment "objective to identify presence of known sequence domains/motifs in a macromolecule" ; + rdfs:label "sequence feature identification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100184 + rdf:type owl:Class ; + rdfs:subClassOf ; + "lots more specific subtypes in EDAM:Operation>Nucleic acid feature prediction hierarchy" ; + "nucleic acid sequence feature inference objective" , + "nucleic acid sequence feature prediction objective" ; + rdfs:label "nucleic acid sequence feature identification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100185 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "DNA binding site prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100186 + rdf:type owl:Class ; + rdfs:subClassOf ; + "transcription factor binding site inference objective" ; + rdfs:label "transcription factor binding site prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100187 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "DNA modification site prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100188 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "gene prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100189 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "promoter prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100190 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "transcript splicing prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100191 + rdf:type owl:Class ; + rdfs:subClassOf ; + "protein sequence feature detection objective" , + "protein sequence feature prediction objective" ; + rdfs:label "protein sequence feature identification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100192 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein cleavage site prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100193 + rdf:type owl:Class ; + rdfs:subClassOf ; + "protein domain identification objective" , + "protein domain recognition objective" , + "protein motif prediction objective" ; + rdfs:label "protein domain prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100194 + rdf:type owl:Class ; + rdfs:subClassOf ; + "protein modification site recognition objective" ; + rdfs:label "protein modification site prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100195 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to generate novel sequence or sequence profiles based on analysis or transformation of input biological sequence data" ; + "sequence transformation objective" ; + rdfs:label "sequence generation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100196 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid restriction digest profile generation" . + + +### http://purl.obolibrary.org/obo/ERO_0100197 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid reverse and complement generation" . + + +### http://purl.obolibrary.org/obo/ERO_0100198 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid transcription or translation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100199 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to calculate or predict physical or chemical properties of molecules, including any non-positional properties of a macromolecular sequence" ; + "molecule physical property calculation" ; + rdfs:label "molecular physical property analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100200 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid physical property analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100201 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid curvature calculation" . + + +### http://purl.obolibrary.org/obo/ERO_0100202 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid thermodynamic property calculation" . + + +### http://purl.obolibrary.org/obo/ERO_0100203 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid entropy analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100204 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid melting temperature calculation" . + + +### http://purl.obolibrary.org/obo/ERO_0100205 + rdf:type owl:Class ; + rdfs:subClassOf ; + "many more examples under EDAM/SWO:Core Data>Molecular Property>Protein Property" ; + rdfs:label "protein physical property analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100206 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "peptide immunogenicity analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100207 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein felxibility analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100208 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein hydropathy profile analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100209 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein isoelectric point calculation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100210 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze the basic character composition of molecular sequences, for example character or word frequency, ambiguity, complexity or repeats (EDAM)" ; + "sequence ambiguity analysis, sequence complexity analysis, repeat sequence organization analysis, nucleic acid density analysis" , + "sequence composition calculation objective" ; + rdfs:label "sequence composition analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100211 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to quantify or analyze variations at specific loci in the genomes of organisms (mutation and polymorphism) across or within a species, population, or individual (e.g healthy vs diseased tissue)." ; + "comparative genomics analysis objective" , + "macromolecular sequence variation analysis" ; + rdfs:comment "This objective concerns a collection of sequences - specifically the sequence variation within the collection. This is different than a \"sequence comparison objective\" which is about a particular sequence and its conservation relative to other sequences. Different than phylogenetics because goal does not extend to predicting an evolutionary relationship. It is concerned with sequences, not organisms/populations/species, and stops with measuring variation of these sequences in some way." ; + rdfs:label "genetic sequence variation analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0100212 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze variation in chromosome structure including microscopic and submicroscopic types of variation such as deletions, duplications, copy-number variants, insertions, inversions and translocations. (EDAM)" ; + rdfs:label "genetic structural variation analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100213 + rdf:type owl:Class ; + rdfs:subClassOf ; + "gene variant discovery objective" ; + rdfs:label "genetic variant discovery objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100214 + rdf:type owl:Class ; + rdfs:subClassOf ; + "single nucleotide polymorphism discovery objective" ; + rdfs:label "SNP discovery objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100215 + rdf:type owl:Class ; + rdfs:subClassOf ; + "single nucleotide polymorphism analysis objective" ; + rdfs:label "SNP analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100217 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "multiple sequence alignment objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100218 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to produce a sequence alignments between sequences of different types, for example genomic DNA to EST, cDNA or mRNA. (EDAM)" ; + rdfs:label "hybrid sequence alignment objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100219 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "pairwise sequence alignment objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100220 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze thef physiochemical properties of a direct physical interaction of two or more molecules with each other" ; + "direct molecular interaction analysis objective" , + "molecular binding analysis objective" ; + rdfs:comment "key is that this refers to the analysis of a single moelcular interaction data, not large-scale analysis of interaction data (ie OMICs). distinguished from the more generic type of \"interaction\" analysis which may not require a direct physical interaciton, e.g. genetic interactions between genes" ; + rdfs:label "molecular interaction analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100221 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to model the direct interaction between two or more molecules" ; + rdfs:label "molecular interaction modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100222 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze or predict the physiochemical properties of the interaction between a protein with some other molecule(s)" ; + "protein-protein, protein-ligand, protein-drug, protein-nucleic acid interaction analysis objectives" ; + rdfs:comment "distinct from protein interaction network analysis which is concerned with a larger network comprised of manifold protein interactions" ; + rdfs:label "protein interaction analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100223 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein interaction modeling" . + + +### http://purl.obolibrary.org/obo/ERO_0100224 + rdf:type owl:Class ; + rdfs:subClassOf ; + "intramolecular interaction analysis objective" ; + rdfs:label "single molecule dynamics analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100225 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein residue interaction analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100226 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for SWO:Simulation and analysis of biochemical networks" ; + "molecular pathway analysis objective" ; + rdfs:label "molecular network analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100227 + rdf:type owl:Class ; + rdfs:subClassOf ; + "genetic pathway analysis objective" ; + rdfs:label "genetic network analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100228 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to map a gene expression profile to known biological pathways, for example, to identify or reconstruct a pathway (EDAM)" ; + rdfs:label "gene expression profile pathway mapping objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100229 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze dynaimcs of gene regulatory networks to make hypothesis or draw conclusions . . . " ; + rdfs:label "gene regulatory network analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100230 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to define novel networks of genetic interactions at the level of gene regulation" ; + "gene regulatory network discovery objective" , + "gene regulatory network prediction objective" ; + rdfs:label "gene regulatory network construction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100231 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "metabolic network analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100232 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "molecular interaction network analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100233 + rdf:type owl:Class ; + rdfs:subClassOf ; + "protein interaction network analysis objective" ; + rdfs:label "protein-protein interaction network analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100234 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to use biological data to model/predict molecular pathway behavior" ; + "signaling pathway modeling objective" ; + rdfs:label "molecular signaling network modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100235 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyzie data about direct molecular cell signaling networks or pathways, including predictions/modeling of how changes at certain nodes will affect the global network, and discovery/construction of new pathways or pathway connections (pathway discovery/construction)" ; + "cell signaling network analysis objective" , + "cell signaling pathway analysis objective" , + "molecular signaling network analysis objective" , + "signal transduction pathway analysis objective" ; + rdfs:label "signal transduction network analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100236 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to define novel networks of molecular or geneitc signaling in or between cells, or discover new interactions/connections in a knownn network/pathway" ; + "cell signaling network construction objective" , + "cell signaling pathway construction objective" , + "signal transduction pathway construction objective" , + "signaling network construction objective" , + "signaling network discovery objective" ; + rdfs:label "signal transduction network construction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100237 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze the structure of a molecular eneity (a chemical small molecule or a macromolecule)" ; + rdfs:label "molecular structure analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100238 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyse the structure of a chemical (ie a non-macromolecule)" ; + "non-macromolecular chemical structure analysis" , + "small molecule structure analysis" ; + rdfs:label "chemical structure analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0100239 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "chemical structure classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100240 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "chemical structure comparison objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100241 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "chemical structure modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100242 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "macromolecular structure analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100243 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "macromolecular structure classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100244 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "macromolecular structure comparison objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100245 + rdf:type owl:Class ; + rdfs:subClassOf ; + "macromolecular structure comparison objective" ; + rdfs:comment "objective to predict secondary or tertiary structure alignment between two or more macromolecules" ; + rdfs:label "macromolecular structure alignment objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100246 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein structure alignment objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100247 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "secondary structural alignment objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100248 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "structural 3D profiling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100249 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "structural clustering objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100250 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "tertiary structure alignment objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100251 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze physical data about an actual macromolecule structure and generate a three-dimensional model of its structure, e.g. taking crystallography/NMR data and using it to generate a 3D structure (not a \"prediction\" based on other inputs such as sequence data). " ; + "3d structure generation" , + "macromolecular structure modeling" , + "three dimensional structure generation" ; + rdfs:label "macromolecular structure generation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100252 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to infer a predicted structure for a macromolecule based on secondary data/information such as seqeunce or homology (ie not based on physical data colelcted about the actual macromolecule in question, as is done in techniques such as x-ray chrystalography)" ; + rdfs:label "macromolecular structure prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100253 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid structure prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100254 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence-based nucleic acid structure prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100255 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence-based nucleic acid secondary structure prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100256 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence-based nucleic acid tertiary structure prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100257 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "protein structure prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100258 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence-based protein structure prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100259 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "homology modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100260 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence-based protein secondary structure prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100261 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence-based protein tertiary structure prediction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100262 + rdf:type owl:Class ; + rdfs:subClassOf ; + "structural classification objective" ; + rdfs:label "molecular structure classification objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100263 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "molecular structure comparison objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100264 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze data to investigate biological processes at the level of single organism anatomy, including abnormal functioning of physiology in disease" ; + "physiological analysis objective" , + "physiology analysis objective" ; + rdfs:label "physiological data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100265 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "physiological process data collection and processing objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100266 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "physiological process monitoring objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100267 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to model a physiological process or dynamics of a physiological system or entity" ; + "physiological system modeling objective" ; + rdfs:label "physiological process modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100268 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "cardiovascular system modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100269 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze data to investigate phenomenon at the level of populations or species of organisms . . . including analysis of their genetic make-up" ; + "population analysis objective" , + "population and evolutionary analysis objective" ; + rdfs:label "population data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100270 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to explore genetic relaationships in families of individuals (e.g. family tree construciton, relatedness, inheritance patterns, etc)" ; + rdfs:label "familial genetics analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100271 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze interactions among, growth or changes in,or evolution of a population of organisms" ; + rdfs:label "population dynamics analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100272 + rdf:type owl:Class ; + rdfs:subClassOf ; + "population dynamics modeling objective" ; + rdfs:label "population modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100273 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze the genetics of a population of organisms, e.g. the distribution of allele frequencies in a population of organisms and its change subject to evolutionary processes including natural selection, genetic drift, mutation and gene flow (EDAM)" ; + rdfs:comment "the objective here is not to necessarily make any inferences about evolutionary relatedness . . . ie could include assessment of genetic variation for its own sake" ; + rdfs:label "population genetics analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100274 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze evolutionary relatedness across a population of organisms" ; + "evolutionary analysis objective" , + "evolutionary relationship analysis objective" ; + rdfs:label "phylogenetic analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100275 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to model or simulate evolutionary processes" ; + rdfs:label "evolutionary modeling objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100276 + rdf:type owl:Class ; + rdfs:subClassOf ; + "phenotype-based phylogenetic analysis objective" , + "phenotypic evolutionary analysis objective" ; + rdfs:label "morphology-based phylogenetic analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100277 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "morphology-based phylogenetic tree analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100278 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "morphology-based phylogenetic tree creation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100279 + rdf:type owl:Class ; + rdfs:subClassOf ; + "phylogenomic analysis objective" ; + rdfs:label "sequence-based phylogenetic analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100280 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "gene cluster conservation analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100281 + rdf:type owl:Class ; + rdfs:subClassOf ; + "phylogenomic tree analysis objective" ; + rdfs:label "sequence-based phylogenetic tree analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100282 + rdf:type owl:Class ; + rdfs:subClassOf ; + "phylogenomic tree construction objective" , + "phylogenomic tree creation objective" , + "phylogenomic tree reconstruction objective" ; + rdfs:label "sequence-based phylogenetic tree construction objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100283 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "sequence-based population divergence analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100284 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "ChIP-Chip data" . + + +### http://purl.obolibrary.org/obo/ERO_0100286 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "mass spectrometry data" . + + +### http://purl.obolibrary.org/obo/ERO_0100287 + rdf:type owl:Class ; + rdfs:subClassOf ; + "operation" ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data processing operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100288 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100289 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "alignment analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100290 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "classification analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100291 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "clustering analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100292 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "comparison analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100293 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "feature comparison analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100294 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "feature alignment analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100295 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data aquisition operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100296 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data evaluation operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100297 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data validation operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100298 + rdf:type owl:Class ; + rdfs:subClassOf ; + "identification of some part of a specimen (e.g. an anatomical, molecular, cellular specimen) that represents a feature of interest" ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "feature detection analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100299 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." , + "a type of detection in which there is some statistical uncertainty as to whether the detected feature is valid" ; + rdfs:label "feature prediction analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100300 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "feature discovery analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100301 + rdf:type owl:Class ; + rdfs:subClassOf ; + "pathway analysis operation" ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "network analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100302 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "graph-based analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100303 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "image analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100304 + rdf:type owl:Class ; + rdfs:subClassOf ; + "mathematical modeling and simulation" ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "modeling and simulation operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100305 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "molecular design analysis operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100306 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "image processing operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100307 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data assembly operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100308 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data transfer operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100309 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data cleaning operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100310 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data correction operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100311 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data normalilzation operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100312 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data pre-processing operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100313 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data rendering and visualization operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100314 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data retrieval operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100315 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data transformation operation" . + + +### http://purl.obolibrary.org/obo/ERO_0100316 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "algorithm execution" . + + +### http://purl.obolibrary.org/obo/ERO_0100317 + rdf:type owl:Class ; + rdfs:subClassOf ; + "placeholder for OBI:center calculation objective" ; + rdfs:label "center calculation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100318 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "clustering analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100320 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "error analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100321 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "group comparison objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100322 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "permutation test objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100323 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "power-sample size analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100324 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "regression analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100325 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "statistical classification analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100326 + rdf:type owl:Class ; + rdfs:subClassOf ; + "probability distribution fitting objective" ; + rdfs:label "statistical distribution fitting objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100327 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to determine aspects of study design needed to achieve a desired statistical power or rigour" ; + "statistical parameter calculation objective" ; + rdfs:label "statistical parameter determination objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100328 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "drug design objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100329 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "quantitative PCR data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100330 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A sequence analysis objective that analyzes the sequence of DNA fragments." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "DNA fragment analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100331 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Fourier transform" . + + +### http://purl.obolibrary.org/obo/ERO_0100332 + rdf:type owl:Class ; + rdfs:subClassOf ; + "BOWTIE" , + "Burrows-Wheeler indexing" , + "Burrows-Wheeler transformation" . + + +### http://purl.obolibrary.org/obo/ERO_0100333 + rdf:type owl:Class ; + rdfs:subClassOf ; + "JT test" , + "Jonckheere trend test" ; + rdfs:label "Jonckheere–Terpstra test" . + + +### http://purl.obolibrary.org/obo/ERO_0100334 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Kendall rank correlation coefficient" ; + rdfs:label "Kendall's tau coefficient" . + + +### http://purl.obolibrary.org/obo/ERO_0100335 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Harding algorithm" . + + +### http://purl.obolibrary.org/obo/ERO_0100336 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Derivative Log ratio spread" . + + +### http://purl.obolibrary.org/obo/ERO_0100337 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Z-scoring for aberrant regions" . + + +### http://purl.obolibrary.org/obo/ERO_0100338 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "ADM-1" . + + +### http://purl.obolibrary.org/obo/ERO_0100340 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "academic software license" . + + +### http://purl.obolibrary.org/obo/ERO_0100341 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "non-commercial proprietary software license" . + + +### http://purl.obolibrary.org/obo/ERO_0100342 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Monte Carlo method" . + + +### http://purl.obolibrary.org/obo/ERO_0100343 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "least squares fitting" . + + +### http://purl.obolibrary.org/obo/ERO_0100344 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "spline-curve spatial analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0100345 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "spline-curve dynamics analysis" . + + +### http://purl.obolibrary.org/obo/ERO_0100346 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "de Bruijn graph-based method" . + + +### http://purl.obolibrary.org/obo/ERO_0100347 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "text-to-speech synthesis" . + + +### http://purl.obolibrary.org/obo/ERO_0100348 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze data about a population of human subjects in a human study" ; + "PERSON:Matthew Brush" ; + "PERSON:Matthew Brush" ; + rdfs:label "human study data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100349 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "anatomical data" . + + +### http://purl.obolibrary.org/obo/ERO_0100350 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "behavioral data" . + + +### http://purl.obolibrary.org/obo/ERO_0100351 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "biomechanical data" . + + +### http://purl.obolibrary.org/obo/ERO_0100352 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "cell data" . + + +### http://purl.obolibrary.org/obo/ERO_0100353 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "disease data" . + + +### http://purl.obolibrary.org/obo/ERO_0100354 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "data that is about molecules or phenomena occurring at a molecular level (e.g. processes such as molecular interactions, chemical reactions, gene expression etc)." ; + rdfs:label "molecular data" . + + +### http://purl.obolibrary.org/obo/ERO_0100355 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "protein secondary structure data" . + + +### http://purl.obolibrary.org/obo/ERO_0100356 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "population data" . + + +### http://purl.obolibrary.org/obo/ERO_0100357 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + rdfs:label "anatomical image data" . + + +### http://purl.obolibrary.org/obo/ERO_0100358 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + ; + rdfs:label "cell image data" . + + +### http://purl.obolibrary.org/obo/ERO_0100359 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "genetic mapping data" . + + +### http://purl.obolibrary.org/obo/ERO_0100360 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "chemical reaction data" ; + rdfs:label "reaction data" . + + +### http://purl.obolibrary.org/obo/ERO_0100361 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "gene expression data" . + + +### http://purl.obolibrary.org/obo/ERO_0100362 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "sequence data" . + + +### http://purl.obolibrary.org/obo/ERO_0100363 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to calculate level of sequence conservation/similarity between macromolecules" ; + rdfs:label "sequence similarity calculation objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100364 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "molecular structure data" . + + +### http://purl.obolibrary.org/obo/ERO_0100365 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "protein structure data" . + + +### http://purl.obolibrary.org/obo/ERO_0100366 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "flow cytometry data" . + + +### http://purl.obolibrary.org/obo/ERO_0100368 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "sequence variation data" . + + +### http://purl.obolibrary.org/obo/ERO_0100369 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "sequence alignment data" . + + +### http://purl.obolibrary.org/obo/ERO_0100370 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "molecular network data" . + + +### http://purl.obolibrary.org/obo/ERO_0100372 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "nucleic acid secondary structure data" . + + +### http://purl.obolibrary.org/obo/ERO_0100373 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "protein tertiary structure data" . + + +### http://purl.obolibrary.org/obo/ERO_0100374 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "data about organisms and phenomenon at the level/granularity of organisms, their superficial features, and their behavior" ; + rdfs:label "organism data" . + + +### http://purl.obolibrary.org/obo/ERO_0100376 + rdf:type owl:Class ; + rdfs:subClassOf ; + "objective to analyze data to investigate phenomenon at the level/granularity of organisms, their superficial features, and their behavior" ; + rdfs:label "organismal data analysis objective" . + + +### http://purl.obolibrary.org/obo/ERO_0100377 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "health data" ; + rdfs:label "medical data" . + + +### http://purl.obolibrary.org/obo/ERO_0100378 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "population genetics data" . + + +### http://purl.obolibrary.org/obo/ERO_0100379 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "phylogenetic data" . + + +### http://purl.obolibrary.org/obo/ERO_0100380 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "morphological data" . + + +### http://purl.obolibrary.org/obo/ERO_0100381 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Markov Cluster algorithm" . + + +### http://purl.obolibrary.org/obo/ERO_0100382 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "SVM-Light algorithm" . + + +### http://purl.obolibrary.org/obo/GO_0000003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0001101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0001505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0001525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0001708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0001709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0001764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0001775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0001776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0001816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0001944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0002837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0003006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0003008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0003012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0003013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0003018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0005975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0005996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0006979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0007638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0008150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0008152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0008202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0008203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0008283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0009991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0010941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0014823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0015672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0015711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0015837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0015849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0015850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0015918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0016125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0016192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0016246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0016441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0016444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0016445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0016447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0016458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0016477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0017145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0018130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0018958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0019048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0019098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0019222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0019318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0019438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0019752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0019827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0021854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0022008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0022414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0022415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0022601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0022602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0022603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0022611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0023051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0030855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0031016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0031047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0031223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0031347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0031349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0031644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0031667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0031958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0031959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0032101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0032501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0032502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0032609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0032943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0033013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0033014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0033151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0033152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0033344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0033554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0034641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0034645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0035194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0035710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0035821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0036037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0036336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0040011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0040029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0042981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0043067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0043114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0043170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0043200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0043368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0043374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0043436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0043576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0043934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0044763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0045058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0045136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0045165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0045190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0045321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0045446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0045471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0045595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0045596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0046942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0048878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0050900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0051969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0052031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0052173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0052200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0052251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0052255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0052509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0052510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0055065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0055067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0055078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0055080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0060004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0060173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0060218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0060255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0060326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0061484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0065007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0065008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0070327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0070661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0070887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0071425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0071702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0071704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0071705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0071838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0072089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0072337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0072676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0072678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0075136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0080090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0080134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0090304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0097028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0097066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0097068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0097094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_0097305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_1901360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_1901362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_1901564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_1901566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_1901576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_1901615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_1901698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_1901700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_2000026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_2000027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_2000106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/GO_2000109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000013 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/IAO_0000025 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A language in which source code is written, intended to executed/run by a software interpreter. Programming languages are ways to write instructions that specify what to do, and sometimes, how to do it."@en ; + "person:Alan Ruttenberg"@en , + "person:Chris Stoeckert"@en ; + "OBI_0000058"@en , + "group:OBI"@en ; + rdfs:label "programming language"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000030 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### http://purl.obolibrary.org/obo/IAO_0000032 + rdf:type owl:Class ; + rdfs:subClassOf ; + "10 feet. 3 ml."@en ; + ; + "a scalar measurement datum is a measurement datum that is composed of two parts, numerals and a unit label."@en ; + """2009-03-16: we decided to keep datum singular in scalar measurement datum, as in +this case we explicitly refer to the singular form"""@en , + "Would write this as: has_part some 'measurement unit label' and has_part some numeral and has_part exactly 2, except for the fact that this won't let us take advantage of OWL reasoning over the numbers. Instead use has measurment value property to represent the same. Use has measurement unit label (subproperty of has_part) so we can easily say that there is only one of them."@en ; + "PERSON: Alan Ruttenberg"@en , + "PERSON: Melanie Courtot"@en ; + rdfs:label "scalar measurement datum"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000078 + rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( + + + + + + + + + ) + ] ; + rdfs:subClassOf ; + "curation status specification"@en ; + ; + "The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en ; + "Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting)"@en ; + "PERSON:Bill Bug"@en ; + "GROUP:OBI:"@en , + "OBI_0000266"@en ; + rdfs:label "curation status specification"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000102 + rdf:type owl:Class ; + rdfs:subClassOf ; + "data about an ontology part is a data item about a part of an ontology, for example a term"@en ; + "Person:Alan Ruttenberg" ; + rdfs:label "data about an ontology part"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000109 + rdf:type owl:Class ; + rdfs:subClassOf ; + "measurement datum"@en ; + "Examples of measurement data are the recoding of the weight of a mouse as {40,mass,\"grams\"}, the recording of an observation of the behavior of the mouse {,process,\"agitated\"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}."@en ; + ; + "A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device."@en ; + "2/2/2009 is_specified_output of some assay?"@en ; + "person:Chris Stoeckert"@en ; + "OBI_0000305"@en , + "group:OBI"@en ; + rdfs:label "measurement datum"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000225 + rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( + + + + + ) + ] ; + rdfs:subClassOf ; + "obsolescence reason specification"@en ; + ; + "The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en ; + "The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology."@en ; + "PERSON: Alan Ruttenberg"@en , + "PERSON: Melanie Courtot"@en ; + rdfs:label "obsolescence reason specification"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000300 + rdf:type owl:Class ; + rdfs:subClassOf ; + "textual entity"@en ; + "Words, sentences, paragraphs, and the written (non-figure) parts of publications are all textual entities"@en ; + "A textual entity is a part of a manifestation (FRBR sense), a generically dependent continuant whose concretizations are patterns of glyphs intended to be interpreted as words, formulas, etc."@en ; + "AR, (IAO call 2009-09-01): a document as a whole is not typically a textual entity, because it has pictures in it - rather there are parts of it that are textual entities. Examples: The title, paragraph 2 sentence 7, etc."@en , + "MC, 2009-09-14 (following IAO call 2009-09-01): textual entities live at the FRBR (http://en.wikipedia.org/wiki/Functional_Requirements_for_Bibliographic_Records) manifestation level. Everything is significant: line break, pdf and html versions of same document are different textual entities."@en ; + "PERSON: Lawrence Hunter"@en ; + "text"@en ; + rdfs:label "textual entity"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/IAO_0000409 + rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( + + + ) + ] ; + rdfs:subClassOf ; + "The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are \"natural kinds\" and the latter arbitrary collections of entities." ; + "A denotator type indicates how a term should be interpreted from an ontological perspective." ; + "Alan Ruttenberg" ; + "Barry Smith, Werner Ceusters" ; + rdfs:label "denotator type" . + + +### http://purl.obolibrary.org/obo/MP_0000001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0000999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0001999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0002999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0003999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0004999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0005675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0006433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0008999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0009999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0010999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/MP_0011722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_100169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_100506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_100514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_102107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_102211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_102693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_102766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_102777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_103349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_105181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_105361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_105884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_106546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1080339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_108544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_108546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_10880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_112831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_112863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_112883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_114476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_115466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_116055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_117565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_117781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_118562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_118778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_11886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_119172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_119176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_119260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_119261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_119947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_12058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_12092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_12242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_12333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_123564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_124778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_124943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_125261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_126363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_12637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_126418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_126433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_126596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_126910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_12721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_127986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_127999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_128002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_128017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_128375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_130385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_130404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_135200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_136217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_136218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_136221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_136616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_137221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_137457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_137693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_13894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_140311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_140997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_141191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_141466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_143883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_145745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_145754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_146995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_151069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_151340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_151341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_152286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_152363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_153459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_155022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_155132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_157443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_157519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_158314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_158455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_159425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_161756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_161934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_16195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_162425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_165353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_165450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_16718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_16719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_167472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_16752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_16906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_169205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_169769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_170026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_171251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_172057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_172200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_172644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_173701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_174217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_174648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_174649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_175694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_176265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_1781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_180066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_180763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_183260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_183944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_185002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_185191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_185542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_185543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_186426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_186534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_187269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_187374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_188482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_190248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_190712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_191881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_197796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_198914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_199225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_199623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_199627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_2 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_200993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_201174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_203008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_203270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_20340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_203643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_20400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_204215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_206685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_20676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_210060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_210348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_210369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_2104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_210858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_211815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_213255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_21496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_2157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_21634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_21819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_21880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_219868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_22002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_220873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_226208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_22663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_227256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_22774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_227909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_228806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_23137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_23159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_23207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_23216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_233893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_237954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_23810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_239685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_244027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_24646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_252867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_254027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_25473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_258209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_259893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_26021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_260615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_260674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_261423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_261450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_261786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_262913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_26378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_265764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_265783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_265785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_266091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_268204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_26867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_268884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_2706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_2708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_2711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_272675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_27434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_274724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_2763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_278672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_28037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_28112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_28131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_28133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_2822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_28285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_28450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_28498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_28511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_286619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_2886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_288950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_28903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_289751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_290213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_291326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_292393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_294733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_294739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_296034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_298643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_29994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_30073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_30259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_30261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_30263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_30264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_30511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_30640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_30648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_308559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_31033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_31174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_31175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_31192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_31210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_312530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_312531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_314147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_314293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_314295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_316493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_316743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_316867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_318046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_318051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_318982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_32008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_32189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_32224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_32247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_323851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_32443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_326780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_326968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_328401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_329212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_330163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_330167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_33033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_330892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_33090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_33169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_33345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_33554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_33634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_33637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_33682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_339321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_339784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_34205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_34254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_34256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_34317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_345480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_346985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_353919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_354526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_354530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_355332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_35559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_35608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_357960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_357961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_35883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_35924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_35925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_35933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_35936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_35974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_36095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_362646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_36590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_36596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_367774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_368926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_37176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_37351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_375272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_377125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_378919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_379279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_38111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_384660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_38609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_38787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_38851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_38868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_38937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_392646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_392747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_396367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_3967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_396733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_397370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_39992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_405322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_40559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_40573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_406589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_40674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_40888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_40922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_40948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_40949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_41165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_41230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_41485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_41496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_41503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_41568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_41589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_416916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_418402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_422676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_42415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_425106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_42736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_429560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_429701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_43166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_43364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_43574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_43575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_43868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_443381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_44586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_446348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_44689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_45171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_45181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_451948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_45208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_455371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_458692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_458695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_459139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_46112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_46147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_462879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_46347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_46786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_46945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_46988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_47064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_470706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_47081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_47101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_47530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_475396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_48032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_48038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_48042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_48101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_48106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_48119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_483143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_48386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_487038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_487159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_487998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_4932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_49992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_500315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_50225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_50230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_50282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_50304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_50506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_50507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_50545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_50557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_50657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_50765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_510735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_51089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_51239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_51240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_512623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_51292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_51351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_516065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_516547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_516548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_516551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_516948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_51754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_52152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_52451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_52462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_52470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_52471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_52769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_53173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_53718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_53719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_53751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_53845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_53873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_53922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_542672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_544448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_544580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_54476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_54477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_545644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_54719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_54724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_54778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_54803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_55153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_55262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_554915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_55571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_55635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_55670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_55824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_55960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_56016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_569628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_57008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_57060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_57577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_576365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_576424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_57912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_57917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_57918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_57975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_58039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_58046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_58227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_587664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_587669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_588669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_58944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_59011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_59045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_59067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_59070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_5943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_59488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_59729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_597401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_60093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_60710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_61450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_61662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_62123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_626502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_627609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_63350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_63351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_63359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_63501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_64032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_64040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_642526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_644191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_64657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_649195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_649199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_650305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_65409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_65561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_658885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_65948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_66014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_66096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_662482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_66636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_66672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_672196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_675071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_678702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_67937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_681286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_68554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_69266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_69293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_69389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_69406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_699555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_6997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_703614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_70853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_71251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_714454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_714465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_714477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_714493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_714495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_714503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_71608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_72332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_72341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_72402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_746128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_74613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_74632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_74635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_74645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_74652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_74656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_748693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_74900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_75079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_75704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_75939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_75947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_76025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_76398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_78064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_78534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_79772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_7994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_80365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_80369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_80379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_81056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_82096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_82207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_82312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_83154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_83819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_83951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_84009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_85223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_85293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_85363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_85571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_85823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_85856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_85864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_86864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_87088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_88149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_88731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_89151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_89462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_8990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_90037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_90363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_90371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_91198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_91201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_91214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_912614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_92921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_93268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_93760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_93815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_93934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_94007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_94286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_94326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_94328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_94988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_95486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_96455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_96479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_96933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_97234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_97319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_97441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_980415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_98504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_99105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_99300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_99568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/NCBITaxon_9999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000011 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/OBI_0000017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000075 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "diagnosis textual entity"@en ; + ; + "diagnosis is an assessment of a disease or injury, its likely prognosis and treatment."@en ; + "Jennifer Fostel"@en ; + rdfs:label "diagnosis textual entity"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000093 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "patient role" ; + """ + a hospitalized person; a person with controlled diabetes; the patient's role http://www.fertilityjourney.com/testingAndDiagnosis/theRightDoctor/thePatientsRole/index.asp?C=55245395146924652778 + """@en ; + ; + """ + a role which inheres in a person and is realized by the process of being under the care of a physician or health care provider + """@en ; + "GROUP:Role Branch"@en ; + "patient" ; + "OBI, CDISC"@en ; + ; + rdfs:label "patient role"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000207 + rdf:type owl:Class ; + rdfs:subClassOf ; + "health care provider role" ; + ; + "a worker role of providing medical care either within or outside the study timeline"@en ; + "Person:Jennifer Fostel"@en ; + "health care provider" ; + rdfs:label "health care provider role"@en . + + +### http://purl.obolibrary.org/obo/OBI_0000231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000272 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/OBI_0000288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000341 + rdf:type owl:Class ; + rdfs:subClassOf [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### http://purl.obolibrary.org/obo/OBI_0000345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000661 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] . + + +### http://purl.obolibrary.org/obo/OBI_0000664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000690 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] . + + +### http://purl.obolibrary.org/obo/OBI_0000692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000835 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + ; + "A person or organization that has a manufacturer role" ; + rdfs:label "manufacturer" . + + +### http://purl.obolibrary.org/obo/OBI_0000840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000854 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] . + + +### http://purl.obolibrary.org/obo/OBI_0000892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000916 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] . + + +### http://purl.obolibrary.org/obo/OBI_0000919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0000990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0001554 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "rate measurement datum"@en . + + +### http://purl.obolibrary.org/obo/OBI_0001573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0100026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0200186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0302912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400147 + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] . + + +### http://purl.obolibrary.org/obo/OBI_0400148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0400171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0500000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600031 + rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] . + + +### http://purl.obolibrary.org/obo/OBI_0600032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0600064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0666666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_0666667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_1110023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_1110055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OBI_1110082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OGMS_0000073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/OGMS_0000096 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A social process that has at least one human participant and that includes as parts the treatment, diagnosis, or prevention of disease or injury--or the following of instructions of another human for treatment, diagnosis, or prevention--of a participant in the process"@en ; + "Albert Goldfain" ; + "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6" ; + "creation date: 2011-02-21T09:57:44Z" ; + rdfs:label "health care process"@en . + + +### http://purl.obolibrary.org/obo/OGMS_0000097 + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + "A temporally-connected health care process that has as participants an organization or person realizing the health care provider role and a person realizing the patient role. The health care provider role and patient are realized during the health care encounter"@en ; + "Albert Goldfain" ; + "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6" ; + "creation date: 2011-02-21T09:57:44Z" ; + rdfs:label "health care encounter"@en . + + +### http://purl.obolibrary.org/obo/PATO_0000001 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000297 + rdf:type owl:Class ; + rdfs:subClassOf , + . + + +### http://purl.obolibrary.org/obo/PATO_0000299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000303 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000304 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000374 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000375 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000380 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000381 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000386 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000387 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000470 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000498 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000499 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000569 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000570 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000573 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000574 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000582 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000583 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000586 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000587 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000591 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000592 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000595 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000596 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000599 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000600 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000706 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000708 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000760 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000761 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000911 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000912 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0000915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0000999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001162 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001163 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001192 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001194 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001305 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001306 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001307 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001308 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001311 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001312 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001333 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001472 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001475 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001476 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001483 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001531 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001549 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001550 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001551 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001552 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001553 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001554 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001559 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001562 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001563 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001572 + rdf:type owl:Class ; + rdfs:subClassOf ; + "A shape quality inhering in a bearer by virtue of the bearer's being forked or partially split into two parts." ; + ; + rdfs:label "bifid"@en . + + +### http://purl.obolibrary.org/obo/PATO_0001573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001575 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001576 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001577 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001578 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001580 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001581 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001583 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001584 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001587 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001588 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001592 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001593 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001596 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001603 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001604 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001612 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001613 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001618 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001619 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001621 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001622 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001624 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001625 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001650 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001651 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001656 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001657 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001663 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001664 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001669 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001670 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001671 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001672 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001675 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001676 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001683 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001684 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001688 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001689 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001693 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001694 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001695 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001696 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001697 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001698 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001712 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001713 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001714 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001715 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001723 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001724 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001725 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001726 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001742 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001743 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001764 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001765 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001776 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001777 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001778 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001779 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001782 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001783 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001788 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001790 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001795 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001796 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001801 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001807 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001808 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001816 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001817 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001825 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001826 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001830 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001831 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001832 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001833 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001834 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001835 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001838 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001839 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001843 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001844 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001859 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001860 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001892 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001893 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001898 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001899 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001926 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001927 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001957 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001958 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001997 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0001998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0001999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002001 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002002 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002028 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002029 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002042 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002043 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002051 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002052 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002055 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002056 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002057 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002058 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002071 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002072 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002074 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002075 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002144 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002145 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002147 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002148 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002162 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002221 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002222 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002245 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002246 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002250 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002251 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002282 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002283 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002287 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002288 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002297 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002298 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002299 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002302 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002303 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002304 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002305 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002327 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002328 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002333 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002334 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002361 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002362 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002382 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002383 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/PATO_0002384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/PATO_0002386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0000159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0000199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0000207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0000248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0000667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0000694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0001013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0001019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0001059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0001218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_0001483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/SO_1000173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000103 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/UBERON_0000104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000105 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.obolibrary.org/obo/UBERON_0000106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0000999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0001999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0002999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0003999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0004999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005103 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005382 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005407 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005705 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0005998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006068 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006080 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006086 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006353 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006448 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006451 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006452 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006458 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006466 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006469 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006485 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006487 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006489 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006492 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006493 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006525 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006542 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006761 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0006984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007037 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007105 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007109 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007180 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007352 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007381 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007486 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007490 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007491 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007530 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007656 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007691 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007729 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007730 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007762 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007763 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007764 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0007997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008261 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008324 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008331 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008340 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008429 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008430 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008431 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008432 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008433 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008434 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008435 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008436 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008438 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008439 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008440 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008441 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008442 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008443 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008444 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008445 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008446 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008447 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008449 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008450 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008453 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008454 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008455 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008456 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008457 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008459 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008460 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008461 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008462 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008463 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008488 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008529 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008781 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008787 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008788 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008789 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008790 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008791 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008811 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008812 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008813 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008815 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008816 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008829 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008832 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008833 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008837 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008838 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008839 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008872 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008923 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008997 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008998 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0008999 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009035 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009044 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009058 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009067 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009072 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009073 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009089 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009097 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009098 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009099 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009100 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009101 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009102 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009114 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009116 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009468 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009470 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009471 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009473 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009474 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009475 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009476 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009477 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009478 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009479 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009480 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009481 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009482 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009483 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009484 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009494 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009497 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009500 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009502 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009503 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009504 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009539 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009552 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009553 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009554 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009555 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009556 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009563 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009600 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009616 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009617 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009632 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009633 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009654 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009689 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009715 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009716 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009717 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009731 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009734 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009735 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009736 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009771 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009780 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009834 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009835 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009836 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009840 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009841 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009888 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009916 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009920 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009991 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009992 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0009995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010026 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010027 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010028 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010029 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010030 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010031 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010032 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010033 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010034 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010036 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010038 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010039 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010040 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010041 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010042 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010045 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010046 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010047 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010051 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010052 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010053 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010054 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010055 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010056 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010057 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010059 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010061 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010062 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010063 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010064 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010065 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010066 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010069 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010070 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010071 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010074 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010075 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010076 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010077 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010081 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010082 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010083 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010084 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010115 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010125 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010126 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010127 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010128 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010129 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010174 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010181 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010182 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010211 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010212 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010223 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010224 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010225 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010226 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010227 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010228 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010229 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010230 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010231 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010232 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010235 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010239 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010240 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010243 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010254 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010257 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010258 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010259 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010260 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010262 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010266 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010269 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010284 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010285 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010286 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010290 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010291 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010292 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010293 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010294 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010295 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010296 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010297 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010323 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010328 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010329 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010330 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010333 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010334 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010335 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010336 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010337 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010338 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010339 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010341 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010351 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010354 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010355 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010356 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010361 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010365 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010367 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010372 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010373 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010378 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010393 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010394 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010395 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010396 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010397 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010398 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010399 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010400 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010401 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010402 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010403 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010404 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010405 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010406 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010408 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010409 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010410 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010411 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010412 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010413 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010414 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010416 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010417 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010418 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010419 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010420 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010421 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010422 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010423 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010424 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010425 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010426 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010427 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010428 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010437 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010467 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010496 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010498 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010499 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010501 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010505 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010506 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010507 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010513 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010514 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010515 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010516 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010517 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010518 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010519 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010520 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010521 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010522 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010523 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010524 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010526 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010527 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010536 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010537 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010538 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010540 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010541 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010543 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010544 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010545 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010546 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010547 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010548 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010549 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010550 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010551 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010557 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010558 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010559 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010560 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010561 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010562 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010567 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010568 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010569 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010570 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010571 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010572 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010573 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010578 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010586 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010680 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010681 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010682 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010690 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010699 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010700 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010701 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010702 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010703 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010704 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010706 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010707 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010708 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010709 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010710 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010711 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010712 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010713 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010714 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010718 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010719 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010720 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010721 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010722 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010723 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010724 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010725 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010726 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010727 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010728 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010732 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010733 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010739 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010740 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010743 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010744 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010746 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010747 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010748 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010749 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010750 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010751 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010752 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010753 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010758 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010759 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010760 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010842 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010843 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010848 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010849 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010851 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010852 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010853 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010855 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010880 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010881 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010882 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010883 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010884 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010885 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010886 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010887 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010889 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010890 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010891 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010902 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010911 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010912 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010913 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010928 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010934 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010935 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010943 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010985 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010986 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010987 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010988 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010989 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010990 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010993 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010994 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010995 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0010996 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011025 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011043 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011048 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011049 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011050 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011060 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011078 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011079 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011085 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011087 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011088 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011090 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011091 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011092 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011093 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011094 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011095 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011096 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011104 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011106 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011107 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011108 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011110 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011111 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011112 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011113 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011117 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011118 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011119 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011120 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011121 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011122 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011123 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011124 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011130 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011131 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011132 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011133 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011134 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011135 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011136 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011137 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011138 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011139 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011140 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011141 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011142 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011143 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011144 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011145 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011146 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011147 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011148 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011149 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011150 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011151 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011152 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011153 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011154 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011155 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011156 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011157 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011158 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011159 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011160 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011161 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011162 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011163 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011164 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011165 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011166 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011167 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011168 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011169 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011170 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011171 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011172 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011173 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011175 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011176 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011177 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011178 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011179 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011183 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011184 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011185 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011186 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011187 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011188 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011189 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011190 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011191 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011192 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011193 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011194 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011195 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011196 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011197 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011198 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011199 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011200 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011201 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011202 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011203 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011204 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011205 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011206 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011207 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011208 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011209 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011210 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011213 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011214 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011215 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011216 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011217 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011218 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011219 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011220 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011221 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011222 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011233 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011234 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011236 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011237 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011238 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011241 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011242 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011244 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011245 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011246 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011247 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011248 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011249 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011250 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011251 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011252 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011253 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011255 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011256 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011263 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011264 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011265 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011267 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011268 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011270 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011271 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011272 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011273 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011274 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011275 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011276 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011277 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011278 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011279 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011280 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011281 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011282 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011283 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011287 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011288 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011289 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011298 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011299 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011300 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011301 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011302 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011303 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011304 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011305 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011306 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011307 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011308 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011309 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011310 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011311 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011312 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011313 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011314 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011315 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011316 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011317 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011318 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011319 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011320 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011321 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011322 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011325 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011326 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011327 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011332 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011342 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011343 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011344 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011345 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011346 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011347 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011348 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011349 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011350 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011357 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011358 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011359 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011360 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011362 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011363 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011364 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011366 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011368 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011369 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011370 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011371 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011374 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011375 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011376 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011377 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011379 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011380 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011383 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011384 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011385 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011386 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011387 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011388 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011389 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011390 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011391 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011392 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011415 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011464 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011465 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011472 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011495 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011508 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011509 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011510 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011511 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011512 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011528 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011531 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011532 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011533 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011534 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011535 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011564 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011565 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011566 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011574 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011575 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011576 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011577 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011579 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011580 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011581 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011582 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011583 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011584 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011585 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011587 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011588 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011589 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011590 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011591 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011592 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011593 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011594 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011595 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011596 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011597 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011598 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011599 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011601 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011602 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011603 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011604 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011605 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011606 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011607 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011608 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011609 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011610 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011611 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011612 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011613 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011614 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011615 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011618 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011619 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011620 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011621 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011622 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011623 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011624 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011625 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011626 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011627 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011628 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011629 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011630 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011631 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011634 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011635 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011636 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011637 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011638 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011639 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011640 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011641 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011642 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011643 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011644 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011645 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011646 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011647 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011648 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011649 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011650 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011651 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011652 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011653 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011655 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011657 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011658 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011659 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011660 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011661 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011662 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011663 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011664 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011665 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011666 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011667 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011668 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011669 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011670 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011671 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011672 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011673 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011674 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011675 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011676 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011677 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011678 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011679 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011683 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011684 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011685 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011686 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011687 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011688 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011692 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011693 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011694 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011695 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011696 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011697 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011698 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011737 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011738 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011741 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011742 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011745 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011754 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011755 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011756 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011757 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011765 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011766 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011767 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011768 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011769 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011770 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011772 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011773 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011774 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011775 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011776 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011777 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011778 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011779 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011782 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011783 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011784 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011785 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011786 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011792 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011793 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011794 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011795 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011796 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011797 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011798 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011799 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011800 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011801 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011802 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011803 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011804 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011805 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011806 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011807 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011808 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011809 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011810 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011814 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011817 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011818 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011819 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011820 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011821 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011822 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011823 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011824 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011825 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011826 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011827 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011828 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011830 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011831 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011844 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011845 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011846 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011847 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011850 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011854 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011856 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011857 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011858 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011859 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011860 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011861 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011862 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011863 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011864 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011865 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011866 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011867 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011868 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011869 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011870 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011871 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011873 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011874 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011875 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011876 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011877 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011878 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011879 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011892 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011893 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011894 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011895 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011896 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011897 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011898 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011899 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011900 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011901 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011903 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011904 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011905 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011906 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011907 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011908 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011909 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011910 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011914 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011915 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011917 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011918 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011919 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011921 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011922 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011924 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011925 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011926 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011927 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011929 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011930 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011931 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011932 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011933 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011936 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011937 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011938 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011939 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011940 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011941 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011942 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011944 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011945 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011946 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011947 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011948 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011949 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011950 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011951 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011952 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011953 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011954 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011955 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011956 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011957 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011958 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011959 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011960 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011961 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011962 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011963 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011964 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011965 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011966 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011967 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011968 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011969 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011970 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011971 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011972 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011973 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011974 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011975 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011976 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011977 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011978 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011979 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011980 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011981 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011982 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011983 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_0011984 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000000 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000001 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000002 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000003 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000004 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000005 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000006 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000007 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000008 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000009 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000010 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000011 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000012 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000013 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000014 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000015 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000016 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000017 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000018 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000019 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000020 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000021 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000022 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000023 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UBERON_1000024 + rdf:type owl:Class . + + +### http://purl.obolibrary.org/obo/UO_0000280 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "rate unit"@en . + + +### http://purl.org/NET/c4dm/event.owl#Event + rdf:type owl:Class ; + "Only use if no specific subclasses of event:Event are appropriate." , + """This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series. + +The previous short definition was: \"An arbitrary classification of a space/time region, by a cognitive agent.\"""" ; + "Something that happens at a given place and time." ; + rdfs:label "event"@en . + + +### http://purl.org/net/OCRe/research.owl#Case_control_study + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/research.owl#Case_crossover_study + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/research.owl#Cohort_study + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/research.owl#Cross-sectional_study + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/research.owl#Interventional_study + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### http://purl.org/net/OCRe/research.owl#Observational_study + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] . + + +### http://purl.org/net/OCRe/research.owl#Parallel_group_study + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/research.owl#Qualitative_human_study + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/research.owl#Quantitative_human_study + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/study_design.owl#Crossover_study + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/study_design.owl#N-of-1_crossover_study + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/study_design.owl#OCRE100038 + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://purl.org/net/OCRe/study_design.owl#Phase_0 + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/study_design.owl#Phase_1 + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/study_design.owl#Phase_2 + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/study_design.owl#Phase_3 + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/study_design.owl#Phase_4 + rdf:type owl:Class . + + +### http://purl.org/net/OCRe/study_design.owl#Single_group_study + rdf:type owl:Class . + + +### http://purl.org/ontology/bibo/AcademicArticle + rdf:type owl:Class ; + rdfs:subClassOf ; + "A specific academic journal article" ; + "Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography" ; + rdfs:comment "A scholarly academic article, typically published in a journal."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "academic article"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Article + rdf:type owl:Class ; + rdfs:subClassOf ; + "A specific journal article" , + "Short Definition modified from the bibo ontology." ; + "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book" ; + rdfs:comment "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "article"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/AudioDocument + rdf:type owl:Class ; + rdfs:subClassOf ; + "phonograph record; tape; CD; DVD; DAT" ; + "Recorded audio in any format" ; + rdfs:comment "An audio document; aka record."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "audio document"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/AudioVisualDocument + rdf:type owl:Class ; + rdfs:subClassOf ; + "film; video; Blu-ray" ; + "Audiovisual recording in any format" ; + rdfs:comment "An audio-visual document; film, video, and so forth."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "audio-visual document"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Bill + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from the bibo ontology" ; + "Draft legislation presented for discussion to a legal body" ; + rdfs:comment "Draft legislation presented for discussion to a legal body."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "bill"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Book + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition copied from bibo ontology" ; + "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers" ; + rdfs:comment "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "book"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/BookSection + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from the bibo ontology " ; + "A section of a book" ; + rdfs:comment "A section of a book."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "book section"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Brief + rdf:type owl:Class ; + rdfs:subClassOf ; + "A document stating the facts and points of law of a client's case" ; + rdfs:comment "A written argument submitted to a court."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "brief"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Chapter + rdf:type owl:Class ; + rdfs:subClassOf ; + "A main division of a book" ; + rdfs:comment "A chapter of a book."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "chapter (bibo)"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Code + rdf:type owl:Class ; + rdfs:subClassOf ; + "Code of Federal Regulations" , + "Short Definition from OCLC Input Standards, EntW" ; + "A work consisting of texts of rules and regulations related to statutes issued by executive or administrative agencies" ; + rdfs:comment "A collection of statutes."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "code (bibo)"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/CollectedDocument + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition is the Medical Subject Heading (MeSH) definition" ; + "Work consisting of collections of previously published works" ; + rdfs:comment "A document that simultaneously contains other documents."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "collected document"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Collection + rdf:type owl:Class ; + rdfs:subClassOf ; + "Collection of information resources that have a unified identity. Archives, museums and libraries often acquire collections on specific subjects and from distinguished authors or researchers. Also includes collections of resources bundled into a license." , + "Hill Ornithology Collection; Wiley Interscience Online Books Biochemisty Collection" ; + "Collection of information resources that have a unified identity" ; + rdfs:comment "A collection of Documents or Collections"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "collection (bibo)"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Conference + rdf:type owl:Class ; + rdfs:subClassOf ; + "2010 International Congress on Autoimmunity; American Libraries Association 2009" , + "core:Seminar and bibo:Conference are very similar." ; + "A meeting for consultation or discussion." ; + rdfs:comment "A meeting for consultation or discussion."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "conference"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/CourtReporter + rdf:type owl:Class ; + rdfs:subClassOf ; + "Supreme Court Reporter" ; + "Collection of legal cases" ; + rdfs:comment "A collection of legal cases."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "court reporter"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Document + rdf:type owl:Class ; + rdfs:subClassOf ; + "document"@en ; + "A journal article, patent application, laboratory notebook, or a book"@en , + "Short Definition from the bibo ontology" ; + ; + "A collection of information content entities intended to be understood together as a whole"@en , + "A bounded physical representation of a body of information designed with the capacity (and usually intent) to communicate" ; + "PERSON: Lawrence Hunter"@en ; + ; + rdfs:comment "A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "document"@en . + + +### http://purl.org/ontology/bibo/DocumentPart + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from the bibo ontology " ; + "A distinct part of a larger document or collected document" ; + rdfs:comment "a distinct part of a larger document or collected document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "document part"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/DocumentStatus + rdf:type owl:Class ; + rdfs:subClassOf ; + "The status of a document with respect to its publication. The statuses are represented as individuals of this class. Use the \"show all individuals of this class\" button on the class control panel to see the currently defined statuses." , + "submitted; accepted; in-press; published; invited; refereed." ; + "The status of a document with respect to its publication." ; + rdfs:comment "The status of the publication of a document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "document status"@en-us ; + "stable" . + + +### http://purl.org/ontology/bibo/EditedBook + rdf:type owl:Class ; + rdfs:subClassOf ; + "Best American Science Writing 2009" ; + "An edited collection of stand-alone articles published as a book" ; + rdfs:comment "An edited book."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "edited book"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Excerpt + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from the bibo ontology" ; + "A passage selected from a larger work" ; + rdfs:comment "A passage selected from a larger work."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "excerpt"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Film + rdf:type owl:Class ; + rdfs:subClassOf ; + "Audiovisual recording in film format" ; + rdfs:comment "aka movie."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "film"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Hearing + rdf:type owl:Class ; + rdfs:subClassOf ; + "Definiton from Bibo here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit." ; + rdfs:comment "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "hearing"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Image + rdf:type owl:Class ; + rdfs:subClassOf ; + """ +""" , + "photograph; diagram" ; + "A visual representation such as a photograph or graph" ; + rdfs:comment "A document that presents visual or diagrammatic information."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "image"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Interview + rdf:type owl:Class ; + rdfs:subClassOf ; + "radio or newspaper interview" ; + "A conversation between two or more people where questions are asked by the interviewer to obtain information from the interviewee." ; + rdfs:comment "A formalized discussion between two or more people."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "interview"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Issue + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from the bibo ontology" ; + "something that is printed or published and distributed, esp. a given number of a periodical" ; + rdfs:comment "something that is printed or published and distributed, esp. a given number of a periodical"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "issue (bibo c)"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Journal + rdf:type owl:Class ; + rdfs:subClassOf ; + "Articles usually contain abstracts and bibliographies. Includes peer-reviewed, non-peer-reviewed, and open access journals. Journals are usually indexed in the major academic databases such as PubMed and Web of Science." , + "Journal of Information Science; IEEE Intelligent System; Scientometrics" ; + "Contains original scholarly research or review articles by experts in the field" ; + rdfs:comment "A periodical of scholarly journal Articles."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "journal"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/LegalCaseDocument + rdf:type owl:Class ; + rdfs:subClassOf ; + "Official court papers for a case" ; + rdfs:comment "A document accompanying a legal case."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "legal case document"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/LegalDecision + rdf:type owl:Class ; + rdfs:subClassOf ; + "The written determination of a case, motion or claim by a court or tribunal" ; + rdfs:comment "A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "decision"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/LegalDocument + rdf:type owl:Class ; + rdfs:subClassOf ; + "a document that states some contractual relationship or grants some right" ; + rdfs:comment "A legal document; for example, a court decision, a brief, and so forth."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "legal document"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Legislation + rdf:type owl:Class ; + rdfs:subClassOf ; + "From OCLC Input Standards, EntW" ; + "Enactments of legislative bodies, published in either statute or code form" ; + rdfs:comment "A legal document proposing or enacting a law or a group of laws."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "legislation"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Letter + rdf:type owl:Class ; + rdfs:subClassOf ; + "A written or printed communication addressed to a person or organization and usually transmitted by mail" ; + "A written or printed communication addressed to a person or organization and usually transmitted by mail" ; + rdfs:label "letter"@en . + + +### http://purl.org/ontology/bibo/Magazine + rdf:type owl:Class ; + rdfs:subClassOf ; + "Abstracts and bibliographies are usually not included in magazines. " , + "New Yorker" ; + "Contains articles of current events or general interest, geared to the reading public as being informative or recreational" ; + rdfs:comment "A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "magazine"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Manual + rdf:type owl:Class ; + rdfs:subClassOf ; + "SDB User Manual" ; + "A book of instructions or guide to a specific topic" ; + rdfs:comment "A small reference book, especially one giving instructions."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "manual"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Manuscript + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition is the Medical Subject Heading (MeSH) definition" ; + "Works prepared by hand including handwritten or typescript drafts of pre-publication papers or works not otherwise reproduced in multiple copies" ; + rdfs:comment "An unpublished Document, which may also be submitted to a publisher for publication."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "manuscript"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Map + rdf:type owl:Class ; + rdfs:subClassOf ; + "The Short Definition is how the bibo ontology defines Map. It has been extended to include more broader concept of map which includes science maps, social network maps." ; + "A graphical depiction of geographic features, scientific discipline, scientific data analytical results" ; + rdfs:comment "A graphical depiction of geographic features."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "map"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Newspaper + rdf:type owl:Class ; + rdfs:subClassOf ; + "USA Today" ; + "Contains news articles, opinions, features, advertising, and is usually issued daily or weekly" ; + rdfs:comment "A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "newspaper"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Note + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from bibo ontology" ; + "Notes or annotations about a resource" ; + rdfs:comment "Notes or annotations about a resource."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "note (bibo c)"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Patent + rdf:type owl:Class ; + rdfs:subClassOf ; + "A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem. In order to be patentable, the invention must fulfill certain conditions. (http://www.wipo.int/patentscope/en/)" ; + "(from BIBO) A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years" ; + rdfs:comment "A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "patent"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Performance + rdf:type owl:Class ; + rdfs:subClassOf ; + "Something carried out, acted or rendered." ; + rdfs:comment "A public performance."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "performance"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Periodical + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:comment "A group of related documents issued at regular intervals."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "periodical"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/PersonalCommunicationDocument + rdf:type owl:Class ; + rdfs:subClassOf ; + "A personal communication manifested in some document." ; + "A personal communication manifested in some document." ; + rdfs:label "personal communication document"@en . + + +### http://purl.org/ontology/bibo/Proceedings + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition copied from bibo ontology" ; + "A compilation of documents published from an event, such as a conference" ; + rdfs:comment "A compilation of documents published from an event, such as a conference."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "proceedings"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Quote + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from the bibo ontology" ; + "An excerpted collection of words" ; + rdfs:comment "An excerpted collection of words."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "quote"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/ReferenceSource + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from the bibo ontology" ; + "A document that presents authoritative reference information, such as a dictionary or encylopedia" ; + rdfs:comment "A document that presents authoritative reference information, such as a dictionary or encylopedia ."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "reference source"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Report + rdf:type owl:Class ; + rdfs:subClassOf ; + "Medical Subject Heading (MeSH) definition of Technical Report: Work consisting of a formal report giving details of the investigation and results of a medical or other scientific problem. When issued by a government agency or comparable official body, its contents may be classified, unclassified, or declassified with regard to security clearance. This publication type may also cover a scientific paper or article that records the current state or current position of scientific research and development. If so labeled by the editor or publisher, this publication type may be properly used for journal articles." ; + "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc." ; + rdfs:comment "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "report"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Series + rdf:type owl:Class ; + rdfs:subClassOf ; + "Methods in Molecular Biology" ; + "A thematic collection of documents, usually books, issued at regular or irregular intervals" ; + rdfs:comment "A loose, thematic, collection of Documents, often Books."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "series"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Slide + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from the bibo ontology" ; + "A slide in a slideshow" ; + rdfs:comment "A slide in a slideshow"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "slide"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Slideshow + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from the bibo ontology" ; + "A presentation of a series of slides, usually presented in front of an audience with written text and images" ; + rdfs:comment "A presentation of a series of slides, usually presented in front of an audience with written text and images."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "slideshow"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Standard + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from OCLC Input Standards, EntW" ; + "A specification giving a precise statement of a process or a service requirement, often sanctioned by a nation or industry" ; + rdfs:comment "A document describing a standard"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "standard"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Statute + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from bibo ontology" ; + "A bill enacted into law" ; + rdfs:comment "A bill enacted into law."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "statute"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/Thesis + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition from OCLC Input Standards, EntW" ; + "Works created to satisfy the requirements for an academic certification or degree; also called dissertation" ; + rdfs:comment "A document created to summarize research findings associated with the completion of an academic degree."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "thesis"@en ; + "stable" . + + +### http://purl.org/ontology/bibo/ThesisDegree + rdf:type owl:Class ; + rdfs:subClassOf ; + "Different from general academic degree, thesis degree is achieved through one's completed thesis. Thesis is a document submitted in support of candidature for a degree or professional qualification presenting the author's research and findings(http://en.wikipedia.org/wiki/Thesis_or_dissertation)." , + "Doctor of Philosophy (Ph.D.)" ; + "The academic degree of a Thesis." ; + rdfs:comment "The academic degree of a Thesis"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Thesis Degree"@en-us ; + "stable" . + + +### http://purl.org/ontology/bibo/Webpage + rdf:type owl:Class ; + rdfs:subClassOf ; + "One section of a website that appears at a unique address within the parent site's address or URL on the World Wide Web " ; + rdfs:comment "A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "webpage"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Website + rdf:type owl:Class ; + rdfs:subClassOf ; + "Facebook; VIVOweb.org; Flickr" ; + "A group of webpages available within a specific parent address or URL on the World Wide Web" ; + rdfs:comment "A group of Webpages accessible on the Web."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "website"@en ; + "unstable" . + + +### http://purl.org/ontology/bibo/Workshop + rdf:type owl:Class ; + rdfs:subClassOf ; + "Bibo Definition: A seminar, discussion group, or the like, that emphasizes exchange of ideas and the demonstration and application of techniques, skills, etc." ; + rdfs:comment "A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "workshop"@en ; + "stable" . + + +### http://purl.org/spar/c4o/BibliographicInformationSource + rdf:type owl:Class ; + rdfs:subClassOf ; + "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus." ; + rdfs:label "bibliographic information source"@en . + + +### http://purl.org/spar/c4o/GlobalCitationCount + rdf:type owl:Class ; + rdfs:subClassOf ; + "The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date." ; + rdfs:label "global citation count"@en . + + +### http://purl.org/spar/fabio/ClinicalGuideline + rdf:type owl:Class ; + rdfs:subClassOf ; + "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work." ; + "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work." ; + rdfs:label "clinical guideline"@en . + + +### http://purl.org/spar/fabio/Comment + rdf:type owl:Class ; + rdfs:subClassOf ; + """A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by a special syntactic symbol that ensures they are ignored during execution of the program. + +has super-classes""" ; + "A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by" ; + rdfs:label "comment"@en . + + +### http://purl.org/spar/fabio/Erratum + rdf:type owl:Class ; + rdfs:subClassOf ; + "A formal correction to an error introduced by the publisher into a previously published document." ; + "A formal correction to an error introduced by the publisher into a previously published document." ; + rdfs:label "erratum"@en . + + +### http://vivoweb.org/ontology/core#AcademicDegree + rdf:type owl:Class ; + rdfs:subClassOf ; + "B.A. Bachelor of Arts" , + "This list may have multiple abbreviations for some degrees." ; + "An academic degree at any level, both as reported by individuals for employment and as offered by academic degree programs." ; + rdfs:label "academic degree"@en-us . + + +### http://vivoweb.org/ontology/core#AcademicDepartment + rdf:type owl:Class ; + rdfs:subClassOf ; + "Endodontics (department within a College of Dentistry); English (department within a College of Liberal Arts)" ; + "A distinct, usually specialized educational unit within an educational organization." ; + ; + rdfs:label "academic department"@en . + + +### http://vivoweb.org/ontology/core#AcademicTerm + rdf:type owl:Class ; + rdfs:subClassOf ; + "An explicit individual academic term, quarter, or semester rather than the generic fall, spring or summer semester." ; + rdfs:label "academic term"@en . + + +### http://vivoweb.org/ontology/core#AcademicYear + rdf:type owl:Class ; + rdfs:subClassOf ; + "An explicit individual period considered by an academic institution to be its primary academic cycle." ; + rdfs:label "academic year"@en . + + +### http://vivoweb.org/ontology/core#AdministratorRole + rdf:type owl:Class ; + rdfs:label "administrator role"@en . + + +### http://vivoweb.org/ontology/core#AdvisingProcess + rdf:type owl:Class ; + rdfs:label "advising process"@en . + + +### http://vivoweb.org/ontology/core#AdvisingRelationship + rdf:type owl:Class ; + rdfs:subClassOf ; + "A dual relationship of one person being advised or mentored by another person, typically including start and end dates" ; + rdfs:label "advising relationship"@en . + + +### http://vivoweb.org/ontology/core#Association + rdf:type owl:Class ; + rdfs:subClassOf ; + "Special Libraries Association; Association for Computing Machinery(ACM); American Medical Informatics Association(AMIA)" ; + "A formal organization of people or groups of people around a subject or practice." , + "A group of persons or organizations organized for a common purpose." ; + ; + rdfs:label "association"@en . + + +### http://vivoweb.org/ontology/core#AttendeeRole + rdf:type owl:Class ; + "A role of attending an Event or EventSeries" ; + rdfs:label "attendee role"@en . + + +### http://vivoweb.org/ontology/core#AttendingProcess + rdf:type owl:Class ; + rdfs:label "attending process"@en . + + +### http://vivoweb.org/ontology/core#Authorship + rdf:type owl:Class ; + rdfs:subClassOf ; + """Authorship of journal articles, books and other original works is a means by which academics communicate the results of their scholarly work, establish priority for their discoveries, and build their reputation among their peers. +This class allows for linking an author to a publication while indicating information about that author's authorship.""" , + "Currently any abstract name is given to members of this class. This could change in the future." ; + "Contains the authors name, their rank in the publication, and whether or not they are a corresponding author on the publication." ; + rdfs:comment "" ; + rdfs:label "authorship"@en . + + +### http://vivoweb.org/ontology/core#Award + rdf:type owl:Class ; + rdfs:subClassOf ; + "An Award or Honor" , + "Wiley Prize in Biomedical Sciences" ; + "An Award or Honor" ; + rdfs:label "award or honor"@en-us . + + +### http://vivoweb.org/ontology/core#AwardReceipt + rdf:type owl:Class ; + rdfs:subClassOf ; + "The award bestowed may be represented with the Award class." ; + "The bestowal of an award, honor, or distinction to a person or person's at a particular time. " ; + rdfs:label "award or honor receipt"@en . + + +### http://vivoweb.org/ontology/core#AwardedDegree + rdf:type owl:Class ; + rdfs:subClassOf ; + "The awarding of a degree by an agent to another agent. It is mostly for academic degrees." ; + rdfs:label "awarded degree"@en . + + +### http://vivoweb.org/ontology/core#Blog + rdf:type owl:Class ; + rdfs:subClassOf ; + "Blog is short for weblog. " , + "Library of Congress Blog" ; + "Regularly updated online journal or newsletter by one or more writers, called bloggers, containing articles and commentary of interest to the blogger" ; + rdfs:label "blog"@en . + + +### http://vivoweb.org/ontology/core#BlogPosting + rdf:type owl:Class ; + rdfs:subClassOf ; + "A specific blog posting" ; + "An online article or commentary appearing on a blog" ; + rdfs:label "blog posting"@en . + + +### http://vivoweb.org/ontology/core#Building + rdf:type owl:Class ; + rdfs:subClassOf ; + "Enter building name. If the building's name is a number (as in many governmental organizations such as national laboratories and military bases), then enter it. Do not confuse with the number that appears in a postal address." , + "Martha Van Rensselaer Hall (VR); Caldwell Hall (CD); University Auditorium" ; + "Building that provides a particular service or is used for a particular activity." ; + rdfs:label "building"@en . + + +### http://vivoweb.org/ontology/core#Campus + rdf:type owl:Class ; + rdfs:subClassOf ; + "Cornell Ithaca; Cornell Geneva; Cornell New York City; Cornell Qatar" , + "Definition taken from dictionary.com (http://dictionary.reference.com/browse/campus)." ; + "The grounds of a school, college, university, or hospital. Or, a large, usually suburban, landscaped business or industrial site." ; + rdfs:label "campus"@en . + + +### http://vivoweb.org/ontology/core#CaseStudy + rdf:type owl:Class ; + rdfs:subClassOf ; + "A form of qualitative descriptive research that is used to study individuals, a small group of participants, or a group as a whole. Medical usage (from MeSH): clinical presentations that may be followed by evaluative studies that eventually lead to a diagnosis. " ; + "A qualitative descriptive research study of individuals or a group" ; + rdfs:label "case study"@en . + + +### http://vivoweb.org/ontology/core#Catalog + rdf:type owl:Class ; + rdfs:subClassOf ; + "NLM Catalog" , + "Short Definition is the Medical Subject Heading (MeSH) definition " ; + "A list of items in a collection; an ordered compilation of item descriptions and sufficient information to afford access to them" ; + rdfs:label "catalog"@en . + + +### http://vivoweb.org/ontology/core#Center + rdf:type owl:Class ; + rdfs:subClassOf ; + "Alchohol Education Center; Center for Arts and Public Policy; Hearing Research Center" , + "Short Definition take from http://www.thefreedictionary.com/center." ; + "A place where a particular activity or service is concentrated." , + "An organization where a specified activity is concentrated." ; + ; + rdfs:label "center"@en . + + +### http://vivoweb.org/ontology/core#Certificate + rdf:type owl:Class ; + rdfs:subClassOf ; + "A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment." ; + "A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment." ; + rdfs:label "Certificate"@en-us . + + +### http://vivoweb.org/ontology/core#Certification + rdf:type owl:Class ; + rdfs:subClassOf ; + "see also core:Certificate" ; + "An issued certificate" ; + rdfs:label "certification"@en . + + +### http://vivoweb.org/ontology/core#ClinicalOrganization + rdf:type owl:Class ; + rdfs:subClassOf ; + "In the future we may be able to make this a defined class that would not need to be directly asserted, but the consensus seems to be that some organizations \"are\" clinical and some \"are\" research organizations and that the distinction is important enough to warrant the additional class and class assertions" ; + "Any organization that offers significant health services or routinely provides medical care to patients." , + "Any organization with a significant clinical function as a matter of course and not just through occasional clinical roles" ; + ; + rdfs:label "clinical organization"@en . + + +### http://vivoweb.org/ontology/core#ClinicalRole + rdf:type owl:Class ; + rdfs:subClassOf ; + "A role of observing or treating patients" ; + rdfs:label "clinical role"@en . + + +### http://vivoweb.org/ontology/core#CoPrincipalInvestigatorRole + rdf:type owl:Class ; + rdfs:subClassOf ; + "Role of co-principal investigator of an Agreement (for example, a grant), who devotes a specified percentage of time and is considered key personnel." ; + rdfs:label "co-principal investigator role"@en . + + +### http://vivoweb.org/ontology/core#College + rdf:type owl:Class ; + rdfs:subClassOf ; + "College of Arts & Sciences; Ivy Tech Community College" ; + "A primary academic unit within a University or a free-standing higher education organization without graduate degree programs" , + "A primary academic unit within a University or a free-standing higher education organization without graduate degree programs." ; + ; + rdfs:label "college"@en . + + +### http://vivoweb.org/ontology/core#Committee + rdf:type owl:Class ; + rdfs:subClassOf ; + "Curriculum Steering Committee; PhD Advisory Committee" , + "There could be many subclasses such as thesis committee or tenure committee, but these may typically be differentiated via the moniker unless distinct properties become important." ; + "A group of people organized for a specific purpose (e.g., a reporting or advisory role), often with a charge and for a specific duration" , + "A group of people organized for a specific purpose, whose members are often selected from a larger group to serve for designated periods of time." ; + ; + rdfs:label "committee"@en . + + +### http://vivoweb.org/ontology/core#Company + rdf:type owl:Class ; + rdfs:subClassOf ; + "from Wikipedia: \"A company is a form of business organization. It is an association or collection of individual real persons and/or other companies ... This collection, group or association of persons can be made to exist in law and then a company is itself considered a \"legal person\". The name company arose because, at least originally, it represented or was owned by more than one real or legal person.\"" ; + "A legally-recognized business organization" , + "A legally-recognized business organization." ; + ; + rdfs:label "company"@en . + + +### http://vivoweb.org/ontology/core#Competition + rdf:type owl:Class ; + rdfs:subClassOf ; + "Intel Talent Search; poetry contest" , + "Not the same as an award or distinction." ; + "An occasion on which a winner is selected from among two or more contestants." ; + rdfs:label "competition"@en . + + +### http://vivoweb.org/ontology/core#ConferencePaper + rdf:type owl:Class ; + rdfs:subClassOf ; + "A paper presented at a conference; optionally collected into a Proceedings or a special Journal issue" ; + rdfs:label "conference paper"@en . + + +### http://vivoweb.org/ontology/core#ConferencePoster + rdf:type owl:Class ; + rdfs:subClassOf ; + "The digital file (or physical equivalent), if available after the conference, vs. the act of attending/presenting: use ConferencePresentation for information about date/time/location/name of the event where the poster was presented" ; + rdfs:label "conference poster"@en . + + +### http://vivoweb.org/ontology/core#ConferenceSeries + rdf:type owl:Class ; + rdfs:subClassOf ; + "For individual, separate conferences, use conference instead. core:ConferenceSeries and core:SeminarSeries are very similar." ; + "An organized series of a meeting for consultation or discussion." ; + rdfs:label "conference series"@en . + + +### http://vivoweb.org/ontology/core#Consortium + rdf:type owl:Class ; + rdfs:subClassOf ; + "Committee on Institutional Cooperation (CIC); The Five Colleges of Ohio" ; + "A group of independent organizations working together toward a common goal, under an expressed agreement." ; + ; + rdfs:label "consortium"@en . + + +### http://vivoweb.org/ontology/core#Continent + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short Definition take from http://en.wiktionary.org/wiki/continent." , + "The seven commonly recognized continents are Africa; Antarctica; Asia; Australia; Europe; North America; South America" ; + "A large contiguous landmass that is at least partially surrounded by water, together with any islands on its continental shelf." ; + rdfs:label "continent"@en . + + +### http://vivoweb.org/ontology/core#Contract + rdf:type owl:Class ; + rdfs:subClassOf ; + "An agreement involving specific deliverables and payment" ; + rdfs:label "contract"@en . + + +### http://vivoweb.org/ontology/core#CoreLaboratory + rdf:type owl:Class ; + rdfs:subClassOf ; + "A lab providing services such as training, protocols, or access to instruments or software" ; + rdfs:label "core laboratory"@en . + + +### http://vivoweb.org/ontology/core#Country + rdf:type owl:Class ; + rdfs:subClassOf ; + "Afghanistan; Antigua and Barbuda; Cameroon; Iceland; Jamaica; Nigeria; United States of America" , + "Source of the Short Definition: http://www.thefreedictionary.com/country. This is also the same as geopolitical.owl:self_governing." ; + "An area of land distinguished by its political autonomy. Politically independent territories." ; + rdfs:label "country (vivo)"@en . + + +### http://vivoweb.org/ontology/core#County + rdf:type owl:Class ; + rdfs:subClassOf ; + "Alachua; Baker; Bradford; Kenora; Ottawa; Waterloo" , + "Short Definition modified from the one found here: http://www.thefreedictionary.com/county." ; + "The largest administrative division of most states or provinces." ; + rdfs:label "county"@en . + + +### http://vivoweb.org/ontology/core#Course + rdf:type owl:Class ; + rdfs:subClassOf ; + "A course as taught in one time period (such as a semester; although note that a course could consist of only one meeting (teaching session)) by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010" ; + "A course as taught in one time period by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010" ; + rdfs:label "course"@en . + + +### http://vivoweb.org/ontology/core#Credential + rdf:type owl:Class ; + rdfs:subClassOf ; + "An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so." ; + "An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so." ; + rdfs:label "credential"@en-us . + + +### http://vivoweb.org/ontology/core#Database + rdf:type owl:Class ; + rdfs:subClassOf ; + "PubMed" , + "Short Definition is the Medical Subject Heading (MeSH) definition" ; + "A structured file of information or a set of logically related data stored and retrieved using computer-based means" ; + rdfs:label "database (vivo)"@en . + + +### http://vivoweb.org/ontology/core#Dataset + rdf:type owl:Class ; + rdfs:subClassOf ; + "US Patent Data; US Job Data" ; + "A named collection of data, usually containing only one type of data" ; + rdfs:label "dataset"@en . + + +### http://vivoweb.org/ontology/core#DateTimeInterval + rdf:type owl:Class ; + "a specific period or duration, defined by (optional) start and end date/times." ; + rdfs:label "date/time interval"@en . + + +### http://vivoweb.org/ontology/core#DateTimeValue + rdf:type owl:Class ; + "A date and/or time" ; + rdfs:label "date/time value instance"@en . + + +### http://vivoweb.org/ontology/core#DateTimeValuePrecision + rdf:type owl:Class ; + rdfs:subClassOf ; + "Indicates the precision of the value of a DateTimeValue instance." ; + rdfs:label "date/time value precision"@en-us . + + +### http://vivoweb.org/ontology/core#Department + rdf:type owl:Class ; + rdfs:subClassOf ; + "Definition modified from the definition here: http://dictionary.reference.com/browse/department. It is difficult to tell the difference between and department and a division." , + "Legal (department within a company); Use for any non-academic department" ; + "A unit within a larger organization that addresses a specific subject or area of activity." ; + ; + rdfs:label "department"@en . + + +### http://vivoweb.org/ontology/core#Division + rdf:type owl:Class ; + rdfs:subClassOf , + ; + "Cardiovascular Medicine (division within medicine)" , + "Definition modified from http://www.thefreedictionary.com/division. It is difficult to tell the difference between a division and a department." ; + "A major unit or section within a larger organization." ; + ; + rdfs:label "division"@en . + + +### http://vivoweb.org/ontology/core#EditorRole + rdf:type owl:Class ; + "An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series" ; + "An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series" ; + rdfs:label "editor role"@en . + + +### http://vivoweb.org/ontology/core#EditorialArticle + rdf:type owl:Class ; + rdfs:subClassOf ; + "An article of opinion, typically published in a newspaper. For academics, most commonly Op Ed pieces" ; + rdfs:label "editorial article"@en . + + +### http://vivoweb.org/ontology/core#Editorship + rdf:type owl:Class ; + rdfs:subClassOf ; + "A relationship that represents the recognition of an agent as an editor." ; + rdfs:label "editorship"@en . + + +### http://vivoweb.org/ontology/core#EducationalProcess + rdf:type owl:Class ; + rdfs:label "educational process"@en . + + +### http://vivoweb.org/ontology/core#Equipment + rdf:type owl:Class ; + "A network server is one example. Medical schools and research laboratories can list professional equipment, such as microscopes." , + "server; Bruker Vector-33 FT-IR" ; + "A physical object provided for specific purpose, task or occupation. " ; + rdfs:label "equipment"@en . + + +### http://vivoweb.org/ontology/core#EventSeries + rdf:type owl:Class ; + "A generic class which may include a conference series, a course section, a seminar series, or a workshop series. When possible, use one of these more specific classes." , + "Only use if no specific subclasses of core:EventSeries desribe the activity." ; + "Two or more events that occur at different times and are connected to each other." ; + rdfs:label "event series"@en . + + +### http://vivoweb.org/ontology/core#Exhibit + rdf:type owl:Class ; + rdfs:subClassOf ; + "The showing of an object or a collection of objects, in an organized manner." ; + rdfs:label "exhibit"@en . + + +### http://vivoweb.org/ontology/core#ExtensionUnit + rdf:type owl:Class ; + rdfs:subClassOf ; + "Alachua County Extension Office" ; + "A unit devoted primarily to extension activities, whether for outreach or research" , + "A unit devoted primarily to extension activities, whether for outreach or research." ; + ; + rdfs:label "extension unit"@en . + + +### http://vivoweb.org/ontology/core#F1000Link + rdf:type owl:Class ; + rdfs:subClassOf ; + "F1000, is a place where faculty go to critique papers published in PubMed. Any given record in F1000 might have anywhere from one to dozens of reviews." ; + rdfs:label "f1000 link"@en . + + +### http://vivoweb.org/ontology/core#Facility + rdf:type owl:Class ; + "Distinct from the organization that runs it; e.g., a laboratory may be an organization but may be run by another organization and only consist of facilities housing equipment or services. Can be a building or place that provides a particular service or is used for a particular activity. Use the specific Building or Room whenever possible. Short definition from http://dictionary.reference.com/browse/facility." , + "Use subclasses of core:Facility subclasses instead of this class if possible" ; + "Something designed, built, installed, etc., to serve a specific function or activity affording a convenience or service." ; + rdfs:label "facility"@en . + + +### http://vivoweb.org/ontology/core#FacultyAdministrativePosition + rdf:type owl:Class ; + rdfs:subClassOf ; + "Associate Dean" , + "That is a position held by an academic faculty member who works for administration." ; + "An academic administrative position (associate dean, etc.) as distinct from a professional administrative position (non-academic)" ; + rdfs:label "faculty administrative position"@en . + + +### http://vivoweb.org/ontology/core#FacultyMentoringRelationship + rdf:type owl:Class ; + rdfs:subClassOf ; + "An advisory relationship in which one faculty member mentors another faculty member." ; + rdfs:label "faculty mentoring relationship"@en . + + +### http://vivoweb.org/ontology/core#FacultyPosition + rdf:type owl:Class ; + rdfs:subClassOf ; + "Professor, associate professor and assistant professor are common positions for academic faculty." , + "Professor; Associate Professor; Assistant Professor" ; + "Academic position in a university or institution" ; + rdfs:label "faculty position"@en . + + +### http://vivoweb.org/ontology/core#Foundation + rdf:type owl:Class ; + rdfs:subClassOf ; + "Definition take from: http://dictionary.reference.com/browse/foundation." , + "The Ford Foundation" ; + "An institution founded with an endowment to support educational, research, artistic or other charitable activities." ; + ; + rdfs:label "foundation"@en . + + +### http://vivoweb.org/ontology/core#FundingOrganization + rdf:type owl:Class ; + rdfs:subClassOf ; + "National Institute of Health (NIH)" ; + "A defined class of organizations that fund Grants" , + "An organization that provides financial support to individuals or organizations to carry out specified activities." ; + ; + rdfs:label "funding organization"@en . + + +### http://vivoweb.org/ontology/core#GeographicLocation + rdf:type owl:Class ; + rdfs:subClassOf ; + "Removed the word \"stable\" because disputed territories from geopolitical.owl are included. This could imply that the geographic coordinates could change. I've also copied this definition to core:Geographic Location. I think core:Geographic Location and core:Geographic Region are both the same and only one is needed. There is also geopolitical.owl:geographical_region which further causes confusion." , + "Use subclasses of core:Geographic Location subclasses instead of this class if possible." ; + "A location having coordinates in geographic space." ; + rdfs:label "geographic location"@en . + + +### http://vivoweb.org/ontology/core#GeographicRegion + rdf:type owl:Class ; + rdfs:subClassOf ; + "Removed the word \"stable\" because disputed territories from geopolitical.owl are included. This could imply that the geographic coordinates could change. This definition was originally in core:Geographic Location. I simply copied the definition from there. I think core:Geographic Location and core:Geographic Region are both the same and only one is needed. There is also geopolitical.owl:geographical_region which further causes confusion." , + "Use subclasses of core:Geographic Region subclasses instead of this class if possible." ; + "A location having coordinates in geographic space." ; + rdfs:label "geographic region"@en . + + +### http://vivoweb.org/ontology/core#GeopoliticalEntity + rdf:type owl:Class ; + rdfs:subClassOf ; + "Short definition obtained here: http://en.wiktionary.org/wiki/geopolitical_entity." , + "Use subclasses of core:GeopoliticalEntity subclasses instead of this class if possible." ; + "A geographical area which is associated with some sort of political structure." ; + rdfs:label "geopolitical entity"@en . + + +### http://vivoweb.org/ontology/core#GovernmentAgency + rdf:type owl:Class ; + rdfs:subClassOf ; + "Definition take from: http://en.wikipedia.org/wiki/Government_agency." , + "United States Library of Congress" ; + "A unit of government responsible for oversight and regulation of certain activities or the administration and provision of specific services." ; + ; + rdfs:label "government agency"@en . + + +### http://vivoweb.org/ontology/core#GraduateAdvisingRelationship + rdf:type owl:Class ; + rdfs:subClassOf ; + "An advisory relationship in which a professor advises a graduate student." ; + rdfs:label "graduate advising relationship"@en . + + +### http://vivoweb.org/ontology/core#GraduateStudent + rdf:type owl:Class ; + rdfs:subClassOf ; + "A person who has already received a bachelor's degree and is working toward a Master's or Doctoral degree." ; + rdfs:label "graduate student"@en . + + +### http://vivoweb.org/ontology/core#Grant + rdf:type owl:Class ; + rdfs:subClassOf ; + "An intramural or extramural award to support scholarly work, such as UF09179 (VIVO)" , + "Short definition is from the Glossary of NIH Terms." ; + "Financial assistance mechanism providing money, property, or both to an eligible entity to carry out an approved project or activity" ; + rdfs:label "grant"@en . + + +### http://vivoweb.org/ontology/core#Hospital + rdf:type owl:Class ; + rdfs:subClassOf ; + "Definition take from: http://dictionary.reference.com/browse/hospital." , + "Shands at the University of Florida" ; + "An institution that provides medical, surgical, psychiatric or nursing care." ; + ; + rdfs:label "hospital"@en . + + +### http://vivoweb.org/ontology/core#Institute + rdf:type owl:Class ; + rdfs:subClassOf ; + "Institute for Fundamental Theory" ; + "An Institute normally has a research focus but may also fulfill instructional or outreach roles" , + "An organization founded to pursue or promote certain research, educational or public policy interests or activities." ; + ; + rdfs:label "institute"@en . + + +### http://vivoweb.org/ontology/core#Internship + rdf:type owl:Class ; + rdfs:subClassOf ; + "Typically a student or a recent graduate undergoing supervised practical training." ; + rdfs:label "internship"@en . + + +### http://vivoweb.org/ontology/core#InvestigatorRole + rdf:type owl:Class ; + rdfs:subClassOf ; + "A role in an Agreement (for example, a grant) as a named investigator or key personnel." ; + rdfs:label "investigator role"@en . + + +### http://vivoweb.org/ontology/core#InvitedTalk + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "invited talk"@en . + + +### http://vivoweb.org/ontology/core#IssuedCredential + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "issued credential"@en . + + +### http://vivoweb.org/ontology/core#Laboratory + rdf:type owl:Class ; + rdfs:subClassOf ; + "An organization unit that facilitates or conduits observation, testing, experimentation, or research in a field of study or practice." , + "An organizational unit (as opposed to the physical facility) that performs research, provides services, or processes materials" ; + ; + rdfs:label "laboratory"@en . + + +### http://vivoweb.org/ontology/core#LeaderRole + rdf:type owl:Class ; + "A broad-ranging leader concept, from leading a small temporary committee to head of a large international organization." ; + "A leadership role" ; + rdfs:label "leader role"@en . + + +### http://vivoweb.org/ontology/core#LibrarianPosition + rdf:type owl:Class ; + rdfs:subClassOf ; + "It is the common position in libraries." , + "Librarian; Library Systems Analyst; Music Bibliographer" ; + "A position held by library and information science professionals, or academic or technical experts, in support of providing information services or materials" ; + rdfs:label "librarian position"@en . + + +### http://vivoweb.org/ontology/core#Library + rdf:type owl:Class ; + rdfs:subClassOf ; + "Marston Science Library" , + "Used information from this definition: http://dictionary.reference.com/browse/library." ; + "An organization maintaining one or more collections of physical and/or electronic information resources for access or lending." ; + ; + rdfs:label "library"@en . + + +### http://vivoweb.org/ontology/core#License + rdf:type owl:Class ; + rdfs:subClassOf ; + "Licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill. See also core:Licensure." ; + "Official or legal permission to do something" ; + rdfs:label "License"@en-us . + + +### http://vivoweb.org/ontology/core#Licensure + rdf:type owl:Class ; + rdfs:subClassOf ; + "A granted license, which gives a 'permission to practice.' Such licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill. See also core:License." ; + "A granted license, which gives a 'permission to practice.'" ; + rdfs:label "licensure"@en . + + +### http://vivoweb.org/ontology/core#Location + rdf:type owl:Class ; + "It's anticipated that the subclasses will be used when classifying items. And, all locations can be viewable via this class." , + "Use subclasses of core:Location when classsifying items." ; + "Top level of all location classes." ; + rdfs:label "location"@en . + + +### http://vivoweb.org/ontology/core#MedicalResidency + rdf:type owl:Class ; + rdfs:subClassOf ; + "Residency is a stage of graduate medical training. " ; + rdfs:label "medical residency"@en . + + +### http://vivoweb.org/ontology/core#Meeting + rdf:type owl:Class ; + rdfs:subClassOf ; + "A gathering of people for a defined purpose, not necessarily public or announced" ; + rdfs:label "meeting"@en . + + +### http://vivoweb.org/ontology/core#MemberRole + rdf:type owl:Class ; + "A role of being a member in a Process or an Organization" ; + rdfs:label "member role"@en . + + +### http://vivoweb.org/ontology/core#Museum + rdf:type owl:Class ; + rdfs:subClassOf ; + "Definition was take from here: http://dictionary.reference.com/browse/museum" , + "The Getty Museum" ; + "An organization devoted to the acquisition, conservation, study, exhibition, and educational interpretation of objects having scientific, historical, cultural or artistic value." ; + ; + rdfs:label "museum"@en . + + +### http://vivoweb.org/ontology/core#NewsRelease + rdf:type owl:Class ; + rdfs:subClassOf ; + "A short written piece focused on an event or announcement of note, having a defined publication time and of less enduring interest than a news feature." ; + rdfs:label "news release"@en . + + +### http://vivoweb.org/ontology/core#Newsletter + rdf:type owl:Class ; + rdfs:subClassOf ; + "The Ornithological Newsletter" ; + "Usually issued periodically, prepared by or for a group or institution to present information to a specific audience, often also made available to the press and public" ; + rdfs:label "newsletter"@en . + + +### http://vivoweb.org/ontology/core#NonAcademicPosition + rdf:type owl:Class ; + rdfs:subClassOf ; + "Accounting & Research Services Assistant; Director of Information Technology" , + "Staff, support, and other non-academic positions." ; + "A position classified as professional, staff, support, or any other non-academic role" ; + rdfs:label "non-academic position"@en . + + +### http://vivoweb.org/ontology/core#NonFacultyAcademicPosition + rdf:type owl:Class ; + rdfs:subClassOf ; + "Researcher; Academic Extension Associate; Postdoctoral Associate" , + "Those positions are held by people who do academic work but do not have faculty positions in universities or institutes." ; + "A position involving academic work but without faculty status" ; + rdfs:label "non-faculty academic position"@en . + + +### http://vivoweb.org/ontology/core#OrganizerRole + rdf:type owl:Class ; + "A role of organizing" ; + rdfs:label "organizer role"@en . + + +### http://vivoweb.org/ontology/core#OutreachProviderRole + rdf:type owl:Class ; + "Communicating Astronomy to the Public" , + "The example is one outreach role required by US space agency NASA, which is related with one project in NASA. Name of the outreach role should be put here." ; + "An outreach or community service role directed outside a person's primary profession and institution" ; + rdfs:label "outreach provider role"@en . + + +### http://vivoweb.org/ontology/core#PeerReviewerRole + rdf:type owl:Class ; + rdfs:subClassOf ; + """is a generic term for a process of self-regulation by a profession or a process of evaluation involving qualified individuals within the relevant field. Peer review methods are employed to maintain standards, improve performance and provide credibility. In academia the term is often used to denote a prepublication review of academic papers; reviewing an academic paper is often called refereeing. +Contents +[hide]""" ; + "A role of peer reviewing" ; + rdfs:label "peer reviewer role"@en . + + +### http://vivoweb.org/ontology/core#PopulatedPlace + rdf:type owl:Class ; + rdfs:subClassOf ; + "Either city or town - a thickly populated area having fixed boundaries and certain local powers of government." ; + rdfs:label "populated place"@en . + + +### http://vivoweb.org/ontology/core#Position + rdf:type owl:Class ; + rdfs:subClassOf ; + "An employment activity, whether compensated or not. Short definition comes from http://en.wikipedia.org/wiki/Position, and has been modified." , + "Director of Admissions and Placement; Associate University Librarian" ; + "Particular position in an organization, commonly identified by job title, and normally associated with a job description that details the tasks and responsibilities that go with the position." ; + rdfs:label "position (vivo)"@en . + + +### http://vivoweb.org/ontology/core#PostdocOrFellowAdvisingRelationship + rdf:type owl:Class ; + rdfs:subClassOf ; + "An advisory relationship in which the advisee is a Postdoc or Fellow." ; + rdfs:label "postdoc or fellow advising relationship"@en . + + +### http://vivoweb.org/ontology/core#PostdocPosition + rdf:type owl:Class ; + rdfs:subClassOf ; + "A postdoctoral training appointment (job)" ; + rdfs:label "postdoctoral position"@en . + + +### http://vivoweb.org/ontology/core#PostdoctoralTraining + rdf:type owl:Class ; + rdfs:subClassOf ; + "Postdoctoral research is academic or scholarly research conducted by a person who has completed his or her doctoral studies, normally within the following five years. It is intended to further deepen expertise in a specialist subject." ; + rdfs:label "postdoctoral training"@en . + + +### http://vivoweb.org/ontology/core#Presentation + rdf:type owl:Class ; + rdfs:subClassOf ; + "Encompasses talk, speech, lecture, slide lecture, conference presentation" ; + rdfs:label "presentation"@en . + + +### http://vivoweb.org/ontology/core#PresenterRole + rdf:type owl:Class ; + "Are we assuming that a PresenterRole is in a Presentation? Or could you have a PresenterRole in, say, a committee?" ; + "A role of presenting information" ; + rdfs:label "presenter role"@en . + + +### http://vivoweb.org/ontology/core#PresentingProcess + rdf:type owl:Class ; + rdfs:label "presenting process"@en . + + +### http://vivoweb.org/ontology/core#PrimaryPosition + rdf:type owl:Class ; + rdfs:subClassOf ; + "A position designated as primary by the organization or group where it is held. This designation may be applied to zero or more of an agent's positions and may be asserted in conjunction with other subclasses of position." ; + "A position designated as primary by the organization where it is held." ; + rdfs:label "primary position"@en . + + +### http://vivoweb.org/ontology/core#PrincipalInvestigatorRole + rdf:type owl:Class ; + rdfs:subClassOf ; + "Role of a person to direct a project or activity being supported by an Agreement (for example, a grant), and who is accountable to the grantee for the proper conduct of the project or activity. Also known as Program Director or Project Director." ; + rdfs:label "principal investigator role"@en . + + +### http://vivoweb.org/ontology/core#PrivateCompany + rdf:type owl:Class ; + rdfs:subClassOf ; + "Definition obtained here: http://answers.ask.com/Business/Finance/what_is_a_private_company. Examples of private companies found here: http://www.forbes.com/2008/11/03/largest-private-companies-biz-privates08-cx_sr_1103private_land.html" , + "Publix Super Markets; Ernst & Young; PricewaterhouseCoopers" ; + "A private company is one that is privately-owned, and thus, is not publicly-traded in the stock market. Members of the general public cannot purchase stock in a private company unless that company chooses to go public and become a public company." ; + ; + rdfs:label "private company"@en . + + +### http://vivoweb.org/ontology/core#Program + rdf:type owl:Class ; + rdfs:subClassOf ; + "A Cornell graduate field (http://vivo.cornell.edu/index.jsp?home=65535&collection=820)" ; + "An ongoing academic initiative not formalized with department or division status." ; + ; + rdfs:label "program"@en . + + +### http://vivoweb.org/ontology/core#Project + rdf:type owl:Class ; + """An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim. +""" ; + "An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim." ; + rdfs:label "project"@en . + + +### http://vivoweb.org/ontology/core#Publisher + rdf:type owl:Class ; + rdfs:subClassOf ; + "Definition found here: http://dictionary.reference.com/browse/publisher" , + "Elsevier; Harper & Row; Indiana University Press" ; + "A person or company whose business is the publishing of books, periodicals, engravings, computer software, etc." ; + ; + rdfs:label "publisher (vivo)"@en . + + +### http://vivoweb.org/ontology/core#Relationship + rdf:type owl:Class ; + "functions as an n-ary predicate" ; + "a reified relationship" ; + rdfs:label "relationship"@en . + + +### http://vivoweb.org/ontology/core#ResearchOrganization + rdf:type owl:Class ; + rdfs:subClassOf ; + "Any organization (likely also asserted as another class of Organization) with a primary, ongoing research function, not just through occasional roles" ; + ; + rdfs:label "research organization"@en . + + +### http://vivoweb.org/ontology/core#ResearchProposal + rdf:type owl:Class ; + rdfs:subClassOf ; + "A proposal for a research grant that has been submitted but not approved; does not represent an existing activity" ; + rdfs:label "research proposal"@en . + + +### http://vivoweb.org/ontology/core#ResearcherRole + rdf:type owl:Class ; + rdfs:subClassOf ; + "Examples of research can be seen at: http://www.ufl.edu/research/products/index.html. Note these may have been funded, but the research doesn't have to be funded. Also, the research may be linked to an Agreement (for example, a Grant), but does not need to be." ; + "A role of conducting funded or unfunded research, sometimes linked to an Agreement." ; + rdfs:label "researcher role"@en . + + +### http://vivoweb.org/ontology/core#Review + rdf:type owl:Class ; + rdfs:subClassOf ; + "An article reviewing one or more other information resources (a book, one or more other articles, movies, etc)" ; + rdfs:label "review"@en . + + +### http://vivoweb.org/ontology/core#ReviewerRole + rdf:type owl:Class ; + "A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper." ; + "A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper." ; + rdfs:label "reviewer role"@en . + + +### http://vivoweb.org/ontology/core#Room + rdf:type owl:Class ; + rdfs:subClassOf ; + "100 Caldwell Hall; 114 Martha Van Rensselaer (Rushmore Conference Room)" , + "Enter room number of name." ; + "Room that provides a particular service or is used for a particular activity." ; + rdfs:label "room"@en . + + +### http://vivoweb.org/ontology/core#School + rdf:type owl:Class ; + rdfs:subClassOf ; + "Definition take from here: http://dictionary.reference.com/browse/school." , + "School of Architecture; School of Music" ; + "An institution for instruction in a particular skill or field." ; + ; + rdfs:label "school"@en . + + +### http://vivoweb.org/ontology/core#Score + rdf:type owl:Class ; + rdfs:subClassOf ; + "Written musical composition for voice or instruments or both" ; + rdfs:label "score"@en . + + +### http://vivoweb.org/ontology/core#Screenplay + rdf:type owl:Class ; + rdfs:subClassOf ; + "Written script for a film production, including dialogue and descriptions of gestures, actions, shooting directions" ; + rdfs:label "screenplay"@en . + + +### http://vivoweb.org/ontology/core#SeminarSeries + rdf:type owl:Class ; + rdfs:subClassOf ; + "Applied Microeconomics Seminars; Future of Rural New York Seminar Series" , + "For individual seminars, use seminar instead. core:ConferenceSeries and core:SeminarSeries are very similar." ; + "An organized series of a meeting for an exchange of ideas, typically put on by a department or center." ; + rdfs:label "seminar series"@en . + + +### http://vivoweb.org/ontology/core#ServiceProvidingLaboratory + rdf:type owl:Class ; + rdfs:subClassOf ; + "Ideally a defined class -- a Laboratory the provides some Service via the property" ; + "A laboratory that provides services" ; + ; + rdfs:label "service providing lab"@en . + + +### http://vivoweb.org/ontology/core#Speech + rdf:type owl:Class ; + rdfs:subClassOf ; + "Text of a speech written in preparation for delivery of the speech." ; + rdfs:label "speech"@en . + + +### http://vivoweb.org/ontology/core#StateOrProvince + rdf:type owl:Class ; + rdfs:subClassOf ; + "Minnesota; Michigan; Indiana; New York; Quebec; Manitoba; Ontario" , + "Source of the Short Definition: http://www.thefreedictionary.com/state." ; + "One of a number of areas or communities having their own governments and forming a federation under a sovereign government, as in the US." ; + rdfs:label "state or province"@en . + + +### http://vivoweb.org/ontology/core#Student + rdf:type owl:Class ; + rdfs:subClassOf ; + "Use only if no specific subclasses of core:Student describe the person." ; + "A person who is enrolled in an educational institution." ; + rdfs:label "student"@en . + + +### http://vivoweb.org/ontology/core#StudentOrganization + rdf:type owl:Class ; + rdfs:subClassOf ; + "Dancin' Gators" , + "Definition take from here: http://en.wikipedia.org/wiki/Student_society" ; + "A student organization is an organization, operated by students at a university, whose membership normally consists only of students." ; + ; + rdfs:label "student organization"@en . + + +### http://vivoweb.org/ontology/core#SubnationalRegion + rdf:type owl:Class ; + rdfs:subClassOf ; + "Boroughs; townships; districts; the Midwest" , + "Short definition was partially taken from http://en.wikipedia.org/wiki/Subnational_entity." ; + "Smaller administrative division into which a country may be divided." ; + rdfs:comment "For example, the Midwest, northeast U.S." ; + rdfs:label "subnational region"@en . + + +### http://vivoweb.org/ontology/core#TeacherRole + rdf:type owl:Class ; + "A role of serving as an educator" ; + rdfs:label "teacher role"@en . + + +### http://vivoweb.org/ontology/core#Team + rdf:type owl:Class ; + rdfs:subClassOf ; + "VIVO Outreach Team; VIVO Ontology Team" ; + "A group of people working together." , + "An informal organization brought together for the purposes of a project or event" ; + ; + rdfs:label "team"@en . + + +### http://vivoweb.org/ontology/core#Translation + rdf:type owl:Class ; + rdfs:subClassOf ; + "The result of rendering a work from one language to another" ; + rdfs:label "translation"@en . + + +### http://vivoweb.org/ontology/core#TransnationalRegion + rdf:type owl:Class ; + rdfs:subClassOf ; + "None as yet." , + "Not sure how to access the \"Editor's Comments\". But as North America is a continent, it would be placed directly into the continent subclass and viewable through this class along with any other subclass entities." ; + "Any region that goes beyond national boundaries and does not fit into any subclass of core:TransnationalRegion." ; + rdfs:comment "sub-Saharan Africa, North America" ; + rdfs:label "transnational region"@en . + + +### http://vivoweb.org/ontology/core#URLLink + rdf:type owl:Class ; + rdfs:subClassOf ; + "The full URL." , + "http://info.slis.indiana.edu/~katy/" ; + "Uniform Resource Locator (URL) specifies where an identified resource is available and the mechanism for retrieving it." ; + rdfs:label "urllink"@en . + + +### http://vivoweb.org/ontology/core#UndergraduateAdvisingRelationship + rdf:type owl:Class ; + rdfs:subClassOf ; + "An advisory relationship in which a professor advises an undergraduate student." ; + rdfs:label "undergraduate advising relationship"@en . + + +### http://vivoweb.org/ontology/core#UndergraduateStudent + rdf:type owl:Class ; + rdfs:subClassOf ; + "A person registered in an undergraduate program leading to a bachelor's degree or an undergraduate diploma or certificate." ; + rdfs:label "undergraduate student"@en . + + +### http://vivoweb.org/ontology/core#University + rdf:type owl:Class ; + rdfs:subClassOf ; + "Definition taken from: http://en.wikipedia.org/wiki/University" , + "University of Florida; Washington University in St. Louis" ; + "An institution of higher education and research, which grants academic degrees in a variety of subjects, and provides both undergraduate education and postgraduate education." ; + ; + rdfs:label "university"@en . + + +### http://vivoweb.org/ontology/core#Video + rdf:type owl:Class ; + rdfs:subClassOf ; + "Audiovisual recording in video format" ; + rdfs:label "video (vivo)"@en . + + +### http://vivoweb.org/ontology/core#WorkingPaper + rdf:type owl:Class ; + rdfs:subClassOf ; + "A document created as a basis for discussion or a very early draft of a formal paper" ; + rdfs:label "working paper"@en . + + +### http://vivoweb.org/ontology/core#WorkshopSeries + rdf:type owl:Class ; + rdfs:subClassOf ; + "Use workshop for individual events." ; + "An organized series of workshop events, whether repetitions of the same workshop or multiple different workshops." ; + rdfs:label "workshop series"@en . + + +### http://vivoweb.org/ontology/scientific-research#Phase0ClinicalTrial + rdf:type owl:Class ; + rdfs:subClassOf ; + "Phase 0 is a recent designation for exploratory, first-in-human trials conducted in accordance with the United States Food and Drug Administration's (FDA) 2006 Guidance on Exploratory Investigational New Drug (IND) Studies. Phase 0 trials are also known as human microdosing studies and are designed to speed up the development of promising drugs or imaging agents by establishing very early on whether the drug or agent behaves in human subjects as was expected from preclinical studies." ; + "Phase 0 Clinical Trial" ; + rdfs:label "phase 0 clinical trial"@en . + + +### http://vivoweb.org/ontology/scientific-research#Phase1ClinicalTrial + rdf:type owl:Class ; + rdfs:subClassOf ; + "In Phase I trials, researchers test an experimental drug or treatment in a small group of people (20-80) for the first time to evaluate its safety, determine a safe dosage range, and identify side effects" ; + "Phase 1 Clinical Trial" ; + rdfs:label "phase 1 clinical trial"@en . + + +### http://vivoweb.org/ontology/scientific-research#Phase2ClinicalTrial + rdf:type owl:Class ; + rdfs:subClassOf ; + "In Phase 2 trials, an experimental study drug or treatment is given to a larger group of people (100-300) to see if it is effective and to further evaluate its safety." ; + "Phase 2 Clinical Trial" ; + rdfs:label "phase 2 clinical trial"@en . + + +### http://vivoweb.org/ontology/scientific-research#Phase3ClinicalTrial + rdf:type owl:Class ; + rdfs:subClassOf ; + """In Phase 3 trials, an experimental study drug or treatment is given to large groups of people (1,000-3,000) to confirm its effectiveness, monitor side effects, compare it to commonly used treatments, and collect information that will allow the experimental drug or treatment to be used safely. +""" ; + "Phase 3 Clinical Trial" ; + rdfs:label "phase 3 clinical trial"@en . + + +### http://vivoweb.org/ontology/scientific-research#Phase4ClinicalTrial + rdf:type owl:Class ; + rdfs:subClassOf ; + "In Phase 4 trials, post marketing studies delineate additional information including the drug's or treatment's risks, benefits, and optimal use." ; + "Phase 4 Clinical Trial" ; + rdfs:label "phase 4 clinical trial"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000003 + rdf:type owl:Class ; + ; + rdfs:label "2-sample pooled t-test"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000006 + rdf:type owl:Class ; + "The ACME algorithm is quite straightforward. Using a user-dened quantile of the data,called the threshold, any probes in the data that are above that threshold are considered positive probes. A p-value is then assigned to each probe." ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000010 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000011 + rdf:type owl:Class ; + ; + rdfs:label "all/aml data set"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000012 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000013 + rdf:type owl:Class ; + "The ANCOVA global test is a test for the association between expression values and clinical entities. The test is carried out by comparison of linear models via the extra sum of squares principle. If the mean expression level for at least one gene diers between corresponding models the global null hypothesis, which is the intersection of all single gene null hypotheses, is violated. FDR" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000014 + rdf:type owl:Class ; + "ANNOVA" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000015 + rdf:type owl:Class ; + ; + rdfs:label "ap-ms data"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000016 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000017 + rdf:type owl:Class ; + ; + rdfs:label "arr"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000018 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000049 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000051 + rdf:type owl:Class ; + ; + rdfs:label "bed file"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000052 + rdf:type owl:Class ; + "BGL implements Depth First Search, Breadth First Search,Dijkstra's, Bellman Ford's and DAG,Johnson's and Floyd Warshall's.Kruskal's algorithm and Prim's algorithm Cuthill-McKee's algorithm Minimum degree Ordering" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000055 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000056 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000057 + rdf:type owl:Class ; + ; + rdfs:label "bpmap"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000062 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000064 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000081 + rdf:type owl:Class ; + "The circular binary segmentation (CBS) algorithm divides the genome into regions of equal copy number . The algorithm tests for change-points using a maximal t-statistic with a permutation reference distribution to obtain the corresponding p-value. The number of computations required for the maximal test statistic is O(N^2),where N is the number of markers. This makes the full permutation approach computationally prohibitive for the newer arrays that contain tens of thousands markers and highlights the need for a faster algorithm." ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000082 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000083 + rdf:type owl:Class ; + ; + rdfs:label "cdf"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000084 + rdf:type owl:Class ; + ; + rdfs:label "cel"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000088 + rdf:type owl:Class ; + ; + rdfs:label "chp file"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000089 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000091 + rdf:type owl:Class ; + "CMA- it implements k-fold cross validation, MCMC cross validation, bootstrap and (t.test or welch.test or wilcox.test or f.test or kruskal.test or One-step Recursive Feature Elimination or random forest variable importance measure or lasso or elastic net or componentwise boosting)" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000094 + rdf:type owl:Class ; + "This algorithm offers improved confidence scores, quality scores for SNP’s and batches, higher accuracy on different datasets and better performance." ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000095 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000097 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000106 + rdf:type owl:Class ; + "PCMG- a bipartite graph in which one set of nodes represents proteins, the other set represents complexes, and an edge from a protein node to a complex node represents membership of the protein in that complex." ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000108 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000110 + rdf:type owl:Class ; + ; + rdfs:label "distance calculation objective"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000112 + rdf:type owl:Class ; + "BCRANK is a method that takes a ranked list of genomic regions as input and outputs short DNA sequences that are overrepresented in some part of the list." ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000113 + rdf:type owl:Class ; + "cosmo allows the user to target the motif search by specifying a set of constraints that the unknown position weight matrix must satisfy. The algorithm is based on a probabilistic model that describes the DNA sequences of interest through a two- component multinomial mixture model with estimates of the position weight matrix entries obtained by maximizing the observed data likelihood over the smaller parameter space corresponding to the imposed constraints. It includes methods such as Probabilistic models and one-occurrence-per-sequence and zero-or-one-occurrence-per-sequence and two-component mixture" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000114 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000118 + rdf:type owl:Class ; + "non-linear functional regression model with both additive and multiplicative error terms" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000123 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000127 + rdf:type owl:Class ; + "A DFP version of a FP (fuzzy pattern) only includes those genes that can serve to differentiate it from the rest of the patterns.This algorithm is based on the discretization of float values (gene expression values) stored in an ExpressionSet object into labels combining 'Low', 'Medium' and 'High'" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000128 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000129 + rdf:type owl:Class ; + ; + rdfs:label "digital gene expression (dge) datasets"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000135 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000137 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000139 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000140 + rdf:type owl:Class ; + ; + rdfs:label "facs data"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000141 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000142 + rdf:type owl:Class ; + ; + rdfs:label "fasta"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000143 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000144 + rdf:type owl:Class ; + ; + rdfs:label "fcs"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000145 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000146 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000148 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000149 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000150 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000153 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000156 + rdf:type owl:Class ; + ; + rdfs:label "geo data type"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000157 + rdf:type owl:Class ; + ; + rdfs:label "geo matrix series file"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000162 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000165 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000169 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000172 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000173 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000174 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000212 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000215 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000216 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000217 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000218 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000219 + rdf:type owl:Class ; + "Technique which predicts a given transcription factor activity and then uses this infor- mation to predict its targets." ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000220 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000221 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000227 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000229 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000233 + rdf:type owl:Class ; + ; + rdfs:label "illumina data"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000243 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000249 + rdf:type owl:Class ; + ; + rdfs:label "kgml file"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000250 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000251 + rdf:type owl:Class ; + "KS measures how biased the ranks of a subset of items are among the ranks of the entire set" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000253 + rdf:type owl:Class ; + ; + rdfs:label "lc-ms data"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000255 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000256 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000257 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000261 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000262 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000263 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000264 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000265 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000267 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000268 + rdf:type owl:Class ; + ; + rdfs:label "mage-ml files"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000270 + rdf:type owl:Class ; + ; + rdfs:label "maqc data"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000274 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000276 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000277 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000278 + rdf:type owl:Class ; + "minimum common regions (MCR) algorithm- Minimal common regions (MCRs) are dened as contiguous spans having at least a recurrence rate dened by a parameter (recurrence) across samples." ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000281 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000282 + rdf:type owl:Class ; + ; + rdfs:label "mutual information matrix (mim)"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000284 + rdf:type owl:Class ; + "MMD describes the distributions of gene expression levels directly via the marginal distributions. It includes EM algorithm, FDR, it is the percentage of nondifferentially expressed genes among selected genes), false non-discovery rate (denoted as FNDR; it is the percentage of differentially expressed genes among unselected genes),false positive rate (denoted as FPR; it is the percentage of selected genes among nondifferentially expressed genes), and false negative rate (denoted as FNR; it is the percentage of un-selected genes among differentially expressed genes)," ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000287 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000296 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000298 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000304 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000305 + rdf:type owl:Class ; + "This includes exhaustive enumeration, triple-based inference,pairwise heuristic, module based inference, greedy hillclimbing" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000306 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000313 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000315 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000318 + rdf:type owl:Class ; + "it is where we fit a model with probe level and chip level parameters on a probeset by probeset basis" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000320 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000321 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000323 + rdf:type owl:Class ; + "Included are summarisation, differential expression detection, clustering and PCA methods, together with useful plotting and data manipulation functions" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000326 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000328 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000332 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000334 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000336 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000337 + rdf:type owl:Class ; + "for the Support Vector Machine (SVM), as presented in [3] and the Nearest Shrunken Centroid (NSC)" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000339 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000340 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000341 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000342 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000363 + rdf:type owl:Class ; + ; + rdfs:label "rnw"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000364 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000371 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000372 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000374 + rdf:type owl:Class ; + ; + rdfs:comment "Note: It is unclear from just the label what is meant by a SAM algorithm. It may or may not be related to the SAM sequence alignment software described by the class SWO_0000077 (Allyson Lister)" . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000378 + rdf:type owl:Class ; + ; + rdfs:label "sbmlr file"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000380 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000381 + rdf:type owl:Class ; + ; + rdfs:label "sdf format"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000386 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000389 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000391 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000398 + rdf:type owl:Class ; + "Classical multivariate analysis-of-variance tests perform poorly in cases with several highly correlated responses and the tests collapse when the number of responses exceeds the number of observations. This paper presents a new method which handles this problem. The dimensionality of the data is reduced by using principal component decompositions and the final tests are still based on the classical test statistics and their distributions. The methodology is illustrated with an example from the production of sausages with responses from near infrared reflectance spectroscopy. A closely related method for testing relationships in uniresponse regression with collinear explanatory variables is also presented. The new test, which is called the 50-50 F-test, uses the first k components to calculate SSMODEL. The next d components are not involved in SSERROR and they are called buffer components." ; + "Langsrud, Ø. (2002), 50-50 Multivariate Analysis of Variance for Collinear Responses, The Statistician, 51, 305-317." ; + ; + rdfs:label "50-50 manova algorithm"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000406 + rdf:type owl:Class ; + ; + rdfs:label "gene list"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000408 + rdf:type owl:Class ; + ; + rdfs:label "clustered data set"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000409 + rdf:type owl:Class ; + ; + rdfs:label "r data frame"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000415 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000423 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000425 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000426 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000437 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000441 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000444 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000445 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000449 + rdf:type owl:Class ; + ; + rdfs:label "xba.cqv and xba.regions"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000467 + rdf:type owl:Class ; + ; + rdfs:label "data annotation objective"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000469 + rdf:type owl:Class ; + ; + rdfs:label "annotation data packages"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000477 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000478 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000490 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000493 + rdf:type owl:Class ; + ; + rdfs:label "cdt"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000497 + rdf:type owl:Class ; + ; + rdfs:label "chamber slide format"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000498 + rdf:type owl:Class ; + "Categorical (e.g tumor vs normal) class file format" ; + "http://www.broadinstitute.org/cancer/software/gsea/wiki/index.php/Data_formats#CLS:_Categorical_.28e.g_tumor_vs_normal.29_class_file_format_.28.2A.cls.29" ; + ; + rdfs:label "cls"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000503 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000508 + rdf:type owl:Class ; + ; + rdfs:label "covdesc file"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000509 + rdf:type owl:Class ; + "An objective in which the aim is to create a new database instance." ; + "James Malone" ; + "PERSON: James Malone" ; + ; + rdfs:label "database creation objective"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000511 + rdf:type owl:Class ; + ; + rdfs:label "cross validation objective"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000516 + rdf:type owl:Class ; + ; + rdfs:label ".data"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000518 + rdf:type owl:Class ; + ; + rdfs:label "dcf"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000519 + rdf:type owl:Class ; + ; + rdfs:label "design file"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000524 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000531 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000548 + rdf:type owl:Class ; + "Gene Cluster Text file format " ; + "http://www.broadinstitute.org/cancer/software/gsea/wiki/index.php/Data_formats#GCT:_Gene_Cluster_Text_file_format_.28.2A.gct.29" ; + ; + rdfs:label "gct"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000552 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000553 + rdf:type owl:Class ; + ; + rdfs:label "gene expression analysis objective"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000554 + rdf:type owl:Class ; + ; + rdfs:label "gene expression dataset"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000559 + rdf:type owl:Class ; + ; + rdfs:label "gff format"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000560 + rdf:type owl:Class ; + "global test allows the unit of analysis of the microarray experiment to be shifted from the single gene level to the pathway level, where a ‘pathway’ may be any set of genes, e.g. chosen using the Gene Ontology database or from earlier experiments." ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000562 + rdf:type owl:Class ; + ; + rdfs:label "gmt format"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000566 + rdf:type owl:Class ; + ; + rdfs:label "gpr format"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000569 + rdf:type owl:Class ; + ; + rdfs:label "gtr"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000570 + rdf:type owl:Class ; + ; + rdfs:label "gxl format"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000573 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000576 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000584 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000587 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000588 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000589 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000592 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000595 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000596 + rdf:type owl:Class ; + ; + rdfs:label "lma"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000597 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000598 + rdf:type owl:Class ; + ; + rdfs:label "log file"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000600 + rdf:type owl:Class ; + ; + rdfs:label "logicfs dataset"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000602 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000614 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000615 + rdf:type owl:Class ; + ; + rdfs:label "mas5 format"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000618 + rdf:type owl:Class ; + ; + rdfs:label "m-estimation regression"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000620 + rdf:type owl:Class ; + ; + rdfs:label "meta data"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000624 + rdf:type owl:Class ; + ; + rdfs:label "microarray data"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000626 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000627 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000628 + rdf:type owl:Class ; + "multiple testing which includes controlling the family-wise error rate (FWER), generalized family-wise error rate (gFWER), tail probability of the proportion of false positives (TPPFP), and false discovery rate (FDR). Tests based on a variety of t- and F-statistics (including t-statistics based on regression parameters from linear and survival models as well as those based on correlation parameters) are included." ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000629 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000631 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000633 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000634 + rdf:type owl:Class ; + ; + rdfs:label "newick"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000640 + rdf:type owl:Class ; + ; + rdfs:label "omics data"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000644 + rdf:type owl:Class ; + ; + rdfs:label "pair file"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000655 + rdf:type owl:Class ; + ; + rdfs:label "pedigree data file"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000664 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000670 + rdf:type owl:Class ; + ; + rdfs:label "qpcr data"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000673 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000674 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000680 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000681 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000682 + rdf:type owl:Class ; + ; + rdfs:label ".raw files"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000684 + rdf:type owl:Class ; + ; + rdfs:label "rda"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000687 + rdf:type owl:Class ; + ; + rdfs:label ".rma format"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000695 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000708 + rdf:type owl:Class ; + ; + rdfs:label "sproc"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000709 + rdf:type owl:Class ; + ; + rdfs:label "sqlite"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000713 + rdf:type owl:Class ; + "Paired t-test , Paired L-statistic and Paired Lw-statistic with their FDRs" ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000715 + rdf:type owl:Class ; + ; + rdfs:label "'t-test'"@en . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000722 + rdf:type owl:Class ; + . + + +### http://www.ebi.ac.uk/efo/swo/SWO_0000724 + rdf:type owl:Class ; + "Tweaked label. From 'data visualization objective' to 'data rendering and visualization objective'. Need to decide if we should separate rendering from visualization." ; + rdfs:label "data rendering and visualization objective"@en . + + +### http://www.ebi.ac.uk/swo/SWO_0000002 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/SWO_0000008 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/SWO_0000012 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/SWO_0000091 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "ActionScript" . + + +### http://www.ebi.ac.uk/swo/SWO_0000092 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Ada" . + + +### http://www.ebi.ac.uk/swo/SWO_0000093 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "AppleScript" . + + +### http://www.ebi.ac.uk/swo/SWO_0000094 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Assembly" . + + +### http://www.ebi.ac.uk/swo/SWO_0000095 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "C" . + + +### http://www.ebi.ac.uk/swo/SWO_0000096 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "C Sharp" . + + +### http://www.ebi.ac.uk/swo/SWO_0000097 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "C++" . + + +### http://www.ebi.ac.uk/swo/SWO_0000098 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "COBOL" . + + +### http://www.ebi.ac.uk/swo/SWO_0000099 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "ColdFusion" . + + +### http://www.ebi.ac.uk/swo/SWO_0000100 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "D" . + + +### http://www.ebi.ac.uk/swo/SWO_0000101 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Delphi" . + + +### http://www.ebi.ac.uk/swo/SWO_0000102 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Dylan" . + + +### http://www.ebi.ac.uk/swo/SWO_0000103 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Eiffel" . + + +### http://www.ebi.ac.uk/swo/SWO_0000104 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Forth" . + + +### http://www.ebi.ac.uk/swo/SWO_0000105 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Fortran" . + + +### http://www.ebi.ac.uk/swo/SWO_0000106 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Groovy" . + + +### http://www.ebi.ac.uk/swo/SWO_0000107 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Haskell" . + + +### http://www.ebi.ac.uk/swo/SWO_0000108 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "JavaScript" . + + +### http://www.ebi.ac.uk/swo/SWO_0000109 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "LabVIEW" . + + +### http://www.ebi.ac.uk/swo/SWO_0000110 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Lisp" . + + +### http://www.ebi.ac.uk/swo/SWO_0000111 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Lua" . + + +### http://www.ebi.ac.uk/swo/SWO_0000112 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Maple" . + + +### http://www.ebi.ac.uk/swo/SWO_0000113 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Mathematica" . + + +### http://www.ebi.ac.uk/swo/SWO_0000114 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Pascal" . + + +### http://www.ebi.ac.uk/swo/SWO_0000115 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Perl" . + + +### http://www.ebi.ac.uk/swo/SWO_0000116 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "PHP" . + + +### http://www.ebi.ac.uk/swo/SWO_0000117 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Prolog" . + + +### http://www.ebi.ac.uk/swo/SWO_0000118 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Python" . + + +### http://www.ebi.ac.uk/swo/SWO_0000119 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "REXX" . + + +### http://www.ebi.ac.uk/swo/SWO_0000120 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Ruby" . + + +### http://www.ebi.ac.uk/swo/SWO_0000121 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "SAS" . + + +### http://www.ebi.ac.uk/swo/SWO_0000122 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Scala" . + + +### http://www.ebi.ac.uk/swo/SWO_0000123 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Scheme" . + + +### http://www.ebi.ac.uk/swo/SWO_0000124 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Shell" . + + +### http://www.ebi.ac.uk/swo/SWO_0000125 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Smalltalk" . + + +### http://www.ebi.ac.uk/swo/SWO_0000126 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "SQL" . + + +### http://www.ebi.ac.uk/swo/SWO_0000127 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Turing" . + + +### http://www.ebi.ac.uk/swo/SWO_0000128 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Verilog" . + + +### http://www.ebi.ac.uk/swo/SWO_0000129 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "VHDL" . + + +### http://www.ebi.ac.uk/swo/SWO_0000130 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + rdfs:label "Visual Basic" . + + +### http://www.ebi.ac.uk/swo/SWO_0000160 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "GWT" . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000001 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000002 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000003 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000004 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000005 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000006 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000007 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000008 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000009 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000010 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000011 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000012 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000013 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000014 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000015 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000016 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000017 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000018 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000019 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000020 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000021 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000022 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000023 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000024 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000025 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000026 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000027 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000028 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000029 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000030 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000031 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000032 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000033 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000034 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000035 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000036 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000037 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000038 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000039 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000040 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000041 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000042 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000043 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000045 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000046 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000048 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000049 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000050 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000051 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000055 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000056 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000077 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "GZipped format" ; + rdfs:label ".gz" . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000078 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Zipped format" ; + rdfs:label ".zip" . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000079 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "audio format" . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000080 + rdf:type owl:Class ; + rdfs:subClassOf ; + "Resource Interchange File Format" ; + rdfs:label "RIFF" . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000081 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "BigWig format" ; + rdfs:label ".bw" . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000082 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "Comma-separated values" ; + rdfs:label ".csv" . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000084 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "MySQL format" ; + rdfs:label ".mysql" . + + +### http://www.ebi.ac.uk/swo/data/SWO_3000085 + rdf:type owl:Class ; + rdfs:subClassOf ; + ; + "SQL format" ; + rdfs:label ".sql" . + + +### http://www.ebi.ac.uk/swo/license/SWO_1000001 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_1000002 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_1000003 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_1000004 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_1000005 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_1000006 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_1000007 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_1000008 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_1000009 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_9000074 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_9000080 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_9000082 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_9000084 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_9000085 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_9000086 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_9000087 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/license/SWO_9000088 + rdf:type owl:Class . + + +### http://www.ebi.ac.uk/swo/obective/SWO_400013 + rdf:type owl:Class . + + +### http://www.geneontology.org/formats/oboInOwl#DbXref + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://www.geneontology.org/formats/oboInOwl#Definition + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://www.geneontology.org/formats/oboInOwl#Subset + rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:oneOf ( + ) + ] ; + rdfs:subClassOf . + + +### http://www.geneontology.org/formats/oboInOwl#Synonym + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://www.geneontology.org/formats/oboInOwl#SynonymType + rdf:type owl:Class ; + rdfs:subClassOf . + + +### http://www.w3.org/2004/02/skos/core#Concept + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Address + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Agent + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#CalendarBusy + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#CalendarLink + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#CalendarRequest + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Category + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Email + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#FormattedName + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Geo + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Group + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Individual + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#InstantMessage + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Key + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Language + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Location + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Logo + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Name + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Nickname + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Note + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Organization + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#OrganizationName + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#OrganizationUnitName + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Photo + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Related + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Role + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Sound + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Telephone + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#TimeZone + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#Title + rdf:type owl:Class . + + +### http://www.w3.org/2006/vcard/ns#URL + rdf:type owl:Class . + + +### http://xmlns.com/foaf/0.1/Agent + rdf:type owl:Class ; + rdfs:subClassOf ; + "agent" ; + "see: http://xmlns.com/foaf/spec/#term_Agent" ; + "Agents are things that do stuff" , + "Things that do stuff." ; + "PERSON: Scott Hoffmann" ; + "" ; + rdfs:comment "An agent" ; + rdfs:label "agent"@en , + "agent (foaf)"@en ; + "Used to describe any \"agent\" related to bibliographic items. Such agents can be persons, organizations or groups of any kind."@en . + + +### http://xmlns.com/foaf/0.1/Group + rdf:type owl:Class ; + rdfs:subClassOf ; + "group" ; + """A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event. + +see: http://xmlns.com/foaf/spec/#term_Group""" ; + " A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). " , + "A collection of individual agents." ; + "PERSON: Scott Hoffmann" ; + rdfs:comment "A group" ; + rdfs:label "group (foaf)"@en . + + +### http://xmlns.com/foaf/0.1/Organization + rdf:type owl:Class ; + rdfs:subClassOf ; + "organization" ; + "Only use if no specific subclasses of foaf:organization desribe the organization." , + "This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available." ; + "A generic class encompassing several types of organizations." , + "A kind of Agent corresponding to social instititutions such as companies, societies etc." ; + "PERSON: Scott Hoffmann" ; + "" ; + rdfs:comment "An organization" ; + rdfs:label "organization"@en ; + "Ued to describe an organization related to bibliographic items such as a publishing company, etc."@en . + + +### http://xmlns.com/foaf/0.1/Person + rdf:type owl:Class ; + rdfs:subClassOf ; + "person" ; + "An instance of a human being (Homo sapiens)" , + "The most general classification of a person" ; + "PERSON: Melissa Haendel" ; + "" ; + rdfs:comment "A person" ; + rdfs:label "person"@en . + + +################################################################# +# Individuals +################################################################# + +### http://purl.obolibrary.org/obo/ARG_0000010 + rdf:type owl:NamedIndividual ; + rdfs:label "ctsa informatics key function committee"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000065 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of allergy and immunology"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000066 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of anesthesiology"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000067 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of colon and rectal surgery"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000068 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of dermatology"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000069 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of emergency medicine"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000070 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of family medicine"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000071 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of internal medicine"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000072 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of medical genetics"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000073 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of neurological surgery"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000074 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of nuclear medicine"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000075 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of obstetrics and gynecology"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000076 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of ophthalmology"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000077 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of orthopaedic surgery"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000078 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of otolaryngology"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000079 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of pathology"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000080 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of pediatrics"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000081 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of physical medicine and rehabilitation"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000083 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of plastic surgery"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000084 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of preventive medicine"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000085 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of psychiatry and neurology"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000086 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of radiology"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000087 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of surgery"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000088 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of thoracic surgery"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000089 + rdf:type owl:NamedIndividual , + ; + rdfs:label "american board of urology"@en . + + +### http://purl.obolibrary.org/obo/ARG_2000369 + rdf:type owl:NamedIndividual , + ; + rdfs:label "primary qualifier" . + + +### http://purl.obolibrary.org/obo/ARG_2000370 + rdf:type owl:NamedIndividual , + ; + rdfs:label "preferred qualifier" . + + +### http://purl.obolibrary.org/obo/ARG_2000371 + rdf:type owl:NamedIndividual , + ; + rdfs:label "author qualifier" . + + +### http://purl.obolibrary.org/obo/ARG_2000372 + rdf:type owl:NamedIndividual , + ; + rdfs:label "legal qualifier" . + + +### http://purl.obolibrary.org/obo/ARG_2000373 + rdf:type owl:NamedIndividual , + ; + rdfs:label "official qualifier" . + + +### http://purl.obolibrary.org/obo/ARG_2000374 + rdf:type owl:NamedIndividual , + ; + rdfs:label "personal qualifier" . + + +### http://purl.obolibrary.org/obo/ARG_2000375 + rdf:type owl:NamedIndividual , + ; + rdfs:label "work qualifier" . + + +### http://purl.obolibrary.org/obo/ARG_2000400 + rdf:type owl:NamedIndividual , + ; + rdfs:label "count per year"@en . + + +### http://purl.obolibrary.org/obo/ERO_0000317 + rdf:type owl:NamedIndividual , + ; + rdfs:label "biosafety level 1" . + + +### http://purl.obolibrary.org/obo/ERO_0000318 + rdf:type owl:NamedIndividual , + ; + rdfs:label "biosafety level 2" . + + +### http://purl.obolibrary.org/obo/ERO_0000319 + rdf:type owl:NamedIndividual , + ; + rdfs:label "biosafety level 3" . + + +### http://purl.obolibrary.org/obo/ERO_0000320 + rdf:type owl:NamedIndividual , + ; + rdfs:label "biosafety level 4" . + + +### http://purl.obolibrary.org/obo/IAO_0000002 + rdf:type owl:NamedIndividual , + ; + rdfs:label "example to be eventually removed"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000103 + rdf:type owl:NamedIndividual , + ; + "The term was used used in an attempt to structure part of the ontology but in retrospect failed to do a good job"@en ; + "Person:Alan Ruttenberg" ; + rdfs:label "failed exploratory term"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000120 + rdf:type owl:NamedIndividual , + ; + "Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete."@en ; + rdfs:label "metadata complete"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000121 + rdf:type owl:NamedIndividual , + ; + "term created to ease viewing/sort terms for development purpose, and will not be included in a release"@en ; + rdfs:label "organizational term"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000122 + rdf:type owl:NamedIndividual , + ; + "Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking \"ready_for_release\" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed \"ready_for_release\" will also derived from a chain of ancestor classes that are also \"ready_for_release.\""@en ; + rdfs:label "ready for release"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000123 + rdf:type owl:NamedIndividual , + ; + "Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors."@en ; + rdfs:label "metadata incomplete"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000124 + rdf:type owl:NamedIndividual , + ; + "Nothing done yet beyond assigning a unique class ID and proposing a preferred term."@en ; + rdfs:label "uncurated"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000125 + rdf:type owl:NamedIndividual , + ; + "All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor."@en ; + rdfs:label "pending final vetting"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000224 + rdf:type owl:NamedIndividual , + ; + "Core is an instance of a grouping of terms from an ontology or ontologies. It is used by the ontology to identify main classes."@en ; + "PERSON: Alan Ruttenberg"@en , + "PERSON: Melanie Courtot"@en ; + rdfs:label "core"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000226 + rdf:type owl:NamedIndividual , + ; + rdfs:label "placeholder removed"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000227 + rdf:type owl:NamedIndividual , + ; + "An editor note should explain what were the merged terms and the reason for the merge."@en ; + rdfs:label "terms merged"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000228 + rdf:type owl:NamedIndividual , + ; + "This is to be used when the original term has been replaced by a term imported from an other ontology. An editor note should indicate what is the URI of the new term to use."@en ; + rdfs:label "term imported"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000229 + rdf:type owl:NamedIndividual , + ; + "This is to be used when a term has been split in two or more new terms. An editor note should indicate the reason for the split and indicate the URIs of the new terms created."@en ; + rdfs:label "term split"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000410 + rdf:type owl:NamedIndividual , + ; + "Hard to give a definition for. Intuitively a \"natural kind\" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents." ; + "Alan Ruttenberg" ; + "A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf" ; + rdfs:label "universal" . + + +### http://purl.obolibrary.org/obo/IAO_0000420 + rdf:type owl:NamedIndividual , + ; + "\"definitions\", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal." ; + "A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal" , + "Alan Ruttenberg" ; + rdfs:label "defined class" . + + +### http://purl.obolibrary.org/obo/IAO_0000421 + rdf:type owl:NamedIndividual , + ; + "A named class expression is a logical expression that is given a name. The name can be used in place of the expression." ; + "named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions" ; + "Alan Ruttenberg" ; + rdfs:label "named class expression" . + + +### http://purl.obolibrary.org/obo/IAO_0000423 + rdf:type owl:NamedIndividual , + ; + "Terms with this status should eventually replaced with a term from another ontology."@en ; + "Alan Ruttenberg"@en ; + "group:OBI"@en ; + rdfs:label "to be replaced with external ontology term"@en . + + +### http://purl.obolibrary.org/obo/IAO_0000428 + rdf:type owl:NamedIndividual , + ; + "A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues."@en ; + "Alan Ruttenberg"@en ; + "group:OBI"@en ; + rdfs:label "requires discussion"@en . + + +### http://purl.org/ontology/bibo/accepted + rdf:type owl:NamedIndividual , + ; + "Accepted for publication after peer reviewing" ; + rdfs:label "accepted"@en . + + +### http://purl.org/ontology/bibo/draft + rdf:type owl:NamedIndividual , + . + + +### http://purl.org/ontology/bibo/peerReviewed + rdf:type owl:NamedIndividual , + ; + " Peer review is the process by which articles are chosen to be included in a refereed journal. An editorial board consisting of experts in the same field as the author review the article and decide if it is authoritative enough for publication." ; + rdfs:label "peer reviewed"@en . + + +### http://purl.org/ontology/bibo/published + rdf:type owl:NamedIndividual , + ; + "Published document" ; + rdfs:label "published"@en . + + +### http://purl.org/ontology/bibo/rejected + rdf:type owl:NamedIndividual , + . + + +### http://purl.org/ontology/bibo/unpublished + rdf:type owl:NamedIndividual , + . + + +### http://vivoweb.org/ontology/core#inPress + rdf:type owl:NamedIndividual , + ; + "Document to be published" ; + rdfs:label "in press"@en . + + +### http://vivoweb.org/ontology/core#invited + rdf:type owl:NamedIndividual , + . + + +### http://vivoweb.org/ontology/core#submitted + rdf:type owl:NamedIndividual , + . + + +### http://vivoweb.org/ontology/core#yearMonthDayPrecision + rdf:type owl:NamedIndividual , + ; + rdfs:label "yearmonthdayvalue"@en . + + +### http://vivoweb.org/ontology/core#yearMonthDayTimePrecision + rdf:type owl:NamedIndividual , + ; + rdfs:label "yearmonthdaytimevalue"@en . + + +### http://vivoweb.org/ontology/core#yearMonthPrecision + rdf:type owl:NamedIndividual , + ; + rdfs:label "yearmonthvalue"@en . + + +### http://vivoweb.org/ontology/core#yearPrecision + rdf:type owl:NamedIndividual , + ; + rdfs:label "yearvalue"@en . + + +################################################################# +# Annotations +################################################################# + + rdfs:label "title (dct)" . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDifferent ; + owl:distinctMembers ( + + + + + + + + ) +] . + + +[ rdf:type owl:AllDifferent ; + owl:distinctMembers ( + + + + ) +] . + + +### Generated by the OWL API (version 5.1.17) https://github.com/owlcs/owlapi/ diff --git a/semantic-ontology/obo_ARG.ttl b/semantic-ontology/obo_ARG.ttl new file mode 100644 index 0000000..e1aac7a --- /dev/null +++ b/semantic-ontology/obo_ARG.ttl @@ -0,0 +1,89825 @@ +# baseURI: http://purl.obolibrary.org/obo/arg + +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix xml: . +@prefix xsd: . + + + a owl:DatatypeProperty ; + "World Bank" ; + "http://data.albankaldawli.org/indicator/NY.GDP.MKTP.CD"@ar ; + "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD" ; + "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"@en ; + "http://donnees.banquemondiale.org/indicateur/NY.GDP.MKTP.CD"@fr ; + "ttp://datos.bancomundial.org/indicador/NY.GDP.MKTP.CD"@es ; + "2010-12-16" ; + "GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in current U.S. dollars. Dollar figures for GDP are converted from domestic currencies using single year official exchange rates. For a few countries where the official exchange rate does not reflect the rate effectively applied to actual foreign exchange transactions, an alternative conversion factor is used. Source: World Bank national accounts data, and OECD National Accounts data files. http://data.worldbank.org/indicator/NY.GDP.MKTP.CD" ; + "World Bank http://data.worldbank.org/indicator/NY.GDP.MKTP.CD" ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; + "UNDP - HDRO" ; + "http://hdrstats.undp.org/en/indicators/49806.html" ; + "http://hdrstats.undp.org/en/indicators/49806.html"@en ; + "http://hdrstats.undp.org/es/indicadores/49806.html"@es ; + "http://hdrstats.undp.org/fr/indicateurs/49806.html"@fr ; + "2010-11-04" ; + " composite index measuring average achievement in three basic dimensions of human development-a long and healthy life, knowledge and a decent standard of living. Source: Calculated based on data from UNDESA (2009d), Barro and Lee (2010), UNESCO Institute for Statistics (2010b), World Bank (2010b) and IMF(2010a) . http://hdrstats.undp.org/en/indicators/49806.html" ; + " composite index measuring average achievement in three basic dimensions of human development—a long and healthy life, knowledge and a decent standard of living. Source: Calculated based on data from UNDESA (2009d), Barro and Lee (2010), UNESCO Institute for Statistics (2010b), World Bank (2010b) and IMF(2010a) . http://hdrstats.undp.org/en/indicators/49806.html" ; + "UNDP - HDRO http://hdrstats.undp.org/en/indicators/49806.html" ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; + "FAOSTAT" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr ; + "2010-07-21" ; + "Agricultural area, this category is the sum of areas under a) arable land - land under temporary agricultural crops (multiple-cropped areas are counted only once), temporary meadows for mowing or pasture, land under market and kitchen gardens and land temporarily fallow (less than five years). The abandoned land resulting from shifting cultivation is not included in this category. Data for \"Arable land\" are not meant to indicate the amount of land that is potentially cultivable; (b) permanent crops - land cultivated with long-term crops which do not have to be replanted for several years (such as cocoa and coffee); land under trees and shrubs producing flowers, such as roses and jasmine; and nurseries (except those for forest trees, which should be classified under \"forest\"); and (c) permanent meadows and pastures - land used permanently (five years or more) to grow herbaceous forage crops, either cultivated or growing wild (wild prairie or grazing land). Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx " ; + "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:Class ; + rdfs:subClassOf owl:Thing ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; +. + + a owl:DatatypeProperty ; + "AGROVOC" ; + "http://aims.fao.org/ar/website/Search-AGROVOC/sub"@ar ; + "http://aims.fao.org/es/website/Search-AGROVOC/sub"@es ; + "http://aims.fao.org/fr/website/Search-AGROVOC/sub"@fr ; + "http://aims.fao.org/website/Search-AGROVOC/sub"@en ; + "http://aims.fao.org/zh-hans/website/Search-AGROVOC/sub"@zh ; + "AGROVOC http://aims.fao.org/website/Search-AGROVOC/sub" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "DBpedia" ; + "http://dbpedia.org/About"@en ; + "2010-04-28" ; + "DBpedia http://dbpedia.org/About" ; +. + + a owl:DatatypeProperty ; + "FAOSTAT" ; + "http://faostat.fao.org"@en ; + "http://faostat.fao.org/default.aspx?lang=es"@es ; + "http://faostat.fao.org/default.aspx?lang=fr"@fr ; + "FAOSTAT http://faostat.fao.org" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "Global Administrative Unit Layers" ; + "http://www.fao.org/geonetwork/srv/en/metadata.show?id=12691" ; + "2008-12-10" ; + "Global Administrative Unit Layers http://www.fao.org/geonetwork/srv/en/metadata.show?id=12691" ; +. + + a owl:DatatypeProperty ; + "ISO 3166-1" ; + "http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm" ; + "ISO 3166-1 http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm" ; +. + + a owl:DatatypeProperty ; + "United Nations Statistics Division" ; + "http://unstats.un.org/unsd/methods/m49/m49alpha.htm"@en ; + "http://unstats.un.org/unsd/methods/m49/m49alphaf.htm"@fr ; + "2010-04-01" ; + "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm" ; +. + + a owl:DatatypeProperty ; + "United Nations Statistics Division" ; + "http://unstats.un.org/unsd/methods/m49/m49alpha.htm"@en ; + "http://unstats.un.org/unsd/methods/m49/m49alphaf.htm"@fr ; + "2010-04-01" ; + "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm" ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; + "FAOSTAT" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr ; + "2011-07-21" ; + "Country area, area of the country including area under inland water bodies, but excluding offshore territorial waters. Possible variations in the data may be due to updating and revisions of the country data and not necessarily to any change of area. Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx " ; + "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + "United Nations statistics department http://unstats.un.org/unsd/methods/m49/m49regin.htm" ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "group (geo)" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + "United Nations cartographic maps" ; + "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" ; + "2010-05-01" ; + "United Nations cartographic maps http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:ObjectProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:ObjectProperty ; + "United Nations cartographic maps" ; + "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"@en ; + "2010-05-01" ; + "United Nations cartographic maps http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" ; +. + + a owl:ObjectProperty ; +. + + a owl:ObjectProperty ; + "United Nations Statistics Division" ; + "http://unstats.un.org/unsd/methods/m49/m49chang.htm"@en ; + "http://unstats.un.org/unsd/methods/m49/m49chgef.htm"@fr ; + "2010-04-15" ; + "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm" ; +. + + a owl:ObjectProperty ; + "United Nations Statistics Division" ; + "http://unstats.un.org/unsd/methods/m49/m49chang.htm"@en ; + "http://unstats.un.org/unsd/methods/m49/m49chgef.htm"@fr ; + "2010-04-15" ; + "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm" ; +. + + a owl:DatatypeProperty ; + "FAOSTAT" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr ; + "2011-07-21" ; + "Land area is the total area of the country excluding area under inland water bodies. Possible variations in the data may be due to updating and revisions of the country data and not necessarily to any change of area. Data are expressed in 1 000 hectares. http://faostat.fao.org/site/375/default.aspx " ; + "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:DatatypeProperty ; + "FAO terminology" ; + "http://www.fao.org/termportal/contr/ar/"@ar ; + "http://www.fao.org/termportal/contr/en/"@en ; + "http://www.fao.org/termportal/contr/es/"@es ; + "http://www.fao.org/termportal/contr/fr/"@fr ; + "http://www.fao.org/termportal/contr/zh/"@zh ; + "http://www.fao.org/termportal/en/" ; + "2010-06-24" ; + "FAO terminology http://www.fao.org/termportal/en/" ; +. + + a owl:Class ; + "UN Cartographic Section, Department of Field Support http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; +. + + a owl:Class ; + rdfs:label "organization (geo)" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "FAOSTAT" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=en#ancor" ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=en#ancor"@en ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=es#ancor"@es ; + "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=fr#ancor"@fr ; + "2009-09-21" ; + "The total population usually refers to the present-in-area (de facto) population which includes all persons physically present within the present geographical boundaries of countries at the mid-point of the reference period. http://faostat.fao.org/site/375/default.aspx" ; + "FAOSTAT http://faostat.fao.org/site/550/default.aspx" ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:DatatypeProperty ; +. + + a owl:Class ; + "United Nations Map Library http://www.un.org/depts/dhl/maplib/countinfo.htm" ; + rdfs:label "self governing"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; + owl:equivalentClass ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty ; + ] ; +. + + a owl:DatatypeProperty ; + rdfs:comment "The value of the datatype property *validSince* associated to a particular area (territory or group) indicates the area's first year of validity. The geopolitical ontology traces back historic changes only until 1985, therefore, if an area has a validSince = 1985, this indicates that the area is/was valid since 1985 or before. " ; +. + + a owl:DatatypeProperty ; + rdfs:comment """The value of the datatype property *validUntil* associated to a particular area (territory or group) indicates the area's last year of validity. In case the area is currently valid, this value is set by default to 9999. + """ ; +. + + a owl:Class ; +. + + a owl:AnnotationProperty ; +. + + a owl:Class ; + ; + rdfs:label "pdbml"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Format of Taverna workflows." ; + ; + rdfs:label "taverna workflow format"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Nexus format" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + ".fq" ; + "FASTQ" ; + rdfs:label ".fastq" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "html, or HyperText Markup Language in full, is a data format specification is a markup language for web pages and is the publishing language of the World Wide Web." ; + "http://www.w3.org/TR/html401/" ; + ; + rdfs:label "html"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Sequence Alignment/Map format" ; + rdfs:label ".sam" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Wiggle format" ; + rdfs:label ".wig" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "MAF" ; + "Multiple Alignment Format" ; + rdfs:label ".maf" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A technique that involves outsourcing tasks to a distributed group of people. blah." ; + "http://en.wikipedia.org/wiki/Crowdsourcing" ; + rdfs:label "crowdsourcing"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + """Analysis of interactions between people where people are the nodes in a network and the relationships between the individuals, such as co-authorship, organizational position, etc., are the links between the people. +""" ; + "http://en.wikipedia.org/wiki/Social_network_analysis" ; + rdfs:label "social network analysis"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Document that serves as a model for others to copy, either in structure or partial content." ; + "PERSON: Melissa Haendel" ; + rdfs:label "template"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The action of working with someone to produce or create something together." ; + "http://en.wikipedia.org/wiki/Collaborate" ; + rdfs:label "collaboration"@en ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "The document can be used as a template for the creation of other documents. " ; + rdfs:domain ; + rdfs:label "is_template"@en ; + rdfs:range xsd:boolean ; +. + + a owl:Class ; + "A document that investigates opinions or collects data by questioning a group of people." ; + rdfs:label "survey"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A document that denotes the duties,responsibilities and expected contributions and outcomes, the required qualifications of candidates, and the reporting relationship and coworkers of a particular job. " ; + "http://humanresources.about.com/od/jobdescriptions/g/job_description.htm" ; + rdfs:label "job description"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A document that provides information about work accomplished during a yearly time period." ; + rdfs:label "progress report"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A document that denotes the necessary instructions to train an individual to do the duties required for a specific task." ; + rdfs:label "training document"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A planned process carried out by a person or organization with the objective of training an individual or individual(s) in a specific task or function." ; + rdfs:label "training opportunity"@en ; +. + + a owl:Class ; + "An information resource that is designed to convey information to a targeted group of individuals. " ; + rdfs:label "communication material"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A material, document or other asset that can be drawn on by a person or organization in order to function effectively." ; + rdfs:label "resource"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A key function committee of the Center for Translational Research Consortium. " ; + rdfs:label "ctsa key function committee"@en ; + rdfs:subClassOf ; +. + + a owl:NamedIndividual ; + rdfs:label "ctsa informatics key function committee"@en ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "relevant_for"@en ; + rdfs:range ; +. + + a owl:Class ; + """A document that provides information about the verification and validation +of the specified functionality and, if applicable, development cycle of a product.""" ; + "http://committees.comsoc.org/cqr/FAE_Docs/C6_Prod_Assess/ps7prodassess.html" ; + rdfs:label "product assessment"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A technique that involves the principles, and tools used in planning, control, monitoring, and review of projects." ; + "http://www.businessdictionary.com/definition/project-management.html" ; + rdfs:label "project management"@en ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "A free text field for recording topics which relate to the resource. " ; + rdfs:domain ; + rdfs:label "user_defined_tag"@en ; +. + + a owl:Class ; + rdfs:comment "Check with OGMS" ; + rdfs:label "order"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:AnnotationProperty ; + rdfs:label "has_code" ; +. + + a owl:Class ; + rdfs:label "patient"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + rdfs:label "prescription"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "icd-9 billing code"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "health care provider"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "patient_id"@en ; + rdfs:range xsd:string ; + rdfs:subPropertyOf ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "health care provider id"@en ; + rdfs:range xsd:string ; + rdfs:subPropertyOf ; +. + + a owl:Class ; + "a health care provider role of providing a direct medical care during an health care encounter. By direct we mean hands-on performance of helath care tasks or procedures." ; + rdfs:label "health care provider performing role"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "a health care provider role of supervising the provisioning of medical care durign an health care encounter." ; + rdfs:label "health care provider supervising role"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "procedure"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "cpt billing code"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A technique that has consistently shown results superior to those achieved with other means, and that is used as a benchmark." ; + "http://en.wikipedia.org/wiki/Best_practice" ; + rdfs:label "best practices"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "http://en.wikipedia.org/wiki/Glossary" ; + rdfs:comment "A document that contains an alphabetical list of terms in a particular domain of knowledge with the definitions for those terms." ; + rdfs:label "glossary"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A document that contains statements by which to determine a course of action. A guideline aims to streamline particular processes according to a set routine or sound practice, and by definition is never mandatory." ; + "http://en.wikipedia.org/wiki/Guidelines" ; + rdfs:label "guidelines"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A planned process performed by a person or an application to administer and manage the grant process." ; + "http://en.wikipedia.org/wiki/Grant_management_software" ; + rdfs:label "grant management"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "topic weight measurement"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "expertise measurement"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "topic weight measurement process"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "expertise measurement process"@en ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + rdfs:label "measurement_label"@en ; +. + + a owl:Class ; + rdfs:label "experience"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "specialty"@en ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + rdfs:label "has_contact_info"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "contact_info_for"@en ; + owl:inverseOf ; +. + + a owl:Class ; + """An information entity that is about the entities being described or referred to in the Sharecenter contributed content. To be used as OWL classes for tagging. Each tag is an instance of one of the subclasses. + +The idea is that an instance of a class in this hierarchy represents a portion of content in sharecenter and this instance, by being an instance of this hierarych, will have an \"about\" relation to some other ISF class. This means that the \"portion of content\" in sharecenter \"is about\" some other entity and this other entity should be in the ISF whenever possible. +""" ; + rdfs:label "sharecenter content type"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom owl:Thing ; + ] ; +. + + a owl:Class ; + rdfs:label "content about collaboration"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about document"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about case study"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about communication material"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about glossary"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about guidline"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about job description"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about academic article"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about slideshow"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about product assessment"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about progress report"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about protocol"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about survey"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about template"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about training document"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about video"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about webpage"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about interview"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about technique"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about best practice"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about bioinformatics analysis"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about crowdsourcing"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about grant management"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about project management"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about social network analysis"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about software"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + rdfs:label "content about training opportunity"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of allergy and immunology"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of anesthesiology"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of colon and rectal surgery"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of dermatology"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of emergency medicine"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of family medicine"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of internal medicine"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of medical genetics"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of neurological surgery"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of nuclear medicine"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of obstetrics and gynecology"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of ophthalmology"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of orthopaedic surgery"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of otolaryngology"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of pathology"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of pediatrics"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of physical medicine and rehabilitation"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of plastic surgery"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of preventive medicine"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of psychiatry and neurology"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of radiology"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of surgery"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of thoracic surgery"@en ; +. + + a owl:NamedIndividual ; + a ; + rdfs:label "american board of urology"@en ; +. + + a owl:Class ; + rdfs:label "board subspecialty"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207K00000X" ; + rdfs:label "allergy and immunology (allergy and immunology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207L00000X" ; + rdfs:label "anesthesiology (anesthesiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208C00000X" ; + rdfs:label "colon and rectal surgery (colon and rectal surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207N00000X" ; + rdfs:label "dermatology (dermatology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207P00000X" ; + rdfs:label "emergency medicine (emergency medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207Q00000X" ; + rdfs:label "family medicine (family medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207R00000X" ; + rdfs:label "internal medicine (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207SC0300X" ; + rdfs:label "clinical cytogenetics (medical genetics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207SG0201X" ; + rdfs:label "clinical genetics (md) (medical genetics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207SG0203X" ; + rdfs:label "clinical molecular genetics (medical genetics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207T00000X" ; + rdfs:label "neurological surgery (neurological surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207U00000X" ; + rdfs:label "nuclear medicine (nuclear medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207V00000X" ; + rdfs:label "obstetrics and gynecology (obstetrics and gynecology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207W00000X" ; + rdfs:label "ophthalmology (ophthalmology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207X00000X" ; + rdfs:label "orthopaedic surgery (orthopaedic surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207Y00000X" ; + rdfs:label "otolaryngology (otolaryngology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZP0102X" ; + rdfs:label "pathology-anatomic/pathology-clinical (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZP0101X" ; + rdfs:label "pathology - anatomic (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZC0006X" ; + rdfs:label "pathology - clinical (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208000000X" ; + rdfs:label "pediatrics (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208100000X" ; + rdfs:label "physical medicine and rehabilitation (physical medicine and rehabilitation)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208200000X" ; + rdfs:label "plastic surgery (plastic surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2083A0100X" ; + rdfs:label "aerospace medicine (preventive medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2083X0100X" ; + rdfs:label "occupational medicine (preventive medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2083P0901X" ; + rdfs:label "public health and general preventive medicine (preventive medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084P0800X" ; + rdfs:label "psychiatry (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084N0400X" ; + rdfs:label "neurology (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084N0402X" ; + rdfs:label "neurology with special qualification in child neurology (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2085R0202X" ; + rdfs:label "diagnostic radiology (radiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2085R0204X" ; + rdfs:label "interventional radiology and diagnostic radiology (radiology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2085R0001X" ; + rdfs:label "radiation oncology (radiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2085R0205X" ; + rdfs:label "medical physics (radiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208600000X" ; + rdfs:label "surgery (surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2086S0129X" ; + rdfs:label "vascular surgery (surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208G00000X" ; + rdfs:label "thoracic and cardiac surgery (thoracic surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208800000X" ; + rdfs:label "urology (urology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207LC0200X" ; + rdfs:label "critical care medicine (anesthesiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207LH0002X" ; + rdfs:label "hospice and palliative medicine (anesthesiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207LP2900X" ; + rdfs:label "pain medicine (anesthesiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207LP3000X" ; + rdfs:label "pediatric anesthesiology (anesthesiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sleep medicine (anesthesiology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ND0900X" ; + rdfs:label "dermatopathology (dermatology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207NP0225X" ; + rdfs:label "pediatric dermatology (dermatology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207PE0004X" ; + rdfs:label "emergency medical services (emergency medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207PH0002X" ; + rdfs:label "hospice and palliative medicine (emergency medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207PT0002X" ; + rdfs:label "medical toxicology (emergency medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207PP0204X" ; + rdfs:label "pediatric emergency medicine (emergency medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207PS0010X" ; + rdfs:label "sports medicine (emergency medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207PE0005X" ; + rdfs:label "undersea and hyperbaric medicine (emergency medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RA0000X" ; + rdfs:label "adolescent medicine (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RG0300X" ; + rdfs:label "geriatric medicine (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RH0002X" ; + rdfs:label "hospice and palliative medicine (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RS0012X" ; + rdfs:label "sleep medicine (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RS0010X" ; + rdfs:label "sports medicine (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "adult congenital heart disease (internal medicine)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "advanced heart failure and transplant cardiology (internal medicine)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RC0000X" ; + rdfs:label "cardiovascular disease (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RC0001X" ; + rdfs:label "clinical cardiac electrophysiology (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RC0200X" ; + rdfs:label "critical care medicine (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RE0101X" ; + rdfs:label "endocrinology, diabetes and metabolism (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RG0100X" ; + rdfs:label "gastroenterology (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RH0000X" ; + rdfs:label "hematology (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RI0200X" ; + rdfs:label "infectious disease (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RI0011X" ; + rdfs:label "interventional cardiology (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RX0202X" ; + rdfs:label "medical oncology (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RN0300X" ; + rdfs:label "nephrology (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RP1001X" ; + rdfs:label "pulmonary disease (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RR0500X" ; + rdfs:label "rheumatology (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RT0003X" ; + rdfs:label "transplant hepatology (internal medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207SG0202X" ; + rdfs:label "medical biochemical genetics (medical genetics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207SM0001X" ; + rdfs:label "molecular genetic pathology (medical genetics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207VC0200X" ; + rdfs:label "critical care medicine (obstetrics and gynecology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207VF0040X" ; + rdfs:label "female pelvic medicine and reconstructive surgery (obstetrics and gynecology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207VX0201X" ; + rdfs:label "gynecologic oncology (obstetrics and gynecology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207VH0002X" ; + rdfs:label "hospice and palliative medicine (obstetrics and gynecology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207VM0101X" ; + rdfs:label "maternal and fetal medicine (obstetrics and gynecology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207VE0102X" ; + rdfs:label "reproductive endocrinology/infertility (obstetrics and gynecology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207XX0005X" ; + rdfs:label "orthopaedic sports medicine (orthopedic surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207XS0106X" ; + rdfs:label "surgery of the hand (orthopedics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207YX0901X" ; + rdfs:label "neurotology (otolaryngology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207YP0228X" ; + rdfs:label "pediatric otolaryngology (otolaryngology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207YX0007X" ; + rdfs:label "plastic surgery within the head and neck (otolaryngology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207YS0012X" ; + rdfs:label "sleep medicine (otolaryngology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZB0001X" ; + rdfs:label "blood banking/transfusion medicine (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "clinical informatics (pathology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZC0500X" ; + rdfs:label "cytopathology (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZD0900X" ; + rdfs:label "dermatopathology (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZN0500X" ; + rdfs:label "neuropathology (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZP0104X" ; + rdfs:label "pathology - chemical (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZF0201X" ; + rdfs:label "pathology - forensic (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZH0000X" ; + rdfs:label "pathology - hematology (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZM0300X" ; + rdfs:label "pathology - medical microbiology (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZP0007X" ; + rdfs:label "pathology - molecular genetic (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ZP0213X" ; + rdfs:label "pathology - pediatric (pathology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080A0000X" ; + rdfs:label "adolescent medicine (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080C0008X" ; + rdfs:label "child abuse pediatrics (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0006X" ; + rdfs:label "developmental-behavioral pediatrics (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080H0002X" ; + rdfs:label "hospice and palliative medicine (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080T0002X" ; + rdfs:label "medical toxicology (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080N0001X" ; + rdfs:label "neonatal-perinatal medicine (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0008X" ; + rdfs:label "neurodevelopmental disabilities (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0202X" ; + rdfs:label "pediatric cardiology (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0203X" ; + rdfs:label "pediatric critical care medicine (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0204X" ; + rdfs:label "pediatric emergency medicine (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0205X" ; + rdfs:label "pediatric endocrinology (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0206X" ; + rdfs:label "pediatric gastroenterology (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0207X" ; + rdfs:label "pediatric hematology-oncology (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0208X" ; + rdfs:label "pediatric infectious diseases (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0210X" ; + rdfs:label "pediatric nephrology (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0214X" ; + rdfs:label "pediatric pulmonology (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080P0216X" ; + rdfs:label "pediatric rheumatology (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080T0004X" ; + rdfs:label "pediatric transplant hepatology (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080S0012X" ; + rdfs:label "sleep medicine (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2080S0010X" ; + rdfs:label "sports medicine (pediatrics)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "brain injury medicine (physical medicine)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2081H0002X" ; + rdfs:label "hospice and palliative medicine (physical medicin)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2081N0008X" ; + rdfs:label "neuromuscular medicine (physical medicin)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2081P2900X" ; + rdfs:label "pain medicine (physical medicin)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2081P0010X" ; + rdfs:label "pediatric rehabilitation medicine (physical medicin)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2081P0004X" ; + rdfs:label "spinal cord injury medicine (physical medicin)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2081S0010X" ; + rdfs:label "sports medicine (physical medicin)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2082S0099X" ; + rdfs:label "plastic surgery within the head and neck (plastic surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2082S0105X" ; + rdfs:label "surgery of the hand (plastic surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "clinical informatics (preventive medicine)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2083T0002X" ; + rdfs:label "medical toxicology (preventive medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2083P0011X" ; + rdfs:label "undersea and hyperbaric medicine (preventive medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084P0802X" ; + rdfs:label "addiction psychiatry (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "brain injury medicine (psychiatry and neurology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084P0804X" ; + rdfs:label "child and adolescent psychiatry (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084N0600X" ; + rdfs:label "clinical neurophysiology (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "epilepsy (psychiatry and neurology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084F0202X" ; + rdfs:label "forensic psychiatry (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084P0805X" ; + rdfs:label "geriatric psychiatry (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084H0002X" ; + rdfs:label "hospice and palliative medicine (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084P0005X" ; + rdfs:label "neurodevelopmental disabilities (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084N0008X" ; + rdfs:label "neuromuscular medicine (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084P2900X" ; + rdfs:label "pain medicine (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084P0015X" ; + rdfs:label "psychosomatic medicine (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084S0012X" ; + rdfs:label "sleep medicine (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2084V0102X" ; + rdfs:label "vascular neurology (psychiatry and neurology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2085H0002X" ; + rdfs:label "hospice and palliative medicine (radiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2085N0700X" ; + rdfs:label "neuroradiology (radiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2085N0904X" ; + rdfs:label "nuclear radiology (radiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2085P0229X" ; + rdfs:label "pediatric radiology (radiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2085R0204X" ; + rdfs:label "vascular and interventional radiology (radiology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2086X0206X" ; + rdfs:label "complex general surgical oncology (surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2086H0002X" ; + rdfs:label "hospice and palliative medicine (surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2086S0120X" ; + rdfs:label "pediatric surgery (surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2086S0105X" ; + rdfs:label "surgery of the hand (surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2086S0102X" ; + rdfs:label "surgical critical care (surgery)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "congenital cardiac surgery (thoracic surgery)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2088F0040X" ; + rdfs:label "female pelvic medicine and reconstructive surgery (urology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2088P0231X" ; + rdfs:label "pediatric urology (urology)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "171100000X" ; + rdfs:label "acupuncturist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "367A00000X" ; + rdfs:label "advanced practice midwife"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "3416A0800X" ; + rdfs:label "air transport (ambulance)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "231H00000X" ; + rdfs:label "audiologist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "237600000X" ; + rdfs:label "audiologist-hearing aid fitter"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "103G00000X" ; + rdfs:label "clinical neuropsychologist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "364S00000X" ; + rdfs:label "clinical nurse specialist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "101YM0800X" ; + rdfs:label "mental health (counselor)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "101YA0400X" ; + rdfs:label "addiction (substance use disorder) (counselor)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "1223S0112X" ; + rdfs:label "oral and maxillofacial surgery (dentist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "1223P0221X" ; + rdfs:label "pediatric dentistry (dentist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "1223X0400X" ; + rdfs:label "orthodontics and dentofacial orthopedics (dentist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207ND0101X" ; + rdfs:label "mohs-micrographic surgery (dermatology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "133V00000X" ; + rdfs:label "dietitian, registered"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "133VN1006X" ; + rdfs:label "nutrition, metabolic (dietitian, registered)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "133VN1004X" ; + rdfs:label "nutrition, pediatric (dietitian, registered)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "133VN1005X" ; + rdfs:label "nutrition, renal (dietitian, registered)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207QS0010X" ; + rdfs:label "sports medicine (family medicine)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207QH0002X" ; + rdfs:label "hospice and palliative medicine (family medicine)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208D00000X" ; + rdfs:label "general practice"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "170300000X" ; + rdfs:label "genetic counselor, ms"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208M00000X" ; + rdfs:label "hospitalist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RI0008X" ; + rdfs:label "hepatology (internal medicine)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207RH0003X" ; + rdfs:label "hematology and oncology (internal medicine)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "225700000X" ; + rdfs:label "massage therapist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "176B00000X" ; + rdfs:label "midwife"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "175F00000X" ; + rdfs:label "naturopath"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363LA2100X" ; + rdfs:label "acute care (nurse practitioner)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363LA2200X" ; + rdfs:label "adult health (nurse practitioner)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363LF0000X" ; + rdfs:label "family (nurse practitioner)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363LG0600X" ; + rdfs:label "gerontology (nurse practitioner)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363LP0200X" ; + rdfs:label "pediatrics (nurse practitioner)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363LW0102X" ; + rdfs:label "women's health (nurse practitioner)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363LX0001X" ; + rdfs:label "obstetrics and gynecology (nurse practitioner)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363LP0808X" ; + rdfs:label "psych/mental health (nurse practitioner)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363LP2300X" ; + rdfs:label "primary care (nurse practitioner)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363L00000X" ; + rdfs:label "nurse practitioner"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207VG0400X" ; + rdfs:label "gynecology (obstetrics and gynecology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207VX0000X" ; + rdfs:label "obstetrics (obstetrics and gynecology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "225X00000X" ; + rdfs:label "occupational therapist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "225XP0200X" ; + rdfs:label "pediatrics (occupational therapist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "225XH1200X" ; + rdfs:label "hand (occupational therapist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "224Z00000X" ; + rdfs:label "occupational therapy assistant"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "152W00000X" ; + rdfs:label "optometrist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "152WC0802X" ; + rdfs:label "corneal and contact management (optometrist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "152WL0500X" ; + rdfs:label "low vision rehabilitation (optometrist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "204E00000X" ; + rdfs:label "oral and maxillofacial surgery"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207XP3100X" ; + rdfs:label "pediatric orthopaedic surgery (orthopaedic surgery)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207XS0114X" ; + rdfs:label "adult reconstructive orthopaedic surgery (orthopaedic surgery)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207XX0801X" ; + rdfs:label "orthopaedic trauma (orthopaedic surgery)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207XX0004X" ; + rdfs:label "foot and ankle surgery (orthopaedic surgery)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207YS0123X" ; + rdfs:label "facial plastic surgery (otolaryngology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207YX0905X" ; + rdfs:label "otolaryngology/facial plastic surgery (otolaryngology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208VP0000X" ; + rdfs:label "pain medicine (pain medicine)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "208VP0014X" ; + rdfs:label "interventional pain medicine (pain medicine)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "1835P1200X" ; + rdfs:label "pharmacotherapy (pharmacist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "225100000X" ; + rdfs:label "physical therapist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2251P0200X" ; + rdfs:label "pediatrics (physical therapist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "225200000X" ; + rdfs:label "physical therapy assistant"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363A00000X" ; + rdfs:label "physician assistant"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363AM0700X" ; + rdfs:label "medical (physician assistant)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "363AS0400X" ; + rdfs:label "surgical (physician assistant)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "213E00000X" ; + rdfs:label "podiatrist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "213ES0131X" ; + rdfs:label "foot surgery (podiatrist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "103T00000X" ; + rdfs:label "psychologist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "103TC2200X" ; + rdfs:label "clinical child & adolescent (psychologist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "103TC0700X" ; + rdfs:label "clinical (psychologist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "103TC1900X" ; + rdfs:label "counseling (psychologist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "103TB0200X" ; + rdfs:label "cognitive & behavioral (psychologist)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2085R0203X" ; + rdfs:label "therapeutic radiology (radiology)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "163WW0000X" ; + rdfs:label "wound care (registered nurse)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "163WD0400X" ; + rdfs:label "diabetes educator (registered nurse)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "163WW0101X" ; + rdfs:label "women's health care, ambulatory (registered nurse)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "163WX0002X" ; + rdfs:label "obstetric, high-risk (registered nurse)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "163WX0003X" ; + rdfs:label "obstetric, inpatient (registered nurse)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "163W00000X" ; + rdfs:label "registered nurse"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "1041C0700X" ; + rdfs:label "clinical (social worker)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "174400000X" ; + rdfs:label "specialist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "235Z00000X" ; + rdfs:label "speech-language pathologist"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "390200000X" ; + rdfs:label "student in an organized health care education/training program"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2086S0127X" ; + rdfs:label "trauma surgery (surgery)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2086S0122X" ; + rdfs:label "plastic and reconstructive surgery (surgery)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "204F00000X" ; + rdfs:label "transplant surgery"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "behavioral health & social service providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "chiropractic providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "dental providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "dietary & nutritional service providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "emergency medical service providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "eye and vision services providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nursing service providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "other service providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "pharmacy service providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "group specialty"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "allopathic & osteopathic physicians"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "podiatric medicine & surgery service providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "respiratory, developmental, rehabilitative and restorative service providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "speech, language and hearing service providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "technologists, technicians & other technical service providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "ambulatory health care facilities"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "hospital units"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "hospitals"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "laboratories"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "managed care organizations"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nursing & custodial care facilities"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "residential treatment facilities"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "suppliers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "transportation services"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "physician assistants & advanced practice nursing providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nursing service related providers"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "respite care facility"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "student, health care"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207QA0000X" ; + rdfs:label "adolescent medicine (family medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "163WM0102X" ; + rdfs:label "maternal newborn (registered nurse)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207QG0300X" ; + rdfs:label "geriatric medicine (family medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207QH0002X" ; + rdfs:label "hospice and palliative medicine sleep medicine (family medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207QS1201X" ; + rdfs:label "sleep medicine (family medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "207QS0010X" ; + rdfs:label "sports medicine( family medicine)"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "board general specialty"@en ; + rdfs:subClassOf ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "primary qualifier" ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "preferred qualifier" ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "author qualifier" ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "legal qualifier" ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "official qualifier" ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "personal qualifier" ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "work qualifier" ; +. + + a owl:Class ; + rdfs:label "contact qualifier"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "foaf profile"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "contact"@en ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + rdfs:label "context_for"@en ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + rdfs:label "has_context"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "url_link_for"@en ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + rdfs:label "has_url_link"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "has contact agent" ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "count per year"@en ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + owl:disjointWith ; +. + + a owl:Class ; + rdfs:label "realizable_entity"@en ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:ObjectProperty ; + a owl:TransitiveProperty ; + rdfs:label "part_of"@en ; +. + + a owl:ObjectProperty ; + a owl:TransitiveProperty ; + rdfs:label "has_part"@en ; +. + + a owl:Class ; + ; + "A synthesis technique that uses mechanical deformation to transfer a pattern to a substrate. A solution of resist (a polymer) is deposited on the substrate by spin coating. A mould containing the desired (nanosized) pattern on its surface is then pressed into the resist and any residual resist in the cast area is removed by an anisotropic etching process such as reactive ion etching. [database_cross_reference: DOI:10.1116/1.588605]" ; + "NIL" ; + "nano-imprinting lithography" ; + "nanoimprinting lithography" ; + rdfs:label "nanoimprint lithography"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + "instrument" ; + "A flow cytometer." ; + ; + "Material entity that is designed to have a function and play a role in scientific investigation." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Scientific_instrument" ; + rdfs:comment "See OBI listserv discussion for considerations in defining instrument. http://sourceforge.net/tracker/index.php?func=detail&aid=2894801&group_id=177891&atid=886178" ; + rdfs:label "instrument" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "service" ; + "A DNA sequencing service performed by a core lab." ; + ; + "An information content entity that describes a service performed by a person or organization with the objective of performing a technique, providing training, providing storage of data or material entities, or providing access to resources for another person or organization" ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090105" ; + rdfs:label "service offering" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "reagent" ; + "A plasmid can be used as a reagent." ; + ; + "Processed material that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances." ; + "PERSON: Melissa Haendel" ; + "http://www.yourdictionary.com/reagent" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "reagent" ; +. + + a owl:Class ; + "Flow cytometry is a technique." ; + ; + "A technique is a planned process used to accomplish a specific activity or task." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Technique" ; + rdfs:comment "Protocol is added to eagle-i temporarily until a relationship between the informatio entity \"protocol\" and these planned processes is created. This class refers to the axtual process not the document" ; + rdfs:label "technique"@en ; +. + + a owl:Class ; + "An antibody is used to detect proteins in a Western blot assay." ; + ; + "A reagent that is comprised of immunoglobulins produced by B cells in response to an antigen. Antibody reagents can be engineered to have specificity for specific antigens." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nlm.nih.gov/medlineplus/ency/article/002223.htm" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "antibody reagent" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "cell line" ; + "HeLa cells are a cancer cell line that were generated from a cervical tumor." ; + ; + "Reagent that is a population of cells cultured in vitro that are descended through one or more generations (and possible sub-cultures) from a single primary culture which was originally derived from part of an organism. The cells of such a population share common characteristics." ; + "PERSON: Melissa Haendel" ; + "Atwood et al (2000) OED of Biochemistry and Molecular Biology, Oxford University Press." ; + rdfs:comment "Def from EFO, to be added to OBI. ; From Richard this class represents: hybridomas, stem cells{IPS/MEFs/ES}, modified standard cell lines, primary cells, unique bacterial lines, yeast lines ; Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:comment "From Richard this class represents: hybridomas, stem cells{IPS/MEFs/ES}, modified standard cell lines, primary cells, unique bacterial lines, yeast lines" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; +. + + a owl:Class ; + "A technician in a core laboratory." ; + "Member of the International Conference on Complex Systems Organizing Committee" ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in providing a service to meet the need of another person or thing." ; + "An role of an individual within his or her profession or institution; use outreach provider role for community service or other activities outside the profession." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "service provider role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A project to study the role of a specific protein in cell signaling." ; + ; + "A funded collection of investigations as described in a research proposal." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Maybe SameAs \"Investigation\" but is the subject of funding" ; + rdfs:label "research project" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "human study" ; + "A clinical trial." ; + ; + "Research project that uses or collects measurements or assessments about humans." ; + "PERSON: Melissa Haendel" ; + "OCRe" ; + rdfs:comment "This should be imported from OCRE- but they currently have no generic human study type. Def is modified." ; + rdfs:label "human study" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A clinical trial to evaluate the efficacy of a new drug." ; + ; + "An interventional study that contains a set of procedures in medical research and drug development that are conducted to allow safety (or more specifically, information about adverse drug reactions and adverse effects of other treatments) and efficacy data to be collected for health interventions (e.g., drugs, diagnostics, devices, therapy protocols) that is performed over phases." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Clinical_trial" ; + rdfs:label "clinical trial" ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "epidemiological study" ; + "A study of the populations and demographic of the avian flu." ; + ; + "A human study of diseases in populations of humans or other animals, specifically how, when and where they occur. Epidemiological studies can never prove causation, epidemiological evidence can only show that this risk factor is correlated with a higher incidence of disease in the population exposed to that risk factor. The higher the correlation the more certain the association, but it cannot prove the causation." ; + "PERSON: Karen Corday" ; + "http://pmep.cce.cornell.edu/profiles/extoxnet/TIB/epidemiology.html" ; + rdfs:label "epidemiological study" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "genome wide association study" ; + ; + "A genome wide association study is an examination of genetic variation across a given genome, designed to identify genetic associations with observable traits." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Genome-wide_association_study" ; + rdfs:label "genome wide association study" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "biological specimen" ; + "Heart tissue obtained from an organism." ; + ; + "Material entity that is a portion or quantity of a biological material for use in testing, examination, or study. A biological specimen can be an individual animal, a population of organisms, or is a part of or derived from an animal, plant, part of a plant, or microorganism. When a taxon is described, it is typically based on a single specimen and is referred to as the holotype." ; + "PERSON: Melissa Haendel" ; + "biospecimen" ; + "http://en.wikipedia.org/wiki/Specimen" ; + rdfs:comment "Should have relationship to Organism" ; + rdfs:label "biological specimen" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:ObjectProperty ; + "has PI" ; + "The PI of a lab." ; + ; + "The principle investigator of a laboratory or research project." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "has_PI" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "The NIH." ; + ; + "Research project that is financially supported by the organization." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "funds" ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + "is member of" ; + "A graduate student in the lab." ; + ; + "Identifies the organization or laboratory in which this individual is a member." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "is_member_of" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "occurs in" ; + "Hibernation occurs in bears." ; + ; + "Organism in which the biological process occurs." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "occurs_in" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "An access service that provides access to a flow cytometer." ; + ; + "Instruments, reagents, organisms, software, or other sevices for which the service provides access." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "change the domain tye to access service" ; + rdfs:domain ; + rdfs:label "provides_access_to" ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + + + + + ) ; + ] ; +. + + a owl:ObjectProperty ; + "uses" ; + "Microsoft powerpoint is commonly used in research laboratories to prepare presentations." ; + ; + "Software or protocol used by the laboratory." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Here there are things to be fixed (for instance a service can use a technique...)" ; + rdfs:domain ; + rdfs:label "uses" ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + + ) ; + ] ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + "has expertise" ; + "Brian Druker has expertise in cancer research." ; + ; + "Technique in which the person is proficient. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_expertise" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "has manufacturer" ; + "Santa Cruz Biotechnology is the manufacturer of many antibodies." ; + ; + "Organization or person that created the resource." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + + ) ; + ] ; + rdfs:label "has_manufacturer" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "provides services" ; + "A core lab providing cell sorting to individual labs." ; + ; + "Service offered by the organization." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "provides_service" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "specifies the use of" ; + "A protocol can specify the use of a flow cytometer." ; + ; + "Instruments, techniques, reagents, organisms, or software that are referenced in a protocol." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "specifies_the_use_of" ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + + + + ) ; + ] ; +. + + a owl:DatatypeProperty ; + "has inventory number" ; + "An example inventory number can be in the form: 12345" ; + ; + "Inventory identifier for the resource." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + + + + + + + + + + + ) ; + ] ; + rdfs:label "has_inventory_number" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has restriction" ; + "Resource is only available to researchers in the department." ; + ; + "A restriction on service availability, such as university or consortium affiliation, geographical location, professional certification, or other factors." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + + + + + + + + + ) ; + ] ; + rdfs:label "has_restriction" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has geographic restriction" ; + "Resource is only available to researchers in Boston area." ; + ; + "Any service limitation tied to geographically-defined areas such as metro areas, counties, states, or regions. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_geographic_restriction" ; + rdfs:range xsd:string ; + rdfs:subPropertyOf ; +. + + a owl:DatatypeProperty ; + "model number" ; + "ABI 9000" ; + ; + "Instrument model number, which may be a name, number, or both." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "model_number" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "lab data format" ; + "Excel spreadsheet" ; + ; + "Current method or software used to inventory a lab's resources. Examples include Excel, index cards, FileMaker, 3-ring binder, etc." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "lab_data_format" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + a owl:TransitiveProperty ; + "has affiliation" ; + "A researcher has an affiliation with a department." ; + ; + "Institutional, consortia, or other organizational affiliations. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_affiliation" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "used by" ; + "A laboratory uses Microsoft Word." ; + ; + "Laboratory that uses the protocol or software." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + ) ; + ] ; + rdfs:label "used_by" ; + rdfs:range ; +. + + a owl:Class ; + "software" ; + "Microsoft Word is commonly used word processing software." ; + ; + "A general term primarily used for digitally stored data such as computer programs and other kinds of information read and written by computers." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Computer_software" ; + rdfs:comment "IAO is a planned specification, in SWO is an Information artifact. In eagle-i, we have a need to collect material instances and is it thus currently classified as a material entity." ; + rdfs:label "software" ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "v 1.0" ; + ; + "Software edition, typically a numeral followed by a decimal and another numeral, such as 2.1." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "version" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "operating system" ; + "Microsoft Windows" ; + ; + "Computer operating system used by the software, such as Windows, MacOS, or Linux." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "operating_system" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + "has input format" ; + "Imaging processing software that requires .jpg format files for analysis." ; + ; + "Software data input format." ; + "PERSON: Carlo Torniai" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "has_input_type" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "has output format" ; + "Microsoft Excel arranges and saves data in .xlsx format." ; + ; + "Software data output type." ; + "PERSON: Carlo Torniai" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_output_type" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "achieves objective" ; + "ImageJ software measures characteristics of digital images." ; + ; + "Transformation objective of the software." ; + "PERSON: Carlo Torniai" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "achieves_objective" ; + rdfs:range ; +. + + a owl:Class ; + "RNA sequence" ; + "The RNA sequence encodes the protein sequence." ; + ; + "Data containing the arrangement of nucleotides in a DNA fragment or genome." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/RNA" ; + rdfs:label "RNA sequence" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "protein sequence" ; + "The protein sequence is encoded by the RNA sequence." ; + ; + "A protein sequence data represents the primary structure of a protein and is the order in which amino acid residues, connected by peptide bonds, lie in the chain in proteins." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Peptide_sequence" ; + rdfs:label "protein sequence data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Macromolectular Crystallographic Information data" ; + ; + "Data from the Macromolecular Crystallographic Information File (mmCIF) that is used for describing small molecule structures and associated diffraction experiments." ; + "PERSON: Karen Corday" ; + "http://www.sdsc.edu/pb/papers/methenz97.pdf" ; + rdfs:label "macromolecular crystallographic information data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "electron density map" ; + ; + "Data that are a three-dimensional description of the electron density in a crystal structure, determined from X-ray diffraction experiments. They describe the contents of the unit cells averaged over the whole crystal and not the contents of a single unit cell (a distinction that is important where structural disorder is present)." ; + "PERSON: Karen Corday" ; + "http://reference.iucr.org/dictionary/Electron_density_map" ; + rdfs:label "electron density map data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Data generated by NMR used as input for structure generation programs." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ccpn.ac.uk/ccpn/data-model/python-api-v2-examples/nmr-restraints" ; + rdfs:label "NMR restraint data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A flow cytometry set up." ; + ; + "A platform that is an aggregate of the set of instruments and software needed to perform a cell assay procedure." ; + "Erik Segerdell" ; + "PERSON: Erik Segerdell" ; + rdfs:comment "requested in OBI" ; + rdfs:label "cell assay platform" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An autoMACS cell separator, used to separate cells tagged with magnetic beads." ; + ; + "A device that isolates and detects intended target cells." ; + "PERSON: Karen Corday" ; + "http://www.rndsystems.com/product_detail_objectname_pluscellectkits.aspx" ; + rdfs:comment "requested in OBI" ; + rdfs:label "cell selection device" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A nucleofector device." ; + ; + "An instrument that applies an electrical field to a population of cells, which causes a significant increase in the electrical conductivity and permeability of the cell plasma membrane and allows the introduction of some substance into a cell, such as loading it with a molecular probe, a drug that can change the cell's function, or a piece of coding DNA." ; + "PERSON: Erik Segerdell" ; + "cell porator" ; + "http://en.wikipedia.org/wiki/Electroporator" ; + rdfs:comment """requested in OBI +there is a trade name 'nucleofactor'""" ; + rdfs:label "electroporator" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A fume hood is an environmental control system." ; + ; + "A device or system that supports a controlled physical environment." ; + "Erik Segerdell" ; + "PERSON: Erik Segerdell" ; + rdfs:comment "requested in OBI" ; + rdfs:label "environmental control system" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "freeze-fracture device" ; + "A device used to break up tumors for subsequent analysis." ; + ; + "A device that rapidly freezes a fresh tissue or cell suspension for subsequent fracture and downstream analysis." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Electron_microscope" ; + rdfs:comment "requested in OBI" ; + rdfs:label "freeze-fracture device" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "An HPLC apparatus contains a microfluidics platform." ; + ; + "A platform that combines several microfluidic functions (e.g. capillary valving, centrifugal pumping, and flow sequencing)." ; + "Erik Segerdell" ; + "PERSON: Erik Segerdell" ; + rdfs:label "microfluidics platform" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A platform that combines several proteomics functions." ; + "Erik Segerdell" ; + "PERSON: Erik Segerdell" ; + rdfs:label "proteomics platform" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "computer workstation" ; + ; + "A high-end computer designed for technical or scientific applications." ; + "PERSON: Erik Segerdell" ; + "http://en.wikipedia.org/wiki/Workstation" ; + rdfs:comment "requested in OBI" ; + rdfs:label "workstation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "nucleic acid library" ; + "A primer library." ; + ; + "Reagent library that is a collection of DNA fragments that is stored and propagated in a population of micro-organisms through the process of molecular cloning." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Dna_library" ; + rdfs:comment "From Richard: RNAi, plasmid, phage, chemical, viral, [also cell libraries]" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "nucleic acid library" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "protein reagent" ; + "An antibody is a protein reagent." ; + ; + "Reagent that is a sequence of amino acids." ; + "PERSON: Melissa Haendel" ; + "peptide reagent" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "protein reagent" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Sodium hydroxide is a common chemical reagent." ; + ; + "Reagent that is a material of pure chemical composition, either an element or a compound." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Chemical_substance" ; + rdfs:comment "From Richard: unique rare" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "chemical reagent" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "PCR products are subjected to DNA electrophoresis to confirm the presence of DNA." ; + ; + "Electrophoresis in which DNA is separated by its resistance to movement and its charge." ; + "PERSON: Nicole Vasilevsky" ; + "agarose gel electrophoresis" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "DNA electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "RNA is subjected to electrophoresis in a Northern blot." ; + ; + "Electrophoresis in which RNA is separated it by its resistance to movement and its charge." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "RNA electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The first step in a Western blot." ; + ; + "Electrophoresis in which protein is separated it by its resistance to movement and its charge." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "protein electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The proteins present in a sample are identified by HPLC." ; + ; + "A liquid chromatography technique that can separate a mixture of compounds and is used in biochemistry and analytical chemistry to identify, quantify and purify the individual components of the mixture." ; + "PERSON: Nicole Vasilevsky" ; + "HPLC" ; + "high pressure liquid chromatography" ; + "http://en.wikipedia.org/wiki/High-performance_liquid_chromatography" ; + rdfs:label "high performance liquid chromatography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Transformation of 293 cells." ; + ; + "A cell culture technique where primary cell cultures are immortalized, have extended replicative capacity and grow continuously in culture with the replacement of proper growth media." ; + "PERSON: Nicole Vasilevsky" ; + "Cell line generation" ; + "http://www.bioxys.com/i_Abm/cell_immortalization_products.htm" ; + rdfs:label "cell immortalization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "RFLP is used in forensic science to identify a perpetrator." ; + ; + "A nucleic acid assay that is used to detect RFLPs, which involves fragmenting a sample of DNA by a restriction enzyme. The resulting DNA fragments are then separated by length using agarose gel electrophoresis, and transferred to a membrane via the Southern blot procedure. Hybridization of the membrane to a labeled DNA probe then determines the length of the fragments which are complementary to the probe. A RFLP occurs when the length of a detected fragment varies between individuals." ; + "PERSON: Nicole Vasilevsky" ; + "RFLP electrophoresis" ; + "http://en.wikipedia.org/wiki/Restriction_fragment_length_polymorphism" ; + rdfs:label "restriction fragment length polymorphism electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Colocalization studies of two proteins." ; + ; + "A microscopy technique used in optimal imaging that increases optical resolution and contrast of a micrograph by using point illumination and a spatial pinhole to eliminate out-of-focus light in specimens that are thicker than the focal plane. It enables the reconstruction of three-dimensional structures from the obtained images." ; + "PERSON: Nicole Vasilevsky" ; + "CLSM" ; + "Confocal scanning microscopy" ; + "http://en.wikipedia.org/wiki/Confocal_microscopy" ; + rdfs:label "confocal microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Cell viability can be visualized by microscopy." ; + ; + "An imaging assay that uses microscopes to view samples and objects that cannot be seen with the unaided eye (objects that are not within the resolution range of the normal eye)." ; + "PERSON: Nicole Vasilevsky" ; + "Microscopic examination" ; + "Sample microscopy" ; + "http://en.wikipedia.org/wiki/Microscopy" ; + rdfs:label "microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Coomassie stained gels can more easily be visualized using a light box." ; + ; + "A device that provides a source of illumination for observation and photography of a wide variety of tests performed in virological, microbiological and clinical laboratories using either white or ultraviolet light." ; + "PERSON: Erik Segerdell" ; + "United States Patent 4071883" ; + rdfs:label "light box" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Cryoembedding heart biospecimens." ; + ; + "A histological sample preparation technique involving embedding tissue in a compound that allows them to be frozen rapidly and prepares them for subsequent sectioning." ; + "PERSON: Nicole Vasilevsky" ; + "Frozen block cryoembedding" ; + "http://www.tedpella.com/cryo_html/cryo2.htm" ; + rdfs:label "cryoembedding" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to detect protein expression in a tissue." ; + ; + "A tissue/organ assay that is used to detect antigens (e.g., proteins) in cells of a tissue section by exploiting the principle of antibodies binding specifically to antigens in biological tissues." ; + "PERSON: Nicole Vasilevsky" ; + "IHC" ; + "Immunostaining" ; + "http://en.wikipedia.org/wiki/Immunohistochemistry" ; + rdfs:label "immunohistochemistry assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Light microscopy is used to examine cell viability." ; + ; + "A microscopy technique that uses visible light and a system of lenses to magnify images of small samples." ; + "PERSON: Nicole Vasilevsky" ; + "LM" ; + "http://en.wikipedia.org/wiki/Optical_microscopy" ; + rdfs:label "light microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The migration of a protein through a cell can be captured by time-lapse microscopy." ; + ; + "Light microscopy where the same object (e.g., a cell) is photographed at regular time intervals over several hours." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Time-lapse_microscopy" ; + rdfs:label "time lapse light microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Migration of a protein in a cell can be captured by time-lapse confocal microscopy." ; + ; + "Confocal microscopy where the same object (e.g., a cell) is photographed at regular time intervals over a specified period of time." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Time-lapse_microscopy" ; + rdfs:label "time lapse confocal microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "cryosectioning" ; + "Biospecimens are removed from an organism and flash frozen, then cryosectioned for subsequent histological analysis." ; + ; + """A technique used in histological sample preparation where water-rich tissues are hardened by freezing and cut in the frozen state with a freezing microtome or microtome-cryostat. +""" ; + "PERSON: Nicole Vasilevsky" ; + "Cryogenic sectioning" ; + "Freeze sectioning" ; + "Frozen sectioning" ; + "http://www.answers.com/topic/microtome" ; + rdfs:label "cryosectioning" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Image analysis of bands on a gel to quantitate the relative difference in protein expression." ; + ; + "An imaging technique that allows images to be analyzed based on their pixel or voxel composition." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "image analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The NIH is a funding agency." ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in providing funding to a person or an organization for academic or business purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "funding role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A teacher." ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in providing education to a student or group of students." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "educator role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An mouse anti-human Mad4 antibody." ; + ; + "Antibody reagent that recognizes a single epitope." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "monoclonal antibody reagent" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A rabbit anti-human SHH antibody." ; + ; + "Antibody reagent that recognizes multiple epitopes." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "polyclonal antibody reagent" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:ObjectProperty ; + "has author" ; + "A journal article has authors." ; + ; + "Person who authored a document." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "tobe imported probably from FOAF or anywwre according top vivo" ; + rdfs:domain ; + rdfs:label "has_author" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "model of" ; + "Transgenic mice are often models for a specific disease." ; + ; + "Disease or condition for which the organism presents some or all defining characteristics." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "here we need to have a more clear definition in dependence of the model" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "model_of" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "has topic" ; + "A research project focuses on a specific topic, such as cancer research." ; + ; + "Organism, biological process, or disease that is the subject matter of the research project or protocol." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "here we need to take care of dofferent domain and is this really the same relation between research project and protocol?" ; + rdfs:label "has_topic" ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + + ) ; + ] ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + "has entrez gene id" ; + "The entrez gene ID of mouse CD34 is 12490." ; + ; + "A unique identifier assigned to each record in the Entrez Gene database." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + + + + + ) ; + ] ; + rdfs:label "has_entrez_gene_id" ; + rdfs:range xsd:string ; +. + + a owl:Class ; + "fluorescence and luminescence assay detection system" ; + "A Licor imager, which can be used to image animals in vivo." ; + ; + "A measurement device that detects fluorescence intensity, fluorescence polarization, time-resolved fluorescence, and luminescence, delivering information in terms of sensitivity, dynamic range, signal-to-noise, and cross-talk." ; + "PERSON: Karen Corday" ; + "http://www.bioresearchonline.com/product.mvc/Analyst-HTS-Assay-Detection-System-0001" ; + rdfs:label "fluorescence and luminescence assay detection system" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "laminar flow hood" ; + "Tissue culture work is usually done in a laminar flow hood." ; + ; + "Device that flows filtered air onto a specially enclosed work surface. This prevents particulate and microbial contamination, while protecting the user from the potential exposure to infectious material being handled." ; + "PERSON: Karen Corday" ; + "laminar flow cabinet" ; + "http://www.cybersight.org/bins/content_page.asp?cid=1-1581-1642" ; + rdfs:label "laminar flow hood" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "dispensing well plate" ; + "Plate replicator." ; + ; + "A nanodispenser that is used for the massive parallel delivery of liquid volumes in the range of 50 nL." ; + "PERSON: Erik Segerdell" ; + "DWP" ; + "doi:10.1016/j.sna.2004.05.038" ; + rdfs:label "dispensing well plate" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "robot arm" ; + ; + "A mechanical instrument that consists of an upper arm link and a lower arm link that are interconnected by a uniaxial joint. The upper arm link is connected with a structure via a universal joint." ; + "PERSON: Karen Corday" ; + "http://www.google.com/patents/about?id=ZqcsAAAAEBAJ" ; + rdfs:label "robot arm" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "compressor" ; + ; + "A device that transfers energy to a gaseous fluid for the purpose of raising the pressure of the fluid as is the case when the compressor is the prime mover of the fluid through the process." ; + "PERSON: Karen Corday" ; + "Gresh, M.T. (2001). Compressor performance: aerodynamics for the user. Woburn, MA: Butterworth-Heinermann." ; + rdfs:label "compressor" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "vacuum centrifuge concentrator" ; + "A speed vac is used to concentrate a sample." ; + ; + "A centrifuge that includes a vacuum chamber within which a centrifuge rotord is rotatably mounted for spinning a plurality of vials containing a solution at high speed while subjecting the solution to a vacuum condition for concentration and evaporation." ; + "PERSON: Nicole Vasilevsky" ; + "sample concentrator" ; + "speed vac" ; + "speed vacuum" ; + "http://www.google.com/patents/about?id=J7Q6AAAAEBAJ&dq=4226669" ; + rdfs:label "vacuum centrifuge concentrator" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Used to prepare protein lysates." ; + ; + "A centrifuge that can be operated at low temperatures." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "refrigerated centrifuge" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "biological safety cabinet" ; + "A fume hood." ; + ; + "An instrument used for containment of biological materials, which functions as a primary barrier to prevent the escape of biological aerosols into the laboratory environment." ; + "PERSON: Karen Corday" ; + "biosafety cabinet" ; + "http://www.drs.illinois.edu/bss/factsheets/cabinets.aspx" ; + rdfs:label "biological safety cabinet" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "transmission electron microscope" ; + "For use in imaging of biological molecules." ; + ; + "An electron microscope that uses a high voltage electron beam to create an image." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Electron_microscope#Transmission_electron_microscope_.28TEM.29" ; + rdfs:label "transmission electron microscope" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "fluorescence microscope" ; + "Used to visualize biomolecules." ; + ; + "An optical microscope used to study properties of organic or inorganic substances using the phenomena of fluorescence and phosphorescence instead of, or in addition to, reflection and absorption." ; + "PERSON: Karen Corday" ; + "Epifluorescence microscope" ; + "Fluorescent microscope" ; + "http://en.wikipedia.org/wiki/Fluorescence_microscope" ; + rdfs:label "fluorescence microscope" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "UV crosslinker" ; + "A UV crosslinker is used to crosslink RNA to a membrane in Northern blots." ; + ; + "An instrument designed to crosslink molecules, such as DNA or RNA to a surface, such as a membranes." ; + "PERSON: Nicole Vasilevsky" ; + "http://research.amnh.org/molecular/equipment_folder/Stratalinker%201800.pdf" ; + rdfs:label "UV crosslinker" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "automatic sputter coater" ; + "For gold deposition of scanning electron microscopy specimens." ; + ; + "A sputter coater where the complete sequence of flush, leak, coat and vent is automatically controlled. The solenoid operated leak valve allows the gas pressure to return automatically to pre-set conditions." ; + "PERSON: Karen Corday" ; + "http://www.canemco.com/catalog/instruments/Sputter-coaters.htm#Automatic_Sputter_Coater_" ; + rdfs:label "automatic sputter coater" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Robotic arm moving pin array for moving compounds." ; + ; + "A device that is programmable, multifunctional, and mechanical that is designed to move material, parts, tools, or specialized devices through variable programmed motions to perform a variety of tasks." ; + "PERSON: Karen Corday" ; + "http://www.osha.gov/dts/osta/otm/otm_iv/otm_iv_4.html" ; + rdfs:label "industrial robot" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "plate sealer" ; + "A plate sealer is used to seal plates for real-time PCR." ; + ; + "A mechanical instrument that applies seal material on top of microplates (plates) to seal individual wells." ; + "PERSON: Karen Corday" ; + "http://www.chem.agilent.com/Library/usermanuals/Public/G5402-90001_PlateLocUG_EN.pdf" ; + rdfs:label "plate sealer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "bar code labeler" ; + ; + "An instrument that prints bar code labels and applies them to a product, such as to the side of a microplate." ; + "PERSON: Karen Corday" ; + "http://cp.chem.agilent.com/Library/usermanuals/Public/G5404-90001_LabelerUG_EN.pdf" ; + rdfs:label "barcode labeler" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument used to detect and record data provided by a microarray chip." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sciclips.com/sciclips/protein-biomarker-protocol.do?protocol=Ciphergen%20ProteinChip%20SELDI-TOF-MS%20Analysis&type=8166" ; + rdfs:label "chip reader" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "ultrasonic cell disruptor" ; + "An ultrasonic cell disruptor is used to break up bacteria during protein purification." ; + ; + "A device that uses ultrasound to disrupt cell membranes and release cellular contents." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Sonication" ; + rdfs:label "ultrasonic cell disruptor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Wash and stain functions on an automated immunohistochemistry instrument." ; + ; + "An instrument used for the wash and stain operation of arrays." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.affymetrix.com/browse/products.jsp?productId=131439&navMode=34000&navAction=jump&aId=productsNav#1_1" ; + rdfs:label "fluidics station" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "cell storage device" ; + "A CO2 incubator." ; + ; + "Device that has the function of maintaining cell lines, primary cultures or cell isolates in a viable state." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "cell storage device" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "bioreactor fermentor" ; + "A bioreactor used to produce monoclonal antibodies from a hybridoma." ; + ; + "A bioreactor that provides a sterilie environment, ideal for growth of any bacteria, yeast, or fungi." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nbsc.com/bioflo510.aspx" ; + rdfs:label "fermentor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "fluorescence spectrometer" ; + "Can be used to quantify DNA." ; + ; + "A spectrophotometer that analyzes fluorescence from a sample. It uses a beam of light, usually ultraviolet light, to excite the electrons in molecules of certain compounds and causes them to emit light of a lower energy, typically, but not necessarily, visible light." ; + "PERSON: NIcole Vasilevsky" ; + "fluorescence detector" ; + "http://en.wikipedia.org/wiki/Fluorescence_spectroscopy" ; + rdfs:label "fluorescence spectrometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "amino acid analyzer" ; + "An amino acid analyzer can be used to determine the composition of a protein." ; + ; + "A high performance liquid chromatography instrument that is used to detect free amino acids automatically by reacting the free amino acids, under basic conditions, with phenylisothiocyanate (PITC) to produce phenylthiocarbamyl (PTC) amino acid derivatives." ; + "PERSON: Karen Corday" ; + "http://www.protein.iastate.edu/aaa.html" ; + rdfs:label "amino acid analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "peptide synthesizer" ; + "A peptide synthesizer is used to generate peptides to be used as antigens in immune models." ; + ; + "A device that produces peptides, which are organic compounds in which multiple amino acids are linked via peptide bonds." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Peptide_synthesizer" ; + rdfs:label "peptide synthesizer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "mass spectrometer sample spotter" ; + "A mass spectrometer sample spotter can be used to identify proteins in a sample." ; + ; + "An instrument designed to automatically mix and spot digested proteins and matrix onto any MALDI MS targets." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.gelifesciences.com/aptrix/upp01077.nsf/content/Products?OpenDocument&parentid=976027&moduleid=165591&zone=Elpho" ; + rdfs:label "mass spectrometer sample spotter" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "environmental scanning electron microscope" ; + "Fungal spores in lemon grass leaf can be imaged using an environmental scanning electron microscope." ; + ; + "A scanning electron microscope that has a secondary-electron detector capable of operating in the presence of water vapour and pressure-limiting apertures with differential pumping in the path of the electron beam to separate the vacuum region (around the gun and lenses) from the sample chamber, which allows samples to be observed in low-pressure gaseous environments (e.g. 1-50 Torr) and high relative humidity (up to 100%)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Scanning_electron_microscope#Environmental_SEM" ; + rdfs:label "environmental scanning electron microscope" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "nanoindenter" ; + ; + "An instrument used for indentation hardness tests for nanoindentation, a method for measuring and testing very small volumes of mechanical properties." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Nanoindenter" ; + rdfs:label "nanoindenter" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "nano universal testing machine" ; + ; + "A device that is used to measure tensile and bending properties of microscopic materials." ; + "PERSON: Karen Corday" ; + "nano-UTM" ; + "http://mms.postech.ac.kr/" ; + rdfs:label "nano universal testing machine" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "microscope digital camera" ; + "A digital camera hooked up to a microscope, which can be used to capture the images that are visualized by the microscope." ; + ; + "A digital camera for a microscope, which records image data of a sample image obtained by the microscope in a recording medium." ; + "PERSON: Karen Corday" ; + "http://www.google.com/patents/about?id=XumGAAAAEBAJ" ; + rdfs:label "microscope digital camera" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "cell separator" ; + "A FACS machine can be used to sort cell populations." ; + ; + "An instrument that detects and isolates target cells from a mixed population of cells." ; + "PERSON: Nicole Vasilevsky" ; + "Fisher, D., et al. (Eds.). (1998). Cell separation: a practical approach. Oxford: Oxford University Press. http://books.google.com/books?id=GSWudM-1XGcC" ; + rdfs:label "cell separator" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "genomic library" ; + "A cDNA library for the mouse genome." ; + ; + "A construct library that carries the entire genome of a source organism. " ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Genomic_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "genomic library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "RNAi library" ; + "A RNAi library for a gene of interest, such as SHH." ; + ; + "Nucleic acid library that is comprised of small interfering RNA molecules." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNAi library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "cDNA library" ; + "A cDNA library expressing fragments from the mouse genome." ; + ; + "A construct library that is a collection of cDNA plasmids." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/CDNA_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "cDNA construct library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "miRNA library" ; + "miRNA libraries can be used to screen for target drugs." ; + ; + "RNAi library that is comrpised of microRNA (21-22 nucelotides). miRNAs are endogenous post-transcriptional regulators that bind to complementary sequences in the three prime untranslated regions (3' UTRs) of mRNA, usually resulting in gene silencing. Each miRNA may repress hundreds of mRNAs. miRNA libraries are NOT in expression vectors but are directly transfected into cells." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "siRNA library" ; + "An siRNA library may be used to knockdown gene expression to study the function of that gene." ; + ; + "RNAi library that is comprised of small (20-25 nucleotides) interfering RNA or silencing RNA that targets mRNA for degradation. siRNAs are synthetic double-stranded RNA. siRNA libraries are NOT in expression vectors. The siRNAs are directly transfected into cells." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "siRNA library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "shRNA library" ; + "An shRNA library may be used to knockdown gene expression to study the function of that gene." ; + ; + "RNAi library that is comprised of small hairpin RNA or short hairpin RNA that target mRNA for degradation. shRNAs are single stranded RNAs containing a tight hairpin turn and are synthesized and inserted into (primarily) Viral Cloning vectors. When expressed in the cell the loop is degraded and what is left is the siRNA (ds RNA) part." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:comment "this is an expression library, and has part some construct" ; + rdfs:label "shRNA library" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "construct" ; + "Cells are transfected with constructs expressing a gene of interest to study the gene function." ; + ; + "A reagent that is a virus or DNA molecule capable of autonomous replication, used as a vehicle to transfer foreign genetic material into a host cell. A construct may contain an insert of DNA from an external source, and may be used for cloning or for expression purposes." ; + "PERSON: Nicole Vasilevsky" ; + "vector" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "construct" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "BAC" ; + "Often used to sequence the genome of organisms in genome projects." ; + ; + "An artificial chromosome vector that contains portions of the bacterial fertility plasmid (F-plasmid). Used for transforming and cloning in bacteria, usually E. coli." ; + "PERSON: Nicole Vasilevsky" ; + "bacterial artificial chromosome" ; + "http://en.wikipedia.org/wiki/Bacterial_artificial_chromosome" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "BAC" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "YAC" ; + ; + "An artificial chromosome containing chromosomal features needed for replication and preservation in yeast cells (origin, telomere, and centromere). A YAC is built using an initial circular plasmid, which is typically broken into two linear molecules using restriction enzymes to allow ligation of a sequence or gene of interest and form a single large linear piece of DNA. YACs are useful for the physical mapping of complex genomes and for the cloning of large genes." ; + "PERSON: Nicole Vasilevsky" ; + "yeast artificial chromosome" ; + "http://en.wikipedia.org/wiki/Yeast_artificial_chromosome" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "YAC" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "PAC" ; + ; + "An artificial chromosome derived from the genome of the P1 bacteriophage. Used for transforming and cloning in bacteria, usually E. coli." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/P1-derived_artificial_chromosome" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "PAC" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "cosmid" ; + ; + "A hybrid plasmid that contains cos DNA sequences derived from the Lambda bacteriophage, which allow for DNA packaging in phage capsids for delivery by viral transduction." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Cosmid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "cosmid" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "fosmid" ; + ; + "A hybrid plasmid that contains sequences from the bacterial F-plasmid to enable packaging in lambda phage for delivery by viral transduction." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fosmid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "fosmid" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "peptide library" ; + ; + "Reagent library that contains a great number of peptides that have a systematic combination of amino acids. Usually, a peptide library is synthesized on solid phase, mostly on resin, which can be made as flat surface or beads." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Peptide_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "peptide library" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "chemical library" ; + "A library of kinase inhibitors." ; + ; + "Reagent library that is a collection of stored chemicals. Each chemical has associated information stored in some kind of database with information such as the chemical structure, purity, quantity, and physiochemical characteristics of the compound." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Chemical_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "chemical library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "yeast two-hybrid library" ; + "A library used to screen interacting proteins." ; + ; + "An expression library that is a collection of yeast two hybrid constructs. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Two-hybrid_screening" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "yeast two-hybrid library" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "A construct that can be used to detect protein-protein interactions." ; + ; + "A construct used for yeast two hybrid screening assays, which is engineered to express a protein of interest fused to either the DNA-binding domain (BD) fragment or activation domain (AD) of a transcription factor. Yeast two hybrid constructs are typically plasmids or phagemids." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Two-hybrid_screening" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "yeast two-hybrid construct" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A lambda phage expressing a gene of interest." ; + ; + "A transgenic virus derived from a lambda phage that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "lambda phage vector" ; + "http://en.wikipedia.org/wiki/Vector_%28molecular_biology%29" ; + rdfs:label "transgenic lambda phage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "phage display peptide library" ; + ; + "A peptide library that contains phage display, an expression system of peptides, at the surface of phage particles. The construction of a phage display library is accomplished by the incorporation of the nucleotide sequence encoding the peptide to be displayed into a phage genome as a fusion to a gene encoding a phage coat protein. The fusion of the protein with the phage coat protein ensures that the peptide to be displayed is presented at the surface of the mature phage, while the sequence encoding it is contained within the same phage particle, allowing a physical link between the phenotype and genotype of the expressed peptide." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.phagedisplay.net/" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "phage display peptide library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "combinatorial peptide library" ; + ; + "A peptide library synthesized through combinatorial chemistry techniques." ; + "PERSON: Matthew Brush" ; + "http://www.genomicglossaries.com/content/libraries_synthesis.asp" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "combinatorial peptide library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "overlapping peptide peptide library" ; + ; + "A peptide library in which peptide sequences are engineered to exhibit a specified degree of overlap with other peptides in the library. The library generation process is characterized by two parameters, fragment length and offset number, each library is generated by breaking the original protein or peptide into many equal-length overlapping fragment, each has 8 to 20 residues in size." ; + "PERSON: Matthew Brush" ; + "http://www.genscript.com/overlapping_library.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "overlapping peptide peptide library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "alanine scanning peptide library" ; + ; + "A peptide library containing peptides in which each non-alanine residue is substituted one at a time with an alanine residue, allowing determination of each residue's contribution to the peptides functionality. Alanine scanning library is able to identify specific amino acid residues responsible for the peptide's function, stability, and conformation." ; + "PERSON: Matthew Brush" ; + "http://www.genscript.com/alanine_scanning.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "alanine scanning peptide library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A natural products extracts chemical library can be used to screen for drug targets." ; + ; + "A chemical library that consists of chemicals produced by and extracted from living organisms." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "natural product extracts chemical library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A chemical library that consists of chemicals known to exert a biological effect in living organisms or cells." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "known bioactives collection chemical library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A chemical library that consists solely of synthetic chemicals." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "synthetic chemical library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgA has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical alpha heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgA" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgD has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical delta heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgD" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgE has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical episilon heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgE" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgM has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical mu heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgM" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG1 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 1 heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG1" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2 heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG2" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2a has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2a heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG2a" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2b has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2b heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG2b" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG2c has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 2c heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG2c" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG3 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 3 heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG3" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "The antibody isotype that is a glycoprotein molecules that are produced by plasma cells in response to an immunogen and which function as antibodies. IgG4 has a four chain structure as the basic unit. They are composed of two identical light chains (23kD) and two identical gamma 4 heavy chains (50-70kD)." ; + "PERSON: Nicole Vasilevsky" ; + "http://pathmicro.med.sc.edu/mayer/IgStruct2000.htm" ; + rdfs:label "IgG4" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "biosafety level" ; + "Work with ebola virus is a biosafety level 4." ; + ; + "A biosafety level is the level of the biocontainment precautions required to isolate dangerous biological agents in an enclosed facility. The levels of containment range from the lowest biosafety level 1 to the highest at level 4." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Biosafety_level" ; + rdfs:label "biosafety level" ; + rdfs:subClassOf ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "biosafety level 1" ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "biosafety level 2" ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "biosafety level 3" ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "biosafety level 4" ; +. + + a owl:ObjectProperty ; + "has biosafety level" ; + "Working with ebola virus has biosafety level 4." ; + ; + "Level of the biocontainment precautions required to isolate dangerous biological agents in an enclosed facility. Levels range from level 1 (lowest) to 4 (highest). In the United States, the Centers for Disease Control and Prevention (CDC) specified these levels." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_biosafety_level" ; + rdfs:range ; +. + + a owl:Class ; + "IgG is a common antibody isotype for monoclonal antibodies." ; + ; + "A subtype of antibodies. In placental mammals there are five antibody isotypes known as IgA, IgD, IgE, IgG and IgM. The \"Ig\" prefix that stands for immunoglobulin, another name for antibody, and differ in their biological properties, functional locations and ability to deal with different antigens." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Antibody#Isotypes" ; + rdfs:comment "To be defined differently as subtype of antibody" ; + rdfs:label "antibody isotype" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Samples analyzed by transmission electron microscopy are prepared using an ultratome." ; + ; + "A microtome that can allow for the preparation of extremely thin sections. The linear thermal expansion of the mounting is used to provide very fine control of the thickness allowing for extremely thin cuts, which are especially important for use with transmission electron microscope (TEM)." ; + "PERSON: Melissa Haendel" ; + "ultramicrotome" ; + "http://en.wikipedia.org/wiki/Microtome#Ultramicrotome" ; + rdfs:label "ultratome" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "two-photon confocal microscope" ; + "Used for imaging of biological samples." ; + ; + "A confocal microscope that uses laser-excited autofluorescence and second harmonic signals that can be analyzed to construct a three dimensional, microanatomical, structural image." ; + "PERSON: Karen Corday" ; + "http://web.mit.edu/solab/Documents/Assets/Navarro-2P-A%20nondestructive%20method%20for%20studying%20wound%20healing.pdf" ; + rdfs:label "two-photon confocal microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Quantitating DNA after a plasmid preparation, using a spectrophotometer." ; + ; + "A nucleic acid assay that is used to quantify the amount of DNA." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "DNA quantitation assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "mRNA fluorophore labeling for use in microarray analysis." ; + ; + "A labeling technique whereby nucleic acids are labeled with radioisotopes, fluorophores, or other molecular entities for the purposes of tracking nucleic acids in an experimental system. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "nucleic acid labeling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Technical support for computer software." ; + "Technical support to use a flow cytometer." ; + ; + "Process whereby technical expertise is given regarding design, repair, upkeep, or by building instruments." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Instrumentation" ; + rdfs:label "instrumentation technical support" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Cell structure can be examined by electron microscopy." ; + ; + "A microscopy technique that produces an electronically-magnified image of a specimen for detailed observation. The electron microscope (EM) uses a particle beam of electrons to illuminate the specimen and create a magnified image of it. The microscope has a greater resolving power than a light-powered optical microscope, because it uses electrons that have wavelengths about 100,000 times shorter than visible light (photons), and can achieve magnifications of up to 2,000,000x, whereas light microscopes are limited to 2000x magnification." ; + "PERSON: Nicole Vasilevsky" ; + "Diagnostic electron microscopy" ; + "EM" ; + "http://en.wikipedia.org/wiki/Electron_microscope" ; + rdfs:label "electron microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An electron microscopy technique whereby a beam of electrons are transmitted through an ultra thin specimen, interacting with the specimen as it passes through. An image is formed from the interaction of the electrons transmitted through the specimen; the image is magnified and focused onto an imaging device, such as a fluorescent screen, on a layer of photographic film, or to be detected by a sensor such as a CCD camera." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Transmission_electron_microscopy" ; + rdfs:label "transmission electron microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to image biomolecules." ; + ; + "A type of electron microscopy that images the sample surface by scanning it with a high-energy beam of electrons in a raster scan pattern. The electrons interact with the atoms that make up the sample producing signals that contain information about the sample's surface topography, composition and other properties such as electrical conductivity." ; + "PERSON: Nicole Vasilevsky" ; + "SEM" ; + "http://en.wikipedia.org/wiki/Scanning_electron_microscope" ; + rdfs:label "scanning electron microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "oligonucleotide synthesis" ; + "Production of primers." ; + ; + "Biomolecule synthesis of relatively short fragments of nucleic acids with defined chemical structure (sequence)." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Oligonucleotide_synthesis" ; + rdfs:label "oligonucleotide synthesis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "microcapillary electrophoresis" ; + "The Agilent 2100 Bioanalyzer is a microfluidics-based platform for sizing, quantification and quality control of DNA, RNA, proteins and cells on a single platform." ; + ; + """Electrophoresis designed to separate species based on their size to charge ratio in the interior of a small microcapillary filled with an electrolyte. +""" ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Capillary_electrophoresis" ; + rdfs:label "microcapillary electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Data containing moving pictures stored in digital and analog formats." ; + "PERSON: Carlo Torniai" ; + "http://en.wikipedia.org/wiki/Video" ; + rdfs:label "video" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An image of an agarose gel stained with Ethidium bromide." ; + ; + "Images that are obtained from gels, such as polyacrylamide or agarose gels used to analyze protein or DNA." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "gel image" ; +. + + a owl:Class ; + "ion trap mass spectrometer" ; + ; + "A mass spectrometer that uses three electrodes to trap ions in a small volume. The mass analyzer consists of a ring electrode separating two hemispherical electrodes. A mass spectrum is obtained by changing the electrode voltages to eject the ions from the trap. The ion-trap mass spectrometer has a compact size and the ability to trap and accumulate ions to increase the signal-to-noise ratio of a measurement." ; + "PERSON: Erik Segerdell" ; + "http://www.chemistry.adelaide.edu.au/external/soc-rel/content/ion-trap.htm" ; + rdfs:label "ion trap mass spectrometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "DAPI stain to stain nuclei." ; + ; + "Staining that involves the application of dye to cells." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "cell staining" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A virus plaque assay is performed to determine viral titers of viral supernatants, that are used to infect cells to study gene function." ; + ; + "An organismal assay that is used to determine viral titers." ; + "PERSON: Melissa Haendel" ; + "Plaque assay" ; + "virus replication assay" ; + "http://www.biology-online.org/dictionary/Plaque_assay" ; + rdfs:label "virus plaque assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Purification of a protein." ; + ; + "Material processing whereby one material is separated into a pure fraction from one or more other materials." ; + "PERSON: Melissa Haendel" ; + "http://www.biology-online.org/dictionary/Purification" ; + rdfs:label "purification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Production of viral supernatants to study a specific gene." ; + ; + "Purification that is used to purify viral entities." ; + "PERSON: Melissa Haendel" ; + "Plaque assay" ; + "http://www.biology-online.org/dictionary/Plaque_assay" ; + rdfs:label "virus plaque purification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An nucleic acid assay that is used to quantify the amount of RNA." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "RNA quantitation assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Amplification of a fragment of DNA." ; + ; + "Polymerase chain reaction that involves two sets of primers, used in successive runs of polymerase chain reaction whereby the second set of primers is intended to amplify a secondary target within the first run product." ; + "PERSON: Melissa Hanedel" ; + "Nested PCR" ; + "http://en.wikipedia.org/wiki/Nested_polymerase_chain_reaction" ; + rdfs:label "nested polymerase chain reaction" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Extraction of DNA from an input material that specifically isolates viral DNA." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "viral DNA extraction" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "inverted microscope" ; + "Cell lines can be visualized using an inverted microscope." ; + ; + "An optical microscope with its light source and condenser on the top, above the stage pointing down, while the objectives and turret are below the stage pointing up." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Inverted_microscope" ; + rdfs:label "inverted microscope" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "posttranslational modification" ; + "Experimental phosphorylation of a protein." ; + ; + "Chemical modification of a protein after translation in an experimental setting." ; + "PERSON: Karen Corday" ; + "Experimental post-translational modification" ; + "Experimental post-translational protein modification" ; + "Experimental post-translational protein processing" ; + "Experimental protein modification" ; + "Experimetnal PTM" ; + "http://en.wikipedia.org/wiki/Posttranslational_modification" ; + rdfs:label "experimental posttranslational modification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "protein identification" ; + "Mass spectrometry is a method for protein identification." ; + ; + "A protein assay performed to identify the sequence of proteins in a molecule." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "protein identification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An drug intervention for cancer." ; + ; + "A planned process used to influence one or more factors in a research study, and the independent variable in an interventional study wherein the influence is measured or evaluated." ; + "PERSON: Melanie Wilson" ; + "PERSON: Melissa Haendel" ; + rdfs:label "intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "case-only study" ; + ; + "Observational study whereby there is a single group of individuals with specific characteristics. This is a method that analyzes data from a case series and is used in case-crossover studies, in case-specular designs, and in molecular and genetic epidemiology to assess relationships between environmental exposures and genotypes." ; + "PERSON: Melissa Haendel" ; + "A Dictionary of Epidemiology, Fifth Edition, Edited by Miquel Porta. p. 33. ISBN:978-0-19-531449-6 http://prsinfo.clinicaltrials.gov/definitions.html" ; + rdfs:label "case-only study" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A PCR workstation." ; + ; + "This device provides effective decontamination of solutions, reagents and equipment before carrying out sensitive PCR reactions or other nucleotide-free operations." ; + "PERSON: Melissa Haendel" ; + "PCR workstation" ; + "http://www.prohealthservicezone.com/Customisation/News/Analysis_Inspection_and_Laboratory/PCR_equipment/Safety_certified_PCR_workstation.asp" ; + rdfs:label "nucleotide-free workbench" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "water purification system" ; + "A portable water purifier." ; + ; + "Device that is used to purify water of contaminants." ; + "PERSON: Melissa Haendel" ; + "http://www.millipore.com/lab_water/clw4/tutorial&tabno=5" ; + rdfs:comment "There are likely numerous subtypes here, but this maybe too granular for our needs." ; + rdfs:label "water purification system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "blinded outcome assessor role" ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in accessing the outcomes of a blinded study." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "blinded outcome assessor role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "blinded caregiver role" ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in providing care to a patient without knowledge of the type of treatment or intervention that is used, such as blinding in a clinical trial." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "blinded caregiver role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A role inhering in a person or organization that is realized when the bearer performs a study without knowledge of the type of treatment or intervention that is used, such as blinding in a clinical trial." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Randomized_controlled_trial" ; + rdfs:label "blinded investigator role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "blinded subject role" ; + "A patient is given a treatment, but is unaware if it is the placebo or actual drug." ; + ; + "A role inhering in a person or organization that is realized when the bearer participates in a study, such as a clinical trial but is not aware of the type of treatment or intervention that is used." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Randomized_controlled_trial" ; + rdfs:label "blinded subject role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "open blinded study" ; + ; + "An interventional study in which the person collecting the data and the subject know whether the subjects are in the control or experimental groups." ; + "PERSON: Nicole Vasilevsky" ; + "Open trial" ; + "Open-label trial" ; + "http://medical-dictionary.thefreedictionary.com/single-blind+study" ; + rdfs:label "open blinded study" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "single blinded study" ; + ; + "An interventional study in which the person collecting the data knows whether the subjects are in the control or experimental groups but the subjects do not." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/single-blind+study" ; + rdfs:label "single blinded study" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "double blinded study" ; + ; + "An interventional study in which neither the subjects of the experiment nor the persons administering the experiment know the critical aspects of the experiment; a double-blind procedure is used to guard against both experimenter bias and placebo effects." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/double-blind+study" ; + rdfs:label "double blinded study" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The number of viable cells can be counted on a hemocytometer after trypan blue staining." ; + ; + "A cytometer used for visual counting of cells in a blood sample or other fluid under a microscope." ; + "PERSON: Nicole Vasilevsky" ; + "manual cytometer" ; + "http://www.google.com/search?q=hemocytometer&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#hl=en&client=firefox-a&hs=9NX&rls=org.mozilla:en-US:official&q=hemocytometer&tbs=dfn:1&tbo=u&sa=X&ei=HX1BTqT0BezViAL324WVBQ&ved=0CBYQkQ4&bav=on.2,or.r_gc.r_pw.r_cp.&fp=a5190ac754b40f6f&biw=1505&bih=751" ; + rdfs:label "hemocytometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A coulter counter is a commonly used automatic cytometer." ; + ; + "A cytometer that automatically counts and sizes particles and cells by detecting changes in electrical conductance of a small aperture as fluid containing cells are drawn through." ; + "PERSON: Tenille Johnson" ; + "automatic cell counter" ; + "coulter counter" ; + "viability analyzer" ; + "http://en.wikipedia.org/wiki/Coulter_counter" ; + rdfs:label "automatic cytometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A memory controller that manages access to memory for the computer." ; + ; + "A device that interfaces with a peripheral device. This may be a link between two parts of a computer (for example a memory controller that manages access to memory for the computer) or a controller on an external device that manages the operation of (and connection with) that device." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Controller_%28computing%29" ; + rdfs:label "controller" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to store and house cell lines and cultures." ; + ; + "A incubator that controls the carbon dioxide (CO2) content of the atmosphere inside." ; + "PERSON: Tenille Johnson" ; + "Carbon dioxide incubator" ; + "http://en.wikipedia.org/wiki/Co2_incubator" ; + rdfs:label "CO2 incubator" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "stereotaxic device" ; + "A head is positioned in a stereotaxic device, prior to brain surgery." ; + ; + "Device that immobilizes and positions an organism such that surgery may be performed using an external, three-dimensional frame of reference, usually based on the Cartesian coordinate system." ; + "PERSON: Melissa Haendel" ; + "stereotaxic lab standard" ; + "http://www.thefreedictionary.com/stereotaxic" ; + rdfs:label "stereotaxic device" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "dual stereotaxic device" ; + "http://www.kopfinstruments.com/Stereotaxic/902.htm" ; + ; + "Stereotaxic device which allows positioning of two organisms simultaneously." ; + "PERSON: Melissa Haendel" ; + "dual stereotaxic lab standard" ; + "PERSON: Melissa Haendel" ; + rdfs:label "dual stereotaxic device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "single stereotaxic device" ; + "Positioning a head in a stereotaxic device prior to brain surgery." ; + ; + "Stereotaxic device which allows positioning of a single organism." ; + "PERSON: Melissa Haendel" ; + "single stereotaxic lab standard" ; + "PERSON: Melissa Haendel" ; + rdfs:label "single stereotaxic device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "microtome cryostat" ; + "Histological sections are cut using a microtome cryostat." ; + ; + "Microtome that cuts frozen tissue within a temperature controlled frozen environment." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "microtome cryostat" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "anesthesia induction chamber" ; + "Mice are placed in an anesthesia induction chamber, for administration of anesthesia." ; + ; + "An inhalation chamber that used to anesthetize organisms that allows for controlled exposure to the anesthesia while eliminating personnel exposure to anesthetic gas." ; + "PERSON: Melissa Haendel" ; + "http://www.ezanesthesia.com/ez_anesthesia/index.html" ; + rdfs:label "anesthesia induction chamber" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "infrared spectrophotometer" ; + "Infrared spectroscopy is used in quality control, dynamic measurement, and monitoring applications such as the long-term unattended measurement of CO2 concentrations in greenhouses." ; + ; + "Spectrophotometer that has a prism or grating for the study and recording of infrared spectra. It usually consists of a radiation source such as a Nernst glower, a monochromator, a detector, an amplifier and a recorder." ; + "PERSON: Melissa Haendel" ; + "infared spectrophotometer" ; + "http://www.photonics.com/directory/dictionary/Definition.aspx?type=2&DictionaryID=4754" ; + rdfs:label "infrared spectrophotometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "intravenous injection" ; + "Tail vein injection into a mouse." ; + ; + "Injection of a substance into the vein of an organism." ; + "PERSON: Melissa Haendel" ; + "IV injection" ; + "PERSON: Melissa Haendel" ; + rdfs:label "intravenous injection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "deconvolution microscope" ; + "Used to image biological samples." ; + ; + "Fluorescence microscope that uses a computational method to reduce out-of-focus fluorescence in three-dimensional (3D) microscope image." ; + "PERSON: Nicole Vasilevsky" ; + "McNally et al., Methods. 1999 Nov;19(3):373-85. PMID: 10579932" ; + rdfs:label "deconvolution microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "gavage" ; + "Administration of a drug into an animal via gavage." ; + ; + "Agent delivery of substances by means of a small plastic tube passed through the nose or mouth into the stomach, not explicitly 'forcibly'." ; + "PERSON: Karen Corday" ; + "Enteral tube feeding" ; + "Gastrogavage" ; + "Tube feeding" ; + "http://en.wikipedia.org/wiki/Force-feeding" ; + rdfs:label "gavage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "intraperitoneal injection" ; + "Injection of a substance into the peritoneal cavity." ; + ; + "Injection of a substance into the body cavity." ; + "PERSON: Karen Corday" ; + """IP injection +""" ; + "IP" ; + "i.p. injection" ; + "i.p." ; + "http://en.wikipedia.org/wiki/Intraperitoneal_injection" ; + rdfs:label "intraperitoneal injection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "subcutaneous injection" ; + "Injection of a solution into the scruff of the neck of a rodent." ; + ; + "Injection of a a bolus into the subcutis, the layer of skin directly below the dermis and epidermis, collectively referred to as the cutis." ; + "PERSON: Karen Corday" ; + "S.C. injection" ; + "SC injection" ; + "Sub cu injection" ; + "http://en.wikipedia.org/wiki/Subcutaneous_injection" ; + rdfs:label "subcutaneous injection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "surgery" ; + "Surgical removal of a mole." ; + ; + "A material processing technique that uses operative manual and instrumental techniques on a patient to investigate and/or treat a pathological condition such as disease or injury or to help improve bodily function or appearance." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Surgery" ; + rdfs:label "surgery" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "NMR spectra data" ; + ; + "NMR spectra is the intensity of the NMR signal as a function of frequency." ; + "PERSON: Karen Corday" ; + "Nuclear magnetic resonance spectra data" ; + "http://en.wikipedia.org/wiki/Nuclear_magnetic_resonance" ; + rdfs:label "NMR spectra data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "NMR-based metabolite profiling" ; + ; + "A nuclear magnetic resonance assay used for profiling of metabolites (a process which aims at detecting and identifying chemical entities resulting from biochemical and cellular metabolism) using nuclear magnetic resonance." ; + "PERSON: Karen Corday" ; + "http://cfpub.epa.gov/si/si_public_record_report.cfm?dirEntryId=201425" ; + rdfs:label "NMR-based metabolite profiling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "gas chromatography-mass spectrometry platform" ; + "Can be used for protein identification and characterization." ; + ; + "A mass spectrometer that combines the gas-liquid chromatography and mass spectrometry to identify different substances within a test sample." ; + "PERSON: Karen Corday" ; + "GC-MS platform" ; + "GC/MS platform" ; + "http://en.wikipedia.org/wiki/Gas_chromatography-mass_spectrometry" ; + rdfs:label "gas chromatography-mass spectrometry platform" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "electrocardiogram" ; + "An electrocardiogram is used to measure heart function." ; + ; + "A physiological assay that is a transthoracic interpretation of the electrical activity of the heart over time captured and externally recorded by skin electrodes. It is a noninvasive recording produced by an electrocardiographic device." ; + "PERSON: Karen Corday" ; + "ECG" ; + "http://en.wikipedia.org/wiki/Electrocardiography" ; + rdfs:label "electrocardiogram" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "cardiac output measurement" ; + "An echocardiogram." ; + ; + "A physiological assay that measures cardiac output, which is the volume of blood being pumped by the heart, in particular by a ventricle in a minute. Methods of measurement range from direct intracardiac catheterisation to non-invasive measurement of the arterial pulse." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Cardiac_output" ; + rdfs:label "cardiac output measurement" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "echocardiogram" ; + "Used to study heart function." ; + ; + "A physiological assay that uses standard ultrasound techniques to take two-dimensional pictures of the cardiovascular system and can produce accurate assessment of the velocity of blood and cardiac tissue at any arbitrary point using pulsed or continuous wave Doppler ultrasound." ; + "PERSON: Karen Corday" ; + "Cardiac US scan" ; + "Diagnostic ultrasound of heart" ; + "Echocardiographic procedure" ; + "Echocardiography" ; + "US scan of heart" ; + "Ultrasonic cardiography" ; + "Ultrasonography of heart" ; + "Ultrasound of heart" ; + "cardiac ECHO" ; + "http://en.wikipedia.org/wiki/Echocardiography" ; + rdfs:label "echocardiogram" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "invasive hemodynamic measurement" ; + ; + "A physiological assay that measures simultaneously acquired and processed blood flow and blood pressure via the placement of invasive catheters into the vasculature." ; + "PERSON: Karen Corday" ; + "Pollack, A. N. (Ed.) (2011). Critical care transport. Sudbury, MA: Jones and Bartlett. ISBN: 978-0- 7637-1223-5. http://books.google.com/books?id=cuWoyV19dq8C" ; + rdfs:label "invasive hemodynamic measurement" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "data acquisition" ; + "Acquisition of flow cytometry data." ; + ; + "A technique that samples real world physical conditions and conversion of the resulting samples into digital numeric values that can be manipulated by a computer." ; + "PERSON: Karen Corday" ; + "DAQ" ; + "http://en.wikipedia.org/wiki/Data_acquisition" ; + rdfs:label "data acquisition" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "tail vein injection" ; + "Adoptive transfer of cells via tail vein." ; + ; + "An intravenous injection of a substance into the lateral tail vein of an organism, usually a mouse or rat." ; + "PERSON: Karen Corday" ; + "http://www.lab-manual.com/lm_383.htm" ; + rdfs:label "tail vein injection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "mouse breeding" ; + "Breeding transgenic mice." ; + ; + "A laboratory animal care technique performed to produce offspring of laboratory mice by pairing mice as mating pairs. Breeding methods include selective breeding, which is the systematic breeding of animals in order to change certain qualities in them, inbreeding, which is the breeding of genetically related mice, and strain breeding, which concentrates on a certain mouse and its offspring, usually involving moderate inbreeding." ; + "PERSON: Karen Corday" ; + "http://www.hiiret.fi/eng/breeding/index.html" ; + rdfs:label "mouse breeding" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + "service provided by" ; + "A core laboratory provides a service." ; + ; + "Organization or laboratory performing the service." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "service_provided_by" ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + owl:inverseOf ; +. + + a owl:Class ; + "Allowing access to a microscope in a core lab." ; + ; + "A service offering that describes a service in which the consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider. Ownership of the accessed resource remains with the service provider during and after provision of service." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Coordinate with NIF" ; + rdfs:label "access service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A computer server." ; + ; + "A service offering that describes a service in which the consumer provides some material or data as input which a service provider stores and returns as output." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "coordinate with NIF. NIF ID:nlx_res_20090419" ; + rdfs:label "storage service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Training a researcher to use a microscope." ; + ; + "A service offering that describes a service in which the provider offers educational materials or events, such as courses, workshops or graduate programs, to the service consumer " ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090444" ; + rdfs:label "training service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Biopsy service." ; + ; + "A service offering that describes a service in which the provider makes physical changes to a specified input material entity with the objective of producing a new material entity form input materials, or modifying the input material entity, and returning this as output to the service consumer" ; + "PERSON: Nicole Vasilevsky" ; + "http://neurolex.org/wiki/Category:Production_service_resource" ; + rdfs:comment "Coordinate with NIF: NIF ID: nlx_res_20090416" ; + rdfs:label "material processing service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Flow cytometry analysis of T cells." ; + ; + "An analysis service offering that describes a service in which the consumer provides some input material and a service provider performs some analysis of this material to generate data that is returned to the service consumer." ; + "PERSON: Nicole Vasilevsky" ; + "http://neurolex.org/wiki/Category:Analysis_service_resource" ; + rdfs:comment "Coordinate with NIF: NIF ID: nlx_res_20090420" ; + rdfs:label "material analysis service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Production of monoclonal antibodies from a hybridoma." ; + ; + "A material processing service offering that describes a service in which the provider makes physical changes to a specified input material that produce a new entity as specified output that is returned the service consumer. The specified output of a material production service can be contained within, derived from, or synthesized from specified input materials, but it represents a material entity that is of a distinct type from any of the specified input materials." ; + "PERSON: Matthew Brush" ; + "http://neurolex.org/wiki/Category:Material_service_resource" ; + rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090418" ; + rdfs:label "material production service" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + "A cancer researcher performs apoptosis assays." ; + ; + "Technique carried out by the person or laboratory." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "performs" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "is performed by" ; + "Confocal microscopy is performed by a confocal core laboratory." ; + ; + "Person or laboratory that performs the service or technique." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "is_performed_by" ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + owl:inverseOf ; +. + + a owl:Class ; + "Samples can be requested and easily retrieved from a biobank picking station." ; + ; + "An instrument comprised of a number of -80 C storage units with liquid carbon dioxide back-up and a centralized automated picking station that reads the 2D barcodes on all tubes and re-arrays any requested samples at 15 C." ; + "PERSON: Bob Garces" ; + "Zuo, D., et al. (2006). PlasmID: a centralized repository for plasmid clone information and distribution. Nucleic Acids Research, Database issue D1-D5. DOI:10.1093/nar/gkl898 (http://nar.oxfordjournals.org/cgi/screenpdf/gkl898v1)" ; + rdfs:label "biobank picking station" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument that is used to electronically read printed barcodes" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Barcode_reader" ; + rdfs:label "barcode reader" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "cell analysis" ; + "Flow cytometry." ; + ; + "An assay that generates data about the presence, quantity, structure, function, behavior, or activity of cells, or a process that occurs at a cellular level of anatomical granularity (includes subcellular structures and organelles)." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "cellular assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "data storage" ; + "Storing data on a server." ; + ; + "A data transformation technique that involves the process of recording or retrieving information or data." ; + "PERSON: Karen Corday" ; + "Information storage" ; + "bulk data storage" ; + "research data storage" ; + "http://en.wikipedia.org/wiki/Data_storage" ; + rdfs:label "data storage" ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "construct backbone" ; + "pENTER" ; + ; + "Name of the construct backbone. This label is often the first part of a construct name and refers to the part of the construct that is not the insert." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "construct_backbone" ; + rdfs:range xsd:string ; +. + + a owl:Class ; + "construct insert" ; + "A gene, such as p53." ; + ; + "Reagent that is part of a construct comprised of DNA from an external source." ; + "PERSON: Melissa Haendel" ; + "http://www.answers.com/topic/dna-construct" ; + rdfs:label "construct insert" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:DatatypeProperty ; + "accession number" ; + "The accession number for a gene." ; + ; + "Unique identifier of a biological polymer sequence (DNA, RNA, protein) when it is submitted to a sequence database." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + ) ; + ] ; + rdfs:label "has_accession_number" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "insert size" ; + "A 40bp insert." ; + ; + "Number of base pairs in the insert." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_insert_size" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "insert tag" ; + "A FLAG tag on a protein." ; + ; + "Expression tag that allows tracking of the RNA or protein." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "has_tag" ; + rdfs:range xsd:string ; +. + + a owl:Class ; + "Labeling of proteins using fluorescent-tagged antibodies." ; + ; + "An imaging assay that allows for detection and visualization of the location and relative abundance of any protein in cells or tissues by microscopy using fluorescent tagged antibodies." ; + "PERSON: Nicole Vasilevsky" ; + "Fluorescent immunoassay" ; + "IF" ; + "IMF assay" ; + "IMF" ; + "Immunofluorescence assay" ; + "http://www.bio.davidson.edu/courses/genomics/method/IMF.html" ; + rdfs:label "immunofluorescence microscopy assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used for protein identification and characterization." ; + ; + "A mass spectrometry assay used for the screening of apparent or novel metabolic phenotypes in functional genomic studies of plants or microbes." ; + "PERSON: Karen Corday" ; + "GC-MS based metabolite profiling" ; + "GC/MS metabolite profiling" ; + "Kopka, J. (2006). Current challenges and developments in GC-MIS metabolite profiling technology. Journal of Biotechnology, 123, 312-322. PMID: 16434119" ; + rdfs:label "gas chromatography-mass spectrometry metabolite profiling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "protein-ligand interaction assay" ; + "An assay to determine if myoglobin binds to its ligand, heme." ; + ; + "A protein interaction detection assay used to study protein-ligand interactions." ; + "PERSON: Tenille Johnson" ; + "ligand binding analysis" ; + "http://en.wikipedia.org/wiki/Protein_ligand" ; + rdfs:label "protein-ligand interaction assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A SNP in the F5 gene causes a hypercoagulability disorder with the variant Factor V Leiden." ; + ; + "A nucleic acid assay used to detect single nucleotide variations in a nucleotide sequence." ; + "PERSON: Nicole Vasilevsky" ; + "SNP analysis" ; + "http://en.wikipedia.org/wiki/Single-nucleotide_polymorphism" ; + rdfs:label "single-nucleotide polymorphism analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for genetic analysis." ; + ; + "A nucleic acid assay used method for detection of chromosomal deletions by loss of heterozygosity studies and for detection of microsatellite instability." ; + "PERSON: Karen Corday" ; + "DNA fingerprining" ; + "Forensic genetic analysis" ; + "Genetic fingerprinting" ; + "Microsatellite instability analysis" ; + "STR profiling" ; + "Short tandem repeat profiling" ; + "Wild, P. J. et al. (2004). Laser microdissection for microsatellite analysis in colon and breast cancer. In G. I. Murray and S. Curran (Eds.), Laser capture microdissection: methods and protocols. New York: Springer. doi/10.1385/1-59259-853-6:093" ; + rdfs:comment "DNA profiling ; STR analysis ; Short tandem repeat analysis" ; + rdfs:comment "STR analysis" ; + rdfs:comment "Short tandem repeat analysis" ; + rdfs:label "microsatellite analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Mouse embryonic fibroblast cells." ; + ; + "Cell culture of embryonic stem cells, which were derived from embryos in vitro." ; + "PERSON: Karen Corday" ; + "ES cell culture" ; + "http://stemcells.nih.gov/info/basics/basics3.asp" ; + rdfs:label "embryonic stem cell culture" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Transfection of a gene into stem cells." ; + ; + "Electroporation in embryonic stem cells to overexpress a protein of interest." ; + "PERSON: Karen Corday" ; + "ES cell electroporation" ; + "http://en.wikipedia.org/wiki/Electroporation" ; + rdfs:label "embryonic stem cell electroporation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Antibody generation in B cells." ; + ; + "Experimental genetic modification that uses homologous recombination to change an endogenous gene. The method can be used to delete a gene, remove exons, add a gene, and introduce point mutations." ; + "PERSON: Karen Corday" ; + "Genetic engineering" ; + "Genome manipulation" ; + "Homologous recombination" ; + "http://en.wikipedia.org/wiki/Gene_targeting" ; + rdfs:label "targeted homologous recombination" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to generate transgenic mice strains." ; + ; + "A material processing technique in which eggs from female animals are mixed with sperm from male animals. After the egg is fertilized and divides into an embryo, the embryo is split into identical embryos, and implanted in separate female surrogates, and allowed to develop normally." ; + "PERSON: Karen Corday" ; + "Embryo transfer" ; + "Paul, N. (2002). Science for you: biology. Cheltenham: Nelson Thomas Ltd. (http://books.google.com/books?id=gTWbFq3gCPUC)" ; + rdfs:label "embryo transplantation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "environmental chamber" ; + "An anesthesia chamber for rodents." ; + ; + "An environment control instrument used to test the effects of specified environmental conditions on biological samples, industrial products, materials, and electronic devices and components. An environmental chamber can be used as a stand-alone test for environmental effects on test specimens, as preparation of test specimens for further physical tests or chemical tests, or as environmental conditions for conducting testing of specimens." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Environmental_chamber" ; + rdfs:label "environmental chamber" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "charge-coupled device camera" ; + "Can be used in medical imaging." ; + ; + "A digital camera that is designed to convert optical brightness into electrical amplitude signals using a plurality of CCDs, and then reproduce the image of a subject using the electric signals without time restriction." ; + "PERSON: Tenille Johnson" ; + "CCD camera" ; + "http://www.electronics-manufacturers.com/products/digital-photography/ccd-camera/" ; + rdfs:label "charge-coupled device camera" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "charge-coupled device detector" ; + "A charged-coupled device camera used for medical imaging." ; + ; + "A photodetector that senses light or other electromagnetic energy using a charge coupled device (CCD), which detects the movement of electrical charge, usually from within the device to an area where the charge can be manipulated." ; + "PERSON: Tenille Johnson" ; + "CCD detector" ; + "http://en.wikipedia.org/wiki/Charge-coupled_device" ; + rdfs:label "charge-coupled device detector" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Production of transgenic mice." ; + ; + "Injection into blastocysts (pre-implantation embryos), which are isolated from donor females and microinjected with genetically modified embryonic stem (ES) cells." ; + "PERSON: Karen Corday" ; + "http://www.imbim.uu.se/resource/Blastocystinjection.html" ; + rdfs:label "blastocyst injection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Lipofectamine is a commonly used transfection reagent." ; + ; + "A chemical reagent that introduces foreign DNA into a eukaryotic cell." ; + "PERSON: Karen Corday" ; + "http://www.iscid.org/encyclopedia/Transfection_Reagents" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "transfection reagent" ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:DatatypeProperty ; + "study population" ; + "African american study population." ; + ; + "Characteristics of the human population being studied. May include number, demographic or geographic information, inclusion or exclusion criteria, or other descriptive information." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_study_population" ; + rdfs:range xsd:string ; +. + + a owl:Class ; + "BAC library" ; + "A BAC library containing the mouse genome." ; + ; + "A genomic library that contains discrete collections of host bacteria, each of which carries a DNA insert from a source organism cloned into a BAC construct, such that the collection of cloned DNA molecules represents the entire genome of the source organism. This term can also represent the collection of BAC constructs prior to their delivery into the host cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Genomic_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "BAC library" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "expression library" ; + "An expression library to isolate genes that could confer antibiotic resistance." ; + ; + "A construct library that contains expression vectors, which are used to express a specific protein." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Expression_cloning" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "expression library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "expression construct" ; + "A construct that is designed to be expressed in insect cells." ; + ; + "A construct that is engineered to produce large amounts of stable messenger RNA, and therefore proteins in a specific cell type. The construct often contains regulatory sequences that act as enhancer and promoter regions and lead to efficient transcription of the gene carried on the expression vector." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Expression_vector" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "expression construct" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "PAC library" ; + ; + "A genomic library that contains discrete collections of host bacteria, each of which carries a DNA insert from a source organism cloned into a PAC construct, such that the collection of cloned DNA molecules represents the entire genome of the source organism. This term can also represent the collection of PAC constructs prior to their delivery into the host cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Genomic_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "PAC library" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "fosmid library" ; + ; + "A genomic library that contains discrete collections of fosmid constructs carrying DNA inserts from a source organism, such that the collection of DNA inserts represents the entire genome of the source organism. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fosmid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "fosmid library" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + ; + "A genomic library that contains discrete collections of host yeast cells, each of which carries a DNA insert from a source organism cloned into a YAC construct, such that the collection of cloned DNA molecules represents the entire genome of the source organism. This term can also represent the collection of YAC constructs prior to their delivery into the host cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Genomic_library" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "YAC library" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "cosmid library" ; + ; + "A genomic library that contains discrete collections of cosmid constructs carrying DNA inserts from a source organism, such that the collection of DNA inserts represents the entire genome of the source organism. " ; + "PERSON: Nicole Vasilevsky" ; + "http://homepages.strath.ac.uk/~dfs99109/BB211/GenomicLibrary.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "cosmid library" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "lambda phage library" ; + ; + "An organism library containing trangenic lambda phage." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "lambda phage library" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "cold room" ; + "Walk-in refrigerator." ; + ; + "Instrument that consists of insulated room and refrigeration components that together maintain the room at a constant temperature below room temperature." ; + "PERSON: Melissa Haendel" ; + "walk-in refridgerator" ; + "PERSON: Melissa Haendel" ; + rdfs:label "cold room" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "chemical fume hood" ; + "A chemical fume hood is used when working with highly volatile chemicals." ; + ; + "Instrument that is a local ventilation device that is designed to limit the user's exposure to hazardous or noxious fumes, vapors or dusts. A fume hood is typically a large piece of equipment enclosing five sides of a work area, the bottom of which is most commonly located at a standing work height. Air is drawn in from the front (open) side of the cabinet, and either expelled outside the building or made safe through filtration and fed back into the room." ; + "PERSON: Melissa Haendel" ; + "fume hood" ; + "http://en.wikipedia.org/wiki/Fume_hood" ; + rdfs:label "chemical fume hood" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "tissue culture incubator" ; + "A CO2 incubator designed to house cell cultures." ; + ; + "An incubator that is used in tissue culture rooms for culturing primary cells, cell lines, or tissues. " ; + "PERSON: Erik Segerdell" ; + "http://www.medterms.com/script/main/art.asp?articlekey=18426" ; + rdfs:label "tissue culture incubator" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "liquid nitrogen dewar" ; + "A dewar that is used for long-term storage of cell line stocks." ; + ; + "A cryostat that is used for biomedical storage of samples using liquid nitrogen as a refrigerant." ; + "PERSON: Erik Segerdell" ; + "liquid nitrogen tank" ; + "PERSON: Erik Segerdell" ; + rdfs:label "liquid nitrogen dewar" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A photometer is used to quantitate the concentration of DNA in a sample." ; + ; + "An instrument for measuring light intensity or optical properties of solutions or surfaces. Photometers are used to measure iIlluminance, irradiance, light absorption, scattering of light, reflection of light, fluorescence, phosphorescence, and luminescence." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Photometer" ; + rdfs:label "photometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Production of recombinant insulin." ; + ; + "Material production of proteins that have been produced by recombinant DNA techniques, which allows the production of large quantities of recombinant protein." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-recombinant-protein-production.htm" ; + rdfs:label "recombinant protein production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "2D gel spot exciser" ; + "Gel excision of a 2D gel, for subsequent protein analysis." ; + ; + "A spot cutter that is used to excise spots from two-dimensional (2D) electrophoretic gels." ; + "PERSON: Erik Segerdell" ; + "2D spot picker" ; + "http://en.wikipedia.org/wiki/Two-dimensional_gel_electrophoresis" ; + rdfs:label "2D gel spot exciser" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "frequency counter" ; + "A coulter counter is used to count the number of cells in a sample." ; + ; + "A device that is used for measuring frequency, which is defined as the number of events of a particular sort occurring in a set period of time." ; + "PERSON: Erik Segerdell" ; + "http://en.wikipedia.org/wiki/Frequency_counter" ; + rdfs:label "frequency counter" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "pulmonary function tests" ; + "Tests to detect decreased lung capacity." ; + ; + "A physiological assay used to measure the ability of the lungs take in and release air and the ability to move gases such as oxygen from the atmosphere into the body's circulation." ; + "PERSON: Tenille Johnson" ; + "Lung function tests" ; + "PFT" ; + "http://www.nlm.nih.gov/medlineplus/ency/article/003853.htm" ; + rdfs:label "pulmonary function tests" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "spirometry" ; + ; + "A pulmonary function test used to measure lung function, specifically the measurement of the amount (volume) and/or speed (flow) of air that can be inhaled and exhaled." ; + "PERSON: Nicole Vasilevsky" ; + "Bronchospirometry" ; + "Spirogram" ; + "http://en.wikipedia.org/wiki/Spirometry" ; + rdfs:label "spirometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "gas diffusion tests" ; + ; + "A pulmonary function test that measures the amount of oxygen and other gases that cross the lungs' air sacs (alveoli ) per minute. These tests evaluate how well gases are being absorbed into a person's blood from their lungs." ; + "PERSON: Tenille Johnson" ; + "http://www.webmd.com/lung/lung-function-tests" ; + rdfs:label "gas diffusion tests" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "body plethysmography" ; + ; + "A pulmonary function test that may be used to measure: total lung capacity (TLC), which is the total amount of air your lungs can hold, or residual volume (RV), which is the amount of air that remains in your lungs after you exhale as completely as possible." ; + "PERSON: Tenille Johnson" ; + "Body box plethysmography" ; + "Total body plethysmography" ; + "Whole body plethysmography" ; + "http://www.webmd.com/lung/lung-function-tests" ; + rdfs:label "body plethysmography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "inhalation challenge tests" ; + ; + "A pulmonary function test done to measure the response of a person's airways to substances that may be causing asthma or wheezing." ; + "PERSON: Tenille Johnson" ; + "Inhalation bronchial challenge testing" ; + "Provocation studies" ; + "http://www.webmd.com/lung/lung-function-tests" ; + rdfs:label "inhalation challenge tests" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "exercise stress tests" ; + "Exercise stress tests are often performed after a heart attack." ; + ; + "A pulmonary function test done to evaluate the effect of exercise on lung function tests. Spirometry readings are done after exercise and then again at rest." ; + "PERSON: Tenille Johnson" ; + "Exercise test" ; + "Exercise tolerance test" ; + "http://www.webmd.com/lung/lung-function-tests" ; + rdfs:label "exercise stress tests" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "multiple-breath washout test" ; + ; + "A pulmonary function test performed to check lung function in patients with cystic fibrosis." ; + "PERSON: Tenille Johnson" ; + "http://www.webmd.com/lung/lung-function-tests" ; + rdfs:label "multiple-breath washout test" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "spirometer" ; + ; + "A spirometer is an apparatus for measuring the volume of air inspired and expired by the lungs. It is a precision differential pressure transducer for the measurements of respiration flow rates. The spirometer records the amount of air and the rate of air that is breathed in and out over a specified period of time." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Spirometer" ; + rdfs:label "spirometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "objective lens" ; + "An objective lens of a microscope." ; + ; + "An instrument that contains an optical element that gathers light from the object being observed and focuses the light rays to produce a real image, using either a single lens or combinations of several optical elements. Objective lenses are used in microscopes, telescopes, cameras, slide projectors, CD players and many other optical instruments." ; + "PERSON: Tenille Johnson" ; + "object glass" ; + "objective glass" ; + "objective" ; + "http://en.wikipedia.org/wiki/Objective_lens" ; + rdfs:label "objective lens" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "video camera" ; + "Creation of home videos using a video camera." ; + ; + "A camera used for electronic motion picture acquisition." ; + "PERSON: Tenille Johnson" ; + "camcorder" ; + "http://en.wikipedia.org/wiki/Video_camera" ; + rdfs:label "video camera" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "ELISPOT microplate reader" ; + "An ELISPOT microplate reader can be used to measure protein expression in samples." ; + ; + "A plate reader used to count the colored spots that are formed in the course of ELISPOT assays." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Plate_reader" ; + rdfs:label "ELISPOT microplate reader" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "listmode file" ; + ; + "Data containing raw cytometer data files that list the values of the scatter and fluorescence parameters for each event in the order in which the events passed through the cytometer's interrogation point (usually a laser beam). Most cytometers create listmode files in the Flow Cytometry Standard (FCS) format, which is not understood by general purpose scientific software. Converting a listmode file to a plain text ASCII format enables it to be read by such software, or viewed and edited with a word processor." ; + "PERSON: Tenille Johnson" ; + "http://www.umass.edu/microbio/mfi/ascii.htm" ; + rdfs:label "flow cytometry list mode data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "irradiation system" ; + "An x-ray irradiator." ; + ; + "An instrument that contains a shielded cabinet system and is used to irradiate biological specimens." ; + "PERSON: Tenille Johnson" ; + "http://www.kimtronmedical.com/IC160.html" ; + rdfs:label "irradiation system" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "urine analyzer" ; + "An instrument to detect glucose levels in urine." ; + ; + "A device used for urinalysis testing." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Urine_test_strip#Automated_Urine_Test_Strip_Analyzers" ; + rdfs:label "urine analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:ObjectProperty ; + "has documentation" ; + "An antibody has documentation describing attributes of the antibody." ; + ; + "Document that contains relevant resource information." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_documentation" ; + rdfs:range ; +. + + a owl:Class ; + "DNA gels stained with ethidium bromide are visualized using a UV transilluminator." ; + ; + "An instrument that consists of a light box that emits ultraviolet light, used for visualization of agarose and polyacrylamide gels." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.topac.com/transilluminators.html" ; + rdfs:label "ultraviolet transilluminator" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Used to shake bacterial cultures, to promote growth." ; + ; + "An instrument that consists of a platform and racks to hold tubes, which continually shakes in an orbital motion, which is used to mix liquids. Depending on the model, the instrument may be located on a counter or on the floor." ; + "PERSON: Nicole Vasilevsky" ; + "environmental shaker" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "orbital shaker" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Surface topologies with nano-scale roughness (cleaved silicon, e.g.) can be resolved an atomic force microscope." ; + ; + "A scanning force microscope used for determining the surface topography of native biomolecules at subnanometer resolution. It allows biomolecules to be imaged not only under physiological conditions, but also while biological processes are at work." ; + "PERSON: Karen Corday" ; + "AFM" ; + "http://www.mih.unibas.ch/Booklet/Booklet96/Chapter3/Chapter3.html" ; + rdfs:label "atomic force microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A protractor." ; + ; + "A device that either measures angle or allows an object to be rotated to a precise angular position." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Goniometer" ; + rdfs:label "goniometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Enhanced lateral spatial resolution for elemental analysis." ; + ; + "A measurement instrument used to determine the elemental composition of conductive and semiconductive surfaces, in which a highly focused and energetically well-defined electron beam is incident on the sample. Electrons ejected from the sample are analyzed in terms of their kinetic energy and quantity." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.physics.montana.edu/ical/instrumentation/auger.asp" ; + rdfs:label "scanning auger electron microprobe" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "explosion-proof refrigerator" ; + "A refrigerator used to store volatile chemicals. " ; + ; + "A cooling appliance used for the safe storage of volatile materials that need to be kept cold, but not freezing." ; + "PERSON: Tenille Johnson" ; + "http://www.wisegeek.com/what-is-an-explosion-proof-refrigerator.htm" ; + rdfs:label "explosion-proof refrigerator" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "explosion-proof freezer" ; + "Volatile chemicals may be stored in an explosion-proof freezer." ; + ; + "A cooling appliance used for the safe storage of volatile materials that need to be kept frozen." ; + "PERSON: Tenille Johnson" ; + "http://www.wisegeek.com/what-is-an-explosion-proof-refrigerator.htm" ; + rdfs:label "explosion-proof freezer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "microforge" ; + "A microforge is used to produce micropipettes, used for microinjection." ; + ; + "Instrument designed for the fabrication and processing of glass micropipettes and other related microtools for use in patch pipette tip polishing, tip size reduction (for holding pipettes), contact stretching (large tip sharpening), tip bending, tip sealing, in vitro fertilization (IVF), intracytoplasmic sperm injection (ICSI), and pipette production in a variety of pipette configurations." ; + "PERSON: Tenille Johnson" ; + "http://www.tritechresearch.com/narishige-needle-overview.html" ; + rdfs:label "microforge" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "microinjector" ; + "The effects of a drug on an individual cell can be tested by microscope-assisted dosage with a microinjector." ; + ; + "A device which provides the pressure that is needed to deliver a sample solution from a micropipette into cells." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Microinjectors" ; + rdfs:label "microinjector" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:DatatypeProperty ; + "CAS number" ; + "The CAS number for NaOH." ; + ; + "Unique numerical identifier for a chemical as defined by the Chemical Abstracts Service (CAS)." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_CAS_number" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "IUPAC name" ; + "The IUPAC name for NaOH." ; + ; + "International Union of Pure and Applied Chemistry (IUPAC) name of the chemical." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_IUPAC_name" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "PubChem CID" ; + "The PubChem CID for NaOH." ; + ; + "Unique numerical identifier for a chemical as defined by the PubChem database of chemical molecules." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_PubChem_CID" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "Purity Grade" ; + "99.9% pure ethanol." ; + ; + "Purity grade of a chemical reagent, often expressed in the product name by means of a quality denomination that follows to the product nomenclature, such as Guaranteed Reagent." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_purity_grade" ; + rdfs:range xsd:string ; +. + + a owl:Class ; + "natural product extraction" ; + "Purification of DNA from a blood sample." ; + ; + "Extraction of a biological entity to purify a chemical or biochemical entity or mixture of entities." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "natural product extraction" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "bioactivity assay" ; + "Overexpression of a plasmid expressing a gene, in a cell culture, to confirm the gene has biological activity in the system." ; + ; + "A molecular assay that tests the activity of a chemical or biological reagent to affect a biological system." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "bioactivity assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "chemical synthesis" ; + "Synthesis of aspirin." ; + ; + "Material production technique whereby chemical entities are synthesized from other chemical entities." ; + "PERSON: Melissa Haendel" ; + "CS" ; + "Chem syn" ; + "Chemical compounding" ; + "PERSON: Melissa Haendel" ; + rdfs:label "chemical synthesis" ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "has URL" ; + "The website for a manufacturer." ; + ; + "Web address of the resource." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + + + + + + + + + + ) ; + ] ; + rdfs:label "has_url" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + "realizes protocol" ; + "A sequencing protocol used for next generation sequencing." ; + ; + "Protocol used to perform the service." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "placeholder: need to be modeled for the proper kind of service (production services)" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "realizes_protocol" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "uses software" ; + "Sequence analysis software." ; + ; + "Software used to perform the service." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder needs to be redesign" ; + rdfs:domain ; + rdfs:label "uses_software" ; + rdfs:range ; + rdfs:subPropertyOf owl:DeprecatedProperty ; + owl:deprecated true ; +. + + a owl:Class ; + ; + "An instrument used for automated, high-throughput extraction of nucleic acids from samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.autogen.com/product_autogenprep965.htm" ; + rdfs:label "nucleic acid preparation station" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Soil samples from an industrial site can be tested for the presence of mercury using an atomic spectrophotometer." ; + ; + "A spectrophometer used for the qualitative and quantitative determination of chemical elements employing the absorption of optical radiation (light) by free atoms in the gaseous state." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Atomic_absorption_spectroscopy" ; + rdfs:label "atomic spectrophotometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "An ELISA plate washer." ; + ; + "Agent delivery of a selected quantity of reagents, samples or other liquids to a designated container." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Liquid_handling_robot" ; + rdfs:label "liquid handling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to measure the way in which a liquid, suspension or slurry flows in response to applied forces. It is used for those fluids which cannot be defined by a single value of viscosity." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Rheometer" ; + rdfs:label "rheometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A technique performed prior to tissue sectioning and histology." ; + ; + "A sample preparation technique where cells or tissue are placed in a supporting medium. The medium can be paraffin wax (paraffin embedding) or plastics (plastic embedding) such as epoxy resins." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biology-online.org/dictionary/Tissue_embedding" ; + rdfs:label "tissue embedding" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "Preparation of brain slices for subsequent histological analysis." ; + ; + "Histological sample preparation of tissue, to cut it into thin sections, usually using a microtome or a cryostat, for further analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://books.google.com/books?id=svzyJdQVsaEC, Burry, R. W. (2010). Immunocytochemistry: a practical guide for biomedical research. New York: Springer." ; + rdfs:label "tissue sectioning" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "needle grinder" ; + ; + "A device used to sharpen hypodermic needles." ; + "PERSON: Tenille Johnson" ; + "http://www.freepatentsonline.com/5495988.html" ; + rdfs:label "needle grinder" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A drill that is designed to operate in conjunction with micropipettes, microelectrodes, and micromanipulators used for microinjection into cells for diverse applications in cytology. The action of the inertial impact drill is like that of a miniature jackhammer." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.findthatpatent.com/Inertial_impact_drill_for_cytological_applications,6251658.html" ; + rdfs:label "inertial impact drill" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "hematology analyzer" ; + "Blood samples taken from patients are analyzed using a hematology analyzer." ; + ; + "A measurement device used to perform complete blood counts, erythrocyte sedimentation rates (ESRs), or coagulation tests." ; + "PERSON: Tenille Johnson" ; + "haematology analyser" ; + "http://en.wikipedia.org/wiki/Automated_analyzer#Haematology_analysers" ; + rdfs:label "hematology analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "blood gas analyzer" ; + ; + "A blood anlayzer used to measure the pH and the partial pressures of oxygen and carbon dioxide in arterial blood, as well as calculate the bicarbonate concentration." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Arterial_blood_gas" ; + rdfs:label "blood gas analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A specimen that is opaque to visible light, such as a blade of grass can be visualized through its thickness by way of its response to infrared light with the use of an infrared microscope." ; + ; + "A microscope that uses the infrared region of the electromagnetic radiation spectrum, often used for the study of materials that are uniformly transparent or opaque in the visible spectrum, but have significant absorption or transmission bands in the 700 nanometer-plus wavelength region." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.microscopyu.com/articles/optics/objectivespecial.html" ; + rdfs:label "infrared microscope" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "An upright microscope is used to view cell lines growing in a flask." ; + ; + "A microscope that has the illumination system below the stage and the lens system above the stage." ; + "PERSON: Karen Corday" ; + "http://science.howstuffworks.com/light-microscope5.htm" ; + rdfs:label "upright microscope" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "PCR reactions are set up in a PCR/UV workstation." ; + ; + "An instrument that uses UV irradiation as a sterilizer to provide a clean workspace to set up PCR reactions. The UV irradiation breaks down DNA sequences so that replication cannot occur in subsequent amplification processes." ; + "PERSON: Karen Corday" ; + "http://www.thistlescientific.co.uk/acatalog/thermal_details/BCUVSC_details.html" ; + rdfs:label "PCR/UV workstation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used for musculoskeletal evaluations." ; + ; + "A physiological assay used to evaluate and record electrical activity produced by skeletal muscles." ; + "PERSON: Nicole Vasilevsky" ; + "EMG" ; + "http://en.wikipedia.org/wiki/Electromyography" ; + rdfs:label "electromyography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Exercise equipment used for running or walking while staying in one place. The machine provides a moving platform with a wide conveyor belt and an electric motor or a flywheel." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Treadmill" ; + rdfs:label "treadmill" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument used to produce gas pressure pulses to an injection pipette." ; + "PERSON: Karen Corday" ; + "http://www.asiimaging.com/pdfs/MPPI-2_Manual.pdf" ; + rdfs:label "pulse pressure injector" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "slide drying oven" ; + ; + "An oven that is used for rapid drying of histology slides, typically consisting of a drying chamber, digital temperature and time controller, and internal fan." ; + "PERSON: Erik Segerdell" ; + "tissue drying oven" ; + "PERSON: Erik Segerdell" ; + rdfs:label "slide drying oven" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "automatic coverslipper" ; + "An automatic coverslipper can be used to prepare slides for microscopic examination." ; + ; + "An material transfer instrument that is used to automatically apply a glass coverslip to a microscope slide." ; + "PERSON: Erik Segerdell" ; + "cover slipper" ; + "United States Patent 3833449" ; + rdfs:label "automatic coverslipper" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "3T MRI scanner" ; + "A 3T MRI scanner is used to evaluate brain function." ; + ; + "An MRI scanner with a magnet strength of 3 Tesla." ; + "PERSON: Erik Segerdell" ; + "3 Tesla MRI scanner" ; + "3 Tesla magnetic resonance imaging scanner" ; + "3T MR system" ; + "3T MRI system" ; + "3T magnetic resonance imaging scanner" ; + "http://www.urmc.rochester.edu/radiology/" ; + rdfs:label "3T MRI scanner" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument that allows one to hand-draw images and graphics, similar to the way one draws images with a pencil and paper." ; + "PERSON: Karen Corday" ; + "graphics tablet" ; + "http://en.wikipedia.org/wiki/Graphics_tablet" ; + rdfs:label "digitizing tablet" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Plasmid purification from a bacterial culture." ; + ; + "Material component separation of nucleic acids from biological samples, for research purposes such as cloning or gene expression analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://acad.erskine.edu/facultyweb/baker/J05-10_DNA%20Technology/Isolation%20of%20Nucleic%20Acids.doc" ; + rdfs:label "nucleic acid isolation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "High resolution secondary electron analysis." ; + ; + "A materials assay used specifically in the study of surfaces and, more generally, in the area of materials science. Underlying the spectroscopic technique is the Auger effect, as it has come to be called, which is based on the analysis of energetic electrons emitted from an excited atom after a series of internal relaxation events." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Auger_electron_spectroscopy" ; + rdfs:label "auger electron spectroscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Imaging of biomolecules." ; + ; + "Microscopy used to determine the surface topography of native biomolecules at subnanometer resolution. It allows biomolecules to be imaged not only under physiological conditions, but also while biological processes are at work." ; + "PERSON: Nicole Vasilevsky" ; + "AFM" ; + "Force microscopy" ; + "Scanning force microscopy" ; + "http://en.wikipedia.org/wiki/Atomic_force_microscopy" ; + rdfs:label "atomic force microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A 96-well capillary sequencer, used to perform high-throughput analysis of samples." ; + ; + "A capillary electrophoresis instrument containing multiple capillaries, at least one source for the emission of a beam intended to to excite molecules lying in its path and inside the capillaries and means for detecting the fluorescence of the molecules exited by said beam, used for automated analysis of DNA fragments and RNA." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.google.com/patents?id=7I93AAAAEBAJ" ; + rdfs:label "multicapillary electrophoresis system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "tissue microarrayer" ; + ; + "A manual or automated arrayer that is used to precisely assemble tissue cores, as small as 0.6 mm in diameter, in paraffin blocks for tissue microarray analysis." ; + "PERSON: Erik Segerdell" ; + "http://en.wikipedia.org/wiki/Tissue_microarray" ; + rdfs:label "tissue microarrayer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "tissue specimen profile" ; + ; + "Data that describe a clinical tissue specimen, e.g. a tissue profile for new gene and protein targets or a molecular profile for tissue specimens or diseases provided by tissue microarray technology." ; + "PERSON: Erik Segerdell" ; + "tissue information" ; + "PMID:11257096" ; + rdfs:label "tissue specimen profile" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A spectrophotometer that uses monochromatic x-rays to determine the interplanar spacings of the unknown crystalline materials for identification and characterization. Samples are analyzed as powders with grains in random orientations to insure that all crystallographic directions are \"sampled\" by the beam." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.physics.montana.edu/ical/instrumentation/xrd.asp" ; + rdfs:label "X-ray powder diffraction spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Protein structures are determined by crystallization analyses." ; + ; + "A material processing technique that is the (natural or artificial) process of formation of solid crystals precipitating from a solution, melt or more rarely deposited directly from a gas. Crystallization is also a chemical solid-liquid separation technique, in which mass transfer of a solute from the liquid solution to a pure solid crystalline phase occurs." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Crystallization" ; + rdfs:label "crystallization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A spectrophotometry technique that measures the elemental composition, empirical formula, chemical state and electronic state of the elements that exist within a material. XPS spectra are obtained by irradiating a material with a beam of X-rays while simultaneously measuring the kinetic energy and number of electrons that escape from the top 1 to 10 nm of the material being analyzed." ; + "PERSON: Karen Corday" ; + "Electron spectroscopy for chemical analysis" ; + "X ray photoelectron spectroscopy" ; + "XPS" ; + "http://en.wikipedia.org/wiki/X-ray_photoelectron_spectroscopy" ; + rdfs:label "x-ray photoelectron spectroscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Phosphorimaging of a Western blot." ; + ; + "An image acquisition device that uses storage phosphor technology in life science imaging applications." ; + "PERSON: Nicole Vasilevsky" ; + "phosphoimager" ; + "http://imagers.salk.edu/pimager/pimFAQ.html" ; + rdfs:label "phosphorimager" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A gel imager with light and UV filters." ; + ; + "An image acquisition instrument that captures digital images from single- and multiple-color fluorescence, chemiluminescence, chemifluorescence, and colorimetric samples." ; + "PERSON: Karen Corday" ; + "http://ricfacility.byu.edu/fluors.html" ; + rdfs:label "multi-imager" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Used to image biomolecules." ; + ; + "An electron microscope that images the sample surface by scanning it with a high-energy beam of electrons in a raster scan pattern. The electrons interact with the atoms that make up the sample producing signals that contain information about the sample's surface topography, composition and other properties such as electrical conductivity." ; + "PERSON: Karen Corday" ; + "SEM" ; + "http://en.wikipedia.org/wiki/Scanning_electron_microscope" ; + rdfs:label "scanning electron microscope" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A device used for X-ray diffraction and designed for cooling inorganic, small-molecule and macromolecular crystals for X-ray crystallography." ; + "PERSON: Karen Corday" ; + "Cryostream" ; + "http://journals.iucr.org/d/issues/2000/03/00/me0093/me0093bdy.html" ; + rdfs:label "X-ray diffraction sample cooler" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Water softener is used in places where the water is hard, to make it more drinkable." ; + ; + "An instrument used to reduce the dissolved calcium, magnesium, and to some degree manganese and ferrous iron ion concentration in hard water." ; + "PERSON: Karen Corday" ; + "http://www.isws.illinois.edu/chem/psl/Softeners.asp" ; + rdfs:label "water softener" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A mechanical stage on a microscope." ; + ; + "A device that can be mounted on the microscope stage and which allows for precise adjustments of the slide." ; + "PERSON: Karen Corday" ; + "http://www.labessentials.com/microscope-accessories.htm#Mechanical%20Stage" ; + rdfs:label "mechanical stage" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Blood samples that are taken from patients are subjected to hematocrit centrifugation for subsequent analysis." ; + ; + "A centrifuge used for the determination of volume fraction of erythrocytes in blood." ; + "PERSON: Karen Corday" ; + "http://www.hettichlab.com/appc/content_manager/page.php?ID=160009&dbc=dr0aavhds5jr9hmleoh2k5ske3" ; + rdfs:label "hematocrit centrifuge" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A protein of interest may be isolated from a bacterial culture overexpressing the protein by protein purification methods." ; + ; + "A purification process intended to isolate a single type of protein from a complex mixture." ; + "PERSON: Karen Corday" ; + "Protein separation" ; + "http://en.wikipedia.org/wiki/Protein_purification" ; + rdfs:label "protein purification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An mechanical instrument that enables precise sample thinning and polishing of a wide range of materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cns.fas.harvard.edu/facilities/tool_detail.php?MID=20" ; + rdfs:label "polisher" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "operant conditioning chamber" ; + "An operant conditioning chamber is used to study behavior in mice or rat models after treatment with certain drugs to determine their effect on behavior." ; + ; + "An animal cage that is used in the study of both operant conditioning and classical conditioning. The structure forming the shell of a chamber is a box large enough to easily accommodate the organism being used as a subject. It is often sound-proof and light-proof to avoid distracting stimuli. Operant chambers have at least one operandum (or \"manipulandum\"), and often two or more, that can automatically detect the occurrence of a behavioral response or action." ; + "PERSON: Tenille Johnson" ; + "Skinner box" ; + "http://en.wikipedia.org/wiki/Operant_conditioning_chamber" ; + rdfs:label "operant conditioning chamber" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "motorized stage" ; + "A microscope stage." ; + ; + "A mechanical stage using motorized controls." ; + "PERSON: Tenille Johnson" ; + "PERSON: Tenille Johnson" ; + rdfs:label "motorized stage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "animal activity data" ; + "Animal activity data may be recorded after an experimental procedure." ; + ; + "Data pertaining to the activity of laboratory animals or animals in an experimental setting." ; + "PERSON: Tenille Johnson" ; + "PERSON: Tenille Johnson" ; + rdfs:label "animal activity data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "animal activity monitoring system" ; + "A blood pressure monitor." ; + ; + "An animal physiology monitoring system used to monitor the specific behavior of animals in an experimental setting." ; + "PERSON: Nicole Vasilevsky" ; + "animal activity monitor" ; + "behavioral locomotive activity chamber" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal activity monitoring system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "arterial blood gas test" ; + "An arterial blood gas (ABG) test is done to check for severe breathing problems and lung diseases, such as asthma, cystic fibrosis, or chronic obstructive pulmonary disease. " ; + ; + "A hematology assay that measures the acidity (pH) and the levels of oxygen and carbon dioxide in the blood from an artery. This test is used to check how well the lungs are able to move oxygen into the blood and remove carbon dioxide from the blood." ; + "PERSON: Tenille Johnson" ; + "ABG test" ; + "http://www.webmd.com/lung/arterial-blood-gases" ; + rdfs:label "arterial blood gas test" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "behavioral sensitization" ; + "Behavioral sensitization is used for alcoholics to induce reverse tolerance and help treat their addiction." ; + ; + "A material procesing technique where psychomotor stimulants are repeatedly administered, leading to the progressive augmentation of behavioral responses. This repeated administration produces gradual and incremental neuroadaptions that render the animals hypersensitive to these agents." ; + "PERSON: Tenille Johnson" ; + "http://nba.uth.tmc.edu/homepage/dafny/neurobehav.html" ; + rdfs:label "behavioral sensitization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "sound isolation enclosure" ; + ; + "An instrument that consists of an enclosed space that is used to reduce or isolate ambient and acoustic noise." ; + "PERSON: Tenille Johnson" ; + "isolation booth" ; + "http://www.whisperroom.com/" ; + rdfs:label "sound isolation enclosure" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "patch clamp amplifier" ; + "A patch clamp amplifier is used to study action potentials in neurons." ; + ; + "A patch clamp amplifier is a voltage amplifier that uses a single electrode clamp, where the voltage measuring and current passing circuits are connected. The electrode is attached to a wire that contacts the current/voltage loop inside the amplifier. Thus the electrode has only an indirect influence on the feedback circuit. The amplifier reads only the voltage at the top of the electrode, and feeds back current to compensate." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Voltage_clamp#Single-electrode_voltage_clamp" ; + rdfs:label "patch clamp amplifier" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "electrolyte analyzer" ; + "Evaluation of electrolytes in a patient's blood." ; + ; + "An analyzer for measuring the ionic values of electrolytes." ; + "PERSON: Tenille Johnson" ; + "http://patft.uspto.gov/netacgi/nph-Parser?Sect2=PTO1&Sect2=HITOFF&p=1&u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&r=1&f=G&l=50&d=PALL&RefSrch=yes&Query=PN%2F4705668" ; + rdfs:label "electrolyte analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "HRP labeling of an antibody." ; + ; + "Labeling of molecules with immunoperoxidase, a type of immunostain used in molecular biology, medical research, and clinical diagnostics. Immunoperoxidase reactions refer to a sub-class of immunohistochemical or immunocytochemical procedures in which the antibodies are visualized via a peroxidase-catalyzed reaction." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Immunoperoxidase" ; + rdfs:label "immunoperoxidase labeling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometer that uses a target modified to achieve biochemical affinity with the analyte compound." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Surface-enhanced_laser_desorption/ionization" ; + rdfs:label "time-of-flight secondary ion mass spectrometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:DatatypeProperty ; + "has selectable marker" ; + "Ampicillin resistance gene." ; + ; + "Gene that confers a trait suitable for selection." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_selectable_marker" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + "expresses construct" ; + "A cell line that overexpresses a gene." ; + ; + "Construct that has been introduced into the genome of a permanent cell culture." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "expresses_construct" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "related technique" ; + "Flow cytometry is a related technique for a flow cytometer instrument." ; + ; + "Method in which the resource can be used." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "related_technique" ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + "library count" ; + "100 RNAi oligos in an oligo library." ; + ; + "Number of elements in the library." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + ) ; + ] ; + rdfs:label "library_count" ; + rdfs:range xsd:int ; +. + + a owl:DatatypeProperty ; + "has uniPROT ID" ; + "The UniPROT ID for Mad4 protein." ; + ; + "Unique numerical identifier for a chemical as defined by the UniProt database." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "has_uniPROT_ID" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has bacterial host strain" ; + "E.coli is used to host a DNA library." ; + ; + "Bacterial strain in which the library is hosted." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_bacterial_host_strain" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has producer strain" ; + "E.coli is used to produce a DNA library." ; + ; + "Organismal or viral strain used to produce the library." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_producer_strain" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + "recognizes species" ; + "An mouse anti-human OX40 antibody recognizes the human OX40 protein." ; + ; + "Organism recognized by the antibody." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "recognizes_species" ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + "has producer cell type" ; + "293T cells are used to produce a lentiviral supernatant." ; + ; + "Type of cell in which the virus may be produced." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_producer_cell_type" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "recognizes protein uniprot ID" ; + "The antibody recognizes a protein, with a corresponding UniProt ID." ; + ; + "The Uniprot ID of the gene product recognized by the antibody." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "recognizes_protein_uniprot_ID" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + "Purified OX40 protein." ; + ; + "The material used to generate an immune response to produce an antibody. For example, a tissue, a protein, or a virus. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_immunogenic_material" ; + rdfs:range ; +. + + a owl:Class ; + "nanodispenser" ; + ; + "A liquid handling device that is used for the pipetting and dispensing of volumes in the nanoliter range." ; + "PERSON: Erik Segerdell" ; + "doi:10.1016/j.sna.2004.05.038" ; + rdfs:label "nanodispenser" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument that consists of a conductor through which an electric current enters or leaves the skin, whose electrical characteristics are being measured, used, or manipulated." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/electrode" ; + rdfs:label "skin electrode" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "osmometer" ; + ; + "An instrument that measures the osmotic strength of a solution, colloid, or compound." ; + "PERSON: Tenille Johnson" ; + "http://en.wikipedia.org/wiki/Osmometer" ; + rdfs:label "osmometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "cannulation" ; + "Intubation of a patient to assist with breathing." ; + ; + "A material processing technique where a tube is inserted into the body, often for the delivery or removal of fluid or for the gathering of data." ; + "PERSON: Nicole Vasilevsky" ; + "Insertion of cannula" ; + "http://en.wikipedia.org/wiki/Cannula" ; + rdfs:label "cannulation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "electrophysiology data" ; + "Ion channel recording data from a primate suprachiasmatic nucleus." ; + ; + "Data generated from an electrophysiology assay." ; + "PERSON: Tenille Johnson" ; + "PERSON: Tenille Johnson" ; + rdfs:label "electrophysiology data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Technology Transfer Office" ; + ; + "An organization that provides services for commercialization and licensing of technologies at an institution." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "technology transfer office" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An animal shocker can be used in classical conditioning models." ; + ; + "A device that delivers a shock to an animal at programmable intervals." ; + "PERSON: Karen Corday" ; + "Sacchetti, B., Sacco, T., & Strata, P. (2007). Reversible inactivation of amygdala and cerebellum but not perirhinal cortex impairs reactivated fear memories. European Journal of Neuroscience, 25(9), 2875-2884. DOI: 10.1111/j.1460-9568.2007.05508.x" ; + rdfs:label "animal shocker" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "Histological sample preparation of biological materials that incorporate minerals into soft matrices to get the stiffness needed for a protective shield or structural support." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Mineralized_tissues" ; + rdfs:label "mineralized tissue preparation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "animal physiology monitoring system" ; + "A blood pressure monitoring system for mice." ; + ; + "An instrument that is used to monitor mechanical, physical, or biochemical functions in an organism." ; + "PERSON: Erik Segerdell" ; + "animal physiology monitor" ; + "http://en.wikipedia.org/wiki/Physiology" ; + rdfs:label "animal physiology monitoring system" ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "has_PubMed_ID" ; +. + + a owl:Class ; + "isolated perfused heart assay" ; + "Perfusion of heart tissue with formaldehyde." ; + ; + "An organ perfusion technique of perfusing the heart by carrying fluid under pressure into the sectioned aorta and thus into the coronary system." ; + "PERSON: Tenille Johnson" ; + "Langendorff Heart" ; + "Langendorff method" ; + "http://www.medilexicon.com/medicaldictionary.php?t=54825" ; + rdfs:label "heart perfusion" ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "has parental strain name" ; + "Wild type 293 cells." ; + ; + "Parental strain name of modified organisms." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_parental_strain_name" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + "used to study" ; + "A study of hibernation in bears." ; + ; + "Biological process studied in the organism." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "used_to_study" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "has sequence alteration" ; + "A point mutation in a gene." ; + ; + "A sequence variation that deviates from a canonical or reference sequence." ; + "PERSON: Melissa Haendel" ; + "has_sequence_alteration" ; + "PERSON: Melissa Haendel" ; + rdfs:label "has_sequence_alteration" ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + "has gene symbol" ; + "CD4." ; + ; + "The official symbol for the gene." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + + + + + ) ; + ] ; + rdfs:label "has_gene_symbol" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has affected gene Entrez ID" ; + "The entrez gene ID of mouse CD34 is 12490." ; + ; + "The Entrez Gene ID for the gene that is affected in a transgenic organism." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_affected_gene_entrez_id" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has phenotype" ; + "A mouse with a shorter tail." ; + ; + "An observable characteristic or trait of an organism, such as its morphology, development, biochemical or physiological properties, behavior, and products of behavior (such as a bird's nest)." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_phenotype" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has source" ; + "A mouse house in a research lab." ; + ; + "Organism�s source environment or clinical setting." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_source" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has infectious history" ; + "A monkey with CMV." ; + ; + "Infectious history of the organism, such as previous viral infections that may affect the usage of the organism for research." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "has_infectious_history" ; + rdfs:range xsd:string ; +. + + a owl:Class ; + "Prokaryota" ; + ; + "The prokaryotes (pronounced /pro?'k�ri.o?ts/ or /pro?'k�ri?ts/) are a group of organisms that lack a cell nucleus (= karyon), or any other membrane-bound organelles." ; + "PERSON: Erik Segerdell" ; + "http://en.wikipedia.org/wiki/Prokaryote" ; + rdfs:label "Prokaryota" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "plate luminometer" ; + ; + "A photometer used for measuring very low light levels (as those produced in a luminescent process) in a microplate format." ; + "PERSON: Karen Corday" ; + "http://www.merriam-webster.com/medical/luminometer" ; + rdfs:label "plate luminometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "organic compound" ; + "Benzene." ; + ; + "A chemical substance comprised of two or more elements combined, bonded in a fixed ratio and containing carbon and hydrogen atoms. The following elements can also be found in organic compounds: Nitrogen (N); oxygen (O), Fluor (F), phosphorous (P), sulfur (S), chlorine (Cl), selenium (Se), bromine (Br), iodine (I). Organic compounds do not contain metals." ; + "PERSON: Edgar Miranda" ; + "http://en.wikipedia.org/wiki/Chemical_compound" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:comment "The definition of a compound requires a fixed ratio. Thus table salt, NaCl, is a compound but not a molecule, cecause it is composed of 2 or more elements in a fixed ratio (1:1, satisfying the definition of a compound) but does not have a well-defined number of atoms (so it does not meet the criteria for a molecule). It is instead an array of any number (not fixed) of Na+ and Cl- ions arranged in a 1:1 ratio." ; + rdfs:label "organic compound" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "bioinorganic compound" ; + "Hemoglobin is a bioinorganic compound." ; + ; + "A chemical comprised of 2 or more elements combined in a fixed ratio and containing metal, carbon, and hydrogen atoms." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Chemical_compound" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:comment "The definition of a compound requires a fixed ratio. Thus table salt, NaCl, is a compound but not a molecule, cecause it is composed of 2 or more elements in a fixed ratio (1:1, satisfying the definition of a compound) but does not have a well-defined number of atoms (so it does not meet the criteria for a molecule). It is instead an array of any number (not fixed) of Na+ and Cl- ions arranged in a 1:1 ratio." ; + rdfs:label "bioinorganic compound" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "inorganic compound" ; + "Sodium chloride." ; + ; + "A chemical consisting of a well-defined number of atoms covalently bonded together, and containing metal atoms. Inorganic compounds do not contain chemical moities consisting of carbon and hydrogen bonded together. Examples of inorganic compounds are: Salts: sodium chloride (NaCl), magnesium sulfate (MgSO4), Oxides: carbon dioxide (CO2), silicon dioxide (SiO2) and Iron (II, III) oxide (Fe3O4), Acids: hydrogen chloride (HCl) and sulfuric acid (H2SO4), Bases: sodium hydroxide (NaOH)." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Chemical_compound" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:comment "The definition of a compound requires a fixed ratio. Thus table salt, NaCl, is a compound but not a molecule, cecause it is composed of 2 or more elements in a fixed ratio (1:1, satisfying the definition of a compound) but does not have a well-defined number of atoms (so it does not meet the criteria for a molecule). It is instead an array of any number (not fixed) of Na+ and Cl- ions arranged in a 1:1 ratio." ; + rdfs:label "inorganic compound" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "organic small molecule" ; + "Phorbol 12-myristate 13-acetate is an organic small molecule that activates protein kinase C." ; + ; + "An organic small molecule is an organic molecule of low molecular weight, which is by definition not a polymer. The term small molecule is usually restricted to a molecule that also binds with high affinity to a biopolymer such as protein, nucleic acid, or polysaccharide and alters the activity or function of the biopolymer. The upper molecular weight limit for a small molecule is approximately 800 Daltons." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Small_molecule" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "organic small molecule" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "adeno-associated viruses" ; + "AAV vectors have been used for clinical trials for treatment of cystic fibrosis." ; + ; + rdfs:label "adeno-associated viruses" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into baculoviral capsids for expression in target cells. Baculoviral expression systems are used for transient and stable protein expression in insect cells (and related invertebrates such as arachnids and crustaceans)." ; + "PERSON: Nicole Vasilevsky" ; + "http://cshprotocols.cshlp.org/cgi/content/extract/2006/3/pdb.prot4512" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "baculoviral plasmid" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into retroviral capsids for expression in target cells. DNA delivered by retroviral systems can be integrated into the host genome in a stable fashion in dividing cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Viral_vector" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "retroviral plasmid" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A lentiviral plasmid expressing a gene of interest." ; + ; + "A viral plasmid that is used to introduce genes into cells, which has the ability to integrate into the genome of non-dividing cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Viral_vector" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "lentiviral plasmid" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "adenoviral plasmid" ; + "An adenoviral plasmid expressing a gene of interest, used to study the function of the gene." ; + ; + "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into adenoviral capsids for expression in target cells. DNA delivered by andenoviral systems does not integrate into the genome and is not replicated during cell division. The adenovirus is able to infect post-mitotic cells, making them especially useful for gene transfer into neuronal cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Viral_vector" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "adenoviral plasmid" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "student research opportunity" ; + "Training grant to perform post-doctoral research." ; + ; + "A planned process carried out by a person or organization with the objective of performing research." ; + "An offering through an ongoing program or single request of research support: internships, positions, financial awards or other forms of tangible or intangible support" ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "research opportunity" ; +. + + a owl:ObjectProperty ; + "has director" ; + "The director of a core lab." ; + ; + "Name of the person who directs the organization." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + + + + + + ) ; + ] ; + rdfs:label "has_director" ; + rdfs:range ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + "funded by" ; + "The lab is funded by the NIH." ; + ; + "Organization providing financial support." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "funded_by" ; + rdfs:range ; +. + + a owl:Class ; + "educational intervention" ; + ; + "An intervention which involves education, training programs, and courses in various fields and disciplines, and for training groups of persons." ; + "PERSON: Melanie Wilson" ; + "PERSON: Melanie Wilson" ; + rdfs:comment "MeSH ID: Q000193" ; + rdfs:label "educational intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "dietary intervention" ; + "To treat some illnesses or conditions, such as diabetes, a dietary intervention may be used." ; + ; + "An intervention that involves dietary and nutritional management. The concept does not include vitamin or mineral supplements, for which \"drug intervention\" may be used." ; + "PERSON: Melanie Wilson" ; + "PERSON: Melanie Wilson" ; + rdfs:comment "MeSH qualifier id: Q000178. Definition excerpted from MeSH." ; + rdfs:label "dietary intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "drug intervention" ; + "Administration of a chemotherapy to treat cancer." ; + ; + "A therapeutic intervention involving the administration of drugs, biologicals, chemicals, and antibiotics." ; + "PERSON: Melanie Wilson" ; + "PERSON: Melanie Wilson" ; + rdfs:comment "MeSH ID: Q000188. Definition paraphrased from MeSH." ; + rdfs:label "drug intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "radiologic intervention" ; + "Radiation therapy for cancer." ; + ; + "An intervention that involves the therapeutic use of ionizing and nonionizing radiation. It includes the use of radioisotope therapy." ; + "PERSON: Matthew Brush" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi" ; + rdfs:comment "MesH qualifier ID : Q000532" ; + rdfs:label "radiologic intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "surgical intervention" ; + "Surgical removal of a tumor." ; + ; + "An intervention involving operative procedures on organs, regions, or tissues in the treatment of diseases, including tissue section by lasers. It excludes transplantation, for which \"therapeutic intervention\" is used." ; + "PERSON: Matthew Brush" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi" ; + rdfs:comment "MeSH qualifier ID : Q000601" ; + rdfs:label "surgical intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "rehabilitative intervention" ; + ; + "An intervention involving surgical procedures for restoration of function of the individual." ; + "PERSON: Matthew Brush" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi" ; + rdfs:comment "MeSH qualifier ID : Q000534" ; + rdfs:label "rehabilitative intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "nursing_intervention" ; + ; + "An intervention involving nursing care and techniques in their management. It includes the nursing role in diagnostic, therapeutic, and preventive procedures." ; + "PERSON: Matthew Brush" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi" ; + rdfs:comment "MeSH qualifier ID : Q000451" ; + rdfs:label "nursing intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "prevention and control intervention" ; + ; + "An intervention involving increasing human or animal resistance against disease (e.g., immunization), control of transmission agents, prevention and control of environmental hazards, or prevention and control of social factors leading to disease. It includes preventive measures in individual cases." ; + "PERSON: Matthew Brush" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi?mode=&index=218879&field=qual&HM=&II=&PA=&form=&input=" ; + rdfs:comment "MeSH qualifier ID : Q000517" ; + rdfs:label "prevention and control intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "psychological and behavioral intervention" ; + ; + "Psychological or behavior intervention is a combination of program elements, strategies, or modalities designed to influence psychological or behavioral processes or outcomes." ; + "PERSON: Matthew Brush" ; + "PERSON: Melanie Wilson" ; + rdfs:label "psychological and behavioral intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular assay used to determine the arrangement of atoms within a crystal, in which a beam of X-rays strikes a crystal and diffracts into many specific directions. From the angles and intensities of these diffracted beams, a crystallographer can produce a three-dimensional picture of the density of electrons within the crystal. From this electron density, the mean positions of the atoms in the crystal can be determined, as well as their chemical bonds, their disorder and various other information." ; + "PERSON: Karen Corday" ; + "X ray crystallography assay" ; + "Xray Crystallography" ; + "http://en.wikipedia.org/wiki/X-ray_crystallography" ; + rdfs:label "x-ray crystallography assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data analysis technique taking a large number of short DNA sequences, generated by DNA sequencing, and putting them back together to create a representation of the original chromosomes from which the DNA originated." ; + "PERSON: Karen Corday" ; + "http://en.wikipedia.org/wiki/Genome_project" ; + rdfs:label "genome assembly" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Raman confocal microscope" ; + "Used to image biological samples." ; + ; + "A confocal microscope that consists of of an optical microscope, an excitation laser, a monochromator, and a sensitive detector (such as a charge-coupled device or photomultiplier tube), has high spatial resolution, and relies on inelastic scattering, or Raman scattering, of monochromatic light." ; + "PERSON: Melanie Wilson" ; + "Raman microscope" ; + "http://en.wikipedia.org/wiki/Raman_spectroscopy" ; + rdfs:label "Raman confocal microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "SNP data" ; + ; + "Data that describes single nucleotide polymorphisms, or SNPs (pronounced \"snips\"), which are DNA sequence variations that occur when a single nucleotide (A,T,C,or G) in the genome sequence is altered." ; + "PERSON: Matthew Brush" ; + "http://www.ornl.gov/sci/techresources/Human_Genome/faq/snps.shtml" ; + rdfs:label "SNP data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to study cell membrane diffusion." ; + ; + "An imaging assay that allows determination of the kinetics of diffusion in living cells (usually) using fluorescence microscopy. The general method is to label a specific cell component with a fluorescent molecule, image that cell, photobleach a small portion of the cell, then image the recovery of fluorescence over time." ; + "PERSON: Nicole Vasilevsky" ; + "FRAP" ; + "Fluorescence photobleaching recovery" ; + "http://microscopy.berkeley.edu/courses/tlm/fluor_techniques/FRAP.html" ; + rdfs:label "fluorescence recovery after photobleaching" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to image biomolecules." ; + ; + "A scanning electron microscope that has electromagnetic coils that form an electron beam that scans the object (scan) and secondary electrons are produced by interaction with the atoms at the surface of the sample." ; + "PERSON: Karen Corday" ; + "FESEM" ; + "http://www.vcbio.science.ru.nl/en/fesem/" ; + rdfs:label "field emission scanning electron microscope" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A pH meter is used to measure the pH of a sample." ; + ; + "An instrument that has measure function. Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "measurement instrument" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "A microscope." ; + ; + "An instrument that has image acquisition function. An image acquisition function is a function to acquire an image of a material." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "image acquisition instrument" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:ObjectProperty ; + "expressed in organism" ; + "A yeast expression vector is designed to be expressed in yeast cells." ; + ; + "Organism in which the construct is designed to be expressed." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "shortcut relation for participates_in_ expression process" ; + rdfs:domain ; + rdfs:label "expressed_in_organism" ; + rdfs:range ; +. + + a owl:Class ; + "A pWPI-Mad4-GFP vector." ; + ; + "A plasmid carrying sequence elements that allow for packaging of genetic cargo into viral capsids, DNA replication, and expression in target cells. Viral plasmids may contain additional genes required for capsid protein production and assembly, or may require helper plasmids which produce these proteins." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "viral plasmid" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An adeno-associated viral plasmid expressing a gene of interest, used to study the function of the gene." ; + ; + "A viral plasmid carrying sequence elements that allow for packaging of genetic cargo into baculoviral capsids for expression in target cells. Adeno-associated viral expression systems can be used with non-dividing cells, and cargo DNA has the ability to stably integrate into the host cell genome at a specific site (designated AAVS1) in the human chromosome 19." ; + "PERSON: Nicole Vasilevsky" ; + "AAV plasmid" ; + "PERSON: Matt Brush. By David P. Clark, Nanette Jean Pazdernik" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "adeno-associated viral plasmid" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An expression construct that contains promoter elements to drive expression of downstream genes in prokaryotic cells or prokaryote-derived in vitro expression systems." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "prokaryotic expression construct" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "A computer." ; + ; + "An instrument that has information processor function. An information processor function is a function that converts information from one form to another, by a lossless process or an extraction process." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "information processing instrument" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "A chromatography column." ; + ; + "An instrument that has material separation function. A material separation function is a function that increases the resolution between two or more material entities. The distinction between the entities is usually based on some associated physical quality." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "material separation instrument" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "An autoclave." ; + ; + "An instrument that has sterilization function. Sterilization function is a function to remove viable organisms from an input material." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "sterilization instrument" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "A drill is a mechanical instrument." ; + ; + "An instrument that has mechanical function. A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force)." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "mechanical instrument" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "A laminar flow hood." ; + ; + "An instrument that has environment control function. An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "environment control instrument" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "An automatic coverslipper." ; + ; + "An instrument that has transfer function. A transfer function is a function to displace a material from one location to another." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "material transfer instrument" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "A primer." ; + ; + "Reagent that is a polymer comprised of nucleotides, each of which consists of three components: a nitrogenous heterocyclic base, which is either a purine or a pyrimidine; a pentose sugar; and a phosphate group." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Nucleic_acid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "nucleic acid reagent" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Oligos used in PCR." ; + ; + "Nucleic acid reagent that is a short strand of nucleic acid that serves as a starting point for DNA or RNA synthesis." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Primer_%28molecular_biology%29" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "primer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Morpholinos are injected into zebrafish to study a particular gene's function." ; + ; + "Nucleic acid reagent that is a short strand of nucleic acid where the bases are bound to morpholine rings instead of deoxyribose rings and linked through phosphorodiamidate groups instead of phosphates. Morpholinos are used to knockdown gene expression via antisense binding." ; + "PERSON:Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Morpholino" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "morpholino" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument designed to capture and quantify a broad spectrum of fungal spores present in the air." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.emlab.com/s/sampling/SporetrapSampling.html" ; + rdfs:label "spore trap" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to assay calcium levels in muscle cells." ; + ; + "An imaging assay that is designed to show the calcium (Ca2+) levels of a tissue or medium." ; + "PERSON: Nicole Vasilevsky" ; + " Ca imaging" ; + " Ca2+ imaging assay" ; + "Ca imaging assay" ; + "Ca2+ imaging" ; + "http://en.wikipedia.org/wiki/Calcium_imaging" ; + rdfs:label "calcium imaging assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An apoptotic DNA ladder assay can be used to determine if cells are undergoing apoptosis after treatment with a cytolytic drug." ; + ; + "An apoptosis assay that allows for detection of DNA fragmentation in apoptotic cells. DNA fragments can be visualized by agarose gel electrophoresis." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.abcam.com/Apoptotic-DNA-Ladder-Detection-Kit-ab66090.html" ; + rdfs:label "apoptotic DNA ladder assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Tritiated thymidine incorporation." ; + ; + "A cellular assay that allows for the measurement of the multiplication or reproduction of cells, resulting in the expansion of a cell population." ; + "PERSON: Nicole Vasilevsky" ; + "Cell division assay" ; + "OBI" ; + rdfs:label "cell proliferation assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular assay that permits the simultaneous measurement of an array of proteins in a single, small volume sample." ; + "PERSON: Nicole Vasilevsky" ; + "Multiplex assay" ; + "Elshal and McCoy (2006) Methods. 38(4): 317?323." ; + rdfs:label "multiplex bead assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An assay used for DNA quantificiation." ; + ; + "An biomolecular label detection assay used for quantification of double-stranded DNA (dsDNA) in molecular biology assays." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.topac.com/picogreen.html" ; + rdfs:label "picogreen assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Sequencing of a genome." ; + ; + "A DNA sequencing by synthesis technique used to increase the sensitivity of the DNA sequencing process and permits the use of very small amounts of DNA starting material. This is accomplished by using a temperature cycling process similar to that employed in the polymerase chain reaction." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/cycle-sequencing" ; + rdfs:label "cycle sequencing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Injection of a drug." ; + ; + "Agent delivery whereby a substance is introduced into a organism, usually by means of a hypodermic syringe, as a liquid into the veins or muscles of the body." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/injection" ; + rdfs:label "injection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Injection of a single sperm into a single celled embryo or an egg for the purpose of in vitro fertilization." ; + "PERSON: Nicole Vasilevsky" ; + "DISCO" ; + "Direct injection of sperm into cytoplasm of the oocyte" ; + "ICSI" ; + "http://en.wikipedia.org/wiki/Intracytoplasmic_sperm_injection" ; + rdfs:label "intracytoplasmic sperm injection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Administration of anesthesia to mice." ; + ; + "Agent delivery performed to humanely administer inhalation agents to organism, usually for the purpose of sedation." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "administration of inhalational agents" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An injection." ; + ; + "A material processing technique performed to locally deliver an agent to a recipient." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "agent delivery" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Spectrophotometric analysis of RNA after purification from a sample." ; + ; + "A nucleic acid assay used to determine quality of RNA after purification for the purpose of downstream molecular assays. RNA quality can be checked by electrophoresis in agarose gel, by electrophoresis in polyacrylamide gel, or by in vitro translation." ; + "PERSON: Nicole Vasilevsky" ; + "RNA QA" ; + "http://www.molecularinfo.com/MTM/C/C3/C3-5/C3-5-5.html" ; + rdfs:label "RNA quality analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The collection of adenine from a sample of blood plasma is amino acid isolation." ; + ; + "Sample preparation for assay that involves the isolation of amino acids from a cell or tissue sample for use in protein chemistry or biological assays." ; + "PERSON: Nicole Vasilevsky" ; + "Amino acid purification" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "amino acid isolation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A Southern blot analysis technique performed to quantitate the bands on a Southern blot to compare the relative expression levels of a particular gene." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "quantitative southern blot analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Purification of a plasmid from a bacterial culture." ; + ; + "Nucleic acid purification of genomic or plasmid DNA from other impurities, such as bacteria or contaminating materials for the purpose of molecular biology research." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "DNA purification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Clinical monitoring of the menstrual cycle." ; + ; + "A physiological assay that tests the reproductive system function in the whole, living organism for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "in vivo reproductive system test" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to study stroke." ; + ; + "A surgical procedure performed to stress the heart, which causes a subacute increase in the workload on the heart, which is a commonly used surgical model of cardiac hypertrophy and subsequent failure." ; + "PERSON: Nicole Vasilevsky" ; + "Arany et al (2006) PNAS 103:10086." ; + rdfs:label "transverse aortic constriction" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Warts are removed by cryoablation." ; + ; + "A material processing technique that uses extreme cold (cryo) to remove tissue (ablation)." ; + "PERSON: Nicole Vasilevsky" ; + "Cryocautery" ; + "Cryodestruction" ; + "Cryosurgery" ; + "http://en.wikipedia.org/wiki/Cryoablation" ; + rdfs:label "cryoablation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Detection of GFP in a sample." ; + ; + "An imaging assay that allows detection of bioluminescence from a living organism or organisms." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "in vivo bioluminescence" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A RAST test (radioallergosorbent test) is an example of radioimmunoassay. " ; + ; + "A radioactivity detection technique that uses the binding of a radioactively labeled substances to an antibody in order to analyze minute amounts of proteins in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "RIA" ; + "http://en.wiktionary.org/wiki/radioimmunoassay" ; + rdfs:label "radioimmunoassay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Bradford assay." ; + ; + "A protein assay used for determination of protein concentrations in solutions that depends upon the change in absorbance of a colored substrate upon binding of protein." ; + "PERSON: Nicole Vasilevsky" ; + "BCA assay" ; + "biuret assay" ; + "bradford assay" ; + "lowry assay" ; + "protein concentration assay" ; + "http://www.animal.ufl.edu/hansen/protocols/minibradford.htm" ; + rdfs:label "protein quantitation assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Culturing two cell types together." ; + ; + "Tissue culture of two or more different types are are combined and allowed to culture as one." ; + "PERSON: Nicole Vasilevsky" ; + "OBI branch derived" ; + rdfs:label "tissue co-culturing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Spectrophotometric analysis of DNA after purification from a sample." ; + ; + "A nucleic acid assay used to determine quality of DNA after purification for molecular biology research. Assays to determine DNA quality include DNA electrophoresis and spectrophotometric determination of the ratio of the A260/A280." ; + "PERSON: Nicole Vasilevsky" ; + "DNA QA" ; + "www.generationcp.org/capcorner/gcp_training.../practicals_3.doc" ; + rdfs:label "DNA quality analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Use of flow cytometry to identify differentiation stem cells from undifferentiated cells." ; + ; + "A cellular assay used to identify the process by which a hematopoietic stem cell (HSC) becomes a more specialized cell. HSCs are multipotent stem cells that give rise to all the blood cell types including myeloid (monocytes and macrophages, neutrophils, basophils, eosinophils, erythrocytes, megakaryocytes/platelets, dendritic cells), and lymphoid lineages (T cells, B cells, NK cells)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Hematopoietic_stem_cell" ; + rdfs:label "identification of differentiated hematopoietic stem cells" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular assay that is used to analyze metagenomic data; genetic material recovered directly from environmental samples for genomic research." ; + "PERSON: Nicole Vasilevsky" ; + "community genomic analysis" ; + "ecogenomic analysis" ; + "environmental genomic analysis" ; + "http://en.wikipedia.org/wiki/Metagenomics" ; + rdfs:label "metagenomics analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of cell signaling data." ; + ; + "A data analysis technique that allows for analysis of data relating to biological pathways accumulated from genomic, proteomic or other sources." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "pathway data analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Monitoring a patient in a clinical trial." ; + ; + "A clinical assay that involves oversight and administrative efforts that monitor a participant's health during a clinical trial." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Clinical_monitoring" ; + rdfs:label "clinical monitoring" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Transfection of a protein into the uterus." ; + ; + "Electroporation into the uterus or ovaries of an organism to overexpress a protein of interest." ; + "PERSON: Nicole Vasilevsky" ; + "in utero transfrection" ; + "Shimogori and Ogawa (2008) Develop. Growth Differ. 50, 499–506" ; + rdfs:label "in utero electroporation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Transfection of a plasmid into chick embryos." ; + ; + "Electroporation into chick embryos to overexpress a protein of interest." ; + "PERSON: Nicole Vasilevsky" ; + "in ovo transfection" ; + "http://www.cellscience.com/reviews1/Ovarian_Transplantation_and_Cryopreservation.html" ; + rdfs:label "in ovo electroporation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Transplantation of ovaries into an organism, often performed for women who have lost their fertility due to medical treatment, disease or aging." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cellscience.com/reviews1/Ovarian_Transplantation_and_Cryopreservation.html" ; + rdfs:label "ovarian transplantation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Culture and maturation of ovarian follicles in vitro for clinical applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/In_vitro_maturation" ; + rdfs:label "in vitro follicle maturation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Irridiation of ovaries, usually for the purpose of cancer treatment." ; + "PERSON: Nicole Vasilevsky" ; + "ovarian radiotherapy" ; + "http://www.oncologychannel.com/ovariancancer/radiotherapy.shtml" ; + rdfs:label "ovarian radiation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Production of transgenic mice." ; + ; + "Specimen creation of mutant strain of cells or an organism for the purpose of studying gene function." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mutant strain generation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Imaging of tumor cells in a rodent model that are labels with fluorophores, such as GFP." ; + ; + "An imaging assay that uses the synergistic combination of imaging and spectroscopy with broad applications in both preclinical and clinical settings." ; + "PERSON: Nicole Vasilevsky" ; + "Zhou and El-Deiry (2009) Journal of Nuclear Medicine 50:1563-1566" ; + rdfs:label "multi-spectral fluorescence" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material processing technique used for detection of virus-specific neutralizing antibodies in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "Virus attenuation" ; + "Zielinska etl a (2005) Virology Journal 2005, 2:84." ; + rdfs:label "virus neutralization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A cellular assay used to screen culture skin-derived tenocyte cells for the proper phenotype for research and clinical applications with tendon tissue." ; + "PERSON: Nicole Vasilevsky" ; + "Schulze-Tanzil (2004) 122:219-228" ; + rdfs:label "tenocyte differentiation screening" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A tissue/organ assay that is performed to analyze blood serum and other bodily fluids, to identify antibodies in the serum." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Serology" ; + rdfs:label "serology assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An assay to measure the volume of oxygen consumption and volume of carbon dioxide output in a patient." ; + ; + "A molecular assay that is used to measure the heat of chemical reactions or physical changes." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Calorimetry" ; + rdfs:label "calorimetry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for development of transgenic mice strains." ; + ; + "A mouse breeding technique to track parental breeders to generate offspring in an animal colony." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "track breeding pairs" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An assay to detect NOS in a sample." ; + ; + "A molecular assay used to detect the presence of reactive oxygen species on a molecule, to determine if they play a role in physiological or pathophysiological processes." ; + "PERSON: Nicole Vasilevsky" ; + "ROS assay" ; + "Dikalov et al (2007) Hypertension 49:717-727." ; + rdfs:label "reactive oxygen species assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Chemical modification of a molecule in an experimental setting, to increase the water solubility by adding glucuronic acid." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Marc Le Pape" ; + rdfs:label "experimental glucuronidation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Fixing tissue prior to immunohistochemistry staining." ; + ; + "Fixation of biological tissues to preserve them from decay, either through autolysis or putrefaction. Fixation terminates any ongoing biochemical reactions, and may also increase the mechanical strength or stability of the treated tissues. Fixation is usually the first stage in a multistep process to prepare a sample of biological material for microscopy or other analysis" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fixation_%28histology%29" ; + rdfs:label "tissue fixation" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "EKG is a common method for electrophysiology recording." ; + ; + "An electrophysiology assay that measures voltage changes or electric currents in single ion channel proteins to whole organs. In neuroscience, it includes measurements of the electrical activity of neurons, and in particular, action potential activity." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrophysiology" ; + rdfs:label "in vivo electrophysiology recording" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material processing technique used to cause depolarization in the neurons of the brain. TMS uses electromagnetic induction to induce weak electric currents using a rapidly changing magnetic field; this can cause activity in specific or general parts of the brain, allowing the functioning and interconnections of the brain to be studied." ; + "PERSON: Nicole Vasilevsky" ; + "TMS" ; + "http://en.wikipedia.org/wiki/Transcranial_magnetic_stimulation" ; + rdfs:label "transcranial magnetic stimulation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A cellular assay used to measure oxygen consumption in mitochondria to study mitochondrial respiration, which can be used to diagnosis mitochondrial disorders." ; + "PERSON: Nicole Vasilevsky" ; + "Jonckheere et al (2010) Clinical Chemistry 56:424-431." ; + rdfs:label "mitochondrial oxygen consumption measurement " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A cellular assay used to measure membrane potential and permeability transition in the mitochondria during apoptosis. Mitochondrial membrane permeabilization constitutes an early event of the apoptotic process (programmed cell death)." ; + "PERSON: Nicole Vasilevsky" ; + "Zamzami and Kroemer (2004) Methods in Molecular Biology 282:103-115." ; + rdfs:label "mitochondrial permeability transition measurement" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A cellular assay used to measure mitochondrial membrane potential for the assessment of mitochondrial function." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.springerprotocols.com/Abstract/doi/10.1007/978-1-60761-411-1_7" ; + rdfs:label "measurement of mitochondrial membrane potential" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Imaging of in vivo biological processes in a cell." ; + ; + "An imaging assay that involves live imaging of cells, that enables subsecond, multicolor four-dimensional data acquisition, which has the unique capability to probe dynamic processes, linking molecular components and their localization with function." ; + "PERSON: Nicole Vasilevsky" ; + "Live cell imaging" ; + "Time-lapse imaging" ; + "Time-lapse microscopy" ; + "Carlton et al (2010) 107:16016-16022" ; + rdfs:label "fast live imaging" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to detect apoptotic cells, which undergo morphological changes." ; + ; + "A cellular assay that is performed to analyze changes in the form and structure of organisms and their specific structural features." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Morphology_%28biology%29" ; + rdfs:label "morphological changes assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of caspase activity by flow cytometry." ; + ; + "An apoptosis assay used to measure caspase activity, which are proteases that mediate apoptosis." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/caspase-2" ; + rdfs:label "caspase assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Cells undergoing apoptosis can be detected by Annexin V staining." ; + ; + "An apoptosis assay used to detect apoptosis at a very early stage. This assay takes advantage of the fact that phosphatidylserine (PS; 1?3) is translocated from the inner (cytoplasmic) leaflet of the plasma membrane to the outer (cell surface) leaflet soon after the induction of apoptosis, and that the annexin V protein has a strong, specific affinity for PS (4?6). PS on the outer leaflet is available to bind labeled annexin V, providing the basis for a simple staining assay." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.clontech.com/products/detail.asp?product_id=10378&tabno=2" ; + rdfs:label "annexin V assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An assay used to investigate the function of NK cells." ; + ; + "An cellular assay that measures basal cytotoxicity (general cytotoxicity that affects structures or processes intrinsic to all cell types) in response to external insults." ; + "PERSON: Nicole Vasilevsky" ; + "Cytotoxicity assay" ; + "http://iccvam.niehs.nih.gov/methods/acutetox/acutetox.htm" ; + rdfs:label "in vitro cytotoxicity assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data management technique that specifies how to manage data from clinical laboratory studies, such as chemical, microscopic and bacteriologic tests of blood, tissue and fluids." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/clinical+laboratory+scientist" ; + rdfs:label "clinical laboratory results management" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Blood drawing for cholesterol screening." ; + ; + "Collection of a blood specimen from an organism, usually performed by a closed method, either a hypodermic syringe or a vacuumized container, usually for the purpose of laboratory examination." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/blood+sampling" ; + rdfs:label "blood sampling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Material storage of medication in a health care setting that allows access to only authorized personel." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "medicine storage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Protection of private patient information in a clinical trial." ; + ; + "A clinical trial technique that maintains privacy of patient health records, who are participating as research subjects to protect them from unwarranted invasions of personal privacy." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.epa.gov/privacy/index.htm; http://en.wikipedia.org/wiki/Human_subject_research" ; + rdfs:label "research subject private information management" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Consent to participate in a clinical trial." ; + ; + "A clinical trial technique used to educate potential subjects to ensure that they can reach a truly informed decision about whether or not to participate in the research. Their consent must be given freely, without coercion and must be based on a clear understanding of what participation involves." ; + "PERSON: Nicole Vasilevsky" ; + "informed consent of research subjects" ; + "http://healthcare.partners.org/phsirb/infcons.htm" ; + rdfs:label "research subject consent" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular assay used for scanning a surface, consisting of focusing an array of optical beams using optics having an axis, so as to illuminate a region of the surface intercepted by the axis, such that each optical beam illuminates a portion of a respective sub-region within the region." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.freshpatents.com/Optical-spot-grid-array-scanning-system-dt20070614ptan20070133077.php" ; + rdfs:label "array scanning" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Screening potential new drug targets." ; + ; + "A material processing technique that involves printing samples onto a solid substrate to allow researchers to efficiently screen thousands of conditions in a very small space for applications in drug screening, molecular biology, and genetic analysis." ; + "PERSON: Nicole Vasilevsky" ; + "Array spotting" ; + "http://aurorabiomed.com/app_peptide.htm" ; + rdfs:label "array printing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Next generation sequencing." ; + ; + "An assay that allows for high throughput analysis of samples." ; + "PERSON: Nicole Vasilevsky" ; + "High throughput screening" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "high throughput sample analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Passing DNA through a needle shears the DNA." ; + ; + "A material processing technique used to fragment DNA molecules by mechanical force." ; + "PERSON: Nicole Vasilevsky" ; + "DNA shearing" ; + "http://www.mondofacto.com/facts/dictionary?DNA+shearing" ; + rdfs:label "nucleic acid shearing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A genotyping technique that interrogates SNPs by hybridizing complementary DNA probes to the SNP site." ; + "PERSON: Nicole Vasilevsky" ; + "DNA sequence variation genotyping" ; + "SNP analysis" ; + "SNP chip analysis" ; + "SNP genotyping" ; + "SNP sampling" ; + "Single nucleotide polymorphism analysis" ; + "Single nucleotide polymorphism gentotyping " ; + "Single nucleotide polymorphism sampling" ; + "http://en.wikipedia.org/wiki/SNP_genotyping" ; + rdfs:label "SNP interrogation genotyping" ; +. + + a owl:Class ; + "Transgenic mouse generation." ; + ; + "Injection of materials into oocytes, the female gametocyte or germ cell involved in reproduction, of an organism for the purpose of generating transgenic offpsring." ; + "PERSON: Nicole Vasilevsky" ; + "Brown and Corbin (2002) Methods in Molecular Biology 180:39-70." ; + rdfs:label "oocyte injection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay that is used to directly measure blood pressure via an implantable radio telemetry device in an organism, used to study hypertension." ; + "PERSON: Nicole Vasilevsky" ; + "Huetteman and Bogie (2009) Methods Mol Biol. 573:57-73." ; + rdfs:label "telemetric blood pressure monitoring procedure" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A culture and propogation technique performed in vitro to the fuse of gametes to produce a new organism." ; + "PERSON: Nicole Vasilevsky" ; + "IVF" ; + "http://en.wikipedia.org/wiki/Fertilisation" ; + rdfs:label "in vitro fertilization " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Writing a program in JAVA that can sort numbers." ; + ; + "A technique that involves creating a computer program that is non-web based. It involves developing the program logic to solve the particular problem, writing the program logic in a specific programming language (coding the program), assembling or compiling the program to turn it into machine language, and testing and debugging the program." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.pcmag.com/encyclopedia_term/0%2C2542%2Ct%3Dprogramming&i%3D49827%2C00.asp" ; + rdfs:label "non-web programming" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Purification of DNA from a sample, for subsequent sequence analysis." ; + ; + "A material processing technique that involves the careful handling and storage of precious biological samples with the goal of obtaining a large amount of information from limited samples for cytogenetic, immunological, biochemical or other analyses." ; + "PERSON: Nicole Vasilevsky" ; + "Holland et al (2003) Mutation Research/Reviews in Mutation Research, Volume 543: 217-234" ; + rdfs:label "biological sample processing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Production of a rabbit anti-human OX40 antibody." ; + ; + "Antibody production of polyclonal antibodies by immunization of a suitable mammal, such as a mouse, rabbit or goat. An antigen is injected into the mammal. This induces the B-lymphocytes to produce IgG immunoglobulins specific for the antigen. This polyclonal immunoglobulin is purified from the mammal's serum." ; + "PERSON: Nicole Vasilevsky" ; + "Polyclonal IgG preparation" ; + "http://en.wikipedia.org/wiki/Polyclonal_antibodies" ; + rdfs:label "polyclonal antibody production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Purification of a plasmid from a bacterial culture." ; + ; + "A purification technique used to extract and purify plasmid DNA. It involves growing bacterial cultures that express the plasmid, harvesting and lysing the bacteria and purifying the plasmid DNA." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Plasmid_preparation" ; + rdfs:label "plasmid purification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry assay that allows for measurement for endogenous targets in live cell assays, and eliminates the need for tags, dyes, or specialized reagents or engineered cells." ; + "PERSON: Nicole Vasilevsky" ; + "Label free relative quantitative analysis" ; + "http://www.moleculardevices.com/Products/Instruments/Label-Free-Analysis.html?gclid=CMTUq7Gi3aQCFQsGbAodNhAjKg" ; + rdfs:label "label free mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry based assay, based on multiple reaction monitoring of stable isotope-labeled peptides, that enables highly reproducible quantification of hundreds of nodes (phosphorylation sites) within a signaling network and across multiple conditions simultaneously." ; + "PERSON: Nicole Vasilevsky" ; + "MRM" ; + "Wolf-Yadlin et al (2007) PNAS 104:5860-5865" ; + rdfs:label "multiple reaction monitoring analysis by mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Identification of phosphorylated residues on a protein." ; + ; + "A mass spectrometry assay that identifies post translational modifications to proteins in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ohsu.edu/xd/research/research-cores/proteomics/request-services/index.cfm" ; + rdfs:label "post translational modification identification by mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Identification of phosphorylated residues on a protein." ; + ; + "A mass spectrometry assay used to identify the location and mass shift of the modification on a protein." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ohsu.edu/xd/research/research-cores/proteomics/request-services/index.cfm" ; + rdfs:label "post translational modification localization by mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Determination of molecular weight of a protein." ; + ; + "A mass spectrometry assay used to determine the molecular weight of a given protein." ; + "PERSON: Nicole Vasilevsky" ; + "Protein mass analysis" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "protein mass determination by mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Partial protein sequencing of a purified can be used to confirm the identify of an unknown protein. " ; + ; + "A protein sequencing assay used to partially sequence the protein to determine the order of amino acids in protein sequences to identify an unknown protein, typically done by mass spectrometry." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "partial protein sequencing " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Recruiting patients for a clinical trial to investigate the usage of a new drug and protecting their privacy." ; + ; + "A clinical trial technique used to recruit human subjects for clinical trials and to protect their privacy." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "human subject recruitment and protection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A technique used for identification, assessment, and prioritization of risks followed by coordinated and economical application of resources to minimize, monitor, and control the probability and/or impact of unfortunate events or to maximize the realization of opportunities." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Risk_management" ; + rdfs:label "risk management" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Detection of radiolabeled proteins in a pulse-chase assay." ; + ; + "A radioactivity detection technique using X- ray film to visualize molecules or fragments of molecules that have been radioactively labeled. Autoradiography has many applications in the laboratory." ; + "PERSON: Nicole Vasilevsky" ; + "Radioautography" ; + "http://www.medterms.com/script/main/art.asp?articlekey=2405" ; + rdfs:label "autoradiography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Irradiation of splenocytes in vitro." ; + ; + "Irradiation of samples or the condition of samples being exposed to radition. Can be performed for sterilization or for immune suppression." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/irradiation" ; + rdfs:label "sample irradiation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Irradiation of mice, prior to bone marrow transplant." ; + ; + "Irradiation of rodents or the condition of rodents being exposed to radiation. Accurate partial or whole body irradiation can be used for many types of investigations, including tumor studies and experiments studying the immune response." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/irradiation, Woo and Nordal (2006) Biomed Imaging Interv J 2:e10." ; + rdfs:label "rodent irradiation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of the white blood cell count." ; + ; + "A tissue/organ assay performed to analyze cells in the bone marrow, such as red blood cells, white blood cells, or platelets for research or diagnostic purposes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.webmd.com/cancer/bone-marrow-aspiration-and-biopsy" ; + rdfs:label "bone marrow analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Sorting of specific cell populations, such as CD4+ T cells." ; + ; + "A flow cytometry assay that provides a method for sorting a heterogeneous mixture of biological cells into two or more containers, one cell at a time, based upon the specific light scattering and fluorescent characteristics of each cell." ; + "PERSON: Nicole Vasilevsky" ; + "FACS" ; + "http://en.wikipedia.org/wiki/Flow_cytometry" ; + rdfs:label "fluorescence activated cell sorting (FACS)" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Entry of data about research resources into eagle-i." ; + ; + "A data transformation technique that involves transcribing some form of data into another form, usually a computer program." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-data-entry.htm" ; + rdfs:label "data entry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Patients are screened during the recruitment process of a clinical trial, to ensure they meet the criteria." ; + ; + "A clinical assay that is performed as a preliminary procedure, such as a test or examination, to detect the most characteristic sign or signs of a disorder or a condition that may require further investigation." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/screening" ; + rdfs:label "patient screening" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Labeling of antibodies with collodial gold particles." ; + ; + "Labeling of of proteins, antigens, and other macromolecules of interest with colloidal gold particles, which are most often attached to secondary antibodies which are in turn attached to primary antibodies designed to bind a specific protein or other cell component." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Immunogold_labelling" ; + rdfs:label "immunogold labeling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Isolation of solubilized proteins from a sample." ; + ; + "A material component separation technique used in the isolation of antigens from complex mixtures." ; + "PERSON: Nicole Vasilevsky" ; + "Desai and Dworecki (2004) Anal Biochem. 328(2):162-5." ; + rdfs:label "antigen capture and purification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Separation and isolation of CD4 T cells." ; + ; + "A material component separation technique used to separate populations of two or more cells, such as by magnetic bead sorting." ; + "PERSON: Nicole Vasilevsky" ; + "Cell isolation" ; + "Cell purification" ; + "Cell segregation" ; + "Cell sorting" ; + "http://www.reference.md/files/D002/mD002469.html" ; + rdfs:label "cell separation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Assay to determine if a monoclonal antibody drug is reaching it's intended target receptor." ; + ; + "A molecular assay used to assay the binding of a drug to a large molecule in tissues or fluids, e.g. binding to protein in the blood, may affect the metabolism of the drug, especially its rate of excretion." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/drug+binding" ; + rdfs:label "drug binding assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An assay to analyze pancreatic Î_-Cell function." ; + ; + "A tissue/organ assay used to assay the fatty acid accumulation in non-adipose tissues." ; + "PERSON: Nicole Vasilevsky" ; + "Schaffer (2003) Curr Opin Lipidol. 14(3):281-287." ; + rdfs:label "lipotoxicity assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Production of riboprobes for in situ hybridization." ; + ; + "Material production of RNA probes that can be produced by in vitro transcription of cloned DNA inserted in a suitable plasmid downstream of a viral promoter for the purpose of producing sense and antisense riboprobes." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Riboprobe" ; + rdfs:label "riboprobe production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Infecting cells with viral supernatants." ; + ; + "Experimental infection using viruses or viral products to introduce a gene product into in vitro systems or animal models." ; + "PERSON: Nicole Vasilevsky" ; + "Transduction" ; + "http://en.wikipedia.org/wiki/Lentivirus" ; + rdfs:label "viral infection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Polymerase chain reaction." ; + ; + "Enzymatic amplification of specific nucleic acids to levels where they can be detected in downstream applications. Examples are PCR, TMA, NASBA, etc." ; + "PERSON: Nicole Vasilevsky" ; + "http://groups.molbiosci.northwestern.edu/holmgren/Glossary/Definitions/Def-N/nucleic_acid_ampl_assay.html" ; + rdfs:label "nucleic acid amplification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An assay used to detect apoptotic cells." ; + ; + "A labeling method used for detecting the 3'-OH ends of DNA exposed during the internucleosomal cleavage that occurs during apoptosis. Incorporation of biotinylated dUTP allows detection by immunohistochemical procedures. The labeled apoptotic cells may be visualized by light microscopy." ; + "PERSON: Nicole Vasilevsky" ; + "TUNEL staining" ; + "terminal deoxynucleotidyl transferase mediated dUTP-biotin nick end labeling" ; + "http://www.scienceboard.net/resources/protocols.asp?action=article&protocol_id=41&criteria=" ; + rdfs:label "TUNEL labeling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Induction of stroke in an animal model." ; + ; + "Surgical procedures on small animals for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "small animal surgery" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Induction of a stroke in an animal model." ; + ; + "A surgical procedure that involves ligation of the coronary artery in the heart, which is used in in vivo animal models to study myocardial infarction." ; + "PERSON: Nicole Vasilevsky" ; + "Ligation of anomalous coronary artery" ; + "Ye et al (1997) Molecular and Cellular Biochemistry. 176:227-233." ; + rdfs:label "coronary artery ligation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for stroke models." ; + ; + "Coronary artery ligation of the left anterior descending artery, which is performed to induce left ventricular infarction for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "Samsamshariat, Samsamshariat and Movahed (2005) Cardiovasc Revasc Med. 6:121" ; + rdfs:label "left anterior descending artery ligation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A spinal cord laminectomy can be performed to relieve pain after injury." ; + ; + "A surgical procedure that involves surgical removal of the portion of the vertebral bone called the lamina, which is designed to relieve pressure on the spinal cord (or nerve) from herniated discs, spinal stenosis and other related conditions." ; + "PERSON: Nicole Vasilevsky" ; + "spinal decompression" ; + "http://www.articlesbase.com/diseases-and-conditions-articles/lumbar-laminectomy-a-surgery-on-spinal-cord-1237643.html" ; + rdfs:label "spinal cord laminectomy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Production of high-titers of lentivirus expressing a gene of interest, to study the function of that gene." ; + ; + "Virus production of high-titer, lentivirus prepartions for use in gene delivery applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://web.mit.edu/jacks-lab/protocols/lentiviralproduction.htm" ; + rdfs:label "lentivirus production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Tissue from mice is digested prior to genotyping, to isolate the DNA." ; + ; + "A material processing technique that is used to digest human, animal or plant tissue by dissolving the remains by alkaline hydrolysis or other methods for the purpose of disposal of the remains or subsequent analysis of components of the tissue." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-tissue-digestion.htm" ; + rdfs:label "tissue digestion" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Site-directed mutagenesis can be used to alter the function of a protein, such as make the avian flu virus transferrable to other species." ; + ; + "A material processing technique in which a mutation is created at a defined site in a DNA molecule for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "Oligonucleotide directed mutagenesis" ; + "Oligonucleotide-directed mutagenesis" ; + "Site specific mutagenesis" ; + "Site-specific mutagenesis" ; + "http://en.wikipedia.org/wiki/Site-directed_mutagenesis" ; + rdfs:label "site-directed mutagenesis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of DNA sequence data." ; + ; + "A data transformation technique that involves the analysis of bioinformatics data, which is the application of statistics and computer science to the field of molecular biology." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Bioinformatics" ; + rdfs:label "bioinformatics analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Electronic health records." ; + ; + "A technique designed for the collection of clinical data in electronic format for use mainly in human clinical trials." ; + "PERSON: Nicole Vasilevsky" ; + "clinical database development" ; + "http://en.wikipedia.org/wiki/Electronic_data_capture" ; + rdfs:label "research electronic datacapture" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Creation of a website." ; + ; + "A technique that involves writing the necessary source code to create a Web site. It refers to writing the HTML pages or JavaScript in the pages, and any Web site that provides searches, access to databases or any custom processing for the user requires additional programs that run in the Web server. Web server processing is programmed in Java, VBScript, Perl and other languages." ; + "PERSON: Nicole Vasilevsky" ; + "Web development" ; + "http://www.pcmag.com/encyclopedia_term/0,2542,t=Web+programming&i=54332,00.asp" ; + rdfs:label "web programming" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Design of an analog instrument, used to measure current." ; + ; + "An instrument and electronics design technique that involves the design of analog electronics; electronic systems with a continuously variable signal." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Analogue_electronics" ; + rdfs:label "analog electronics design" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument and electronics design technique that involves the design of printed circuit boards; a component made of one or more layers of insulating materials with electrical conductors, which is used in computers." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.smps.us/pcb-design.html" ; + rdfs:label "circuit board layout design" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Design of a flow cytometer." ; + ; + "An instrument and electronics design technique that involves the design, prototyping, rework, final engineering, and documentation of electronic instruments." ; + "PERSON: Nicole Vasilevsky" ; + "http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=3694" ; + rdfs:label "electronic instrument design" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Real-time PCR is performed to detect relative gene expression in a sample." ; + ; + "A molecular assay used to analyze the location or quantity of of gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "DNA expression analysis" ; + "Gene expression pattern analysis" ; + "Gene expression profiling" ; + "Transcript expression analysis" ; + "PERSON: Melissa Haendel" ; + rdfs:label "gene expression analysis assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Fabrication of a robot." ; + "Manufacturing of a flow cytometer." ; + ; + "Manufacturing of an instrument from raw materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/fabrication" ; + rdfs:label "instrumentation fabrication" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Equipment design and fabrication service provided by a lab." ; + ; + "An instrument and electronics design technique that involves planning of instrumentation design and fabrication." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "instrumentation planning" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Design of a microscope." ; + ; + "A instrument and electronics design technique that involves the design, layout and analysis of various optical systems; from single element designs to complex wide angle imaging system designs." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.loganopticaldesign.com/" ; + rdfs:label "optical design" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Co-immunoprecipitation is used to detect protein-protein interaction." ; + ; + "A protein assay used to detect protein-molecule interactions, a biological process of proteins binding to cellular molecules, such as DNA, often to carry out their biological function such as gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "Protein binding assay" ; + "http://en.wikipedia.org/wiki/Protein%E2%80%93protein_interaction" ; + rdfs:label "protein interaction detection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Gel mobility shift assay to detect proteins that bind to specific DNA elements." ; + ; + "Protein interaction detection technique used to analyze specific protein-DNA interactions, including DNase I footprinting, gel mobility shift assay, nitrocellulose filter binding assay, genetic analysis or x-ray crystallography for the purpose of studying gene expression or regulation." ; + "PERSON: Nicole Vasilevsky" ; + "Protein-DNA binding assay" ; + "http://www.biochem.arizona.edu/classes/bioc568/protein_dna_interactions.htm" ; + rdfs:label "protein-DNA interaction detection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Limb development can be studied by analyzing skeletal morphogenesis." ; + ; + "An organismal assay that is performed to analyze the formation of a skeleton or skeletal elements at various developmental stages in an organism." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.springerprotocols.com/Abstract/doi/10.1385/1-59259-065-9:61" ; + rdfs:label "skeletal morphogenesis analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument and electronics design technique used to design printed circuit boards, which are used to mechanically support and electrically connect electronic components using conductive pathways, tracks or signal traces etched from copper sheets laminated onto a non-conductive substrate. It is also referred to as printed wiring board (PWB) or etched wiring board." ; + "PERSON: Nicole Vasilevsky" ; + "PCB design" ; + "http://en.wikipedia.org/wiki/Printed_circuit_board" ; + rdfs:label "printed circuit board design" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Skype." ; + ; + "A technique that uses an existing standard video codec to reduce the program material to a bitstream (e.g., an MPEG transport stream), and then to use an Internet Protocol (IP) network to carry that bitstream encapsulated in a stream of IP packets." ; + "PERSON: Nicole Vasilevsky" ; + "Professional video over IP" ; + "http://en.wikipedia.org/wiki/Professional_video_over_IP" ; + rdfs:label "video over IP" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Streaming radio online." ; + ; + "A technique that involves streaming multimedia that are constantly received by, and normally presented to, an end-user while being delivered by a streaming provider (including audio or video playback)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Streaming_media" ; + rdfs:label "streaming media delivery method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument and electronics design technique used to design embedded controllers, small microcontroller typically used in laptops for various purposes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.coreboot.org/Embedded_controller" ; + rdfs:label "embedded controller design" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Connecting computers to printers and scanners." ; + ; + "A technique involving connecting computers and peripherals for usability." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.lammertbies.nl/comm/index.html" ; + rdfs:label "computer interfacing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Transferring data via a USB flash drive." ; + ; + "A data transformation technique involving formatting data for transfer into another software program or hardware." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "data transfer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of G-protein coupled signaling." ; + ; + "A autoradiography technique used to describe the first step of the intracellular signal transduction system by visualizing agonist activated receptors by radiolabeling." ; + "PERSON: Nicole Vasilevsky" ; + "Sovago et al (2001) Brain Research Reviews 38: 149–164" ; + rdfs:label "functional autoradiography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Calculation of a standard curve." ; + ; + "A data transformation technique that involves problem solving for numbers or quantities" ; + "PERSON: Nicole Vasilevsky" ; + "http://wordnetweb.princeton.edu/perl/webwn?s=calculation" ; + rdfs:label "calculation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Determining the concentration of a protein based on a protein quantification assay." ; + ; + "A calculation of the concentration of a chemical substance expressed as the amount of the substance present in a mixture." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ilpi.com/msds/ref/concentration.html" ; + rdfs:label "concentration calculation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Testing for breast cancer phenotype, such as BrCa positive, Her2/Neu positive, ER positive or triple negative." ; + ; + "A nucleic acid assay used to tailor drugs and treatment options to the individual patient by discovering and screening for genetic differences and biomarkers by performing various genetic assays." ; + "PERSON: Nicole Vasilevsky" ; + "Pharmacogenetic assay" ; + "Pharmacogenetic screening" ; + "Pharmacogenetic testing" ; + "Pharmacogenomics screening" ; + "Pharmacogenomics testing " ; + "Lapp (2009) Basic Biotech. 5:1" ; + rdfs:label "pharmacogenomics assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Screening of viruses to detect potential targets for therapy." ; + ; + "An organismal assay that conducts systematic, whole-genome screens to identify virulence factors as targets for drug development and exploration of host responses to infections." ; + "PERSON: Nicole Vasilevsky" ; + "http://ec.asm.org/cgi/content/full/8/8/1218" ; + rdfs:label "in vitro pathogenesis assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Detection of estrogen levels in tumor cells." ; + ; + "A cellular assay designed to study oestrogen receptor signaling by various gene and protein assays in cells or organisms." ; + "PERSON: Nicole Vasilevsky" ; + "ER signaling assay" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "oestrogen receptor signaling assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data analysis technique involving study of biology at the system level; the structure and dynamics of cellular and organismal function." ; + "PERSON: Nicole Vasilevsky" ; + "Kitano (2002) Science 295:1662" ; + rdfs:label "systems biology analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Mass spectrometry." ; + ; + "An assay that involves identification of components and materials in a mixture." ; + "PERSON: Nicole Vasilevsky" ; + "http://jp.fujitsu.com/group/fql/en/services/rohs/material/" ; + rdfs:label "material component identification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Tissue co-culturing combined with ELISA to assay protein expression." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "tissue co-culture with ELISA" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The pattern of gene expression in a developing organism can be analyzed by ISH." ; + ; + "A nucleic acid assay that uses a labeled complementary DNA or RNA strand (i.e., probe) to localize a specific DNA or RNA sequence in a portion or section of tissue (in situ), or, if the tissue is small enough (e.g. plant seeds, Drosophila embryos), in the entire tissue (whole mount ISH)." ; + "PERSON: Nicole Vasilevsky" ; + "ISH" ; + "in situ analysis" ; + "http://en.wikipedia.org/wiki/In_situ_hybridization" ; + rdfs:label "in situ hybridization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Gene expression in a sample can be analyzed by Northern blot." ; + ; + "A nucleic acid assay used in molecular biology research to study gene expression by detection of RNA (or isolated mRNA) in a sample by separating samples by electrophoresis and detection with a hybridization probe complementary to part or the entire target sequence." ; + "PERSON: Nicole Vasilevsky" ; + "Northern blot assay" ; + "Northern blotting" ; + "RNA blot analysis" ; + "RNA blot" ; + "RNA blotting" ; + "http://en.wikipedia.org/wiki/Northern_blot" ; + rdfs:label "northern blot analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A RNA oligonucleotide that is an RNA segment used to probe for a complementary nucleotide sequence either in the mRNA pool or in the DNA of a cell." ; + "PERSON: Matthew Brush" ; + "Riboprobe" ; + "http://www.mondofacto.com/facts/dictionary?riboprobe" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA probe" ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "has eligibility requirement" ; + "A grade point average above 3.5 is an eligibility requirement." ; + ; + "Requirements for research opportunity eligibility. Requirements include: coursework, minimum gradepoint average, state residency, under-represented group status, field of study, or matriculation status." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_eligibility_requirment" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + "has residency requirement" ; + "A research opportunity requires applicants to be US citizens." ; + ; + "US residency status of applicants that may apply for the student research opportunity." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_residency_requirement" ; + rdfs:range ; +. + + a owl:Class ; + ; + "A role that inheres in a person who maintains residency in the United states. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "US resident role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A US resident role that inheres in an individual that is a legally recognized as a member of a state, with associated rights and obligations." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wiktionary.org/wiki/citizen" ; + rdfs:label "US citizen role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A US resident role that inheres in an individual who is not a legally recognized subject or national of the United States." ; + "PERSON: Nicole Vasilevsky" ; + "https://www.google.com/search?q=residency+status&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#hl=en&client=firefox-a&hs=Bcx&rls=org.mozilla:en-US:official&q=citizen&tbs=dfn:1&tbo=u&sa=X&ei=micXT_DwMIjUiAK15tDUDw&ved=0CCgQkQ4&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=7b67128a22f602af&biw=1609&bih=794" ; + rdfs:label "non-US citizen" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An role that inheres in an individual who is not a citizen but who legally resides in another nation on a permanent or extended basis." ; + "PERSON: Nicole Vasilevsky" ; + "http://connection.ebscohost.com/us/immigration-restrictions/overview-legal-and-illegal-immigration" ; + rdfs:label "permanent resident role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A non-US citizen role that inheres in an individual who is residing in a country, but is neither a citizen nor a permanent resident. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.irs.gov/taxtopics/tc851.html" ; + rdfs:label "non-permanent resident role" ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "has start date" ; + "January 1, 2012." ; + ; + "Beginning time at which the research opportunity is available." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_start_date" ; + rdfs:subPropertyOf ; +. + + a owl:DatatypeProperty ; + "has end date" ; + "January 21, 2012." ; + ; + "Time at which the research opportunity is no longer available." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_end_date" ; + rdfs:subPropertyOf ; +. + + a owl:Class ; + "A college student." ; + ; + "A role inhering in a person that is realized when the bearer participates a course of study, as in a school, college, university, etc." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/student" ; + rdfs:label "student role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A college student." ; + ; + "A student role inhering in a person that is realized when the bearer participates in a course of study at a college, university, etc. in pursuit of an associate or bachelor degree." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/student" ; + rdfs:label "undergraduate student role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A PhD student at a university." ; + ; + "A student role inhering in a person that is realized when the bearer participates a course of study at a university or institution in pursuit of an graduate or professional degree." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/student" ; + rdfs:label "graduate student role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A freshman in high school." ; + ; + "A student role inhering in a person that is realized when the bearer participates in a course of study at a secondary learning institution." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/student" ; + rdfs:label "high school student role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An employee at a university." ; + ; + "A role inhering in a person that is realized when the bearer participates in an occupation by which a person earns a living or spends their time." ; + "PERSON: Nicole Vasilevsky" ; + "http://dictionary.reference.com/browse/employment" ; + rdfs:label "employee role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A professor at a university." ; + ; + "An employee role inhering in a person that is realized when the bearer participates in the teaching and/or administrative force of a university, college, or school." ; + "PERSON: Nicole Vasilevsky" ; + "http://dictionary.reference.com/browse/faculty" ; + rdfs:label "faculty role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A research technician in a lab." ; + ; + "An employee role inhering in a person that is realized when the bearer is employed by an employer." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "staff role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A student role inhering in a person that is realized when the bearer participates in a post-baccalaureate training program in pursuit of an additional bachelor degree or new or additional training in a particular field." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "post-baccalaureate trainee" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Screening proteins that interact with the activation domain of p53." ; + ; + "A protein interaction detection assay used to discover protein-protein interactions and protein-DNA interactions by testing for physical interactions (such as binding) between two proteins or a single protein and a DNA molecule, respectively." ; + "PERSON: Nicole Vasilevsky" ; + "Yeast two hybrid interaction screening" ; + "http://en.wikipedia.org/wiki/Two-hybrid_screening" ; + rdfs:label "yeast two hybrid screening" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Digestion of DNA at BamHI sites." ; + ; + """Enzymatic cleavage of DNA at specific sequences resulting in restriction fragments with restriction enzymes, which are enzymes isolated from bacteria that recognize specific restriction sequences in DNA. Restriction enzymes play a very important role in the construction of recombinant DNA molecules, as is done in gene cloning experiments. + +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Restriction_enzyme" ; + rdfs:label "restriction enzyme digestion" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Transfection of a cell line with a plasmid expressing a gene of interest." ; + ; + "Agent delivery of nucleic acids into cells. Transfection typically involves opening transient pores or holes in the cell membrane, to allow the uptake of material. Transfection can be carried out using calcium phosphate, by electroporation, or by mixing a cationic lipid with the material to produce liposomes, which fuse with the cell membrane and deposit their cargo inside." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Transfection" ; + rdfs:label "transfection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An isofluorane machine." ; + ; + "An environment control instrument that is used to support the administration of anaesthesia. It contains a breathing system for delivering a gas mixture, including an anesthetic gas, to a patient for inhalation." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.freepatentsonline.com/5568910.html" ; + rdfs:label "anesthesia machine" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used to clean the cages used to house organisms." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cage washer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to restrain animals for tail injections." ; + ; + "An instrument that is used to restrain large animals." ; + "PERSON: Nicole Vasilevsky" ; + "chute stock" ; + "http://medical-dictionary.thefreedictionary.com/squeeze+chute" ; + rdfs:label "squeeze chute" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for delivering anesthesia to rodents prior to injection." ; + ; + "A device that delivers a given concentration of a volatile anaesthetic agent, which is which is generally attached to an anaesthetic machine, commonly used for animal experimentation." ; + "PERSON: Nicole Vasilevsky" ; + "enflurane vaporizer" ; + "isoflurane vaporizer" ; + "http://en.wikipedia.org/wiki/Anaesthetic_vaporiser" ; + rdfs:label "anaesthetic vaporiser" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An anesthesia machine with a nose cone." ; + ; + "An instrument designed to control air that is breathed through it or to either intermittently or continuously assist or control pulmonary ventilation." ; + "PERSON: Nicole Vasilevsky" ; + "respirator" ; + "http://www.answers.com/topic/ventilator-203" ; + rdfs:label "animal ventilator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to breed insects for experimental purposes." ; + ; + "An instrument designed to provide a temperature controlled chamber for insect rearing." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biocold.com/fp_insect_chambers.php" ; + rdfs:label "insect rearing chamber" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A workstation used for animal stroke models." ; + ; + "An instrument designed to provide a ventilated small animal surgery table that functions to control, capture and exhaust waste anesthesia gases down and away from the face of personnel when connected to negative air source." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.tbjinc.com/Products/Docs/32-26%20DD-ST-M.pdf" ; + rdfs:label "small-animal surgery workstation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Trap wild animals for study." ; + ; + "An instrument that is used to catch live animals." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.shermantraps.com/" ; + rdfs:label "live trap" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Mouse cages are stored on an animal cage rack." ; + ; + "An instrument designed to hold animal cages, while allowing for proper ventillation and access to water. Typically the cage racks have wheels on the bottom for ease of movement." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal cage rack" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Laboratory animals can be labeled with a tattoo machine, for identification purposes." ; + ; + "An instrument designed to permanently tattoo identifying features such as numbers onto an organism." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "tattoo machine" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to study spinal cord injuries." ; + ; + "A device designed to deliver graded reproducible spinal cord contusions to an organism." ; + "PERSON: Nicole Vasilevsky" ; + "NYU Impactor" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "MASCIS impactor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Flow injection into an HPLC apparatus." ; + ; + "An autosampler used for automated handling of sample and reagent solutions with a strict control of reaction conditions." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.flowinjection.com/method2.html" ; + rdfs:label "flow injection system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An instrument used to weigh small quantities of a substance." ; + ; + "A microbalance is an instrument capable of making precise measurements of weight of objects of relatively small mass: of the order of a million parts of a gram." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Microbalance" ; + rdfs:label "microbalance" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used in cytology analysis." ; + ; + "A centrifuge that is used to spin a cell suspension onto a slide for viewing under a microscope." ; + "PERSON: Nicole Vasilevsky" ; + "http://ricfacility.byu.edu/cytospin.html" ; + rdfs:label "cytospin centrifuge" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to spin samples." ; + ; + "A centrifuge that sits on top of a tabletop or benchtop and have adaptors for tubes ranging from 0.2-100mls." ; + "PERSON: Nicole Vasilevsky" ; + "benchtop centrifuge" ; + "www.fishersci.com/wps/downloads/segment/.../pdf/Sorvall_TT.pdf" ; + rdfs:label "tabletop centrifuge" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A fast-prep bead beater." ; + ; + "A chromatography pump system used to mechanically lyse cells for rapid intracellular protein extraction." ; + "PERSON: Nicole Vasilevsky" ; + "Yun et al (2010) Lab Chip 10:1442-1446." ; + rdfs:label "mechanical cell lysis device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "ADInstruments PowerLab/8SP." ; + ; + "An instrument used to capture and record analog inputs, digital inputs, temperature, humidity, pulse and logic signals, for electrophysiology." ; + "PERSON: Nicole Vasilevsky" ; + "multichannel acquisition system" ; + "www.microdaq.com/data-logger/data-acquisition.php" ; + rdfs:label "electrophysiology data acquisition system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A transfer apparatus used in a Western blot." ; + ; + "An electrophoresis system designed for the electrophoretic transfer of macromolecules such as DNA, RNA or proteins from agarose or polyacrylamide gels to a membrane." ; + "PERSON: Nicole Vasilevsky" ; + "transfer apparatus" ; + "Towbin H, Staehelin T, Gordon J. (1979) Proc Natl Acad Sci U S A. 76(9):4350-4." ; + rdfs:label "electrophoretic transfer cell" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to analyze fluorescence from a sample." ; + ; + "A fluorometer that is used for the analytical technique known as atomic fluorescence spectroscopy (AFS)." ; + "PERSON: Nicole Vasilevsky" ; + "CVAFS detector" ; + "http://en.wikipedia.org/wiki/Cold_vapour_atomic_fluorescence_spectroscopy" ; + rdfs:label "cold vapor atomic fluorescence spectrophotometry detector" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A hematology analyzer used to analyze blood serum." ; + "PERSON: Nicole Vasilevsky" ; + "blood serum analyzer" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "serum analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "GFP expressing cells can be visualized by in vivo bioluminescence imaging." ; + ; + "An image acquisition instrument that is designed for non-invasive in vivo use, to detect bioluminescence, which is based on the expression of luciferase, the light-emitting enzyme of the firefly Photinus pyralis. After the administration of the substrate luciferin, an ATP- and O2-dependent photochemical reaction occurs, resulting in the release of photons by living cells containing luciferase. This photon emission can be detected by a cooled charge-coupled device (CCD) camera, minutes after the administration of the substrate." ; + "PERSON: Nicole Vasilevsky" ; + "Contag et al (1997) Photochem Photobiol 66: 523–531" ; + rdfs:label "in vivo bioluminescence imaging system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to detect GFP in a GFP transgenic mouse." ; + ; + "An image acquisition instrument used to detect fluorescence emission from fluorophores in whole-body living organism." ; + "PERSON: Nicole Vasilevsky" ; + "Rao, Dragulescu-Andrasi, Yao. (2007) Curr Opin Biotechnol. 18(1):17-25." ; + rdfs:label "in vivo fluorescence imaging system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A workstation set up with a microscope, digital camera and computer." ; + ; + "An instrument that is used for high performance digital imaging and quantitative analysis of labels, such as chemiluminescent, fluorescent, chromogenic, and radioisotopic labels." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.raytest.de/bio_imaging/products/image_station_2000_r/image_station_2000_r.html" ; + rdfs:label "imager" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used in subcellular fractionation." ; + ; + "A centrifuge optimized for spinning a rotor at very high speeds, capable of generating acceleration as high as 1,000,000 g (9,800 km/s²)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Ultracentrifuge" ; + rdfs:label "ultracentrifuge" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Part of an ultracentrifuge." ; + ; + "A device consisting of the rotating part of an ultracentrifuge, which is a high-velocity centrifuge. The ultracentrifuge rotor can hold tubes that are spun around a central axis to separate contained materials of different specific gravities, or to separate colloidal particles or submicroscopic particles." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/ultracentrifuge, http://www.answers.com/topic/centrifuge" ; + rdfs:label "ultracentrifuge rotor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is a self-contained video processor designed to provide an analog output proportional to the distance between two features perpendicular to the raster lines, in a televised scene. This hardware edge detector tracks blood vessel diameter, and left and right wall thicknesses using an analog video signal. The principle of the instrument is based on sensing optical density changes of the vessel image at a chosen scan line seen on the TV monitor." ; + "PERSON: Nicole Vasilevsky" ; + "http://vistaelectronicsco.com/viddimanalyzer.shtml, http://www.livingsys.com/video/vda-10.html" ; + rdfs:label "video dimension analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument which has a multimode scanner with capabilities for storage phosphor, fluorescence, and chemiluminescence detection of gels. The instrument combines laser excitation sources with efficient optics for sensitive fluorescent imaging. Emissions are recorded in an image file for quantitative analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://imagers.salk.edu/typhoon/typhoon-faq.html" ; + rdfs:label "typhoon fluorescence scanner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A heater or air conditioner." ; + ; + "An instrument used to maintain the temperature of an enclosed space." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/temperature-control" ; + rdfs:label "temperature controller" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument which allows one to monitor an organism's skin surface temperature during a procedure." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.smiths-medical.com/catalog/temperature-probes/disposables/skin/skin-temperature-probes.html" ; + rdfs:label "skin temperature sensor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Co-IP reactions are allowed to incubate in a lab rotator, at 4C." ; + ; + "An instrument used for rotation of flasks, test tube racks, beakers, vials, Petri dishes, microwell plates, culture plates, plastic/glass trays, and slides in microbiological, immunological and general clinical applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thermoscientific.com/wps/portal/ts/products/detail?navigationId=L10529&categoryId=81886&productId=11954377" ; + rdfs:label "lab rotator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for growing mini preps, as well as tissue and bacterial cultures by the roller tube method." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nbsc.com/rollerdrums.aspx" ; + rdfs:label "roller drum" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to observe single molecule fluorescence at surfaces and interfaces. The technique is commonly employed to investigate the interaction of molecules with surfaces." ; + "PERSON: Nicole Vasilevsky" ; + "TIRF instrument" ; + "http://www.olympusmicro.com/primer/techniques/fluorescence/tirf/tirfhome.html" ; + rdfs:label "total internal reflection fluorescence instrument" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that can be used for surface measurements, inserted into tissue or used for single vessel measurements." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.moor.co.uk/products/monitoring/DRT4/probes" ; + rdfs:label "blunt needle end delivery probe" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A defibrillator is part of a crash cart." ; + ; + "An instrument which has a set of trays/drawers/shelves on wheels used in hospital emergency rooms for transportation and dispensing of emergency medication/equipment at site of medical/surgical emergency for life support protocols." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Crash_cart" ; + rdfs:label "crash cart" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used on a coding patient." ; + ; + "An instrument which delivers a therapeutic dose of electrical energy to the heart. This depolarizes a critical mass of the heart muscle, terminates the arrhythmia, and allows normal sinus rhythm to be reestablished by the body's natural pacemaker, in the sinoatrial node of the heart. Defibrillators can be external, transvenous, or implanted, depending on the type of device used or needed." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Defibrillation" ; + rdfs:label "defibrillator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is a low-powered medical apparatus used in electrosurgery on conscious patients, usually in an office setting. It works by emitting low-power high-frequency A.C. electrical pulses, via an electrode mounted on a handpiece, directly to the affected area of the body. The amount of output power needed is adjustable, and the device is equipped with different tips, electrodes and forceps, depending on the electrosurgical requirement." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Hyfrecator" ; + rdfs:label "hyfrecator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Commonly used as host cells for the study of ion channels." ; + ; + "An instrument that is designed for two-electrode, whole-cell voltage clamping of Xenopus oocytes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.warneronline.com/product_info.cfm?id=168&CFID=5491126&CFTOKEN=40558311" ; + rdfs:label "oocyte clamp" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "PCR." ; + ; + "An assay that generates data about the presence, abundance, structure, function, or activity of biological molecules, or a process that occurs at a molecular level of granularity." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "molecular assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A monitoring device that monitors vital signs, such as temperature, blood pressure, and ECG." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "multiparameter monitor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to measure heart function." ; + ; + "A monitoring device which non-invasively records the transthoracic interpretation of the electrical activity of the heart over time captured and externally recorded by skin electrodes." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrocardiography" ; + rdfs:label "ECG monitor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Blood vessels are cauterized during surgery to prevent excessive bleeding." ; + ; + "An instrument that is a hot iron for searing or cauterizing." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.lexic.us/definition-of/cauter" ; + rdfs:label "cauters" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A blood pressure cuff." ; + ; + "An instrument that provides consistent and accurate readings during invasive blood pressure monitoring." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.utahmed.com/deltran.htm" ; + rdfs:label "blood pressure transducer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A blood pressure cuff." ; + ; + "A monitoring device used to measure blood pressure, comprising an inflatable cuff to restrict blood flow, and a mercury or mechanical manometer to measure the pressure." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Blood_pressure_monitor" ; + rdfs:label "blood pressure monitor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that allows remote measurement and reporting of information." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Telemetry" ; + rdfs:label "telemetry system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A thermomixer can be used to mix and incubate bacterial cultures." ; + ; + "A heating instrument that can be programmed to shakes tubes, which usually contain solutions, at a specified speed and for a specified time, in order to mix the contents." ; + "PERSON: Nicole Vasilevsky" ; + "http://vwrlabshop.com/eppendorf-thermomixer-and-thermomixer-r-mixers-brinkmann/p/0020628/" ; + rdfs:label "thermomixer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used to create custom respiratory gas mixtures." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cwe-inc.com/images/GSM-3.pdf" ; + rdfs:label "gas mixer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to control a three electrode cell and run electroanalytical experiments." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Potentiostat" ; + rdfs:label "potentiostat" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Programming of circuits, such as EPROMs, EEPROMs, Flashs, PALs, FPGAs or programmable logic circuits." ; + ; + "An instrument that configures programmable non-volatile circuits." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Programmer_%28hardware%29" ; + rdfs:label "chip programmer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An emergency brake in a car." ; + ; + "A device for slowing or stopping motion, as of a vehicle, especially by contact friction which is adminstered by hand." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/brake" ; + rdfs:label "hand brake" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to produce a smooth finish on flat surfaces. It is a widely used abrasive machining process in which a spinning wheel covered in rough particles (grinding wheel) cuts chips of metallic or non metallic substance from a workpiece, making a face of it flat or smooth." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Surface_grinding" ; + rdfs:label "surface grinder" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument type which spins the workpiece to perform various operations such as cutting, sanding, knurling, drilling, or deformation with tools that are applied to the workpiece to create an object which has symmetry about an axis of rotation." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Lathe" ; + rdfs:label "lathe" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument which is a machine tool used to machine solid materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Milling_machine" ; + rdfs:label "milling machine" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument designed for the extraction of a lipid from a solid material." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Soxhlet_extractor" ; + rdfs:label "soxhlet extractor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument designed to remove molecular levels of contamination to achieve the cleanest possible probes and surfaces." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.bioforcenano.com/index.php?id=290" ; + rdfs:label "UV-ozone surface cleaner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to apply uniform thin films to flat substrates by centrifugal force." ; + "PERSON: Nicole Vasilevsky" ; + "spinner" ; + "http://en.wikipedia.org/wiki/Spin_coating" ; + rdfs:label "spin coater" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used in the production of semiconductor integrated circuits." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.abmfg.com/" ; + rdfs:label "mask aligner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Extraction of solvents for histological sample preparation." ; + ; + "An instrument which is fully automated and uses common solvents to rapidly extract solid and semisolid samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://chromatographyonline.findanalytichem.com/lcgc/App+Notes+Enviro/Accelerated-Solvent-Extraction-Sample-Preparation-/ArticleStandard/Article/detail/479946" ; + rdfs:label "accelerated solvent extraction system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An oven that gently moves air vertically through the oven chamber to heat samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.amazon.com/LINDBERG-BLUE-GRAVITY-CONVECTION-MICROPROCESSOR/dp/B003NVENII" ; + rdfs:label "gravity convection oven" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that allows for pico- or nano-scale charge current measurements across an artifical lipid membrane through reconstituted, ion-conducting single channels. Currents are measured via silver electrodes, digitized and amplified." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.instmeth.uni-freiburg.de/methods/iocbc/oe/m-plb-workstation.html" ; + rdfs:label "lipid bilayer workstation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Beveled edges are a common aesthetic nicety added to window panes and mirrors." ; + ; + "An instrument consisting of two rules or arms, jointed together at one end, and opening to any angle, for adjusting the surfaces of work to the same or a given inclination." ; + "PERSON: Nicole Vasilevsky" ; + "bevel square" ; + "http://www.websters-online-dictionary.org/definitions/bevel?cx=partner-pub-0939450753529744%3Av0qd01-tdlq&cof=FORID%3A9&ie=UTF-8&q=bevel&sa=Search#922" ; + rdfs:label "beveler machine" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to measure muscle function." ; + ; + "A instrument used for evaluating and recording the electrical activity produced by skeletal muscles." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electromyography" ; + rdfs:label "electromyography device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A lie detector." ; + ; + "An instrument for the simultaneous electrical or mechanical recording of several involuntary physiological activities, including blood pressure, skin resistivity, pulse rate, respiration, etc." ; + "PERSON: Melissa Haendel" ; + "http://en.wikipedia.org/wiki/Polygraph" ; + rdfs:label "polygraph" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument used to measure oxygen evolution or consumption from liquid-phase samples in cellular respiration and photosynthesis research applications. " ; + "PERSON: Nicole Vasilevsky" ; + "oxygen electrode" ; + "http://www.hansatech-instruments.com/oxyg1.htm" ; + rdfs:label "oxygraph system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to drive positive or negative ions into a tissue, in which two electrodes are placed in contact with tissue, one of the electrodes being a pad of absorbent material soaked with a solution of the material to be administered, and a voltage is applied between the electrodes." ; + "PERSON: Nicole Vasilevsky" ; + "http://encyclopedia2.thefreedictionary.com/iontophoresis" ; + rdfs:label "micro-iontophoresis device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that provides isolated electrical stimulation to tissues in either constant currents or constant voltages." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.harvardapparatus.com/webapp/wcs/stores/servlet/haicat3_10001_11051_37793_-1_HAI_Categories__37757_37791" ; + rdfs:label "stimulus isolator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to study nerve or muscle function." ; + ; + "An instrument used for nerve and muscle stimulation procedures." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.grasstechnologies.com/products/stimulators/stims88x.html" ; + rdfs:label "stimulator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to measure key analytes in clinical research studies, such as glucose, triglycerides, pyruvate, etc. It measures the rate of oxygen consumption, which is directly proportional to the substrate concentration." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.analox.com/downloads/gm7uk.pdf" ; + rdfs:label "rapid multi-assay analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An device consisting of a capillary tube with a very small diameter that is used for various applications including microscopy and HPLC." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/capillary" ; + rdfs:label "microcapillaries" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A lathe that is designed to use modern carbide tooling and fully use modern processes. The part may be designed and the toolpaths programmed by the CAD/CAM process, and the resulting file uploaded to the machine, and once set and trialled the machine will continue to turn out parts under the occasional supervision of an operator." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Lathe_%28metal%29" ; + rdfs:label "CNC Lathe" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An image acquisition instrument used in fluorescence imaging that allows the imaging of living tissue up to a depth of 1 mm, based on the concept that two photons of low energy can excite a fluorophore in a quantum event, resulting in the emission of a fluorescence photon, typically at a higher energy than either of the two excitatory photons." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Two-photon_excitation_microscopy" ; + rdfs:label "laser doppler flowmeter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used for protein identification and characterization." ; + ; + "A liquid chromatograhy column that is used to separate or purify proteins from complex mixtures. FPLC is a type of liquid chromatography where the solvent velocity is controlled by pumps to control the constant flow rate of solvents. The solvents are accessed through tubing from an outside reservoir." ; + "PERSON: Nicole Vasilevsky" ; + "FPLC" ; + "http://en.wikipedia.org/wiki/Fast_protein_liquid_chromatography" ; + rdfs:label "fast protein liquid chromatography instrument" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement device that consists of a very small electrode, often used to study electrical characteristics of living cells and tissues." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/microelectrode" ; + rdfs:label "microelectrode" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement device that measures the length of curves, dashes, etc., by running a toothed wheel along them." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/stadiometer" ; + rdfs:label "stadiometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement device used for non-invasive, continuous measurement of microcirculation. The technique is based on the values of the Doppler Effect of low-power laser light scattered randomly by static structures and moving tissue particulates." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nlm.nih.gov/cgi/mesh/2010/MB_cgi" ; + rdfs:label "laser doppler blood flow monitor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument that measures nitrogen oxide by employing polarography, which measures concentration of nitrogen oxide in blood and any other portion of a living organism." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.intermedical.co.jp/homepage/products/im/imn-111-e.html" ; + rdfs:label "nitric oxide monitor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A flow meter." ; + ; + "A measurement instrument that is used to obtain estimates of the rates of metabolism of vertebrates, invertebrates, plants, tissues, cells, or microorganisms via an indirect measure of heat production (calorimetry)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Respirometry" ; + rdfs:label "respirometry system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to measure CO2 levels in an incubator." ; + ; + "A measurement instrument that is used to detect carbon dioxide concentration in a given environment." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thomasnet.com/products/analyzers-carbon-dioxide-1645506-1.html" ; + rdfs:label "carbon dioxide analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Patients admitted to a hospital are routinely monitored for oxygen levels." ; + ; + "A measurement device, usually attached to the earlobe or fingertip, that measures the oxygen saturation of arterial blood." ; + "PERSON: Nicole Vasilevsky" ; + "blood oxygen monitor" ; + "pulse oximeter" ; + "http://en.wikipedia.org/wiki/Pulse_oximeter" ; + rdfs:label "oxygen monitor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A hematology analyzer." ; + ; + "A measurement device that tests a blood sample for certain predetermined constituents." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nasa.gov/mission_pages/station/science/experiments/PCBA.html" ; + rdfs:label "blood analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscope which contains a small platform on a microscope where the specimen is mounted for examination. Commonly used for electrophysiological research, such as patch clamp experiments on nerve cells, examinations of brain sections, and for measuring electrical signals on cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/microscope+stage, http://www.dddmag.com/Product-Axio-Examiner-Fixed-Stage-Microscope-908.aspx" ; + rdfs:label "fixed stage microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscope used to visualize fine structures within the area of a surgical procedure." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.zeiss.com/C125716F004E0776/0/3168C434988E2189C1257177006C0635/$File/Innovation_14_18.pdf" ; + rdfs:label "surgical microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microplate dispenser workstation that can be used to distribute quantitative liquid samples with an extraordinary level of precision and reproducibility." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Richard Pearse" ; + rdfs:label "sample preparation system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Digestion of tissues prior to DNA extraction." ; + ; + "An instrument used for for sample preparation applications such as digestion, extraction, evaporation or drying of sample materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.beverageonline.com/product.mvc/Multiwave-3000-Microwave-Sample-Preparation-P-0001?VNETCOOKIE=NO" ; + rdfs:label "microwave sample preparation system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microwave sample preparation system used for processing tissues for immunohistochemistry and microscopic examination." ; + "PERSON: Nicole Vasilevsky" ; + "Panja, Sriram, Saraswathi, Sivapathasundharam (2007) JOMFP 11: 15-17" ; + rdfs:label "microwave tissue processor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A milling machine tool used to machine solid materials. CNC milling machine has features such as an automatic tool changer (ATC) that includes a tool magazine (carousel), and sometimes an automatic pallet changer (APC)." ; + "PERSON: Nicole Vasilevsky" ; + "machining center" ; + "mill" ; + "miller" ; + "http://en.wikipedia.org/wiki/Milling_machine" ; + rdfs:label "CNC milling machine" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used for preclinical testing of new drugs, to study effect on the brain." ; + ; + "An MRI scanner which is compact and can sit on a desktop and is used for preclinical magnetic resonance imaging (MRI) within molecular imaging laboratories for routine preclinical and molecular imaging in biomedical and pharmaceutical applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.dotmed.com/news/story/14254/" ; + rdfs:label "preclinical MRI scanner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to assess cell, tissue, and organ function in vivo in animals after experimental treatment. " ; + ; + "A small animal image acquisition device that uses positron emission tomography (PET) for non-invasive, in vivo imaging of small animals for the purposes of research or pre-clinical applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Positron_emission_tomography" ; + rdfs:label "PET animal imager" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A SPECT scanner that is used for non-invasive, in vivo imaging of small animals for the purposes of research or pre-clinical applications." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "SPECT animal imager" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An instrument that can be used in proteomics, to run a 2D gel." ; + ; + "A protein separation apparatus employed for two-dimensional protein separation." ; + "PERSON: Nicole Vasilevsky" ; + "Two-dimensional gel electrophoresis apparatus" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "2D gel electrophoresis apparatus" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to mix samples during a co-IP reaction." ; + ; + "A lab rotator that provides provide 360° vertical rotation, used to mix samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.selectscience.net/products/end-over-end-rotator/?prodID=11939" ; + rdfs:label "end over end rotator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to stimulate the electrical activity of muscles." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.emedicinehealth.com/electromyography_emg/article_em.htm" ; + rdfs:label "electromyography stimulator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument designed to mix, disperse and degas materials in seconds to minutes, in a sealed or lid-less container such as a jar, beaker, syringe tube or cartridge." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.intertronics.co.uk/products/thiare25001.htm" ; + rdfs:label "planetary mixer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to measure a surface's profile, in order to quantify its roughness." ; + "PERSON: Nicole Vasilevsky" ; + "Surface profiler" ; + "http://en.wikipedia.org/wiki/Profilometer" ; + rdfs:label "profilometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "This device uses vacuum drying or sputtering to deposit materials on a sample's surface to increase contrast for electron microscopy." ; + "PERSON: Nicole Vasilevsky" ; + "shadow caster" ; + "http://www.leica-microsystems.com/products/em-sample-preparation/biological-specimens/low-temperature-techniques/freeze-etchingfracture/details/product/leica-em-med020/" ; + rdfs:label "vacuum coating system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A stimulator designed for finger stimulation, that can be used in classical conditioning animal models." ; + "PERSON: Nicole Vasilevsky" ; + "An aversive electric stimulator, designed for finger stimulation, using in classical conditioning animal models." ; + rdfs:label "finger stimulator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "DNA can be quantified on a UV spectrophotometer." ; + ; + "A spectrophotometer which measures emissions in the ultraviolet-visible spectral region." ; + "PERSON: Nicole Vasilevsky" ; + "ultraviolet-visible spectrophotometer" ; + "http://en.wikipedia.org/wiki/Ultraviolet%E2%80%93visible_spectroscopy" ; + rdfs:label "UV/vis spectrophotometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A thermometer." ; + ; + "A measurement device that is capable of continuous monitoring of multiple temperatures" ; + "PERSON: Nicole Vasilevsky" ; + "http://www.vitalmedikal.com/Deroyal_Temp_Monitoring.pdf" ; + rdfs:label "temperature monitor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to administer anesthesia." ; + ; + "An environmental chamber used to administer aerosolized agents or particles." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "inhalation chamber" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An environmental chamber used to adminster microaerophilic (hypoxic) conditions for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ruskinn.com/prod_concept1000invivo2.php" ; + rdfs:label "hypoxic chamber" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that supplies water of a controlled temperature through hoses to a pad that it applied to the patient for localized warming for pain treatment." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.alldaymedical.com/heat-cold-therapy/heating-cooling-systems/gaymar-t-pump-localized-heat-therapy-system.html" ; + rdfs:label "heat therapy pump" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An image acquisition device used to detect single crystal diffraction measurements of large and small molecules." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.rayonix.com/products/mar345.htm" ; + rdfs:label "image plate detector" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An infrared spectrophotometer that collects spectra based on measurements of the coherence of a radiative source, using time-domain or space-domain measurements of the electromagnetic radiation or other types of radiation." ; + "PERSON: Nicole Vasilevsky" ; + "FT-IR spectrometer" ; + "http://en.wikipedia.org/wiki/Fourier_transform_spectroscopy" ; + rdfs:label "fourier transport infrared spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that uses computer-simulated environments to simulate reality or imaginary places." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Virtual_reality" ; + rdfs:label "virtual reality instrument" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to take high definition video from a single HDMI media source and direct it to 2 separate HD TVs or displays." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.iogear.com/video-splitter.htm" ; + rdfs:label "video splitter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A -80C lab freezer." ; + ; + "A material processing technique involving freezing a specimen or sample to sub zero temperatures, commonly to -80C or on liquid nitrogen." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "low temperature freezing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Biomolecule synthesis of RNA in vitro used for applications such as can be used in blot hybridizations and nuclease protection assays." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ambion.com/techlib/basics/transcription/index.html" ; + rdfs:label "in vitro transcription" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used for protein-protein interaction analysis, like a GST-pull down assay." ; + ; + "Biomolecule synthesis of proteins in vitro, in cell-free extracts, which can be used for applications such as rapid identification of gene products (e.g., proteomics), localization of mutations through synthesis of truncated gene products, protein folding studies, and incorporation of modified or unnatural amino acids for functional studies." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ambion.com/techlib/basics/translation/index.html" ; + rdfs:label "in vitro translation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Protein-DNA interactions can be determined using an EMSA." ; + ; + "A molecular assay used to study protein-DNA or protein-RNA interactions. This procedure can determine if a protein or mixture of proteins is capable of binding to a given DNA or RNA sequence, and can sometimes indicate if more than one protein molecule is involved in the binding complex." ; + "PERSON: Nicole Vasilevsky" ; + "EMSA" ; + "gel shift assay" ; + "http://en.wikipedia.org/wiki/Electrophoretic_mobility_shift_assay" ; + rdfs:label "electrophoretic gel mobility shift" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Nucleic acids can be extracted from an agarose gel by electro-elution." ; + ; + "Elution of nucleic acids or a protein sample from a gel by electrophoresis." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electroelution" ; + rdfs:label "electro-elution" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An photoelectron spectrometer can be used for material surface analysis." ; + ; + "A materials assay used to analyze the surface of materials by methods such as x-ray photoelectron spectroscopy (XPS, also known as ESCA, electron spectroscopy for chemical analysis), auger electron spectroscopy (AES), and secondary ion mass spectrometry (SIMS)." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.materialinterface.com/" ; + rdfs:label "material surface analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to test if specific drugs are more effective when used in combination, rather than separately." ; + ; + "A data analysis technique used for identifying and quantitating departures from additivity (i.e., synergism and antagonism) when drugs having like effects are given in combination." ; + "PERSON: Nicole Vasilevsky" ; + "Plummer and Short (1990) J Pharmacol Methods. 23(4):297-309." ; + rdfs:label "drug combination effect modeling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A device used to position microelectrodes for electrophysiology recording." ; + "PERSON: Nicole Vasilevsky" ; + "http://npielectronic.com/" ; + rdfs:label "microelectrode positioning system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to fabricate integrated circuits." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Plasma_etching" ; + rdfs:label "plasma etcher" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A post-doctoral fellow." ; + ; + "A student role inhering in a person that is realized when the bearer participates in a post-graduate training program in pursuit of new or additional training in a particular field, such as a post-doctoral fellowship." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "post-graduate student trainee role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "dsRNA libraries are transfected into cells to knockdown gene expression, but a concern with using libraries is off target effects." ; + ; + "RNAi library that is comprised of double-stranded RNA molecules, where the dsRNA molecules may or may not be in constructs." ; + "PERSON: Melissa Haendel" ; + "PMID: 16607398; Echeverri CJ, Perrimon N. Nat Rev Genet. 2006 May;7(5):373-84." ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "dsRNA library" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + "related viral construct" ; + "The construct pWPI-GFP is used to generate GFP viral supernatants." ; + ; + "Construct used to generate active virus." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "related_viral_construct" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "related virus" ; + "GFP superntants are produced by the pWPI-GFP construct." ; + ; + "Virus produced by viral plasmid." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain ; + rdfs:label "related_virus" ; + rdfs:range ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + "related research project" ; + "A research project studying breast cancer." ; + ; + "Research project during which the biological specimen was collected." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "related_research_project" ; + rdfs:range ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + "related biological specimen" ; + "A breast cancer specimen." ; + ; + "Biological specimen collected as part of the research project." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "related_biological_specimen" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "infects target organism" ; + "A virus that infects human cells." ; + ; + "Organism that the virus infects." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "infects_target_organism" ; + rdfs:range ; +. + + a owl:Class ; + "A polyclonal antibody." ; + ; + "A protein reagent that contains more than one species of protein mixed together in a single container." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "protein mixture" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Purified insulin protein." ; + ; + "A protein reagent that contains a single species of protein." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "purified protein reagent" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Characterization of the phenotype is often done in transgenic or knockout mice." ; + ; + "An organismal assay that involves characterization of a phenotype; any observable characteristic or trait of an organism: such as its morphology, development, biochemical or physiological properties, behavior, and products of behavior (such as a bird's nest). Phenotypes result from the expression of an organism's genes as well as the influence of environmental factors and the interactions between the two." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Phenotype" ; + rdfs:label "phenotype characterization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Histological sample preparation that removes dissolved salts from tissue." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/demineralize" ; + rdfs:label "demineralized tissue preparation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A technique used to determine if a protein functions as a transcription factor." ; + ; + "A molecular assay used to determine if interacting proteins can transcriptionally activate a target gene. One target protein is fused to an activation domain and another target protein is fused to a DNA binding domain and if the two proteins interact, the gene target will be activated and detected by a reporter." ; + "PERSON: Nicole Vasilevsky" ; + "He and Li (2008) Methods in Molecular Biology 439:327-337" ; + rdfs:label "transcriptional activation assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to determine if a transcription factor binds a promoter." ; + ; + "An immunoprecipitation technique used to determine whether a given protein binds to or is localized to a specific DNA sequence in vivo." ; + "PERSON: Nicole Vasilevsky" ; + "CHIP assay" ; + "ChIP" ; + "Chromatin IP" ; + "http://www.bio.brandeis.edu/haberlab/jehsite/chIP.html" ; + rdfs:label "chromatin immunoprecipitation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Culture and propogation of embryos performed immediately following egg retrieval prior to in vitro fertilization (IVF). The eggs and sperm are combined to produce a fertilized egg (known as an zygote). Once a zygote has been formed, the culture process will continue in order to encourage the growth of the zygote into an embryo. Lasting from 2 to 5 days, the embryo culture process is vital to the success of any IVF procedure." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sharedjourney.com/define/culture.html" ; + rdfs:label "embryo culture" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Protein-DNA binding sites can be determined by DNA footprinting." ; + ; + "A nucleic acid assay that involves treating live cells with a chemical agent that causes DNA damage. If a protein is bound to the DNA, it can protect the strands it covers from this damage, and its binding site can be deduced." ; + "PERSON: Nicole Vasilevsky" ; + "http://mbg.cornell.edu/cals/mbg/research/lis-lab/researchdetails.cfm#CP_JUMP_49328" ; + rdfs:label "DNA footprinting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A reaction that is used for simultaneous detection of several RNA species in a sample." ; + ; + "A nucleic acid assay used to identify individual RNA molecules in a heterogeneous RNA sample extracted from cells. Extracted RNA is mixed with antisense RNA or DNA probes that are complementary to the sequence(s) of interest and the complementary strands are hybridized to form double-stranded RNA (or a DNA-RNA hybrid). The mixture is then exposed to ribonucleases that specifically cleave only single-stranded RNA but have no activity against double-stranded RNA. When the reaction runs to completion, susceptible RNA regions are degraded to very short oligomers or to individual nucleotides; the surviving RNA fragments are those that were complementary to the added antisense strand and thus contained the sequence of interest." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Nuclease_protection_assay" ; + rdfs:label "nuclease protection assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to detect gene expression after experimental treatment." ; + ; + "A molecular assay that is conducted to identify the genes that are being transcribed in a cell nucleus at a certain time." ; + "PERSON: Nicole Vasilevsky" ; + "Nuclear run on assay" ; + "Nuclear run-on assay" ; + "http://en.wikipedia.org/wiki/Nuclear_run-on" ; + rdfs:label "run-on transcription assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Post-translational modifications of histone tails are important for epigenetic regulation of gene expression." ; + ; + "A protein assay used to analyze which proteins associate with core histones." ; + "PERSON: Nicole Vasilevsky" ; + "Source: Keener et al (1997) Proc Natl Acad Sci 94(25): 13458-13462." ; + rdfs:label "histone analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A speed vac sample concentrator." ; + ; + "An instrument used to cause the pressure in a liquid-filled container to be reduced below the vapor pressure of the liquid, causing the liquid to evaporate at a lower temperature than normal." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Vacuum_evaporation" ; + rdfs:label "vacuum evaporator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to visualize biomolecules." ; + ; + "A fluorescence microscope in which magnification is achieved in two stages. It utilizes an objective lens, usually several of different power on a turret and an eyepiece that is used to further magnify the image formed by the objective lens." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.microscopehelp.com/thecompoundmicroscope.html" ; + rdfs:label "fluorescence compound microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that includes the components for all of the main measurements required from a Langendorff experiment with hearts from small animals such as rats and mice." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.adinstruments.com/solutions/research/Langendorff-Heart/" ; + rdfs:label "langendorff heart system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Glucose uptake can be displayed in an MRI display system." ; + ; + "An instrument that uses a projection system for presenting visual stimulation in an MRI machine." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.neurospec.com/?p=prodresearch_acqdiag_avotec" ; + rdfs:label "MRI display system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to image biomolecules." ; + ; + "A transmission electron microscope that produces an image of an object by electron scattering. The contrast is optimized by filtering out the contrast-reducing electrons from the spectrum of transmitted electrons, or by only allowing electrons containing specific information to be used for imaging." ; + "PERSON: Nicole Vasilevsky" ; + "EFTEM" ; + "http://www.smt.zeiss.com/c1256e4600305472/Contents-Frame/9c02420a02765bc1c1256e5800335569" ; + rdfs:label "energy filtering transmission electron microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Lyophilization of blood samples." ; + ; + "An instrument designed to dry biological specimens precisely and without damage typical of drying by heat alone. The instrument makes use of the equality of liquid and vapor density above the thermodynamic critical point to remove pockets of liquid without expansion (and resulting damage to the sample)." ; + "PERSON: Nicole Vasilevsky" ; + "Supercritical processor" ; + "http://en.wikipedia.org/wiki/Supercritical_drying " ; + rdfs:label "critical point dryer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used to compress monolayers of molecules on the surface of a given subphase (usually water) and measures surface phenomena due to this compression. It can also be used to deposit single or multiple monolayers on a solid substrate." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Langmuir-Blodgett_trough" ; + rdfs:label "langmuir-blodgett trough" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to detect photons used for applications such as Single Molecule Spectroscopy." ; + "PERSON: Nicole Vasilevsky" ; + "http://picoquant.com/getfs.htm?products/instrumentation.htm" ; + rdfs:label "photon counting module" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that automatically injects samples into high performance liquid chromatography (HPLC) system." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.meadowshplc.com/hplc_instruments_waters_hplc_717.htm" ; + rdfs:label "microplate autosampler" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A materials assay used to measure contact angles and thereby determine surface energy." ; + "PERSON: Nicole Vasilevsky" ; + "www.firsttenangstroms.com/pdfdocs/CAPaper.pdf" ; + rdfs:label "drop shape analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Detection of mercury levels in a sample." ; + ; + "A spectrophotometer used to detect metals and metalloids in environmental samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cee.vt.edu/ewr/environmental/teach/smprimer/aa/aa.html" ; + rdfs:label "flame atomic absorption spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A centrifuge used to prepare patient samples." ; + ; + "A centrifuge that has been approved for clinical use." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "clinical centrifuge" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An amplifier connected to a CD player." ; + ; + "An instrument that changes, usually increases, the amplitude of a signal. The relationship of the input to the output of an amplifier, usually expressed as a function of the input frequency, is called the transfer function of the amplifier, and the magnitude of the transfer function is termed the gain." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Amplifier" ; + rdfs:label "amplifier" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used in electrophysiology studies." ; + ; + "Amplifier that measures very small currents or voltage (often in a cell or patch of membrane) and passes that measurement on for recording and analysis. Microelectrode amplifiers may also control current and voltage in current-clamp and voltage-clamp mode." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "microelectrode amplifier" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An automatic pipetting device." ; + ; + "An instrument that is designed to accurately deliver set volumes of liquid to samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.labcyte.com/Echo_Liquid_Handling_Systems/Default.81.html" ; + rdfs:label "liquid handling system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A flow cytometer." ; + ; + "An instrument that converts analog waveforms into digital values for processing." ; + "PERSON: Nicole Vasilevsky" ; + "data acquisition device" ; + "http://en.wikipedia.org/wiki/Data_acquisition" ; + rdfs:label "data acquisition system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that allows film negatives and slides to be converted into digital files." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.35mmslidescanner.org/" ; + rdfs:label "slide scanner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Automated pipetting into a 96-well plate." ; + ; + "An instrument that can automatically pipette predetermined volumes of liquid into 96 wells at a time." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "96-channel pipetting device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument which is a high performance gel and blot imager that unites storage phosphor autoradiography technology with four-color fluorescent labeling techniques. It can be used to scan and store phosphor screens, fluorescent DNA and protein gels, chemifluorescent DNA/RNA and protein blots, and chemiluminescent Western blots." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.uri.edu/inbre/corelab/equipment/typhoon.shtml" ; + rdfs:label "variable mode imager" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to screen colonies to determine if they express a plasmid of interest." ; + ; + "An instrument used for contamination-free automatic colony transfer." ; + "PERSON: Nicole Vasilevsky" ; + "http://nition.com/en/products/pm-1.htm" ; + rdfs:label "colony picker" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Allows focusing on an object with a microscope." ; + ; + "An instrument that allows precise focusing on an object." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "focusing optics" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used to coat samples with osmium for scanning electron microscopy." ; + "PERSON: Nicole Vasilevsky" ; + "www.2spi.com/catalog/osmium-plasma-coater-opc-60.shtml" ; + rdfs:label "osmium coater" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Acquisition of neuroanatomical images of an animal model." ; + ; + "A small-animal image acquisition device used to acquire MRI images." ; + "PERSON: Nicole Vasilevsky" ; + """PERSON: Nicole Vasilevsky +""" ; + rdfs:label "animal MRI system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A device that integrates one or several laboratory functions on a single chip. LOCs deal with the handling of extremely small fluid volumes down to less than picoliters." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Lab-on-a-chip" ; + rdfs:label "lab on a chip" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for microinjection into blastocysts." ; + ; + "A microscope that allows for maneuverability around the patient during surgery." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.peternordland.com/microscope/" ; + rdfs:label "dissecting surgical microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is a specialized bench used for nano-scale manufacturing such as for use in etching and cleaning samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nist.gov/cnst/nanofab/nanofab_bench6.cfm" ; + rdfs:label "wet chemical bench" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Cedrus RB-830 color response pad." ; + ; + "An instrument that measures a participant's reaction time in hardware and provide additional timing facilities for the stimulus presentation program." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cedrus.com/responsepads/rb_series.htm" ; + rdfs:label "response pad" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Imaging of a biological sample." ; + ; + "An image acquisition instrument that is a microscope-based imaging platform designed for fully automated image acquisition and data analysis of biological samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.microscopy.olympus.eu/microscopes/Life_Science_Microscopes_scan_R.htm" ; + rdfs:label "automated light microscopy scan" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to cut up wood." ; + ; + "An instrument that uses a hard blade or wire with an abrasive edge to cut through softer materials. The cutting edge of a saw is either a serrated blade or an abrasive. A saw may be worked by hand, or powered by steam, water, electricity or other power." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Saw" ; + rdfs:label "saw" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A saw equipped with a diamond-edged carbide blade which has continually recirculating \"fountain\" of water to keep the blade and materials cool and to reduce the dust and flying particles and is used to cut hard materials such as tile." ; + "PERSON: Nicole Vasilevsky" ; + "http://homerenovations.about.com/od/toolsbuildingmaterials/f/wettilesaw.htm" ; + rdfs:label "wet saw" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A saw that precisely cuts and is used for high-quality commercial applications or general trim work that demands precise cuts." ; + "PERSON: Nicole Vasilevsky" ; + "http://justsawblades.com/systimatic/precision_trim.htm" ; + rdfs:label "precision trim saw" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that creates precise, thin sections, down to 35μm, of a wide variety of geological specimens such as rocks and minerals, ceramics, refractories, concrete, etc." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CEQQFjAF&url=http%3A%2F%2Fwww.instrument.com.cn%2Fdownload.asp%3Furl%3D%252FShow%252FLiterature%252FC59226.pdf&ei=Cl3FTtjdFYGmiQL9wKnFBQ&usg=AFQjCNEt5OiDCb2XerYyOKOfWqmex4bP1w&sig2=U1lPRRXmhp-V9V_3aX0Fzw" ; + rdfs:label "mineralized tissue thin sectioning system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A stimulator used to noninvasively cause depolarization in the neurons of the brain. TMS uses electromagnetic induction to induce weak electric currents using a rapidly changing magnetic field; this can cause activity in specific or general parts of the brain with minimal discomfort, allowing the functioning and interconnections of the brain to be studied." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Transcranial_magnetic_stimulation" ; + rdfs:label "transcranial magnetic stimulator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for a rodent spinal cord injury model." ; + ; + "An instrument designed to deliver graded reproducible spinal cord contusions." ; + "PERSON: Nicole Vasilevsky" ; + "http://keck.rutgers.edu/MASCIS/mascis.html" ; + rdfs:label "impactor device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A location tracking device on the iPhone." ; + ; + "An instrument used to determine or monitor the location of a person or an object or the status of an object." ; + "PERSON: Nicole Vasilevsky" ; + "www.austlii.edu.au/au/legis/cth/consol_act/sda2004210/s6.html" ; + rdfs:label "location tracking device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A sensor to measure opening and closing of a door." ; + ; + "An instrument that is affixed to a door that will sense when the door is opened." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "door sensors" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that senses motion by measuring change in speed or vector of an object or objects in the field of view." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Motion_sensor" ; + rdfs:label "motion sensors" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A location tracking device used for home computers." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "home computer tracking device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A location tracking device used for medication." ; + "PERSON: Nicole Vasilevsky" ; + "Eagle-curator (Nicole Vasilevsky)" ; + rdfs:label "medication tracking device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Detection of mercury in a marine sample." ; + ; + "An instrument that uses automated technology to determine trace mercury levels in samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.mercury-instrumentsusa.com/AULA254.htm" ; + rdfs:label "automated mercury analysis system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to study the electrical properties of biological cells and tissues. It involves measurements of voltage change or electric current on a wide variety of scales from single ion channel proteins to whole organs like the heart. In neuroscience, it includes measurements of the electrical activity of neurons, and particularly action potential activity." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrophysiology" ; + rdfs:label "electrophysiology station" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A video camera that takes repeated pictures at high speed." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.charlesedisonfund.org/tomedisonbio/ch12.html" ; + rdfs:label "high-speed motion picture camera" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A 2D spot cutter, used for mass spectrometry." ; + ; + "An instrument that accurately locates and excises protein bands or spots from 1-D and 2-D gels or blots for downstream processing and analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.bio-rad.com/prd/en/US/adirect/biorad;jsessionid=PYxzMKnGvPxfn8mLQQ8z9J2Cbdv246ZJJQMLkFyVV2YZw93nQsSn!607464423?cmd=BRCatgProductDetail&vertical=LSR&javascriptDisabled=true&entryPoint=adirect&lang=en&ts=1&country=US&catID=d3f27dd1-a47f-4fb7-9ffd-a3bdf436ea02&messageType=BRCatgProductDetail" ; + rdfs:label "protein spot cutter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometer that is highly sensitive and capable of the determination of a range of metals and several non-metals at concentrations below one part in 1012 (part per trillion). It is based on coupling together an inductively coupled plasma as a method of producing ions (ionization) with a mass spectrometer as a method of separating and detecting the ions." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Inductively_coupled_plasma_mass_spectrometry" ; + rdfs:label "inductively coupled plasma mass spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An optical stereo microscope." ; + ; + "A stereo microscope with its light source and condenser on the top, above the stage pointing down, while the objectives and turret are below the stage pointing up." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Inverted_microscope" ; + rdfs:label "inverted stereo microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Storage of perishable items in a freezer." ; + ; + "An instrument that consists of a thermally insulated compartment, cabinet, or room in which a subfreezing temperature is maintained for the rapid freezing and storing of perishable items." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/freezer" ; + "obsoleting because its a common resource" ; + rdfs:label "freezer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to for long-term storage biological samples." ; + ; + "A freezer in the minus 45 to minus 85 celcius temperature range." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Marc LePape" ; + rdfs:label "ultra low temperature freezer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Scanning a photograph." ; + ; + "An instrument that allows film to be converted into digital files." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.35mmslidescanner.org/" ; + rdfs:label "film scanner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to scan photographs." ; + ; + "A device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Flatbed_scanner" ; + rdfs:label "flatbed scanner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument designed for applications in the life sciences, in particular, it has been engineered to create high-quality images of 2-D Fluorescence Difference Gel Electrophoresis (DIGE) gels." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.gelifesciences.com/aptrix/upp01077.nsf/Content/2d_electrophoresis~scanners~ettan_dige_imager?OpenDocument&parentid=63005642&moduleid=166483" ; + rdfs:label "scanning camera" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Such as a PCR machine." ; + ; + "A device used for determinations of nucleotide acid sequences of single-nucleotide polymorphisms." ; + "PERSON: Nicole Vasilevsky" ; + "Rom, W.N. (ed.). Environmental and occupational medicine. (4th ed.) Philadelphia: Lippincott, Williams, & Wilkins." ; + rdfs:label "genotype analysis platform" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A unicellular or multicellular individual living system that is capable of replicating or reproducing and growth and maintenance in the right environment. Examples: animal, plant, bacteria, fungus." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "non viral organism" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to track phone calls." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "phone sensor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An instrument used in MRI research, to convey light to the subject's eyes. The subjects view the display apparatus through lenses that serve as a set of binoculars. The purpose is to increase the visual angle subtended by the stimulus at the eye of the subject." ; + "PERSON: Nicole Vasilevsky" ; + "Functional MRI, By Chrit T. W. Moonen, Peter A. Bandettini" ; + rdfs:label "binocular display system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A tumor derived from a human." ; + ; + "Primate biological specimen that was derived from a human." ; + "PERSON: Nicole Vasilevsky" ; + "human biospecimen" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "human biological specimen" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "Heart tissue derived from a mouse." ; + ; + "Biological specimen that was derived from a mouse." ; + "PERSON: Nicole Vasilevsky" ; + "mouse biospecimen" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mouse biological specimen" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "Heart tissue procured from a monkey." ; + ; + "Biological specimen that was derived from a primate." ; + "PERSON: Nicole Vasilevsky" ; + "primate biospecimen" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "primate biological specimen" ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + ; + "An instrument used in MRI research, to convey light to the subject's eyes using a non-binocular display system such as having the subjects view the display apparatus (LCD or CRT) through fiber optic cable or through a rear-projection screen." ; + "PERSON: Nicole Vasilevsky" ; + "Functional MRI, By Chrit T. W. Moonen, Peter A. Bandettini" ; + rdfs:label "non-binocular display system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that recirculates chilled fluids that is used for applications requiring heat removal across a wide temperature range." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thermo.com/eThermo/CMA/PDFs/Various/File_51918.pdf" ; + rdfs:label "chiller" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for cooling and heating of lab samples, specifically for test tubes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Edgar Miranda" ; + rdfs:label "independent cooling and heating system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to develop a Western blot exposed to x-ray film." ; + ; + "An instrument used to develop images that have been exposed to x-ray film." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "X-ray film processor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Transcription of a patients medical records." ; + ; + "An instrument used to digitally record speech for transcription." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.beachaudio.com/Philips/Lfh9397-00b-p-302833.html?utm_source=froogle&utm_medium=cpc&utm_campaign=lfh9397-00b&utm_content=atr" ; + rdfs:label "digital recording transcribing kit" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A voice recorder." ; + ; + "An instrument used to digitally record speech." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "digital recorder" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument used to assess body fat." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sport-fitness-advisor.com/bodyfatcalipers.html" ; + rdfs:label "skinfold calipers" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used to measure blood pressure, where the cuff automatically inflates." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.consumersearch.com/blood-pressure-monitors/review" ; + rdfs:label "automated blood pressure cuff" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Images of GFP expressing cells can be captured with a fluorescence camera." ; + ; + "An microscope digital camera designed for low-light life science imaging applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.directindustry.com/prod/photometrics/high-resolution-fluorescence-camera-for-microscopy-35150-220299.html" ; + rdfs:label "fluorescence camera" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A fluidics platform on a flow cytometer." ; + ; + "An instrument that uses fluid or compressible medium to perform analog or digital operations similar to those performed with electronics." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fluidics" ; + rdfs:label "fluidics platform" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement device that provides accurate and reliable data for vacuum process monitoring, process diagnostics, and leak detection in semiconductor manufacturing." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.inficongasanalyzers.com/en/transpector2gasanalysis.html" ; + rdfs:label "gas analysis system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Sliding calipers are used to measure body fat." ; + ; + "A measurement instrument that measures weight into muscle mass, water, and body fat." ; + "PERSON: NIcole Vasilevsky" ; + "http://www.tanita.com/en/body-composition-analyzer/" ; + rdfs:label "body composition analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Allows field measurement of blood lipids (total Cholesteral, HDL, LDL, Triglycerides) & glucose. " ; + ; + "A blood anlayzer that is used to measure cholesterol and triglyceride levels in the blood." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.emedicinehealth.com/cholesterol_tests/article_em.htm" ; + rdfs:label "blood lipid analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement device used to acquire and store the average heart rate of a subject during normal daily activities." ; + "PERSON: Nicole Vasilevsky" ; + "Baharestani et al (1979) Medical and Biological Engineering and Computing 17: 719-723" ; + rdfs:label "heart rate recorder" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Histology sections can be simultaneously viewed with a teaching microscope." ; + ; + "A microscope with multiple binocular heads simultaneously displaying the same microscopic image." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.teachingmicroscopes.com/" ; + rdfs:label "teaching microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to perform microsurgery." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "To be logically defined based on its participation in a microsurgical process." ; + rdfs:label "microsurgical instrument" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A tranquilizing gun." ; + ; + "An instrument that fires a dart." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Dart_gun" ; + rdfs:label "dart gun" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to image biological samples." ; + ; + "An optical microscope used to obtain sub-surface images of translucent or opaque materials at a resolution equivalent to a low-power microscope." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Optical_coherence_tomography#Laypersons_explanation" ; + rdfs:label "coherence tomography scanner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An image acquisition instrument used to make clear demarcation between regions on an image." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.bme.ogi.edu/biomedicaloptics/biophotonics/projects.html#polcam" ; + rdfs:label "polarized light camera" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is a type of tumble mixer commonly used in industrial processes to mix pharmaceutical materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.pharmainfo.net/%5Bvocab-raw%5D/v-blender-2-d-simulation" ; + rdfs:label "V-blender" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to measure the stability of the investigational product during drug formulation tool in the process of drug discovery." ; + "PERSON: NIcole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Dissolution_testing" ; + rdfs:label "dissolution tester" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A disolution testing instrument used to provide a controlled hydrodynamic environment and renewable solvent stream to the sample." ; + "PERSON: Nicole Vasilevsky" ; + "www.dissolutiontech.com/DTresour/.../DT200505_A05.pdf" ; + rdfs:label "flow through cell apparatus" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to assess the particle size distribution (also called gradation) of a granular material." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Sieve_analysis" ; + rdfs:label "sieve shaker" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Dilution of a tablet in water." ; + ; + "An instrument used to break-up tablets to get them into solution for use in drug formulation." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.pharmainfo.net/tablet-evaluation-tests/disintegration" ; + rdfs:label "disintegrator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to measure linear, nonlinear, mass or volumetric flow rate of a liquid or a gas." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.omega.com/prodinfo/flowmeters.html" ; + rdfs:label "flow meter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to produce a dry powder from a liquid or slurry by rapidly drying with a hot gas." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Spray_drying" ; + rdfs:label "spray dryer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used in chemical laboratories for the efficient and gentle removal of solvents from samples by evaporation." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Rotary_evaporator" ; + rdfs:label "rotary evaporator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An instrument used for precision cleaning of instruments." ; + ; + "An instrument that uses ultrasound (usually from 20–400 kHz) and an appropriate cleaning solution to clean delicate items." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Ultrasonic_cleaning" ; + rdfs:label "ultrasonic cleaner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is designed for the reduction of both wet and dry materials into a granular product to a specific size distribution." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ccstabletpress.com/model-43-6.html" ; + rdfs:label "stoke granulator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for exacting powder blending and mixing applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.glenmills.com/index-turbula.shtml" ; + rdfs:label "turbula mixer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument consisting of an inline or batch high shear mixer and a fluid bed dryer. In a granulation process, only the solid component of the mixture is required. Fluid is used only as an aid to processing. The high shear mixer processes the solid material down to the desired particle size, and the mixture is then pumped to the drying bed where the fluid is removed, leaving behind the granular product." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/High_shear_mixer#High_shear_granulators" ; + rdfs:label "high shear granulator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Detection of MRSA in a bacterial culture." ; + ; + "An instrument used to automate reading and interpretation of antibiotic susceptibility tests for bacteria and yeast." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.vajrabiometrix.com/biomic.html" ; + rdfs:label "automated microbiology analysis system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Dilution of a solution." ; + ; + "An instrument that makes a solution less concentrated by adding a liquid such as water." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/Diluter" ; + rdfs:label "diluter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A confocal microscope that is used as a novel three-dimensional X-ray imaging method. The system consists of an X-ray illuminating `sheet-beam' whose beam shape is micrified only in one dimension, and an X-ray full-field microscope whose optical axis is normal to the illuminating sheet beam. An arbitral cross-sectional region of the object is irradiated by the sheet-beam, and secondary X-ray emission such as fluorescent X-rays from this region is imaged simultaneously using the full-field microscope. This system enables a virtual sliced image of a specimen to be obtained as a two-dimensional magnified image, and three-dimensional observation is available only by a linear translation of the object along the optical axis of the full-field microscope." ; + "PERSON: Nicole Vasilevsky" ; + "http://scripts.iucr.org/cgi-bin/paper?ia5036" ; + rdfs:label "X-ray confocal optics system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is designed to cut sheet metal." ; + "PERSON: Nicole Vasilevsky" ; + "sheet metal scissors" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "sheet metal shears" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is an op-amp circuit that compares two inputs and provides a DC output indicating the polarity relationship between the inputs." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/comparitor" ; + rdfs:label "comparitor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for calibrating laser Doppler velocimeters having one or more intersecting beam pairs." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.freepatentsonline.com/4600301.html" ; + rdfs:label "laser doppler calibration device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "ELISAs are often analyzed on a microplate spectrophotometer." ; + ; + "A spectrophotometer that merges microplate formats with a spectrophotometer. It can be used to quantitate nucleic acids in the low UV range, or automatically run spectral scans for peak absorbance measurements without using filters, and perform conventional enzyme immunoassays at virtually any wavelength." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biotek.com/microplate-spectrophotometers.htm" ; + rdfs:label "microplate spectrophotometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used too cut, coagulate, desiccate, or fulgurate biological tissue." ; + ; + "An instrument used for biopolar electrosurgery, where both the active electrode and return electrode functions are performed at the site of surgery. In biopolar electrosurgery, the current flows from the generator to the instrument, typically forceps. One tine of the forceps acts as the active electrode and directs the current through the patient tissue to the other tine, which acts as the return electrode and enables the flow to return to the generator to complete the circuit." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.corexcel.com/rw/html/body_electrosurgery_page1.htm" ; + rdfs:label "bipolar electrosurgical generator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that contains a small motorized platform on a microscope where the specimen is mounted for examination." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/microscope+stage, http://www.dddmag.com/Product-Axio-Examiner-Fixed-Stage-Microscope-908.aspx" ; + rdfs:label "motorized microscope stage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An assay used to detect protein-protein interactions." ; + ; + "Immunoprecipitation of intact protein complexes (ie: antigen) along with any proteins or ligands that are bound to it." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Immunoprecipitation" ; + rdfs:label "coimmunoprecipitation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Assay to determine if Mad4 is a transcriptional repressor." ; + ; + "A molecular assay used to determine if transcription factors act as transcriptional repressors." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "transcriptional repression assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Determination of histone deacetylase activity in tumor cells." ; + ; + "A protein assay designed to measure histone deacetylase complex (HDAC) activity in cell or nuclear extracts, immunoprecipitates or purified enzymes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biocompare.com/ProductDetails/2043333/HDAC-Activity-Assay-Kit.html?" ; + rdfs:label "histone deacetylase assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A fish tank." ; + ; + "An instrument used to house aquatic organisms." ; + "PERSON: Nicole Vasilevsky" ; + "aquatic habitat" ; + "http://www.aquatichabitats.com/" ; + rdfs:label "aquatic housing system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of blood flow modeling." ; + ; + "A data analysis technique used to analyze underdetermined biochemical models in bioinformatics." ; + "PERSON: Nicole Vasilevsky" ; + "http://bioinformatics.oxfordjournals.org/content/25/4/519.abstract" ; + rdfs:label "divide and conquer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that consists of an multi-directional incident ultrasonic scanner used for for the nondestructive evaluation of composites and other materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biomedsearch.com/nih/Ultrasonic-polar-c-scan-system/18531816.html" ; + rdfs:label "polar scan system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A RAID server." ; + ; + "A computer, or series of computers, that link other computers or electronic devices together." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Server_%28computing%29" ; + rdfs:label "computer server" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A hearing aid." ; + ; + "An instrument that is used for hearing assistance; it includes a transmitter with a microphone and receivers with headphones." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.williamssound.com/productdetail.aspx?product_id=312" ; + rdfs:label "hearing assistance system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Aliquoting an antibody and freezing it at -80C." ; + ; + "A material processing technique that involves preparing specimens for storage at a specific temperature, for either short-term or long-term storage, which may include aliquoting, and labeling the samples." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "specimen preparation for storage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to capture and record analog inputs, digital inputs, temperature, humidity, pulse and logic signals, for electrophysiology." ; + "PERSON: Nicole Vasilevsky" ; + "www.microdaq.com/data-logger/data-acquisition.php" ; + rdfs:label "multichannel acquisition system" ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "has InChI Key" ; + "The InChi key number for NaOH." ; + ; + "Unique numerical identifier for a chemical as defined by the InChI Key database." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_InChI_key" ; + rdfs:range xsd:string ; +. + + a owl:Class ; + "A carbohydrate." ; + ; + "An organic compound with a large relative molecular mass, commonly created by some form of polymerization. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Macromolecule" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "organic macromolecule" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Collection of lymph nodes from a mouse." ; + ; + """Collection of a tissue from an organism to be used for experimental purposes. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Organ_harvesting" ; + rdfs:label "tissue harvesting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Culture of tapeworms." ; + ; + "Culture and propogation of parasites under controlled conditions in vitro." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Cell_culture" ; + rdfs:label "parasite culture" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Technique used to label animals in an animal colony." ; + ; + "A laboratory animal care technique that involves tattooing animals with identifying features such as numbers to permanently identify animals in an animal colony." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal tattooing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for animal breeding." ; + ; + "A laboratory animal care technique that involves synchronization of estrus (heat) by manipulating the estrous cycle of female animals so they can be bred at approximately the same time." ; + "PERSON: Nicole Vasilevsky" ; + "http://beef.unl.edu/learning/estrussynch.shtml" ; + rdfs:label "estrus synchronization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A transgenic organism expressing GFP." ; + ; + "A non-viral organism whose genetic material has been altered using genetic engineering techniques." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Genetically_modified_organism" ; + rdfs:label "transgenic organism" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:ObjectProperty ; + "used to generate organism" ; + "A construct used to generate a knockdown mouse." ; + ; + "Transgenic organism generated using the construct." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "used_to_generate_organism" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "organism generated from construct" ; + "A construct used to generate a knockout mouse." ; + ; + "Construct used to generate a transgenic organism." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "organism_generated_from_construct" ; + rdfs:range ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + "has preparation technique" ; + "Paraffin embedding of tissue." ; + ; + "Technique used to prepare the biological specimen." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_preparation_technique" ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:Class ; + ; + "A material processing technique that involves the the transmission of light through through fibers made of transparent materials such as glasses and plastics." ; + "PERSON: Nicole Vasilevsky" ; + "FOTI" ; + "http://www.its.bldrdoc.gov/fs-1037/dir-015/_2213.htm" ; + rdfs:label "fiber optics transilumination " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Microchipping pets." ; + ; + "Implantation of an integrated circuit device or RFID transponder encased in silicate glass under the skin of an organism. The chip typically contains a unique ID number that can be linked to information contained in an external database, used for identification purposes." ; + "PERSON: Nicole Vasilevsky" ; + "Bio-chip implant" ; + "http://en.wikipedia.org/wiki/Microchip_implant_%28human%29" ; + rdfs:label "subdermal chip implantation" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + a owl:SymmetricProperty ; + "matching specimen" ; + "Healthy breast tissue is a matching specimen for breast cancer tissue." ; + ; + "Specimen match to a given biological specimen. A matched pair of biological specimens usually includes a control specimen that is either from a non-affected individual or tissue. " ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "matching_specimen" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "is matching specimen" ; + "Healthy breast tissue is a matching specimen for breast cancer tissue." ; + ; + "Specimen match to a given biological specimen. A matched pair of biological specimens usually includes a control specimen from a non-affected individual or tissue." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "is_matching_specimen" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "has derived specimen" ; + "DNA derived from breast cancer tissue." ; + ; + "Specimen derived from another biological specimen, such as a DNA or protein isolate." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_derived_specimen" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "derives from specimen" ; + "DNA derived from breast cancer tissue." ; + ; + "Specimen that is derived from another biological specimen, such as a DNA or protein isolate." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "derives_from_specimen" ; + rdfs:range ; + rdfs:subPropertyOf ; + owl:inverseOf ; +. + + a owl:Class ; + "Use of transgenic mice to conditionally knockout a gene responsible for development." ; + ; + "A material processing technique involving the manipulation of an organism at the developmental stage, for the purpose of understanding organismal development." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "growth and developmental manipulation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Pulsing dendrtic cells with peptides in vitro." ; + ; + "Agent delivery of a molecule or protein that mimics the endogenous stimulant that is used to stimulate or activate cells in culture." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "in vitro cell stimulation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Password protection on a document." ; + ; + "A technique used to protect computer based personal or proprietary information and data from unauthorized viewers." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-privacy-management.htm" ; + rdfs:label "computer privacy management" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to test for a lung infection." ; + ; + "Lavage using a bronchoscope, which is passed through the mouth or nose into the lungs and fluid is squirted into a small part of the lung and then recollected for examination." ; + "PERSON: Nicole Vasilevsky" ; + "Bronchial lavage" ; + "http://en.wikipedia.org/wiki/Bronchoalveolar_lavage" ; + rdfs:label "bronchoalveolar lavage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A spinal tap may be performed to determine if a patient has a neurological disorder." ; + ; + "A technique used to collect cerebrospinal fluid (CSF) from an organism, which involves inserting a needle between the third and fourth lumbar vertebrae in the back and extracting a sample of fluid." ; + "PERSON: Nicole Vasilevsky" ; + "CSF collection " ; + "Cerebrospinal fluid collection " ; + "Spinal tap" ; + "http://www.weissandnewberrymds.com/services.htm" ; + rdfs:label "cerebro-spinal tap" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to record myocyte calcium and contractility. " ; + ; + "An instrument used to detect calcium levels in a biological sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "calcium detector " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Blood pressure monitoring in an animal." ; + ; + "A physiological assay that is performed to monitor animal physiology in response to experimental conditions." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Locomotor_activity" ; + rdfs:label "animal physiology monitoring" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Quantitative real-time PCR can be used to detect differences in gene expression between samples." ; + ; + "A PCR technique that allows for detection and quantification of PCR products on a real-time basis." ; + "PERSON: Nicole Vasilevsky" ; + "Quantitative PCR" ; + "Quantitative real time RT-PCR" ; + "RT-PCR" ; + "Real time PCR" ; + "qPCR" ; + "http://www.ambion.com/techlib/basics/rtpcr/index.html#1" ; + rdfs:label "real-time PCR" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Transfection of a plasmid into a cell." ; + ; + "Agent delivery of foreign DNA into host organisms or cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Gene_delivery" ; + rdfs:label "gene delivery" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to transfect T cells with plasmids or oligos." ; + ; + "An electroporator that consists of a single cuvette based system that allows efficient transfection of hard-to-transfect cell lines and primary cells with different substrates, e.g. DNA vectors or siRNA oligonucleotides, in low throughput format." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.lonzabio.com/cell-biology/transfection/nucleofectiontrade-products/nucleofector/" ; + rdfs:label "nucleofector device " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay that uses a small catheter inserted in the bladder to fill the bladder with water to study the function of the bladder and urethra during filling and urinating, to assess the pelvic floor muscle functions." ; + "PERSON: Nicole Vasilevsky" ; + "www.urogyncenter.com/ug-glossary.htm" ; + rdfs:label "urodynamics " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A Waters nanoACQUITY UPLC." ; + ; + "A high performance liquid chromatography instrument that can operate at higher pressures, up to 100 MPa (15,000 lbf/in²), or about 1000 atmospheres." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/High-performance_liquid_chromatography" ; + rdfs:label "ultra performance liquid chromatography instrument " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid assay used to measure changes in gene expression levels, to detect single nucleotide polymorphisms (SNPs), or to genotype or resequence mutant genomes. It consists of an arrayed series of thousands of microscopic spots of DNA oligonucleotides, called features, each containing picomoles (10−12 moles) of a specific DNA sequence, known as probes (or reporters). These can be a short section of a gene or other DNA element that are used to hybridize a cDNA or cRNA sample (called target) under high-stringency conditions. Probe-target hybridization is usually detected and quantified by detection of fluorophore-, silver-, or chemiluminescence-labeled targets to determine relative abundance of nucleic acid sequences in the target. Since an array can contain tens of thousands of probes, a microarray experiment can accomplish many genetic tests in parallel." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/DNA_microarray" ; + rdfs:label "Nucleic acid microarray assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A dialysis technique that requires the insertion of a small microdialysis catheter (also referred to as microdialysis probe) into the tissue of interest. The microdialysis probe is designed to mimic a blood capillary and consists of a shaft with a semipermeable hollow fiber membrane at its tip, which is connected to inlet and outlet tubing." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Microdialysis" ; + rdfs:label "microdialysis " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that consists of a specialized transparency projector used to produce photographic prints from film or glass negatives using the gelatin-silver process, or transparencies. All enlargers consist of a light source, normally an incandescent light bulb, a holder for the negative or transparency, and a specialised lens for projection. The light passes through a film holder, which holds a photographic negative or transparency, having been previously exposed in a camera and developed." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Enlarger" ; + rdfs:label "photo enlarger " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that tells the spooler to alter a job according to the document data type. It works together with the printer driver to move the spooled print jobs from the hard disk drive to the printer. Localspl.dll is the print processor for all Windows-compatible printing; Sfmpsprt.dll is used to print to Apple devices." ; + "PERSON: Nicole Vasilevsky" ; + "http://technet.microsoft.com/en-us/library/cc976744.aspx" ; + rdfs:label "print processor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used for protein identification." ; + ; + "A protein assay used to identify and quantitate amino acids at amol (10(-18)) concentration." ; + "PERSON: Nicole Vasilevsky" ; + "CE-LIF" ; + "Ummadi M and Weimer BC. (2002) J Chromatogr A. 2002 Jul 26;964(1-2):243-53." ; + rdfs:label "capillary electrophoresis laser-induced fluorescence assay for amino acid analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Measurements of wind speed at a weather station can be gathered using an anemometer." ; + ; + "A measurement instrument used for for measuring wind speed, commonly used at weather stations." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Anemometer" ; + rdfs:label "anemometer " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that consists of a table or bench that is used for optics experiments and engineering." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Optical_table" ; + rdfs:label "optical bench " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A diode laser that is a constant current source, linear, noiseless, and accurate, that delivers exactly the current to the laser diode that it needs to operate for a particular application." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.teamwavelength.com/info/laserdiodedrivers.php" ; + rdfs:label "laser diode driver" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used to create signals and capture responses from electronic Devices Under Test (DUTs). In this way, the proper operation of the DUT can be proven or faults in the device can be traced and repaired." ; + "PERSON: Nicole Vasilevsky" ; + "Bench top" ; + "Testgear" ; + "http://en.wikipedia.org/wiki/Electronic_test_equipment " ; + rdfs:label "electronic test equipment " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An instrument used for transgenic animal production." ; + ; + "Instruments used for microinjection into embryos, consisting of an inverted, epifluorescent microscope, pair of micromanipulators, CCD camera with monitor, Bionomic temperature controller for stage, Sutter pressure injector, and anti-vibration table." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "embryo microinjection station " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to examine the spectral composition of some electrical, acoustic, or optical waveform. It may also measure the power spectrum." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Spectrum_analyzer " ; + rdfs:label "spectrum analyzer " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is either an internal circuit or a piece of electronic test equipment used to generate pulses." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Pulse_generator" ; + rdfs:label "pulse generator " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A blood pressure monitor is a medical device." ; + ; + "An instrument used in the diagnosis of disease or other conditions or for use in the care, treatment, or prevention of disease that does not achieve any of its primary intended purposes by chemical action or by being metabolized." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/medical+device " ; + rdfs:label "medical device " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for the detection and identification of free radicals in a sample." ; + ; + "A molecular assay used to study chemical species that have one or more unpaired electrons, such as organic and inorganic free radicals or inorganic complexes possessing a transition metal ion." ; + "PERSON: Nicole Vasilevsky" ; + "EPR spectroscopy" ; + "EPR" ; + "ESR" ; + "Electron spin resonance measurement" ; + "Electron spin resonance spectroscopy" ; + "http://en.wikipedia.org/wiki/Electron_paramagnetic_resonance" ; + rdfs:label "electron paramagnetic resonance spectroscopy " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to infect cells with retroviruses expressing a gene of interest." ; + ; + "Virus production of high-titer, retrovirus prepartions for use in gene delivery applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://books.google.com/books?id=oqs7CyFj0FUC&pg=PA475&lpg=PA475&dq=define+retrovirus+production&source=bl&ots=e8Yu8tLGSt&sig=c5V7OK32FUrpBricfX59CrKGquw&hl=en&ei=cBE2TaDXG5OssAPA1-yEBg&sa=X&oi=book_result&ct=result&resnum=9&ved=0CF0Q6AEwCA#v=onepage&q&f=false" ; + rdfs:label "retrovirus production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument that is used to asses how the bladder and urethra function of storing and releasing urine." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Urodynamics " ; + rdfs:label "urodynamic testing system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An array scanner that scans next-generation higher-density arrays, including SNP arrays with up to 900,000 SNPs, tiling arrays for transcription and all-exon arrays." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.affymetrix.com/estore/browse/products.jsp;jsessionid=314AF279151A26564770FA336CB6F033?categoryIdClicked=&productId=131503#1_1" ; + rdfs:label "gene chip scanner " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A workstation set up to perform endoscopic evaluation of patients." ; + ; + "An instrument used to investigate the digestive tract to diagnose a digestive disease. The endoscopic workstation comprises of endoscopic instruments and a computer, allowing for acquisition of electronic images during the endoscopy and images can be used as support of the information about the results of the procedure." ; + "PERSON: Nicole Vasilevsky" ; + "Delvaux et al. J Clin Gastroenterol. 1999 Sep;29(2):118-26." ; + rdfs:label "endoscopic workstation " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A setup for high throughput in situ hybridization, to analyze gene expression in samples." ; + ; + "An instrument that automates the principal slide staining activities for slide processing used in immunohistochemistry (IHC), in situ hybridization (ISH), fluorescent in situ hybridization (FISH), and microarray slide processing applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ventanadiscovery.com/" ; + rdfs:label "in situ hybridization workstation " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is an automatic sampler designed to operate with a HPLC system, which can inject samples into the HPLC system." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.labhut.com/products/autosamplers/autosampler_ht300l.php" ; + rdfs:label "HPLC autosampler" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An x-ray source that is portable and can be brought to the patient or object." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/X-ray_generator" ; + rdfs:label "portable X-ray machine" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A sample selective analyzer used to analyze biological samples such as serum." ; + ; + "An instrument used for separation, identification, and quantification of the chemical components of natural and artificial materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Analytical_chemistry" ; + rdfs:label "chemistry analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A crytostage is used to mount biospecimens, prior to sectioning with a cryostat." ; + ; + "An instrument which maintains subzero temperature for heat labile samples undergoing microscopic analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.linkam.co.uk/index.php?page=shop.product_details&flypage=flypage-noprice.tpl&product_id=27&category_id=13&option=com_virtuemart&Itemid=70 " ; + rdfs:label "cryostage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to image biological samples." ; + ; + "An improvised microscope made of photographic lenses that provides much larger numerical aperture (NA) for low magnification (for example, one or less) than a standard microscope objective." ; + "PERSON: Nicole Vasilevsky" ; + "www.nature.com/nrn/journal/v5/n11/glossary/nrn1536_glossary.html" ; + rdfs:label "macroscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A tape recorder." ; + ; + "An instrument used for audio recording of speech." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.phon.ucl.ac.uk/resource/audio/recording.html" ; + rdfs:label "voice recording equipment" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to detect ethidium bromide bound to DNA." ; + ; + "A part of a liquid chromatography instrument that detects absorption of UV light by samples. The output is recorded as a series of peaks - each one representing a compound in the mixture passing through the detector and absorbing UV light." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.chemguide.co.uk/analysis/chromatography/hplc.html" ; + rdfs:label "UV detector" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A flow cytometry analysis workstation, set up with software to analyze flow cytometry data." ; + ; + "An instrument which consists of computers used for data analysis." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "data analysis workstation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Experimental genetic modification used to introduce insertional mutations across the mammalian genome using a gene trap vector." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Gene_trapping" ; + rdfs:label "gene trapping" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Intubation of a patient whose airway is blocked." ; + ; + "Agent delivery of a tube into an external or internal orifice of the body for the purpose of adding or removing fluids or air." ; + "PERSON: Nicole Vasilevsky" ; + "Entubation" ; + "http://en.wikipedia.org/wiki/Intubation" ; + rdfs:label "intubation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An ovaectomy may be performed for a patient with ovarian cancer." ; + ; + "Surgical removal of one or both ovaries." ; + "PERSON: Nicole Vasilevsky" ; + "http://cancer-symptoms.org/cancer-treatments/ovariectomy.htm" ; + rdfs:label "ovarectomy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument used to determine surface properties of solids and liquids." ; + "PERSON: Nicole Vasilevsky" ; + """microlab.berkeley.edu/labmanual/chap8/kruss.pdf +""" ; + rdfs:label "surface tension and contact angle measurement system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Mass spectrometry data." ; + ; + "Protein expression data displays identification of unknown proteins, protein modifications, distinguishes protein isoforms and subsets and quantification of samples." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.selectscience.net/products/proteinpilot-software/?prodID=83453" ; + rdfs:label "protein expression data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Image acquisition and analysis of an MRI." ; + ; + "An image analysis technique where images are acquired through a medical or scientific instrumentation and analyzed." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "image acquisition and analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Visualization of bands on a gel and quantification using ImageJ software." ; + ; + "An image analysis technique where images acquired through clinical or scientific instrumentation are visualized and analyzed." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "image visualization and analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A morris water maze is a behavioral assay." ; + ; + "An organismal assay used to study the relationship of behavior to the environment or an experimental condition." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Applied_behavior_analysis" ; + rdfs:label "behavioral assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Data depicting NMR spectra from a sample." ; + "PERSON: Nicole Vasilevsky" ; + "NMR data" ; + "http://en.wikipedia.org/wiki/NMR_spectra_database" ; + rdfs:label "nuclear magnetic resonance data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A blood pressure monitor." ; + ; + "A visualization produced by a device that takes signals and displays them on a television screen or a computer monitor." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/monitoring+device" ; + rdfs:label "monitoring device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that utilizes 16mm film and is used for data analysis, optical blowup or digital scanning." ; + "PERSON: Nicole Vasilevsky" ; + "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=260683422104" ; + rdfs:label "super 16 analyzer projector" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that utilizes 8mm film and is used for data analysis, optical blowup or digital scanning." ; + "PERSON: Nicole Vasilevsky" ; + "http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=260683422104" ; + rdfs:label "super 8 analyzer projector" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A spectrophotometer that measures the elemental composition, empirical formula, chemical state and electronic state of the elements that exist within a material." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/X-ray_photoelectron_spectroscopy" ; + rdfs:label "X-ray photoelectron spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Software that records heart rate, inter-beat-interval (IBI), and physical activity and digitizes the ECG signal and determines the IBI from the R-to-R interval. From the IBI recordings, the heart rate and heart rate variability parameters are calculated. Caloric expenditure can be obtained through the use of a software algorithm that combines concurrent heart rate and activity data." ; + "PERSON: Nicole Vasilevsky" ; + "ECG data" ; + "http://www.camntech.com/cnt_actiheart.htm" ; + rdfs:label "electrocardiogram data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of nutritional content of food." ; + ; + "A behavioral assay used for collection and analyses of 24-hour dietary recalls and the analysis of food records, menus, and recipes. Calculation of nutrients occur immediately providing data per ingredient, food, meal, and day in report and analysis file formats." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ncc.umn.edu/products/ndsr.html" ; + rdfs:label "dietary analysis " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An artificial mouse chromosome." ; + ; + "A construct that is generated by inserting exogenous DNA into a plasmid containing features of a eukaryotic chromosome or prokaryotic episome that support replication and preservation in a host cell. Artificial chromosomes are used to clone large DNA fragments between 100,000 bases and 3,000,000 bases in size. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "artificial chromosome" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A hybrid plasmid that carries elements from the filamentous bacteriophage M13, including the M13 origin. A phagemid can be replicated form its plasmid origin as a circular double-stranded plasmid, or replicated from its M13 origin and packaged as single stranded DNA in viral particles in the presence of a helper phage." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Phagemid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "phagemid" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A plasmid expressing transcripts that are processed into small RNA molecules, which target genes for post-transcriptional silencing through the RNAi pathway." ; + "PERSON: Nicole Vasilevsky" ; + "RNAi plasmid" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference plasmid" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + ; + "An RNA interference plasmid that expresses a short sequence of RNA that forms a short hairpin duplex. This gene product is processed by endogenous RNAi pathway machinery into a small interfering RNA (siRNA) molecule used to silence target gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "Short hairpin RNA plasmid" ; + "Small hairpin RNA plasmid" ; + "http://www.medterms.com/script/main/art.asp?articlekey=25734" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "shRNA plasmid" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to knockdown gene function." ; + ; + "An RNA interference plasmid engineered to express complementary strands of RNA that form double-stranded duplexes, which are processed through the RNAi pathway into short interfering RNA (siRNA) molecules used to silence target gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "Double stranded RNA plasmid" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "dsRNA plasmid" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An RNA interference plasmid that expresses a short sequence of RNA that includes elements required for processing by endogenous microRNA processing machinery into active microRNA molecules. " ; + "The gene specific targeting sequences in these small RNAs may or may not represent a naturally occurring miRNA, but they will contain flanking RNA regions that allow processing by endogenous miRNA pathway." ; + "PERSON: Nicole Vasilevsky" ; + "micro RNA plasmid" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA plasmid" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A cDNA plasmid that carries a small cDNA insert from a pool of size-selected cDNAs, representing putative endogenous miRNAs." ; + "PERSON: Nicole Vasilevsky" ; + "micro RNA cDNA plasmid" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA cDNA plasmid" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "TREX-Hygro gene trap plasmid." ; + ; + "A plasmid containing a reporter gene that is only expressed upon integration in a functional gene." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nature.com/nbt/journal/v19/n6/full/nbt0601_579.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "gene trap plasmid" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid library that is a collection of nucleic acid molecules, stored in pools containing a single species of nucleic acid." ; + "PERSON: Nicole Vasilevsky" ; + "nucleic acid molecule library" ; + "nucleic acid oligo library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "nucleic acid oligonucleotide library" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "A cDNA construct library." ; + ; + "A nucleic acid library that contains a collection of distinct populations of microorganisms, each of which expresses a DNA construct carrying a piece of DNA from a source organism or cell line. In certain cases, this term can also refer to the collection of DNA constructs themselves." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "construct library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid molecule library that contains primer sets used for amplification of target nucleic acid sequences." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.realtimeprimers.com/hustceprli.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "primer library" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + ; + "A nucleic acid molecule library containing RNA oligonucleotides used to silence gene expression in cells through the RNAi pathway." ; + "PERSON: Nicole Vasilevsky" ; + "RNAi oligo library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference oligonucleotide library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to knockdown gene function." ; + ; + "An RNAi oligonucleotide library that contains dsRNA oligonucleotides used to silence gene expression" ; + "PERSON: Nicole Vasilevsky" ; + "double stranded oligonucleotide library" ; + "dsRNA oligo library" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "dsRNA oligonucleotide library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An RNAi oligonucleotide library that contains miRNA oligonucleotides used to silence gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "miRNA oligo library" ; + "micro RNA oliognucleotide library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA oligonucleotide library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An RNAi oligonucleotide library that contains siRNA oligonucleotides used to silence gene expression." ; + "PERSON: Nicole Vasilevsky" ; + "siRNA oligo library" ; + "small interfering RNA oligonucleotide library" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "siRNA oligonucleotide library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A cDNA construct library that carries small cDNA inserts from a pool of size-selected cDNAs, representing putative endogenous miRNAs." ; + "PERSON: Nicole Vasilevsky" ; + "micro RNA cDNA library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA cDNA library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An RNA interference construct library that is a collection of miRNA plasmids." ; + "PERSON: Nicole Vasilevsky" ; + "micro RNA construct library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA construct library" ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + ; + "A construct library that is a collection of constructs expressing transcripts, which are processed into small RNA molecules that target genes for post-transcriptional silencing through the RNAi pathway." ; + "PERSON: Nicole Vasilevsky" ; + "RNAi construct library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference construct library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An RNA interference construct library that is a collection of shRNA constructs." ; + "PERSON: Nicole Vasilevsky" ; + "short hairpin RNA construct library" ; + "small hairpin RNA construct library" ; + "http://www.medterms.com/script/main/art.asp?articlekey=25734" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "shRNA construct library" ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "Used to knockdown gene function." ; + ; + "An RNA interference construct library that is a collection of dsRNA constructs used to generate dsRNA, which serve as substrates for the RNAi pathway to generate siRNA molecules" ; + "PERSON: Nicole Vasilevsky" ; + "double stranded RNA construct library" ; + "http://cshprotocols.cshlp.org/cgi/content/extract/2006/3/pdb.prot4512" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "dsRNA construct library" ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:DatatypeProperty ; + "has diagnosis" ; + "A biological specimen collected from a patient with breast cancer." ; + ; + "Diagnosis of the biological specimen sampled." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:range xsd:string ; +. + + a owl:Class ; + ; + "An artificial chromosome containing chromosomal features needed for replication and preservation in human cells, and used to propagate large sequences of DNA." ; + "PERSON: Nicole Vasilevsky" ; + "Human artificial chromosome" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "HAC" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + " A genomic library that contains discrete collections of phagemid constructs carrying DNA inserts from a source organism, such that the collection of DNA inserts represents the entire genome of the source organism. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Phagemid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "phagemid library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An siRNA oligonucleotide library that contains miRNA inhibitors, which are chemically synthesized siRNAs, which specifically inhibit endogenous miRNA function after transfection into cells." ; + "PERSON: Nicole Vasilevsky" ; + "micro RNA inhibitor siRNA library" ; + "http://www.qiagen.com/products/miscriptmirnainhibitors.aspx#Tabs=t0" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA inhibitor siRNA library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for vitrifying samples up to 200µm in thickness without the artefacts of chemical fixation for light microscopy or electron microscopy applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.leica-microsystems.com/products/electron-microscope-sample-preparation/industrial-materials/cryo-preparation/details/product/leica-em-pact2/" ; + rdfs:label "high pressure freezer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An accupulser." ; + ; + "An instrument that creates an environment that is as close as possible to reality." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.spaceday.org/index.php/Glossary-of-Aeronautics-Terms.html" ; + rdfs:label "simulator " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Phone conferencing." ; + ; + "Instruments used to support teleconferencing by providing one or more of the following: audio, video, and/or data services by one or more means, such as telephone, computer, telegraph, teletype, radio, and television." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Teleconference" ; + rdfs:label "teleconference equipment " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A computer monitor." ; + ; + "An instrument where an image is superimposed on a screen picture, commonly used by modern television sets, VCRs, and DVD players to display information such as volume, channel, and time." ; + "PERSON: Nicole Vasilevsky" ; + "Plasma display" ; + "http://en.wikipedia.org/wiki/On-screen_display" ; + rdfs:label "screen display " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to assist with visualization during surgery." ; + ; + "An instrument that functions as a display device, worn on the head or as part of a helmet, that has a small display optic in front of one (monocular HMD) or each eye (binocular HMD)." ; + "PERSON: Nicole Vasilevsky" ; + "HMD" ; + "Helmet mounted display" ; + "http://en.wikipedia.org/wiki/Head-mounted_display" ; + rdfs:label "head-mounted display" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + """An instrument used for projecting an image onto a screen or other surface. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/projector" ; + rdfs:label "projector system " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to fluorescently label proteins and study localization within a tissue." ; + ; + "An in situ hybridization technique that is used to detect and localize the presence or absence of specific DNA sequences on chromosomes. FISH uses fluorescent probes that bind to only those parts of the chromosome with which they show a high degree of sequence similarity. Fluorescence microscopy can be used to find out where the fluorescent probe is bound to the chromosomes." ; + "PERSON: Nicole Vasilevsky" ; + "FISH" ; + "http://en.wikipedia.org/wiki/Fluorescence_in_situ_hybridization" ; + rdfs:label "fluorescent in situ hybridization " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Imaging of radiolabeled biomolecules." ; + ; + "An instrument used to image gamma radiation emitting radioisotopes, a technique known as scintigraphy." ; + "PERSON: Nicole Vasilevsky" ; + "Anger camera" ; + "Scintillation camera" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Gamma_camera" ; + rdfs:label "gamma camera " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A colposcope is used during a colonoscopy." ; + ; + "Instrument that is used to visually distinguish normal from abnormal appearing tissue and take directed biopsies for further pathological examination." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Colposcopy" ; + rdfs:label "colposcope " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to exert pulsed electrical signals to the sympathetic nerves in the legs or spine." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Spinal_cord_stimulator" ; + rdfs:label "sympathetic nerve simulator " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Electrophysiology recording of a brain slice." ; + ; + "An electrophysiology assay used to record electrical properties of biological cells and tissues in vitro." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrophysiology" ; + rdfs:label "in vitro electrophysiology recording " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for multichannel pumping with accurate flow control and broad flow range." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thermoscientific.com/wps/portal/ts/products/detail?navigationId=L10523&categoryId=81880&productId=12710612" ; + rdfs:label "peristaltic pump " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Pulsing T cells with tumor antigen, prior to adoptive transfer back into the patient, for tumor immunotherapy." ; + ; + "Experimental genetic modification of cells ex vivo to alter gene expression followed by reintroduction into a host organism." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.dfhcc.harvard.edu/core-facilities/cell-manipulation/services-and-policies/" ; + rdfs:label "ex vivo genetic manipulation of cells" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A instrument used for transmitting hand and finger movements to a remote robotic device, allowing the manipulation of objects that are too heavy, dangerous, small, or otherwise difficult to handle directly." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/Remote+manipulator" ; + rdfs:label "remote manipulator arm " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A patient record from a doctor visit." ; + ; + "Data that contains patient health information generated by one or more encounters in any care delivery setting. Included in this information are patient demographics, progress notes, problems, medications, vital signs, past medical history, immunizations, laboratory data and radiology reports." ; + "PERSON: Nicole Vasilevsky" ; + "EHR" ; + "http://www.himss.org/ASP/topics_ehr.asp" ; + rdfs:label "electronic health record data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used to coat specimens with a thin metal film that acts as a conduction path for the electrons that strike it during electron microscopy." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Sputter_coating" ; + rdfs:label "sputter coater" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Electroporation using an Amaxa nucelofector device." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "nucleofection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument designed to coat specimens with precise, thin films of carbon. These carbon films can offer a flat, orderly, insulating surface on which to place a specimen for electron microscopy." ; + "PERSON: Nicole Vasilevsky" ; + """http://www.snaggledworks.com/em_for_dummies/carbon_evaporation.html and http://en.wikipedia.org/wiki/Scanning_electron_microscope#Biological_samples +""" ; + rdfs:label "carbon evaporator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Dissection of brain tissue to isolate the hippocampus." ; + ; + "A material processing technique performed to dissect tissues under magnification." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/microdissection" ; + rdfs:label "microdissection " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Annexin V is an apoptosis assay." ; + ; + "A cellular assay used to determine when cells are undergoing apoptosis: the process of programmed cell death (PCD) that occurs in multicellular organisms." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Apoptosis" ; + rdfs:label "apoptosis assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A DNA sequencing technique that became commercially available in 2004 and is used by specific commercial platforms that embody a complex interplay of enzymology, chemistry, high-resolution optics, hardware, and software engineering. These instruments allow highly streamlined sample preparation steps prior to DNA sequencing, which provides a significant time savings and a minimal requirement for associated equipment in comparison to the highly automated, multistep pipelines necessary for clone-based high-throughput sequencing. Each technology amplifies single strands of a fragment library and perform sequencing reactions on the amplified strands. The fragment libraries are obtained by annealing platform-specific linkers to blunt-ended fragments generated directly from a genome or DNA source of interest. Because the presence of adapter sequences means that the molecules then can be selectively amplified by PCR, and no bacterial cloning step is required to amplify the genomic fragment in a bacterial intermediate as is done in traditional sequencing approaches." ; + "PERSON: Nicole Vasilevsky" ; + "Genome sequencing" ; + "High throughput DNA sequencing" ; + "High throughput nucleotide sequencing" ; + "NGS" ; + "Next gen sequencing" ; + "Next gen" ; + "Next generation sequencing of target genes" ; + "Nucleotide sequencing, high-throughput" ; + "Second generation sequencing" ; + "Sequencing, high-throughput nucleotide" ; + "Mardis (2008) Annu. Rev. Genomics Hum. Genet. 9:387-402" ; + rdfs:label "next generation DNA sequencing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Data about time-dependent, quantitative data on captured movements." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Motion_analysis" ; + rdfs:label "motion analysis data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Computer aided design of a structural or procedural diagram, especially of an electrical or mechanical system." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/schematic" ; + rdfs:label "schematic design" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Data from an electrocardiogram." ; + ; + "Data related to physiological recording or monitoring." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/physiological" ; + rdfs:label "physiological data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Data input captured by the labeled DNA sequence." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "labelled DNA fragment data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A virus expressing a gene of interest." ; + ; + "A virus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic virus" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A baculovirus expressing a gene of interest." ; + ; + "A transgenic virus derived from a baculovirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "Baculovirus supernatant" ; + "Baculovirus vector" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic baculovirus" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Retrovirus expressing a gene of interest." ; + ; + "A transgenic virus derived from a lentivirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "Retrovirus supernatant" ; + "Retrovirus vector" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic retrovirus " ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "An adenovirus overexpressing a gene of interest." ; + ; + "A transgenic virus derived from an adenovirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "Adenovirus supernatant" ; + "Adenovirus vector" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic adenovirus" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Lentivirus expressing a gene of interest." ; + ; + "A transgenic virus derived from a lentivirus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "Lentivirus supernatant" ; + "Lentivirus vector" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic lentivirus" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "An adeno-associated virus overexpressing a gene of interest." ; + ; + "A transgenic virus derived from an andeno-associated virus that is engineered to serve as a vehicle to carry foreign genetic material, which it can transfer into cells or organisms." ; + "PERSON: Matthew Brush" ; + "Adeno-associated virus supernatant" ; + "Adeno-associated virus vector" ; + "PERSON: Matthew Brush" ; + rdfs:label "transgenic adeno-associated virus" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A reagent that consists of a collection of individual reagents of a given type." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "reagent library" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A plasmid expressing cDNA of a gene of interest." ; + ; + "A plasmid with an insert derived from a cDNA molecule." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "cDNA plasmid" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Knockdown the function of a gene, to study the function of that gene." ; + ; + "A perturb function that results in decreased expression levels of a target gene. This can be achieved through targeting a gene directly through gene knockout or modification of the its DNA sequence, or targeting of the mRNA product of a gene using technologies such as RNAi." ; + "PERSON: Matthew Brush" ; + "Gene repression function" ; + "Gene silencing function" ; + "PERSON: Matthew Brush" ; + rdfs:label "gene knockdown function" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A gene knockdown function that targets genes for post-transcriptional silencing through the RNA interference pathway." ; + "PERSON: Matthew Brush" ; + "RNAi function" ; + "PERSON: Matthew Brush" ; + rdfs:label "RNA interference function" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A siRNA library." ; + ; + "A nucleic acid library that consists of a collection of gene knockdown reagents, which are capable of reducing the expression of target genes in a biological system." ; + "PERSON: Matthew Brush" ; + "Gene repression library" ; + "Gene silencing library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "gene knockdown library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A gene knockdown library that consists of a collection of RNAi oligonucleotides or RNAi plasmids." ; + "PERSON: Matthew Brush" ; + "RNAi library" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "siRNA oligos." ; + ; + "A reagent that is capable of reducing the expression of a target gene in a biological system." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "gene knockdown reagent" ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A primer." ; + ; + "A reagent that is a polymer comprised of DNA nucleotides." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "DNA reagent" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A riboprobe." ; + ; + "A reagent that is a polymer comprised of RNA nucleotides." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA reagent" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A primer." ; + ; + "A DNA reagent consisting of a short, linear DNA polymer, typically with 100 or fewer bases." ; + "PERSON: Matthew Brush" ; + "DNA oligo" ; + "http://en.wikipedia.org/wiki/Oligonucleotide, http://www.operon.com/products/custom_oligos/glossary.aspx" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "DNA oligonucleotide" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for Southern blot anlaysis." ; + ; + "A DNA oligonucleotide that is a single-stranded DNA molecule used to detect the presence of a complementary sequence among a mixture of other nucleic acid molecules." ; + "PERSON: Matthew Brush" ; + "http://www.everythingbio.com/glos/definition.php?word=DNA+probe" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "DNA probe" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An RNA reagent consisting of a short, linear RNA polymer, typically with 100 or fewer bases." ; + "PERSON: Matthew Brush" ; + "RNA oligo" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA oligonucleotide" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An RNA interference reagent used to silence expression of a target gene in cells, through the RNA interference pathway." ; + "PERSON: Matthew Brush" ; + "RNAi oligonucleotide" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference oligonucleotide" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Used to knockdown gene function." ; + ; + "An RNA interference oligonucleotide comprised of complementary strands of RNA that form double-stranded duplexes, and can be processed through the RNAi pathway into short interfering RNA (siRNA) molecules used to silence target gene expression." ; + "PERSON: Matthew Brush" ; + "dsRNA oligo" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "dsRNA oligonucletide" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An RNA interference oligonucleotide that includes gene-specific targeting sequences intended to silence expression of a target gene through the RNAi pathway, and also contains flanking miRNA sequence elements that allow for processing by cellular microRNA processing machinery into active miRNA molecules." ; + "PERSON: Matthew Brush" ; + "miRNA oligo" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA oligonucleotide" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An RNA interference oligonucleotide capable of silencing expression of a target gene through the RNAi pathway. siRNAs are synthesized as single-stranded molecules, typically 19-25 nucleotides in length, and paired with complementary sequences to form duplexes that serve as substrates for cellular RNAi processing machinery." ; + "PERSON: Matthew Brush" ; + "siRNA oligo" ; + "MHB, http://www.sigmaaldrich.com/life-science/custom-oligos/sirna-oligos.html" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "siRNA oligonucleotide" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A gene knockdown reagent that is capable of reducing the expression of a target gene in a biological system through the RNA interference pathway." ; + "PERSON: Matthew Brush" ; + "RNAi reagent" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "RNA interference reagent" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "Can be used to identify genome sequences." ; + ; + "A DNA sequencing by ligation technique that involves a bead-based method that uses a complex approach of adapter ligation followed by adapter decoding, reading the sequence in increments of four nucleotides; this method made it susceptible to sequence-specific bias or loss of specific sequences." ; + "PERSON: Nicole Vasilevsky" ; + "Lynx Therapeutics' Massively Parallel Signature Sequencing " ; + "MPSS" ; + "Massively Parallel Sequencing" ; + "Massively-Parallel Sequencing" ; + "Sequencing, Massively-Parallel" ; + "Sequencings, Massively-Parallel" ; + "http://en.wikipedia.org/wiki/DNA_sequencing#High-throughput_sequencing" ; + rdfs:label "massively parallel signature sequencing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A reagent library consisting of a collection of organisms." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "organism library" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A siRNA oligonucleotide that specifically inhibits endogenous miRNA function in cells." ; + "PERSON: Matthew Brush" ; + "miRNA inhibitor siRNA oligo" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "miRNA inhibitor siRNA oligonucleotide" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid assay used to determine the size of your DNA or RNA fragments by using a fluorescence-based detection system." ; + "PERSON: Nicole Vasilevsky" ; + "Fragment analysis" ; + "http://www.brc.cornell.edu/brcinfo/?p=fraganalysis" ; + rdfs:label "nucleic acid fragment analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to detect various polymorphisms in different genomic regions simultaneously. " ; + ; + "A PCR based technique used to detect polymorphisms in DNA. It uses restriction enzymes to digest genomic DNA, followed by ligation of adaptors to the sticky ends of the restriction fragments. A subset of the restriction fragments are then selected to be amplified and the amplified fragments are visualized on denaturing polyacrylamide gels either through autoradiography or fluorescence methodologies." ; + "PERSON: Nicole Vasilevsky" ; + "AFLP" ; + "AFLP-PCR" ; + "http://en.wikipedia.org/wiki/Amplified_fragment_length_polymorphism" ; + rdfs:label "amplified fragment length polymorphism PCR " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "DNA fragment analysis." ; + ; + "An RFLP technique for profiling of microbial communities based on the position of a restriction site closest to a labeled end of an amplified gene. The method is based on digesting a mixture of PCR amplified variants of a single gene using one or more restriction enzymes and detecting the size of each of the individual resulting terminal fragments using a DNA sequencer." ; + "PERSON: Nicole Vasilevsky" ; + "T-RFLP" ; + "TRFLP " ; + "http://en.wikipedia.org/wiki/Terminal_restriction_fragment_length_polymorphism" ; + rdfs:label "terminal restriction fragment length polymorphism" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Biocuration for a databse." ; + ; + "A data transformation technique that comprises all the disciplines related to managing data as a valuable resource." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Data_management" ; + rdfs:label "data management" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Quality control over drug manufacturing." ; + ; + "A technique used to ensure a certain level of quality in a product or service." ; + "PERSON: Nicole Vasilevsky" ; + "QC" ; + "http://www.wisegeek.com/what-is-quality-control.htm" ; + rdfs:label "quality control" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of tumor size and composition in a deceased mouse exposed to a mutagenic substance." ; + ; + "An organismal assay used to examine the organs of a dead body to determine the cause of death or to study the pathologic changes present." ; + "PERSON: Nicole Vasilevsky" ; + "Necropsy" ; + "http://www.medilexicon.com/medicaldictionary.php?t=8793" ; + rdfs:label "autopsy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Maintaining the eagle-i repositories." ; + ; + "A data transformation technique that is used to keep a database running smoothly." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-database-maintenance.htm" ; + rdfs:label "database maintenance " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Development of the eagle-i data repositories." ; + ; + "A data transformation technique used to describe the process of database design and implementation." ; + "PERSON: Nicole Vasilevsky" ; + "www.cs.uiowa.edu/~jni/courses/DatabaseManagementSystem/presentation/keyTermsChap06.doc" ; + rdfs:label "database development" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Sterilization of surgical instruments." ; + ; + "A material processing technique that eliminates (removes) or kills all forms of life, including transmissible agents (such as fungi, bacteria, viruses, spore forms, etc.) present on a surface, contained in a fluid, in medication, or in a compound such as biological culture media." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ph.ucla.edu/epi/bioter/anthapha_def_a.html" ; + rdfs:label "sterilization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Culture and propogation of microorganisms, which are microscopic, unicellular, and cell-cluster organisms." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Microbiology" ; + rdfs:label "microorganism culture and propagation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Anaerobic bacterial cultures are performed to identify bacteria that grow only in the absence of oxygen and which may cause human infection." ; + ; + "Microorganism culture and propogation in a non-oxygenated environment." ; + "PERSON: Nicole Vasilevsky" ; + "Anaerobic bacteria culture " ; + "http://en.wikipedia.org/wiki/Anaerobic_organism" ; + rdfs:label "anaerobic culture" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Bacterial culture expressing a plasmid of interest, used for cloning." ; + ; + "Microorganism culture and propogation in an oxygenated environment." ; + "PERSON: Nicole Vasilevsky" ; + " Culture, routine" ; + "Routine culture" ; + "Wound culture" ; + "http://en.wikipedia.org/wiki/Aerobic_organism" ; + rdfs:label "aerobic culture" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Microorganism culture and propogation of dermatophytes, fungi that commonly causes skin disease in animals and humans." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Dermatophyte" ; + rdfs:label "dermatophyte culture" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Bacterial culture used for subcloning." ; + ; + "Microorganism culture and propogation where carbon dioxide is added in the culture mediums to enhance the culture conditions." ; + "PERSON: Nicole Vasilevsky" ; + "Carbon dioxide enriched culture" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "CO2 enriched culture" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Preparing mice for air travel." ; + ; + "A laboratory animal care technique used to safely transport animals from one location to another." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal transporting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Harvesting lymph nodes from a mouse." ; + ; + "A material processing technique performed to procure tissue from surgical resection specimens for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "Tissue harvesting" ; + "http://www.pathology.med.umich.edu/giordano_lab/tps.htm" ; + rdfs:label "tissue procurement" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to detect IL-2 levels in a sample." ; + ; + "A molecular assay used for cytokine detection in a sample, where the multiplex capture antibody is attached to a bead." ; + "PERSON: Nicole Vasilevsky" ; + "Multi-plex cytokine assay" ; + "Multiplex cytokine assay" ; + "http://www.dartmouth.edu/~dartlab/index.php?page=multiplexed-cytokines" ; + rdfs:label "multiplexed cytokine assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Breeding a MHC congenic mouse." ; + ; + "A mouse breeding technique used to generate congenic strains; strains generated by repeated backcrossing (at least 10 generations) that differ from one another only with respect to a small chromosomal segment. Many congenic mouse strains differ only in a segment containing the major histocompatibility complex." ; + "PERSON: Nicole Vasilevsky" ; + "http://mouse.ornl.gov/mmdb/Search-pulldownglossary.html" ; + rdfs:label "congenic backcrossing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to study brain function and activity." ; + ; + "A physiological assay that uses nuclear magnetic resonance of protons to produce proton density images." ; + "PERSON: Nicole Vasilevsky" ; + "MRI" ; + "http://wordnetweb.princeton.edu/perl/webwn?s=mri" ; + rdfs:label "magnetic resonance imaging" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to study brain function and activity." ; + ; + "A physiological assay that complements magnetic resonance imaging (MRI) as a non-invasive means for the characterization of tissue. While MRI uses the signal from hydrogen protons to form anatomic images, proton MRS uses this information to determine the concentration of brain metabolites such as N-acetyl aspartate (NAA), choline (Cho), creatine (Cr) and lactate in the tissue examined." ; + "PERSON: Nicole Vasilevsky" ; + "MRS" ; + "http://www.ncbi.nlm.nih.gov/pubmed/16148633" ; + rdfs:label "magnetic resonance spectroscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Generation of a transgenic animal that is homozygous for the Mad4 gene." ; + ; + "A material processsing technique used to produce an organism in which there has been a deliberate modification of the genome in contrast to spontaneous mutation. Foreign DNA is introduced into the animal, using recombinant DNA technology, and then must be transmitted through the germ line so that every cell, including germ cells, of the animal contain the same modified genetic material." ; + "PERSON: Nicole Vasilevsky" ; + "Mutant animal model generation" ; + "http://people.ucalgary.ca/~browder/transgenic.html" ; + rdfs:label "transgenic organism model generation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular assay that is the quantitative measurement of the reflection or transmission properties of a material as a function of wavelength." ; + "PERSON: Nicole Vasilevsky" ; + "Spectroscopy" ; + "http://en.wikipedia.org/wiki/Spectrophotometry" ; + rdfs:label "spectrophotometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Using antibodies to identify proteins in a cell." ; + ; + "A cellular assay that uses antibodies that target specific peptides or protein antigens in the cell via specific epitopes. These bound antibodies can then be detected using several different methods." ; + "PERSON: Nicole Vasilevsky" ; + "ICC" ; + "http://en.wikipedia.org/wiki/Immunocytochemistry" ; + rdfs:label "immunocytochemistry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Use of flow cytometry to identify a population of cells." ; + ; + "A cellular assay used to identify the characteristics of an organism collectively, including anatomical and psychological traits, that result from both its heredity and its environment." ; + "PERSON: Nicole Vasilevsky" ; + "Cellular phenotyping" ; + "http://www.yourdictionary.com/phenotype" ; + rdfs:label "cell phenotyping" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A technique used for isolating specific cells of interest from microscopic regions of tissue/cells/organisms." ; + "PERSON: Nicole Vasilevsky" ; + "LAM" ; + "LCM" ; + "LMD" ; + "Laser MicroDissection " ; + "Laser capture microscopy" ; + "Laser-assisted microdissection " ; + "Microdissection" ; + "http://en.wikipedia.org/wiki/Laser_capture_microdissection" ; + rdfs:label "laser capture microdissection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "How to handle animals when performing i.p. injections." ; + ; + "A laboratory animal care technique used to humanely handle animals in a way that causes the least amount of stress to the animal for experimentation purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal handling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Licensing of a new technology." ; + ; + "A technique that authorizes a use (such as copying software or using a (patented) invention) to a licensee, sparing the licensee from a claim of infringement brought by the licensor." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/License" ; + rdfs:label "licensing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Reagent library preparation of peptides used for research purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "peptide library construction" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay used to measure blood pressure in an organism." ; + "PERSON: Nicole Vasilevsky" ; + "Blood pressure assessment" ; + "Blood pressure measurement" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "blood pressure analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Hind limb ischemia model." ; + ; + "Experimental disease induction performed to induce cerebral ischemia in an animal model, to study of basic processes or potential therapeutic interventions in this disease, and the extension of the pathophysiological knowledge on and/or the improvement of medical treatment of human ischemic stroke." ; + "PERSON: Nicole Vasilevsky" ; + "Ischemia induction" ; + "Ischemia model" ; + "Ischemia modeling" ; + "Ischemic induction" ; + "http://en.wikipedia.org/wiki/Animal_models_of_ischemic_stroke" ; + rdfs:label "animal modeling of ischemic stroke" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging technique that involves the process, activity and art of creating still or moving pictures by recording radiation on a sensitive medium, such as a photographic film, or an electronic sensor." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Photography" ; + rdfs:label "photography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "3D modeling of blood flow." ; + ; + "A technique that uses mathematical models in computational science that requires extensive computational resources to study the behavior of a complex system by computer simulation." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Computational_model" ; + rdfs:label "computational modeling technique" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The application of a computer model to blood flow. " ; + ; + "A technique that models the complexities of a fluid-flow, given system geometry and a set of known or approximated boundary conditions." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "3D computational fluid-dynamics modeling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of blood flow in a developing chick." ; + ; + "A 3D computational fluid-dynamics modeling technique that simulates exclusively blood flow." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "blood transport computational modeling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Transport of a patient within a hospital." ; + ; + "A service offering that describes a service in which the provider facilitates the transport of some material entity to a specified destination for the service consumer." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "transport service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Technical support." ; + ; + "A service offering that describes a service in which the provider assists the consumer in activities directly or indirectly associated with the production and analysis or experimental research data." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "support service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Cryopreservation service." ; + ; + "A storage service offering that describes a service in which the consumer provides some material as input which a service provider stores and returns as output" ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "material storage service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Storing data on a server." ; + ; + "A storage service offering that describes a service in which the consumer provides data as input, which a service provider stores and returns as output in its original form." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "data storage service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A service offering that describes a service in which the provider actively maintains a material or data resource (e.g. a model organism colony or database) for the service consumer. This may involved making physical alterations to the material or data with the goal of maintaining its integrity or features." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "maintenance service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Maintaining an animal coloy." ; + ; + "A maintenance service offering that describes a service in which the provider actively maintains a material resource (e.g. a model organism colony) for the service consumer. A material maintenance service may or may not include storage of the material input." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "material maintenance service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Maintaining a database." ; + ; + "A maintenance service offering that describes a service in which the provider actively manages or maintains data or a database for the service consumer. Maintenance of the data is performed to maintain its integrity or enhance its quality or utility for the consumer, but new data is not generated as a result of the maintenance." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "data maintenance service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Flow cytometry analysis service." ; + ; + "A service offering that describes a service in which the consumer provides some input material or data and a service provider returns data about the input material or data." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "analysis service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Sequence data analysis." ; + ; + "An analysis service offering that describes a service in which the consumer provides some input data and a service provider transforms, models, or interprets the input data and returns this generated data as output" ; + "PERSON: Matt Brush" ; + "data processing service" ; + "data transformation service" ; + "PERSON: Matthew Brush" ; + rdfs:label "data analysis service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Histology service." ; + ; + "A material processing service offering that describes a service in which the provider makes physical modifications to a specified input material, such that at least one of the specified outputs of this process is a modified version of a specified input material." ; + "PERSON: Matt Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "material modification service" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A GFP expressing mouse." ; + ; + "A transgenic animal model generation of a transgenic mouse or mice. " ; + "PERSON: Nicole Vasilevsky" ; + "Mutant mouse generation" ; + "Transgenic mouse generation" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "transgenic mouse model generation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to compare differential gene expression between samples." ; + ; + "A nucleic acid microarray assay that uses the GeneChip® System as the platform for analyzing complex genetic information." ; + "PERSON: Nicole Vasilevsky" ; + "Affy array" ; + "Affy" ; + "Affymetric SNP array" ; + "Affymetric microarray" ; + "Affymetrix SNP array" ; + "Affymetrix microarray" ; + "http://www.affymetrix.com/estore/browse/brand/brandOverview.jsp;jsessionid=44DD3FD76424BB1861E4818FE5C48E4F?category=35677&categoryIdClicked=35677&rootCategoryId=35677&navMode=35677&aId=brandsNav" ; + rdfs:label "affymetrix array" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Sample preparation of chicken embryos for experimental research." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "chicken embryo preparation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Mathematical modeling of a heart. " ; + ; + "A data transformation technique used to coordinate and arrange sets of spatial images with their time stamps to produce a 4D image." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "4-D image reconstruction algorithm" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "MRI imaging." ; + ; + "An imaging technique used to create digital images, typically from a physical scene." ; + "PERSON: Nicole Vasilevsky" ; + "Digital image acquisition" ; + "http://en.wikipedia.org/wiki/Digital_imaging" ; + rdfs:label "digital imaging" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Optical coherence tomography that uses time domain optical coherence tomography and Doppler shifts from a moving objective to acquire and process images." ; + "PERSON: Nicole Vasilevsky" ; + "Doppler optical coherence tomography" ; + "http://en.wikipedia.org/wiki/Optical_coherence_tomography" ; + rdfs:label "doppler OCT" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A materials assay for quantifying the velocity of bulk fluid flows." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Flow_measurement" ; + rdfs:label "fluid velocity measurements" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging OCT technique that arranges images collected without external triggering from time domain optical coherence tomography sequentially in time." ; + "PERSON: Nicole Vasilevsky" ; + "Synchronization of 4D non-gated images by optical coherence tomography" ; + "http://en.wikipedia.org/wiki/Optical_coherence_tomography " ; + rdfs:label "synchronization of 4D non-gated images by OCT" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A doppler OCT technique that provides complementary temporal flow information to the spatially distributed flow information of Doppler imaging." ; + "PERSON: Nicole Vasilevsky" ; + "SDI" ; + "SDOCT" ; + "Spectral doppler imaging" ; + "http://adsabs.harvard.edu/abs/2010SPIE.7554E..47Y" ; + rdfs:label "spectral doppler optical coherence tomography " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A fluid velocity measurement technique for non-invasive, real-time measurement of the complete velocity profile of a liquids containing particles in suspension." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Doppler_effect#Velocity_profile_measurement" ; + rdfs:label "doppler velocity measurements" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay predicated on the mapping of (biological) quantities or properties onto spatial representations of the (human or non-human) brain resulting in maps." ; + "PERSON: Nicole Vasilevsky" ; + "Brain mapping" ; + "http://en.wikipedia.org/wiki/Brain_mapping" ; + rdfs:label "neuroantomical mapping" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "ISH using zebra finch zRalDH digoxigenin-labeled riboprobes." ; + ; + "An in situ hybridization technique that uses radioactive probes to detect the gene of interest." ; + "PERSON: Nicole Vasilevsky" ; + "Radioactive ISH" ; + "Radioactive in situ analysis" ; + "Radioactive in-situ hybridization" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "radioactive in situ hybridization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Use of viral strains as markers of a cell�s connectivity to the injection site. " ; + ; + "A cellular assay used to trace neural connections from their point of termination (the synapse) to their source (the cell body)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Retrograde_tracing" ; + rdfs:label "retrograde labeling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Agent delivery of a substance into the skin or tissue via an electrical charge." ; + "PERSON: Nicole Vasilevsky" ; + "http://minneapolis.injuryboard.com/miscellaneous/iontophoresis-injection-without-the-needle.aspx?googleid=287626" ; + rdfs:label "iontophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A transgenic mouse." ; + ; + "Organism that has a sequence alteration, generally one that causes a change in phenotype or gene disfunction." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mutant organism" ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + "Immunohistochemistry is a tissue assay." ; + ; + "An assay that generates data about anatomical entities or processes at a tissue or organ scale of granularity." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "tissue/organ assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Culture of cell lines." ; + ; + "A material processing technique used to create and maintain conditions suitable for growth of a living entity such as tissue cells, or bacteria." ; + "PERSON: Nicole Vasilevsky" ; + "In vitro culture and propagation" ; + "http://oxforddictionaries.com/definition/culture?region=us" ; + rdfs:label "culture and propagation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Mass spectrometry." ; + ; + "A molecular assay that generates data about the presence, abundance, structure, function, or activity of proteins." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "protein assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Phenotype characterization of a transgenic mouse." ; + ; + "An assay that generates data about the physical characteristics, physological functions, or behavior of organisms or viruses." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "organismal assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "PCR." ; + ; + "A molecular assay that generates data about the presence, abundance, structure, function, or activity of nucleic acids." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "nucleic acid assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Sequencing of a novel protein." ; + ; + "A protein assay that involves the determination of the arrangement of the amino acid sequence of a protein." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/protein-sequencing" ; + rdfs:label "protein sequencing " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Clinical diagnosis of a disease." ; + ; + "An organismal assay designed to capture information about clinical samples or specimens." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "clinical assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to test brain activity." ; + ; + "A cellular assay used to study electrical properties of biological cells and tissues, which involves measurements of voltage change or electric current." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrophysiology" ; + rdfs:label "electrophysiology assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Production of an mouse anti-human OX40 antibody." ; + ; + "Antibody production in which of large quantities of identical antibody molecules (targeted against a particular antigen) are produced." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.accessexcellence.org/RC/VL/GG/monoclonal.php" ; + rdfs:label "monoclonal antibody production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material processing technique that forces blood or other fluid to flow from the artery through the vascular bed of a tissue or organ or to flow through the lumen of a hollow structure, for example an isolated renal tubule." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.medilexicon.com/medicaldictionary.php?t=66872" ; + rdfs:label "organ perfusion" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Electrocardiogram." ; + ; + "An organismal assay designed to capture information pertaining to the the organic processes and phenomena of an organism or any of its parts or of a particular bodily process." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.merriam-webster.com/dictionary/physiology" ; + rdfs:label "physiological assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Generating a plasmid that overexpresses a gene of interest tagged to GFP." ; + ; + "A material processing technique used to engineer a construct." ; + "PERSON: Nicole Vasilevsky" ; + "Construct construction" ; + "Vector construction" ; + "Vector engineering" ; + "PERSON: Matthew Brush" ; + rdfs:label "construct engineering" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Design of a flow cytometer." ; + ; + "A technique involving a strategic approach to creating an instrument or electronic device." ; + "PERSON: Nicole Vasilevsky" ; + "Device design" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "instrument and electronics design" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Metallurgy." ; + ; + "An assay that generates data about the physical features of materials not of biological origin." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Matthew Brush" ; + rdfs:label "materials assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Gene therapy." ; + ; + "A material processing technique that involves the direct human manipulation of an organism's genome using modern DNA technology in an experimental setting." ; + "PERSON: Nicole Vasilevsky" ; + "Experimental genetic engineering" ; + "http://en.wikipedia.org/wiki/Genetic_engineering" ; + rdfs:label "experimental genetic modification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Fixing tissue with formaldehyde." ; + ; + "A material processing technique in which substrate material is modified by the addition of a chemical agent that modifies the chemical structure of the substrate." ; + "PERSON: Nicole Vasilevsky" ; + "Molecular modification" ; + "PERSON: Matthew Brush" ; + rdfs:label "chemical modification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Carbohydrate synthesis." ; + ; + "Chemical synthesis of a biomolecule; any molecule that is produced by a living organism, including large polymeric molecules such as proteins, polysaccharides, lipids, and nucleic acids as well as small molecules such as primary metabolites, secondary metabolites, and natural products." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Biomolecule" ; + rdfs:label "biomolecule synthesis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Fixation of tissue, prior to immunohistochemistry." ; + ; + "Histological sample preparation that uses agents which permeate tissues and cells and combine covalently with their major biochemical constituents (lipids, proteins and carbohydrates) and fix them into place." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.udel.edu/biology/Wags/b617/temprep/temprep1.htm" ; + rdfs:label "fixation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for stroke models." ; + ; + "Experimental disease induction used to model infarction, the formation of an infarct, an area of tissue death (necrosis) due to a local lack of oxygen caused by obstruction of the tissue's blood supply." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Infarction" ; + rdfs:label "infarction model" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Preparation of a cDNA library." ; + ; + "Material production of a library or reagents, for use in a chemical reaction or other experimental processes, to detect, measure, examine, or produce other substances." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.yourdictionary.com/reagent" ; + rdfs:label "reagent library preparation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Implantation of a piece of tissue into a blastocyst." ; + ; + "Agent delivery of a thing implanted in something else, such as a piece of tissue, prosthetic device, or other object implanted in the body." ; + "PERSON: Nicole Vasilevsky" ; + "http://oxforddictionaries.com/definition/implant" ; + rdfs:label "implantation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Culture and propogation of tissues and/or cells separate from the organism." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Tissue_culture" ; + rdfs:label "tissue culture" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Infection of a cell line with viral supernatants." ; + ; + "Agent delivery of a host organization by a foreign species in an experimental setting." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Infection_%28disambiguation%29" ; + rdfs:label "experimental infection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Construction of a BAC expressing a gene of interest." ; + ; + "A construct engineering technique used to engineer a bacterial artificial chromsome (BAC)." ; + "PERSON: Nicole Vasilevsky" ; + "BAC engineering" ; + "Bacterial artificial chromosome construction" ; + "Bacterial artificial chromosome engineering" ; + "PERSON: Matthew Brush" ; + rdfs:label "BAC construction" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Subcloning of a plasmid expressing a gene of interest fused to GFP." ; + ; + "A construct engineering technique used to assemble or modify a DNA plasmid to contain desired sequence elements, such as promoters, genes of interest, antibiotic resistance genes, multiple cloning sites, origins of replication, or other specified sequences." ; + "PERSON: Nicole Vasilevsky" ; + "Plasmid engineering" ; + "PERSON: Matthew Brush" ; + rdfs:label "plasmid construction" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Data analysis of flow cytometry data." ; + ; + "A data transformation technique used to analyze and interpret data to gain a better understanding of it." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Analysis" ; + rdfs:label "data analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Screening patients for a clinical trial." ; + ; + "A technique performed to prepare or implement a clinical trial." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "clinical trial technique" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Storage of cell lines in liquid nitrogen." ; + ; + "A technique that provides storage of a material." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "material storage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "MRI." ; + ; + "A technique used to create a representation or reproduction of an object's outward form; especially a visual representation (i.e., the formation of an image)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Imaging" ; + rdfs:label "imaging technique" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Monoclonal antibody production." ; + ; + "A material processing technique in which physical changes are made to a specified input material that produce a new entity as specified output. The specified output of a material production technique can be contained within, derived from, or synthesized from specified input materials, but it represents a material entity that is of a distinct type from any of the specified input materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://neurolex.org/wiki/Category:Material_service_resource" ; + rdfs:label "material production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Production of an mouse anti-mouse OX40 monoclonal antibody." ; + ; + "Material production of monoclonal or polyclonal antibodies for experimental purposes." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "antibody production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Production of viral supernatants expressing GFP." ; + ; + "Material production of viral supernatants using vectors expressing a gene of interest. Virus is produced by transfecting cells and collecting supernatant and the supernatant is then used to directly infect cells for the purpose of studying the function of a particular gene or set of genes." ; + "PERSON: Nicole Vasilevsky" ; + "http://web.mit.edu/jacks-lab/protocols/lentiviralproduction.htm" ; + rdfs:label "virus production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A method in which the investigators do not seek to intervene, and just simply observe the course of events." ; + "Person: Melanie Wilson" ; + "Person: Melanie Wilson" ; + rdfs:label "observational method"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An observational method that produces a test result based on a quantitative, categorical or qualitative test." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Test_method" ; + rdfs:label "testing method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An observational method where quantitative measurements are made based on the observations." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "measurement method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An observational method of gathering data by asking questions or providing a formal questionnaire to individuals who are thought to have desired information. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.managementstudyguide.com/survey_method.htm" ; + rdfs:label "survey method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An observational method of gathering data by interviewing individuals. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "interview method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An observational method where observations are made visually." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "visual observation method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An observational method using an auditory source." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "audio observation method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Fabrication of a instrument." ; + ; + "A material production technique used to make a product from raw materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/fabrication" ; + rdfs:label "fabrication" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging technique used for visualizing subcutaneous body structures including tendons, muscles, joints, vessels and internal organs for possible pathology or lesions. Obstetric sonography is commonly used during pregnancy for fetal imaging." ; + "PERSON: Nicole Vasilevsky" ; + "Medical sonography" ; + "Ultrasound" ; + "http://en.wikipedia.org/wiki/Sonography" ; + rdfs:label "ultrasonography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Use of FACS to sort for a specific population of cells." ; + ; + "A cell separation technique used to enrich mixed populations of cells out into two or more populations that usually occupying different parts of the same aggregate or separate into different aggregates." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.mondofacto.com/facts/dictionary?cell+sorting" ; + rdfs:label "cell enrichment" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Rehabilitation for alcohol abuse." ; + ; + "A technique that is performed to restore some or all of the patient's physical, sensory, and mental capabilities that were lost due to injury, illness, or disease." ; + "PERSON: Nicole Vasilevsky" ; + "http://medical-dictionary.thefreedictionary.com/rehabilitation" ; + rdfs:label "rehabilitation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to identify proteins." ; + ; + "A mass spectrometry technique that combines the features of gas-liquid chromatography and mass spectrometry to identify different substances within a test sample." ; + "PERSON: Nicole Vasilevsky" ; + "GC-MS" ; + "GC/MS" ; + "http://en.wikipedia.org/wiki/Gas_chromatography-mass_spectrometry" ; + rdfs:label "gas chromatography-mass spectrometry " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to identify protein sequences." ; + ; + "A mass spectrometry technique that combines the physical separation capabilities of liquid chromatography (or HPLC) with the mass analysis capabilities of mass spectrometry. Generally its application is oriented towards the specific detection and potential identification of chemicals in the presence of other chemicals (in a complex mixture)." ; + "PERSON: Nicole Vasilevsky" ; + "HPLC-MS" ; + "LC-MS" ; + "LC/MS" ; + "http://en.wikipedia.org/wiki/Liquid_chromatography-mass_spectrometry" ; + rdfs:label "liquid chromatography-mass spectrometry " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay that utilizes systematic administration of defined procedures to measure specific psychological functions known to be linked to particular brain structures or pathways in humans." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Neuropsychological_test" ; + rdfs:label "neuropsychological testing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used for protein identification." ; + ; + "A mass spectrometry technique used to produce ions. It is especially useful in producing ions from macromolecules because it overcomes the propensity of these molecules to fragment when ionized." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrospray_ionization " ; + rdfs:label "electrospray ionization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to identify chiral molecules." ; + ; + "An electrophoresis technique used to separate ionic species by their charge and frictional forces and hydrodynamic radius." ; + "PERSON: Nicole Vasilevsky" ; + "CE" ; + "CZE" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Capillary_zone_electrophoresis" ; + rdfs:label "capillary electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A 2D gel used for proteomics analysis." ; + ; + "A polyacrylamide gel electrophoresis technique used to separate molecules based on two properties, the isoelectric point and their molecular weight. In the first dimension, molecules are resolved in according to their isoelectric points (pIs) using immobilized pH gradient electrophoresis (IPGE), isoelectric focusing (IEF), or non-equilibrium pH gradient electrophoresis (NEPHGE). In the second dimension, proteins are separated according to their approximate molecular weight using sodium dodecyl sulfate poly-acrylamide-electrophoresis (SDS-PAGE)." ; + "PERSON: Nicole Vasilevsky" ; + "2D gel electrophoresis" ; + "2D polyacrylamide gel electrophoresis" ; + "http://www-lmmb.ncifcrf.gov/phosphoDB/2d-description.html" ; + rdfs:label "two dimensional polyacrylamide gel electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Biopsy of a potentially cancerous mole." ; + ; + "Specimen creation of a sample of tissue from a living body for diagnostic purposes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/biopsy" ; + rdfs:label "biopsy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The makeup of fat in the abdominal wall can be investigated by fat biopsy." ; + ; + "A biopsy that involves the removal of a small part of the abdominal wall fat pad." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.pennmedicine.org/encyclopedia/em_PrintArticle.aspx?gcid=003841&ptid=1" ; + rdfs:label "fat biopsy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to biopsy a potentially cancerous mole." ; + ; + "A biopsy that involves the removal of a cylinder of skin using a punch tool." ; + "PERSON: Nicole Vasilevsky" ; + "Punch biopsy" ; + "Skin biopsy" ; + "http://healthlibrary.epnet.com/GetContent.aspx?token=b93d114e-5009-4f6a-9917-6c594254fcc7&chunkiid=14861" ; + rdfs:label "skinpunch biopsy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to measure brain activity." ; + ; + "A physiological assay that uses an electronic monitoring device to measure and record electrical activity in the brain." ; + "PERSON: Nicole Vasilevsky" ; + "EEG" ; + """http://medical-dictionary.thefreedictionary.com/electroencephalography +""" ; + rdfs:label "electroencephalography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for genotyping." ; + ; + "A biopsy used to obtain tail issue from animal for DNA analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://labanimals.case.edu/templates_tail_biopsy.html" ; + rdfs:label "tail biopsy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay used to evaluate endothelial dysfunction non-invasively and used for early detection of atherosclerosis and determining the efficacy of treatment." ; + "PERSON: Nicole Vasilevsky" ; + "FMD" ; + "http://www.aloka-europe.com/entity7.aspx" ; + rdfs:label "flow-mediated dilation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Cryopreservation of cell lines." ; + ; + "A material processing technique where a living organism is frozen at ultra- low-temperature such that it can be revived and restored to the same living state as before it was stored." ; + "PERSON: Nicole Vasilevsky" ; + "http://www-cyanosite.bio.purdue.edu/protocols/cryo.html" ; + rdfs:label "cryopreservation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to fix tissue prior to immunohistochemistry." ; + ; + "A fixation technique that uses formalin, an aqueous solution containing formaldehyde to fix tissue or cells." ; + "PERSON: Nicole Vasilevsky" ; + "Formaldehyde fixation" ; + "http://dictionary.reference.com/browse/formalin" ; + rdfs:label "formalin fixation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay that involves the insertion of metal microelectrodes into nerve fascicles that is used to study autonomic nervous system function." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Microneurography" ; + rdfs:label "microneurography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A laboratory animal care technique in which organisms are habituated to an environment; where there is a decrease in response to a stimulus after repeated presentations." ; + "PERSON: Nicole Vasilevsky" ; + "http://psychology.about.com/od/hindex/g/def_habituation.htm" ; + rdfs:label "habituation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Preparation of diseased tissue, to analyze function." ; + ; + "Tissue sectioning of brain used for electrophysiology that allows the study of a synapse or neural circuit in isolation from the rest of the brain, in controlled physiological conditions." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Slice_preparation" ; + rdfs:label "brain slice preparation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Performed to test for retinal diseases." ; + ; + "A physiological assay used to measure the resting potential of the retina." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrooculography" ; + rdfs:label "electrooculography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A mouse with a humanized immune system." ; + ; + "Generation of a transgenic mouse that carries partial or complete human physiological systems." ; + "PERSON: Nicole Vasilevsky" ; + "Macchiarini et al (2005) J Exp Med 2005 202:1307-1311." ; + rdfs:label "humanized mice generation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Picking colonies to screen for bacteria that express the plasmid of interest." ; + ; + "A material component separation technique used to pick colonies from agar plates and transfer them into culture media." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.jgi.doe.gov/education/how/how_5.html" ; + rdfs:label "colony picking" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to identify protein sequences." ; + ; + "A liquid chromatography-mass spectrometry technique in which high-performance liquid chromatography is linked directly to a tandem mass spectrometer through electrospray ionization." ; + "PERSON: Nicole Vasilevsky" ; + "LC-MS-MS" ; + "LC/MS/MS" ; + "http://en.wikipedia.org/wiki/Liquid_chromatography%E2%80%93mass_spectrometry" ; + rdfs:label "liquid chromatography–tandem mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging technique used for acquisition of a planar image. With planar imaging, the detector array is stationary over the patient, and acquires data only from this one angle. The image created with this type of acquisition is similar to an X-ray radiograph." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.physics.ubc.ca/~mirg/home/tutorial/acquisition.html" ; + rdfs:label "planar imaging" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging technique, in which a gamma camera rotates around the patient and takes pictures from many angles, and a tomographic (cross-sectional) image is generated." ; + "PERSON: Nicole Vasilevsky" ; + "SPECT" ; + "http://www.medterms.com/script/main/art.asp?articlekey=18450" ; + rdfs:label "single photon emission computed tomography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Use of trypan blue exclusion to determine cell viability." ; + ; + "A cellular assay used to determine cell viability in an experimental setting; the capability of developing, growing, and otherwise sustaining life." ; + "PERSON: Nicole Vasilevsky" ; + "Cell viability analysis" ; + "Cell viability" ; + "Live/dead assay" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cell viability assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry technique that is highly sensitive and capable of the determination of a range of metals and several non-metals at concentrations below one part in 1012 (part per trillion). It is based on coupling together an inductively coupled plasma as a method of producing ions (ionization) with a mass spectrometer as a method of separating and detecting the ions." ; + "PERSON: Nicole Vasilevsky" ; + "ICP-MS" ; + "http://en.wikipedia.org/wiki/Inductively_coupled_plasma_mass_spectrometry" ; + rdfs:label "inductively coupled plasma mass spectrometry " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Separation of proteins in an acrylamide gel." ; + ; + "An electrophoresis technique for separating proteins based on their ability to move within an electrical current, which is a function of the length of their polypeptide chains or of their molecular weight in a 1-dimensional gel." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/Protein-Expression-and-Analysis/Protein-Gel-Electrophoresis/1D-Electrophoresis.html" ; + rdfs:label "1D electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to examine GFP expressing cells." ; + ; + "A light microscopy technique that is used for imaging of fluorescent compounds using fluorescent filters." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "fluorescent microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to study ligands binding to receptors at the cell surface." ; + ; + "A fluorescent microscopy technique which can be used to examine the movement or diffusion of molecules inside cells or membranes. Typically a cell membrane is labelled with a fluorescent dye, and a specific area of the labeled membrane is bleached using the beam from a confocal laser scanning microscope. The fluorescence intensity from that region of the membrane is measured over time. Motion of fluorescent molecules into and along the membrane slowly restores the fluorescence in the bleached region, while depleting the fluorescence in other regions (by exchange of bleached for unbleached fluorophores)." ; + "PERSON: Nicole Vasilevsky" ; + "FLIP" ; + "http://en.wikipedia.org/wiki/Fluorescence_loss_in_photobleaching" ; + rdfs:label "fluorescence loss in photobleaching " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A polymerase chain reaction technique that that permits multiple targets to be amplified with only a single primer pair." ; + "PERSON: Nicole Vasilevsky" ; + "MLPA" ; + "http://en.wikipedia.org/wiki/Multiplex_ligation-dependent_probe_amplification" ; + rdfs:label "multiplex ligation-dependent probe amplification " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of cell cycle of proliferating cells." ; + ; + "A cellular assay performed to determine the stage of the cell cycle for a population of cells; whether the cell is in G0/G1, S, or G2/M." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cell cycle analysis assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging assay that is used for the three-dimensional interpretation of planar sections of materials or tissues." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.mbfbioscience.com/solutions/stereology" ; + rdfs:label "stereology" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material processing technique used in microfabrication to selectively remove parts of a thin film or the bulk of a substrate." ; + "PERSON: Nicole Vasilevsky" ; + "Optical lithography " ; + "http://en.wikipedia.org/wiki/Photolithography " ; + rdfs:label "photolithography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Immunohistochemistry." ; + ; + "An assay that enables the presence or the concentration of a substance in a material to be measured by exploiting the specific binding between an analyte and the corresponding detection antibody. " ; + "PERSON: Nicole Vasilevsky" ; + "Nature Biotechnology 28,434–435 (2010)" ; + rdfs:label "immunoassay" ; +. + + a owl:Class ; + "Can be used for a tritiated thymidine proliferation assay." ; + ; + "A material processing technique used for measuring radiation from beta-emitting nuclides." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Liquid_scintillation_counting" ; + rdfs:label "liquid scintillation counting " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular assay used to identify isotopic signature, the distribution of certain stable isotopes and chemical elements within chemical compounds." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Isotope_analysis" ; + rdfs:label "isotope analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Preparation of supernatants that can be used to infect cell lines." ; + ; + "A sample preparation technique used to prepare virus supernatants for molecular assays." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "virus preparation " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A virus preparation technique that uses expedited, often automated technologies to prepare large quantities of viral stocks." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.abta.org/index.cfm?contentid=131" ; + rdfs:label "high-throughput virus preparation " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Generation of a mouse that is homozygous for the Mad4 gene." ; + ; + "A transgenic mouse generation technique that allows particular genes on the DNA strand to be altered, usually removed, but they may also be inactivated or inserted, which allows researchers to determine the exact function of a particular gene." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.animalresearch.info/en/science/animalsused/mouseGM#whattrans" ; + rdfs:label "knockout mouse generation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to study protein interactions." ; + ; + "An imaging assay used to measure the proximity of two fluorophores.Resonance energy transfer occurs only over very short distances, typically within 10nm, and involves the direct transfer of excited state energy from the donor fluorophore to an acceptor fluorophore as an alternative to fluorescence emissive decay from the donor." ; + "PERSON: Nicole Vasilevsky" ; + "EET" ; + "Electronic energy transfer " ; + "FRET" ; + "Förster resonance energy transfer" ; + "RET" ; + "Resonance energy transfer" ; + "http://www.andor.com/learning/applications/Fluorescence_Resonance/" ; + rdfs:label "fluorescence resonance energy transfer " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A surgical technique used to induce asphyxia; a condition of severely deficient supply of oxygen to the body that arises from being unable to breathe normally." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Asphyxia" ; + rdfs:label "induced asphyxia" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A surgical technique used to induce tissue perfusion, resulting in the inadequate delivery of oxygen and nutrients that are necessary for cellular function." ; + "PERSON: Nicole Vasilevsky" ; + "http://emedicine.medscape.com/article/432650-overview" ; + rdfs:label "induced hemorrhagic shock" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A surgical technique involving a large incision through the abdominal wall to gain access into the abdominal cavity." ; + "PERSON: Nicole Vasilevsky" ; + "Coeliotomy" ; + "http://en.wikipedia.org/wiki/Laparotomy" ; + rdfs:label "laparotomy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Implantation of a drug into the abdominal cavity." ; + ; + "A surgical technique involving implantation of material into the abdomen." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "abdominal implantation " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A liquid handler that can provide bulk dispensing of liquids into multi-well plates." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biotek.com/products/liquid_handling/multiflo_microplate_dispenser.html" ; + rdfs:label "microplate dispenser" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument used to measure the distance between two opposing sides of an object." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Caliper" ; + rdfs:label "sliding caliper" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used for posture evaluation." ; + ; + "A measurement instrument that consists of a calibrated, vertical rod to which are attached two horizontal arms, one fixed and one movable, for measuring the human trunk and limbs." ; + "PERSON: Nicole Vasilevsky" ; + "http://dictionary.reference.com/browse/anthropometer" ; + rdfs:label "anthropometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mechanical instrument that converts a torsional mechanical input into an electrical output signal." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.futek.com/product.aspx?t=torque" ; + rdfs:label "torque sensor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mechanical instrument that can perform tasks with guidance by computer and electronic programming." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Robot" ; + rdfs:label "robot" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Rehabilitation for Parkinson's patients." ; + ; + "A robot used for assessing and treating motor impairments in both the upper and lower extremities as a part of rehabilitation." ; + "PERSON: Nicole Vasilevsky" ; + "http://cabrr.cua.edu/research/RehabilitationRobotics.cfm" ; + rdfs:label "rehabilitation robot" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + """A isotype ratio mass spectrometer that enables measurement of absolute optical extinction by samples that scatter and absorb light over a broad range of wavelengths. +""" ; + "PERSON: Nicole Vasilevsky" ; + "WS-CRDS" ; + "http://en.wikipedia.org/wiki/Cavity_ring-down_spectroscopy" ; + rdfs:label "wavelength scanned cavity ring-down spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An isotype ratio mass spectrometer in which the relative abundance of isotopes in a continuously flowed gas sample is determined." ; + "PERSON: Nicole Vasilevsky" ; + "CF-IRMS" ; + "http://en.wikipedia.org/wiki/Isotope-ratio_mass_spectrometry" ; + rdfs:label "continuous flow isotope ratio mass spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A behavioral locomotive activity chamber for animals." ; + ; + "A behavioral assay that can be done manually or using an electronic monitoring device to measure and record behavioral activity by a study animal." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "animal activity monitoring" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An isotope analysis assay used to identify stable isotopes within chemical compounds." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "stable isotope analysis " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to study flight patterns in geese." ; + ; + "An instrument used to study the effects of air moving past solid objects, often used in aerodynamic research." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Wind_tunnel" ; + rdfs:label "wind tunnel" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument designed to continuously monitor processes that utilize hydrogen peroxide for bleaching or disinfection purposes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.analyticaltechnology.com/cms/Default.aspx?tabid=105" ; + rdfs:label "hydrogen peroxide meter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + """An instrument used to determine concentration and particle size distribution using the principle of inertial separation to size segregate particle samples from a particle laden gas stream. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thermoscientific.com/ecomm/servlet/productsdetail?productId=11961543&groupType=PRODUCT&searchType=0&storeId=11152 , http://en.wikipedia.org/wiki/Particle_size_distribution" ; + rdfs:label "cascade impactor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The proteins of a cytosolic extract can be sorted according to their size using a 2D microfluidic liquid chromatography system." ; + ; + "A liquid chromatography instrument used for separation in two dimensions by way of microfluidic control of the particles in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.hsph.harvard.edu/research/proteomics/mass-spectrometry-services/mass-spectrometry-services-equipment/index.html" ; + rdfs:label "2D microfluidic liquid chromatography system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument designed to capture characteristic \"secondary\" (or fluorescent) x-rays from a material that has been excited by bombarding with high-energy x-rays or gamma rays." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/X-ray_fluorescence" ; + rdfs:label "X-ray fluorescence detector" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A medical device used to administer medication in the form of a mist inhaled into the lungs." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Nebulizer" ; + rdfs:label "nebulizer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to identify organic compounds." ; + ; + "An instrument which can determine the elemental composition of a sample. The name derives from the three primary elements measured by the device: carbon (C), hydrogen (H) and nitrogen (N). Sulfur (S) and oxygen (O) can also be measured." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/CHN_analyzer" ; + rdfs:label "CHN analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument for measuring the reflectance of a surface." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/reflectometer" ; + rdfs:label "reflectometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used to generate a very fine liquid aerosol through electrostatic charging, rather than gas (pneumatic) methods." ; + "PERSON: Nicole Vasilevsky" ; + "ESI source " ; + "http://www.newobjective.com/electrospray/index.html" ; + rdfs:label "electrosprayer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to prepare frozen, hydrated specimens for cryo-electron microscopy. The technique fixes biological samples by ultra-rapid cooling to liquid nitrogen temperatures and below." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Cryo-electron_microscopy and http://en.wikipedia.org/wiki/Cryofixation" ; + rdfs:label "plunge freezing instrument" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to suction fluids during surgery." ; + ; + "A medical device used to drain fluids from the body (unwanted fluids, such as mucus and serum)." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ehow.com/list_5966694_suction-machine-uses.html" ; + rdfs:label "suction machine" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Muscle vibrator for rehabilitation." ; + ; + """An instrument used to mechanically stimulate tendons with user-defined frequency, duration, and intensity. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://mahilab.rice.edu/sites/mahilab.rice.edu/files/publications/111-Celik2009WHC.pdf" ; + rdfs:label "tendon vibrator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A HeLa cell." ; + ; + "A cell line that is derived from a transformed cell that was part of a malignant tumor." ; + "PERSON: Matthew Brush" ; + "Tumor cell line" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "tumor-derived cell line" ; +. + + a owl:Class ; + "Mouse embryonic fibroblast cell line." ; + ; + "A cell line derived from an embryo." ; + "PERSON: Nicole Vasilevsky" ; + "Embryo cell line" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "immortal embryonic cell line" ; +. + + a owl:Class ; + ; + "A cell line derived from a fibroblast; a connective tissue cell that makes and secretes collagen proteins." ; + "PERSON: Nicole Vasilevsky" ; + "http://ghr.nlm.nih.gov/glossary=fibroblast" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "immortalized fibroblast-derived cell line" ; +. + + a owl:Class ; + "A culture of primary lymphocytes." ; + ; + "Any cell line that has yet to be passaged and/or a cell that has not been immortalized." ; + "PERSON: Matthew Brush" ; + "Primary cells" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "primary cell culture" ; +. + + a owl:Class ; + "Mouse embryonic fibroblasts" ; + ; + "A cell line that is derived from a stem cell." ; + "PERSON: Matthew Brush" ; + "Stem cell line" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "stem cell-derived cell line" ; +. + + a owl:ObjectProperty ; + "related cell line" ; + "HeLa cells used for a research project." ; + ; + "Cell line collected as part of a research project." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "related_cell_line"@en ; +. + + a owl:Class ; + ; + "A preliminary study to determine the practicability of a proposed health program or procedure or of a larger study and to appraise the factors that may influence its practicability. A feasibility study aims to discover those things which may affect successful study conduct on a larger scale." ; + "PERSON: Melanie Wilson" ; + " Dictionary of Epidemiology, 5th edition." ; + rdfs:label "feasibility study"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + """An instrument that is used to position a digital camera in space. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/C_mount" ; + rdfs:label "c-mount" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An oven that heats samples by moving of gas or liquid by using external surface forces such as a fan or pump." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Convection_oven" ; + rdfs:label "forced convection oven" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Voice recording equipment used for recording the larynx movements in speech." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/Laryngograph" ; + rdfs:label "laryngograph" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A patient suffering from kidney failure can utilize a dialysis system in place of normal kidney function." ; + ; + """A medical device used to provide an artificial replacement for lost kidney function through diffusion (waste removal) and ultrafiltration (fluid removal). +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Dialysis" ; + rdfs:label "dialysis system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that quantifies fluid movement in a system." ; + """PERSON: Nicole Vasilevsky +""" ; + "http://en.wikipedia.org/wiki/Flow_measurement" ; + rdfs:label "fluid pressure measurement system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that contains multiple plates or shanks through which neural signals are obtained or delivered, essentially serving as neural interfaces that connect neurons to electronic circuitry." ; + "PERSON: Nicole Vasilevsky" ; + "MEA" ; + "http://en.wikipedia.org/wiki/Multielectrode_array " ; + rdfs:label "multi-electrode array system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A table that records the vertical and horizontal reaction forces." ; + ; + "A measurement instrument used to measure vertical and horizontal reaction forces as a person does a sit up." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "sit up force table" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An iPhone has a built-in GPS." ; + ; + "An instrument that receives Global Positioning System (GPS) signals for the purpose of determining the device's current location on Earth." ; + """PERSON: Nicole Vasilevsky +""" ; + "GPS" ; + "Navigation system" ; + "http://en.wikipedia.org/wiki/GPS_navigation_device" ; + rdfs:label "GPS navigation system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A seaglider." ; + ; + "A robot which travels underwater without requiring input from an operator." ; + "PERSON: Nicole Vasilevsky" ; + "AUV" ; + "Seaglider" ; + "http://en.wikipedia.org/wiki/AUV" ; + rdfs:label "autonomous underwater vehicle" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument used for performing a titration; the process, operation, or method of determining the concentration of a substance in solution by adding to it a standard reagent of known concentration in carefully measured amounts until a reaction of definite and known proportion is completed, as shown by a color change or by electrical measurement, and then calculating the unknown concentration." ; + """PERSON: Nicole Vasilevsky +""" ; + "Titrator" ; + "http://www.thefreedictionary.com/titration" ; + rdfs:label "reagent titrator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that measures clot formation (as in tests for blood clotting in vitro) by mechanical detection of the clot by a moving probe." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.drugs.com/dict/fibrometer.html " ; + rdfs:label "fibrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An electronic test device that generates repeating or non-repeating electronic signals (in either the analog or digital domains)." ; + "PERSON: Nicole Vasilevsky" ; + "Arbitrary waveform generator" ; + "Digital pattern generator " ; + "Frequency generator" ; + "Function generator" ; + "Pitch generator" ; + "http://en.wikipedia.org/wiki/Signal_generator" ; + rdfs:label "signal generator " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to analyze cells after treatment with DNA damaging agents." ; + ; + """An instrument used to analyze comet assays which utilize gel electropheris on single cells exposed to a challenge, to provide quantitative information on DNA damage (DNA breakage). +""" ; + "PERSON: Nicole Vasilevsky" ; + "SCGE assay analysis system" ; + "Single cell gel electrophoresis assay analysis system" ; + "PMID:7686265" ; + rdfs:label "comet assay analysis system " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument designed to eliminate unwanted, poisonous or otherwise harmful substances, such as contaminants, noxious chemicals or radioactive material." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/decontamination" ; + rdfs:label "decontamination chamber " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to automate the Western blot process, to examine protein expression in cells." ; + ; + """An instrument designed to automate the immunodetection portion of western blot analysis workflow. The system performs blocking, antibody incubations and washing steps required for the detection in a consistent and reproducible way. +""" ; + "PERSON: Nicole Vasilevsky" ; + "Automated western processing system " ; + "http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/Protein-Expression-and-Analysis/PEIA-Misc/benchpro-4100-western-processing-system.html?CID=fl-benchpro" ; + rdfs:label "western processing system " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used in pain research and testing for pain medication." ; + ; + "An instrument used to measure pain threshold and pain tolerance." ; + "PERSON: Nicole Vasilevsky" ; + "Algesichronometer" ; + "Algesiometer" ; + "Algonometer" ; + "Analgesia meter" ; + "Dolorimeter" ; + "Pressure-algometer" ; + "Prick-algesimeter" ; + "http://en.wikipedia.org/wiki/Dolorimeter" ; + rdfs:label "algometer " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument used to determine fluid pressures in microscopic structures." ; + "PERSON: Nicole Vasilevsky" ; + "http://vistaelectronicsco.com/servnull.shtml" ; + rdfs:label "micropressure measuring device " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to diagnose eye disorders." ; + ; + "A measurement instrument used for measuring eye positions and eye movement." ; + "PERSON: Nicole Vasilevsky" ; + "Eye tracker" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Eye_tracking" ; + rdfs:label "eye tracking device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An MRI visual stimulation system." ; + ; + "An instrument used for presenting visual stimuli for optical measurements and assessment." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nordicneurolab.com/Products_and_Solutions/fMRI_Hardware/VisualSystem.aspx" ; + rdfs:label "visual stimulation equipment" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Electrostatic ear-plug-style headphones." ; + ; + "An instrument used for presenting auditory stimuli for auditory measurements and assessment." ; + """PERSON: Nicole Vasilevsky +""" ; + "http://www.nordicneurolab.com/Products_and_Solutions/fMRI_Hardware/VisualSystem.aspx" ; + rdfs:label "auditory stimulation equipment" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A fluid pressure measurement device designed to monitor flow velocity at one or more locations." ; + """PERSON: Nicole Vasilevsky +""" ; + "http://en.wikipedia.org/wiki/Flow_measurement" ; + rdfs:label "fluid flow velocity measurement device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used for musculoskeletal evaluations." ; + ; + "A measurement instrument used for measuring force, moment of force (torque), or power." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Dynamometer" ; + rdfs:label "dynamometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A device used to teach topics relating to food and nourishment." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/nutrition" ; + rdfs:label "nutritional educational device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument used to measure the short-circuit current as an indicator of net ion transport taking place across an epithelium." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Ussing_chamber" ; + rdfs:label "ussing chambers" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that operates at a pressure higher than the atmospheric. This technology is used for the protection of any products inside the isolator from outside contaminants." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.mecalab.com/mecalab-glossary-isolator-posittive-pressure.htm" ; + rdfs:label "pressure isolator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A submarine." ; + ; + "An instrument that is a vessel or craft designed to move across or through water." ; + "PERSON: Nicole Vasilevsky" ; + "Ship" ; + "An instrument that is a vessel or craft designed to move across or through water." ; + rdfs:label "watercraft" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Determination of the nitrogen content in a sample." ; + ; + "A measurement instrument used to analyze material for its elemental and sometimes isotopic composition." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Elemental_analysis" ; + rdfs:label "elemental analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is designed to move across or through water and is capable of independent operation below the surface of the water." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Submarine" ; + rdfs:label "submarine" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to listen to music." ; + ; + "An instrument that consists of a pair of small loudspeakers, or less commonly a single speaker, held close to a user's ears and connected to a signal source such as an audio amplifier, radio, CD player or portable media player." ; + "PERSON: Nicole Vasilevsky" ; + "Earbuds" ; + "Headphones" ; + "Headsets" ; + "Stereophones" ; + "http://en.wikipedia.org/wiki/Headphones" ; + rdfs:label "earphones" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used in dentistry to clean teeth." ; + ; + "An instrument designed for scraping biological tissue or debris in a biopsy, excision, or cleaning procedure." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Curette" ; + rdfs:label "curette" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A dental drill." ; + ; + "An instrument used to diagnose, prevent, or treat diseases of the teeth, gums, and related structures of the mouth." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thefreedictionary.com/dentistry" ; + rdfs:label "dental instrument" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A dental instrument that allows indirect vision by the dentist, reflecting light onto desired surfaces, and retraction of soft tissues." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Mouth_mirror" ; + rdfs:label "mouth mirror" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Gingival crevicular fluid measurement device used for dentistry." ; + ; + "An instrument used to characterize a static or dynamic fluid." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "fluid measurement device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A dental instrument commonly used to measure pocket depths around a tooth in order to establish the state of health of the periodontium." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Periodontal_probe" ; + rdfs:label "periodontal probe" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to safely and hygienically store and transport other dental instruments." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "mobile dental cart" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Filtration of tissue culture media." ; + ; + "An instrument used to separate solids from fluids (liquids or gases) by interposing a medium through which only the fluid can pass." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Filtration" ; + rdfs:label "filtration system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Hybridomas are often used to produce monoclonal antibodies." ; + ; + "A cell line that derives from a hybrid cell resulting from the fusion of a lymphocyte and a tumor cell; used to culture a specific monoclonal antibody." ; + "PERSON: Nicole Vasilevsky" ; + "http://wordnetweb.princeton.edu/perl/webwn?s=hybridoma" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "hybridoma cell line" ; +. + + a owl:Class ; + ; + "An instrument used to automatically and quickly removes organic contamination (hydrocarbon) from electron microscopy (EM) specimens and specimen holders." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.fischione.com/products/model_1020.asp" ; + rdfs:label "plasma cleaner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that allows its blade to vibrate ultrasonically, enabling the blade to cut a wide range of materials." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sonotec.com/ecutter.htm" ; + rdfs:label "ultrasonic cutter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that uses a fine stream of slurry to accurately remove nanometers of material." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.lightmachinery.com/Fluid-Jet-Polishing.html" ; + rdfs:label "fluid jet polisher" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "For use in imaging of biological molecules." ; + ; + "A transmission electron microscope where the electrons pass through a sufficiently thin specimen by focusing the electron beam into a narrow spot which is scanned over the sample in a raster." ; + "PERSON: Nicole Vasilevsky" ; + "STEM" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Scanning_transmission_electron_microscopy" ; + rdfs:label "scanning transmission electron microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A sample of silicon to be imaged by transmission electron microscopy can be pared to an appropriate thickness using a dimpler." ; + ; + "An instrument used for transmission electron microscopy sample preparation, which is a precision electro-mechanical metallographic lapping instrument." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.emsdiasum.com/microscopy/products/materials/dimpler.aspx" ; + rdfs:label "dimpler" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used for pumping and housing transmission electron microscope holders to ensure the cryo holder is properly pumped out before use and is maintained in a clean and dry environment." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cns.fas.harvard.edu/facilities/tool_detail.php?MID=264" ; + rdfs:label "dry pumping station" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to cut biospecimens into extremely thin slices or sections." ; + ; + "An instrument that consists of a very sharp knife with a blade made from diamond, which is used for scientific applications where an extremely sharp and long-lasting edge is essential." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Diamond_knife" ; + rdfs:label "diamond knife" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A blood pressure cuff." ; + ; + "A medical device used to diagnose medical conditions." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "diagnostic device" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for plasma cleaning and stripping, for precise surface treatment and surface modification." ; + "PERSON: Nicole Vasilevsky" ; + "Semiconductor cleaner" ; + "http://www.plasmaclean.com/" ; + rdfs:label "semiconductor stripper" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used in the semiconductor manufacturing process which heats silicon wafers to high temperatures (up to 1,200 °C or greater) on a timescale of several seconds or less, which is used for a wide variety of applications in semiconductor manufacturing including dopant activation, thermal oxidation, metal reflow and chemical vapor deposition." ; + "PERSON: Nicole Vasilevsky" ; + "RTP " ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Rapid_thermal_processing" ; + rdfs:label "rapid thermal processor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument which emits a beam of electrons in a patterned fashion across a surface covered with a resist film. The electrons expose the resist and allow for selective removal of either exposed or non-exposed regions of the resist." ; + "PERSON: Nicole Vasilevsky" ; + "E-beam lithography system " ; + "http://en.wikipedia.org/wiki/Electron_beam_lithography" ; + rdfs:label "electron beam lithography system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for reactive-ion etching, an etching technology used in microfabrication." ; + "PERSON: Nicole Vasilevsky" ; + "RIE" ; + "http://en.wikipedia.org/wiki/Electron_beam_lithography" ; + rdfs:label "reactive ion etcher" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that uses physical vapor deposition to generate thin films on substrates. In electron beam physical vapor deposition a target anode is bombarded with an electron beam given off by a charged tungsten filament under high vacuum. The electron beam causes atoms from the target to transform into the gaseous phase. These atoms then precipitate into solid form, coating everything in the vacuum chamber (within line of sight) with a thin layer of the anode material." ; + "PERSON: Nicole Vasilevsky" ; + "EBPVD" ; + "http://en.wikipedia.org/wiki/Electron_beam_physical_vapor_deposition" ; + rdfs:label "electron beam physical vapor deposition system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for thin film deposition where metal wire is fed onto heated ceramic evaporators known as \"boats\" due to their shape. A pool of melted metal forms in the boat cavity and evaporates into a cloud above the source." ; + "PERSON: Nicole Vasilevsky" ; + "Thermal deposition system" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Evaporation_%28deposition%29" ; + rdfs:label "thermal evaporator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A chemical vapor deposition system used for annealing, the process of heating a material above its recrystallization temperature, maintaining a suitable temperature, and then cooling." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Annealing_%28metallurgy%29" ; + rdfs:label "chemical vapor deposition furnace" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used for measurements on unstable liquid surfaces." ; + ; + "An instrument used for optical investigation of the dielectric properties (complex refractive index or dielectric function) of thin films." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Ellipsometer" ; + rdfs:label "ellipsometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to produce high-purity, high-performance solid materials, often used in the semiconductor industry to produce thin films." ; + "PERSON: Nicole Vasilevsky" ; + "CVD system" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Chemical_vapor_deposition" ; + rdfs:label "chemical vapor deposition system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that uses radiation that is focused to a narrow beam and is then used to directly write the image into photoresist, one or more pixels at a time." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Maskless_lithography" ; + rdfs:label "maskless lithography system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The construction of a mono-layer of aluminum oxide on a biological structure can be achieved by atomic layer deposition system. " ; + ; + "An instrument that uses a thin film deposition technique that is based on the sequential use of a gas phase chemical process. The majority of ALD reactions use two chemicals, typically called precursors. These precursors react with a surface one-at-a-time in a sequential manner. By exposing the precursors to the growth surface repeatedly, a thin film is deposited." ; + "PERSON: Nicole Vasilevsky" ; + "ALD system" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Atomic_layer_deposition" ; + rdfs:label "atomic layer deposition system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used for the formation of silicon dioxide on a silicon surface for semiconductor manufacturing." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.siliconfareast.com/oxidation.htm" ; + rdfs:label "thermal oxidation furnace" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for interconnecting semiconductor devices, such as IC chips and microelectromechanical systems (MEMS), to external circuitry with solder bumps that have been deposited onto the chip pads." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Flip_chip" ; + rdfs:label "flip chip bonder" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used to make interconnections between an integrated circuit (IC) and a printed circuit board (PCB) during semiconductor device fabrication." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Wire_bonding" ; + rdfs:label "wire bonder" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Separation of proteins based on their charge." ; + ; + "A chromatography device that allows the separation of ions and polar molecules based on their charge." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Ion_chromatography" ; + rdfs:label "ion chromatograph" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + """A mass spectrometer used to measure the relative abundance of isotopes in a given sample. +""" ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Isotope-ratio_mass_spectrometry" ; + rdfs:label "isotope ratio mass spectrometer " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A milling machine designed for grinding and pulverizing tough and/or temperature sensitive samples immersed in liquid nitrogen." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.spexsampleprep.com/equipment-and-accessories/equipment_product.aspx?typeid=2" ; + rdfs:label "cryogenic mill" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used in plasmid purification kits." ; + ; + "An instrument used for vacuum extraction of materials for purification and analysis." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "vacuum extraction line" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to measure thin film stresses in wafers via comparison of 2D and 3D topography maps before and after thin film deposition. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.frontiersemi.com/applications1.htm" ; + rdfs:label "thin film stress measurement system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to join two optical fibers end-to-end using heat." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Fusion_splicing" ; + rdfs:label "fusion splicer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to physically acquire signals from the internal nodes of a semiconductor device, often used in the failure analysis of semiconductor devices." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Mechanical_probe_station" ; + rdfs:label "mechanical probe station" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for non-destructive testing of devices on full and partial wafers at low temperatures." ; + "PERSON: Nicole Vasilevsky" ; + "Cryogenic mechanical probe station " ; + "http://www.lakeshore.com/sys/probestations/cpxpo.html" ; + rdfs:label "cryogenic probe station" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to measure the Hall effect, the production of a voltage difference (the Hall voltage) across an electrical conductor, transverse to an electric current in the conductor and a magnetic field perpendicular to the current." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Hall_effect" ; + rdfs:label "Hall effect measurement system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that employs a \"break wheel\" that rolls over the length of a scribe line. The break wheel is shaped such that it places the wafer in three-point bending over an angled mandrel thereby applying tensile strain lateral to the scribe line. It is both the geometry of the wheel and the shape of the mandrel that control the strain placed on the scribe." ; + "PERSON: Nicole Vasilevsky" ; + "Cleaver" ; + "http://www.loomisinc.com/products/lsd100_overview.html" ; + rdfs:label "scriber " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument for cleaning silicon wafers. It spins the wafers and uses deionized water and nitrogen to clean and dry the wafers." ; + "PERSON: Nicole Vasilevsky" ; + "SRD" ; + "http://grover.mirc.gatech.edu/equipment/textInstructions.php?id=56" ; + rdfs:label "spin rinse dryer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A spectrophotometer based on the Photon Correlation Spectroscopy (PCS) technique and designed for measurements of sub-micron particle sizes, diffusion coefficients, viscosities, and molecular weights of polymers in basic and applied studies." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Dynamic_light_scattering " ; + rdfs:label "dynamic light scattering instrument photon correlation spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that uses a laser to cut materials." ; + "PERSON: Nicole Vasilevsky" ; + "Laser engraver" ; + "Laser plotter " ; + "http://en.wikipedia.org/wiki/Laser_cutting" ; + rdfs:label "laser cutter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A chemistry analyzer used to measure the total organic carbon (TOC), the amount of carbon bound in an organic compound. It is often used as a non-specific indicator of water quality or cleanliness of pharmaceutical manufacturing equipment." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Total_organic_carbon" ; + rdfs:label "total organic carbon analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to study memory function in rat models after treatment with a experimental drug." ; + ; + "A maze used to measure spatial learning and memory in rats." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Radial_arm_maze " ; + rdfs:label "radial arm maze" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A Western blot can be detected by chemilluminescence." ; + ; + "An instrument used to detect chemiluminescence, the emission of light with limited emission of heat (luminescence), as the result of a chemical reaction." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Chemiluminescence" ; + rdfs:label "chemiluminescence analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to study memory function in rodents, in experimental conditions." ; + ; + "A maze used to study place-learning and memory in rodents, which consists of a round tank (pool) of water and an escape platform." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.watermaze.org/ " ; + rdfs:label "morris water maze" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to test endotoxin contamination in an antibody stock." ; + ; + "An instrument used to detect endotoxin and microbiological products by using an LAL test cartridge along with a handheld spectrophotometer to provide point-of-use results." ; + "PERSON: Nicole Vasilevsky" ; + "http://info.criver.com/endotoxin_and_rapid_microbiological_products/rapid_microbiological_methods/pts.html" ; + rdfs:label "endotoxin detector" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A treadmill." ; + ; + "A mechanical instrument used for physical exercise." ; + "PERSON: Nicole Vasilevsky" ; + "Exercise machine" ; + "http://en.wikipedia.org/wiki/Exercise_machine" ; + rdfs:label "exercise equipment" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Exercise equipment used for measuring the work a person exerts while exercising. It is often used in training, cardiac stress tests or other medical tests." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Exercise_machine" ; + rdfs:label "ergometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A cytometer that uses laser-based opto-electronics and automated analysis capabilities to simultaneously and rapidly measure biochemical constituents and evaluate cell morphologies." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.compucyte.com/laserscanning.htm" ; + rdfs:label "laser scanning cytometer " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that holds a large body of water, which is used in physical medicine and rehabilitation." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Instruments_used_in_physical_medicine_%26_rehabilitation" ; + rdfs:label "physical therapy pool " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument used to measure electric charge or electrical potential difference." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrometer" ; + rdfs:label "electrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An MRI is an in vivo imaging system." ; + ; + "An image acquisition instrument that is used to image processes taking place in a live organism." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "in vivo imaging system " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A sterilization instrument that functions by exposing the articles to be sterilized to high concentrations (typically 5 - 10% v/v) of very reactive gases (alkylating agents such as ethylene oxide, and oxidizing agents such as hydrogen peroxide and ozone)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Sterilization_%28microbiology%29" ; + rdfs:label "gas sterilizer " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to accelerate charged particles using a high-frequency, alternating voltage (potential difference)." ; + "PERSON: Nicole Vasilevsky" ; + "https://secure.wikimedia.org/wikipedia/en/wiki/Cyclotron" ; + rdfs:label "cyclotron " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to evaluate brain activity and function." ; + ; + "An MRI scanner that is combined with a positron emission topography (PET) scanner, which displays both anatomic and metabolic information." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "dual MRI-PET scanner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to control separate mass flow control valves or mass flow meters simultaneously." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sablesys.com/products-prod_mfc-4.html?sub=details" ; + rdfs:label "mass flow controller" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A precision trim saw." ; + ; + "A measurement instrument used for precise measurements." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.starrett.com/metrology/metrology-products/precision-measuring-tools" ; + rdfs:label "precision measurement tool" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Measurement of blood flow." ; + ; + "A material assay used for the quantification of bulk fluid movement." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Flow_measurement" ; + rdfs:label "fluid flow measurement " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Quantitation of chemical elements in a sample." ; + ; + "A molecular assay used for the qualitative and quantitative determination of chemical elements employing the absorption of optical radiation (light) by free atoms in the gaseous state." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Atomic_absorption_spectroscopy" ; + rdfs:label "atomic absorption spectroscopy " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A specimen collection technique used to obtain a single, large, high-quality sample of blood from a euthanized organism or an organism under terminal anaesthesia if coagulation parameters, a separate arterial or venous sample or cardiac histology are not required." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nc3rs.org.uk/bloodsamplingmicrosite/page.asp?id=343" ; + rdfs:label "cardiac puncture " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Measurement of blood pressure." ; + ; + "A fluid flow measurement technique in which the pressure at one or many points in a fluid flow is collected." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "fluid flow pressure measurement " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Measurement of blood flow velocity." ; + ; + "A flow measurement technique in which fluid velocity at one or many points in a flow is collected." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "fluid flow velocity measurement " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material component separation technique used for the detection of materials, such as pathogens in samples, by recirculating samples over antibody-coated paramagnetic beads." ; + "PERSON: Nicole Vasilevsky" ; + "RIMS " ; + "http://en.wikipedia.org/wiki/Pathatrix" ; + rdfs:label "recirculating immuno-magnetic separation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to identify proteins." ; + ; + "A chromatography technique used for separating and analyzing compounds that can be vaporized without decomposition." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Gas_chromatography" ; + rdfs:label "gas chromatography " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used to identify biomolecules." ; + ; + "A molecular assay used to analyze material for its elemental and sometimes isotopic composition." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Elemental_analysis" ; + rdfs:label "elemental analysis " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Used to identify protein sequences." ; + ; + "A chromatography technique in which the mobile phase is a liquid and is carried out either in a column or a plane for the purpose of separating mixtures." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Chromatography#Liquid_chromatography" ; + rdfs:label "liquid chromatography " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Separation of proteins based on their charge." ; + ; + "A chromatography technique that allows the separation of ions and polar molecules based on their charge." ; + "PERSON: Nicole Vasilevsky" ; + "Ion-exchange chromatography" ; + "http://en.wikipedia.org/wiki/Ion_chromatography" ; + rdfs:label "ion chromatography " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Freeze drying of tissues for future use." ; + ; + "A material processing technique that uses a dehydration process, typically used to preserve a perishable material or make the material more convenient for transport." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Freeze-drying" ; + rdfs:label "freeze drying " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Injection of substances into a single living cell at a microscopic or borderline macroscopic level using a glass micropipette." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Microinjection" ; + rdfs:label "microinjection " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used for protein identification and characterization." ; + ; + "A liquid chromatography technique where the solvent velocity, controlled by pumps, is used to produce a constant flow rate of solvents. The solvents are accessed through tubing from an outside reservoir." ; + "PERSON: Nicole Vasilevsky" ; + "FPLC" ; + "http://en.wikipedia.org/wiki/Fast_protein_liquid_chromatography" ; + rdfs:label "fast protein liquid chromatography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Subcelullar fractionation of nuclei and cytoplasm from cells." ; + ; + "A material component separation technique used to separate homogeneous sets, usually organelles, from a heterogeneous population of cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Cell_fractionation" ; + rdfs:label "subcellular fractionation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Identifying protein expression in an experimental sample compared to a control." ; + ; + "A molecular assay used for identifying or differentiating proteins in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Protein_fingerprinting" ; + rdfs:label "protein fingerprinting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Can be used in architectural design." ; + ; + "A data transformation technique that uses computer technology for the process of design and design-documentation." ; + "PERSON: Nicole Vasilevsky" ; + "CADD" ; + "Computer-aided design and drafting" ; + "http://en.wikipedia.org/wiki/Computer-aided_design" ; + rdfs:label "computer aided design " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Karyotyping of patient to determine if they carry a genetic disease." ; + ; + "A molecular assay used to determine the number and appearance of chromosomes in the nucleus of a eukaryotic cell." ; + "PERSON: Nicole Vasilevsky" ; + "Chromosomal analysis" ; + "http://en.wikipedia.org/wiki/Karyotype" ; + rdfs:label "karyotyping" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A technique that identifies a unique skill set facilitating successful engagement of communities, which for any number of reasons might be less inclined to participate in more traditional research partnerships." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Quinton King" ; + rdfs:label "community-based participatory research" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Radiolabeling of lipoproteins." ; + ; + "A labeling technique used for tracking the passage of a sample of substance through a system. The substance is 'labeled' by including unusual isotopes in its chemical composition. If these unusual isotopes are later detected in a certain part of the system, they must have come from the labeled substance." ; + "PERSON: Nicole Vasilevsky" ; + "Isotopic labeling " ; + "http://en.wikipedia.org/wiki/Isotopic_labeling" ; + rdfs:label "radiolabeling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An assay used for the real-time measurement of microvascular red blood cell (or erythrocyte) perfusion in tissue." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.discovtech.com/PAGE5.htm" ; + rdfs:label "laser doppler flowmetry " ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Analysis of cell adhesion of epithelial cells." ; + ; + "An assay used to screen and quantify the adhesive properties of cell-cell interactions or of cells to an immobilized substrate in vitro." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.millipore.com/catalogue/item/ecm645" ; + rdfs:label "cell adhesion assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A sample loader on a light cycler PCR machine." ; + ; + "An instrument that holds samples for automatic loading onto an instrument, such as a flow cytometer or PCR machine." ; + "PERSON: Nicole Vasilevsky" ; + "Sample carousel" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "sample loader" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A packaging plasmid that is co-transfected with a viral plasmid." ; + ; + "A plasmid that allows for the beginning of replication and transfer of other plasmids from a donor to a recipient. Without a helper plasmid, transposons will not be expressed in the recipient." ; + "PERSON: Nicole Vasilevsky" ; + "http://wiki.answers.com/Q/What_is_a_helper_plasmid" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "helper plasmid" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + "derives from material anatomical entity" ; + "A cell line derived from a kidney." ; + ; + "Anatomical entity from which the resource is derived." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "derives_from_material_anatomical_entity" ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + "derives from organism" ; + "A human cell line." ; + ; + "Organism from which the resource is derived." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:label "derives_from_organism" ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + "has phase" ; + "Phase 1 clinical trial." ; + ; + "Phase of a clinical trial to evaluate risk and to clinically evaluate the efficacy of drugs or biologicals." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_phase" ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + "has pathological stage" ; + "Stage IV breast cancer." ; + ; + "Stage that has been assigned to the biological specimen, such as cancer stage, degeneration stage, normal or control." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has_pathological_stage" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + "performs human study" ; + "The Jackson Heart Institute performs human studies on heart disease." ; + ; + "Human study performed by the organization." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "performs_human_study" ; + rdfs:range ; + rdfs:subPropertyOf ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + "human study performed by" ; + "Jackson State University performs human studies on heart disease." ; + ; + "Organization that performs the human study." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "human_study_performed_by" ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + "derives from organism or virus" ; + "A cell line is derived from a human." ; + ; + "Organism or virus from which the resource is derived." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + ) ; + ] ; + rdfs:label "derives_from_organism_or_virus" ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:Class ; + ; + "A technique that uses an antibody reagent." ; + "PERSON: Nicole Vasilevsky" ; + "Antibody technique" ; + "PERSON: Matthew Brush" ; + rdfs:label "immunotechnique" ; +. + + a owl:Class ; + ; + "A flow cytometry assay in which individual particles, such as cells or molecules are labeled with an antibody." ; + """PERSON: Nicole Vasilevsky +""" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "flow cytometry immunoassay" ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "has antibody registry ID" ; + "AB12345." ; + ; + "The unique ID number assigned to an antibody in the Neurosicence Information Framework (NIF) antibody registry. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain ; + rdfs:label "has_antibody_registry_ID" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has clone ID" ; + "N-262." ; + ; + "Clone identification number assigned to a monoclonal antibody." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain ; + rdfs:label "has_clone_ID" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has lot number" ; + "4521" ; + ; + "The identification number assigned to a particular quantity or lot of material from a single manufacturer." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/lot-number" ; + rdfs:domain ; + rdfs:label "has_lot_number" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has catalog number" ; + "SC-1234" ; + ; + "Catalog number of a commercially manufactured reagent." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain ; + rdfs:label "has_catalog_number" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "has conjugate" ; + "FITC." ; + ; + "A molecule conjugated to the antibody, which can be used to detect the presence of the antibody." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain ; + rdfs:label "has_conjugate" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + "antibody produced by" ; + "An anti-OX40 antibody is produced by a hybridoma." ; + ; + "Hybridoma cell line used to produce the antibody." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain ; + rdfs:label "antibody_produced_by" ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:Class ; + ; + "Low temperature, rapid freezing of tissue that is usually achieved by submersion in liquid nitrogen." ; + "PERSON: Nicole Vasilevsky" ; + "Flash freeze" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "snap freeze" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material entity that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "to be imported from ReO. " ; + rdfs:label "material antibody target" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + "Most often this is a protein but can also include chemicals, or biological materials such as cells or organisms." ; + ; + "A material that is recognized by an antibody. Most often this is a protein but can also include chemicals, or biological materials such as cells or organisms." ; + "PERSON: Melissa Haendel" ; + "PERSON: Matthew Brush" ; + rdfs:comment "ToDo: will be a subproperty of some kind of \"recognizes\" property." ; + rdfs:domain ; + rdfs:label "has_antibody_target" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "Flow cytometry." ; + ; + "Antibody related method in which the resource can be used." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "related_immunotechnique" ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:DatatypeProperty ; + "Phosphorylation." ; + ; + "Post-translational protein modification." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "target_modification" ; + rdfs:range xsd:string ; +. + + a owl:Class ; + ; + "A material entity of biological origin (ie produced by or deriving from an organism) that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:comment "Note that these subclasses will be replaced with equivalent classes that are CARO types with antibody target or immunogen roles." ; + rdfs:label "biological target" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A non-biological chemical entity (a compound, molecule or aggregate) that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "chemical target" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An organism or virus that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "whole organism or virus target" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A gross anatomical entity (anatomical entities at scale above cell but below organism) that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "gross anatomical target" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A cell that has as part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "cell target" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular entity of biological origin that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "biomolecule target" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "BrdU incorporating nucleic acids." ; + ; + "A polynucleotide or nucleic acid this is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "nucleic acid target" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Glycans that are linked to protein." ; + ; + "A carbohydrate molecule or complex that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "carbohydrate target" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Membrane phospholipids." ; + ; + "A lipid that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "lipid target" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A phospho-Akt protein or GAPDH protein." ; + ; + "A peptide, protein, or protein complex that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "protein target" ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + "C-terminus." ; + ; + "The subregion which is targeted by the antibody, such as the N- or C-terminus or a specific domain." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain ; + rdfs:label "target_subregion" ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + "Antibody cross reacts with other gene family members." ; + ; + "Gene(s) for which the antibody has been shown to cross react." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "gene_cross_reactivity" ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + ; + "Species in which the antibody has been shown not to cross react." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "species_non_reactivity" ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + "Sequence of an oligo." ; + ; + "The sequence of nucleotide residues or amino acids in a nucleotide or a protein. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Possibly import from IAO or SO." ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + + + + + + ) ; + ] ; + rdfs:label "has_sequence" ; + rdfs:range xsd:string ; +. + + a owl:Class ; + ; + "A material entity that has as part some molecular immunogen that stimulates an adaptive immune response upon interacting with a surface immunoglobulin receptor on a naive B cell, leading to proliferation and differentiation of naïve B cells into memory B cells and antibody secreting plasma cells." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "immunogenic material" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A celllular component that has part some molecular antigen that is recognized by an antibody." ; + "PERSON: Matthew Brush" ; + "PERSON: Matthew Brush" ; + rdfs:label "cellular component target" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A monoclonal antibody intervention used to treat rheumatoid arthritis." ; + ; + "An intervention involving use of medicinal product(s) created by biologic processes, rather than being chemically synthesized. For example, a vaccine, blood or blood component, allergenic, somatic cell, gene therapy, tissue, recombinant therapeutic protein, or living cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Biologic" ; + rdfs:label "biologic intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Data items include counts of things, analyte concentrations, and statistical summaries." ; + ; + "An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:comment "Most of the data subclasses canbe defined as output of a specific assay. ; Note that this class was created to replace IAO:data item, in order to exclude children metadata classes 'data about an ontology part' from the application. Their meaning is identical" ; + rdfs:label "data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Purification of nucleic acids from blood." ; + ; + "A purification technique that involves separation of nucleic acids from other impurities, such as bacteria or other contaminating materials for the purpose of molecular biology research." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "nucleic acid purification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Imaging of a polyacrylamide gel stained stained with coomassie." ; + ; + "An imaging assay to produce an image of a laboratory gel." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "gel imaging" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material processing technique used to develop images that have been exposed to x-ray film." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "x-ray film processing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging assay that makes use of the unique properties of nanoparticles to elucidate specific targets in an image." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "nanoparticle imaging" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data processing technique that makes use of federated computer resources from multiple administrative domains to reach a common goal. The grid can be thought of as a distributed system with non-interactive workloads that involve a large number of files. What distinguishes grid computing from conventional high performance computing systems such as cluster computing is that grids tend to be more loosely coupled, heterogeneous, and geographically dispersed." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Grid_computing" ; + rdfs:label "grid computing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging technique used to produce an image of the dielectric permittivity distribution in the interior of an object from external capacitance measurements." ; + "PERSON: Scott Hoffmann" ; + "ECT" ; + "http://en.wikipedia.org/wiki/Electrical_capacitance_tomography" ; + rdfs:label "electrical capacitance tomography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging technique in which an image of the conductivity or permittivity of a specimen is inferred from surface electrical measurements." ; + "PERSON: Scott Hoffmann" ; + "EIT" ; + "http://en.wikipedia.org/wiki/Electrical_impedance_tomography" ; + rdfs:label "electrical impedance tomography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A chemical synthesis technique that uses a device designed to support biologicall active organisms, which convert nutrients to alcohols and acids via an energy-yielding anaerobic metabolic process." ; + "PERSON: Nicole Vasilevsky" ; + "Fermentation" ; + "http://en.wikipedia.org/wiki/Bioreactor" ; + rdfs:label "bioreactor fermentation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for the detection of materials, such as proteins, in samples by recirculating samples over antibody-coated paramagnetic beads." ; + "PERSON: Nicole Vasilevsky" ; + "RIMS instrument" ; + "http://en.wikipedia.org/wiki/Pathatrix" ; + rdfs:label "recirculating immuno-magnetic separation instrument" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A gene expression analysis technique able to resolve gene expression at the resolution of an individual cell." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "single-cell gene expression analysis" ; +. + + a owl:Class ; + ; + "An imaging technique that utilizes a relatively low-current focused ion beam to produce a topographical image of a sample by analyzing the trajectory of secondary electrons and secondary ions that are produced by the primary ion beam's interaction with the sample surface." ; + "PERSON: Scott Hoffmann" ; + "FIB imaging" ; + "http://en.wikipedia.org/wiki/Focused_ion_beam#FIB_imaging" ; + rdfs:label "focused ion beam imaging" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A polisher that performs both grinding and polishing functions on samples." ; + "PERSON: Scott Hoffmann" ; + "Polisher and grinder" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "grinder and polisher" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to determine the percent mass ratio of a solute by heating it to the point that one of the components decomposes into a gas while carefully monitoring the mass of the sample." ; + "PERSON: Scott Hoffmann" ; + "https://en.wikipedia.org/wiki/Thermogravimetric_analysis" ; + rdfs:label "thermogravimetric analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A technique that deals with quantitative analysis of form, a concept that encompasses size and shape. Morphometric analyses are commonly performed on organisms, and are useful in analyzing their fossil record, the impact of mutations on shape, developmental changes in form, covariances between ecological factors and shape, as well for estimating quantitative-genetic parameters of shape." ; + "PERSON: Scott Hoffmann" ; + "morphology analysis" ; + "https://en.wikipedia.org/wiki/Morphometry" ; + rdfs:label "morphometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Electronic test equipment used to measure the network parameters of electrical networks. Network analyzers commonly measure s-parameters, y-parameters, z-parameters, and h-parameters. Network analyzers are often used to characterize two-port networks such as amplifiers and filters, but they can be used on networks with an arbitrary number of ports." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Network_analyzer_%28electrical%29" ; + rdfs:label "vector network analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to stamp a pattern into a polymer softened by raising the temperature of the polymer just above its glass transition temperature. The stamp is used to define a pattern in the polymer that can be used for the micromachining of silicon. " ; + "PERSON: Scott Hoffmann" ; + "http://www.mems-exchange.org/catalog/hot_embossing/ " ; + rdfs:label "hot embosser" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that uses the superimposition of electromagnetic waves to extract information about the waves. " ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Interferometry " ; + rdfs:label "interferometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument that is used for static testing in a tensile or compression mode within a single frame. They are also referred to as pull testers. Additional test types include tensile, compression, shear, flexure, peel, tear, cyclic, and bend tests." ; + "PERSON: Scott Hoffmann" ; + "Electromechanical testing machine" ; + "MTS" ; + "Pull tester" ; + "Tensile tester" ; + "Tensile testing machine" ; + "Universal testing machine" ; + "http://www.instron.us/wa/product/Universal-Electromechanical-Systems.aspx" ; + rdfs:label "mechanical testing system" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument that is used to determine various quantifiable aspects of a material's porous nature, such as pore diameter, total pore volume, surface area, and bulk and absolute densities." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Porosimetry" ; + rdfs:label "porosimiter" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A light source that emits electromagnetic radiation with a wavelength shorter than that of visible light, but longer than X-rays, in the range 10 nm to 400 nm, and of energies from 3 eV to 124 eV." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/UV" ; + rdfs:label "UV light source" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to detect various gases, chemicals, and particulates in ambient air or air emissions. " ; + "PERSON: Scott Hoffmann" ; + "Air quality monitoring instrument" ; + "Air sampling instrument" ; + "http://www.pine-environmental.com/air-monitoring.htm#content" ; + rdfs:label "air monitoring instrument" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument used to fragment DNA molecules by mechanical force." ; + "PERSON: Nicole Vasilevsky" ; + "nucleic acid shearing instrument" ; + "http://www.mondofacto.com/facts/dictionary?DNA+shearing" ; + rdfs:label "DNA shearing instrument" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An electrical impedance measuring instrument that uses separate pairs of current-carrying and voltage-sensing electrodes to make accurate measurements that can be used to compute a material's electrical resistance." ; + "PERSON: Scott Hoffmann" ; + "4-point probe" ; + "4-wire sensor" ; + "4T sensors" ; + "http://en.wikipedia.org/wiki/Four-terminal_sensing " ; + rdfs:label "four-terminal resistance sensor" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An optical device that transmits a mechanically selectable narrow band of wavelengths of light or other radiation chosen from a wider range of wavelengths available at the input." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Monochromator" ; + rdfs:label "monochromator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for incising a design on to a hard, usually flat surface, by cutting grooves into it." ; + "PERSON: Scott Hoffmann" ; + "engraver" ; + "http://en.wikipedia.org/wiki/Engraving" ; + rdfs:label "engraving system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid assay for testing for either a nucleotide repeat expansion (e.g., the trinucleotide repeat expansion associated with Huntington disease) or one or more specific mutations (e.g., Glu6Val for sickle cell anemia, a panel of mutations for cystic fibrosis). Deletion/duplication analysis and family-specific mutation analysis are excluded from this definition." ; + "PERSON: Nicole Vasilevsky" ; + "Allele-specific oligonucleotide testing" ; + "Analysis of the entire coding region: Mutation scanning" ; + "Analysis of the entire coding region: Sequence analysis" ; + "Southern blot" ; + "Trinucleotide repeat testing" ; + "http://www.ncbi.nlm.nih.gov/books/NBK5191/?rendertype=def-item&id=targeted-mutation-analysis " ; + rdfs:label "targeted mutation analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument in which a sharply-pointed electron emitter is held at several kilovolts negative potential relative to a nearby electrode, so that there is sufficient potential gradient at the emitter surface to cause field electron emission." ; + "PERSON: Scott Hoffmann" ; + "FEG" ; + "http://en.wikipedia.org/wiki/Field_emission_gun" ; + rdfs:label "field emission gun" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An HPLC technique that uses reversed-phase HPLC to interrogate SNPs." ; + "PERSON: Nicole Vasilevsky" ; + "Denaturing HPLC " ; + "https://en.wikipedia.org/wiki/Dhplc#Denaturing_high_performance_liquid_chromatography" ; + rdfs:label "denaturing high performance liquid chromatography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Instrument that is a specialized robot that combines multiple functions of library development for next generation sequencing including, immobilization of the sample to templates, \"bridge\"-amplification, linearization, blocking and primer hybridization." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: R Steen (Harvard lab user) " ; + rdfs:label "automated flow cell cluster generation station" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An oven is used for baking bread." ; + ; + "An instrument used for heating materials at high temperatures." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Oven" ; + rdfs:label "oven" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A machine press that uses a hydraulic cylinder to generate a compressive force." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Hydraulic_press" ; + rdfs:label "hydraulic press" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for heating materials at high temperatures." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "high temperature furnace" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A technique used to measure bone mineral density (BMD). Two X-ray beams with differing energy levels are aimed at the patient's bones. When soft tissue absorption is subtracted out, the BMD can be determined from the absorption of each beam by bone." ; + "PERSON: Nicole Vasilevsky" ; + "DEXA" ; + "DXA" ; + "http://en.wikipedia.org/wiki/Dual-energy_X-ray_absorptiometry" ; + rdfs:label "dual energy x-ray absorptiometry" ; +. + + a owl:Class ; + ; + "An assay performed to detect mycoplasma contamination in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mycoplasma testing" ; +. + + a owl:Class ; + ; + "An instrument that is used to heat samples frozen with chilled nitrogen in a controlled manner." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "nitrogen evaporator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to determine the thermodynamic parameters of interactions in solution. It is most often used to study the binding of small molecules (such as medicinal compounds) to larger macromolecules (proteins, DNA etc.)." ; + "PERSON: Nicole Vasilevsky" ; + "https://en.wikipedia.org/wiki/Isothermal_titration_calorimetry" ; + rdfs:label "isothermal titration calorimeter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for measuring molecular rotation or tumbling by observing the loss of polarization of light emitted by a fluorophore or the decorrelation of polarization between the exciting and emitted (fluorescent) photon." ; + "PERSON: Nicole Vasilevsky" ; + "https://en.wikipedia.org/wiki/Fluorescence_anisotropy" ; + rdfs:label "fluorescence anisotropy analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument used to measure contact angles and thereby determine surface energy." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + "www.firsttenangstroms.com/pdfdocs/CAPaper.pdf" ; + rdfs:label "drop shape analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument in which a field is applied to a fluid suspension or solution pumped through a long and narrow channel, perpendicular to the direction of flow, in order to cause separation of the particles present in the fluid, dependent on their differing \"mobilities\" under the force exerted by the field." ; + "PERSON: Nicole Vasilevsky" ; + "https://en.wikipedia.org/wiki/Field_flow_fractionation" ; + rdfs:label "field flow fractionator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A field flow fractionator that uses gravity as the field in which differences in mobility are exploited to separate a mixture." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Field_flow_fractionation" ; + rdfs:label "sedimentation field flow fractionator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A field flow fractionator in which an electric field controls the velocity by controlling the lateral position of either a charged (having electrophoretic mobility) or polarized (being levitated in a non-uniform field) species in a capillary channel with a hydrodynamically parabolic flow-velocity profile. In this way, the velocity of the pumped fluid is highest midway between the walls of the channel and it monotonically decays to a minimum of zero at the wall surface." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Field_flow_fractionation" ; + rdfs:label "hydrodynamic field flow fractionator" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument which measures the intensity of the scattered light to obtain the average molecular weight Mw of a macromolecule like a polymer or a protein." ; + "PERSON: Nicole Vasilevsky" ; + "https://en.wikipedia.org/wiki/Static_light_scattering" ; + rdfs:label "static light scattering analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A measurement instrument to measure optical rotation of \"optically active matter\" such as saccharin, ascorbic acid and sodium glutamate." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.atago.net/english/products_polari.php#03" ; + rdfs:label "polarimeter" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:ObjectProperty ; + "A journal article authored by the person." ; + "Document authored by a person." ; + "PERSON: Melissa Haendel" ; + "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "author_of"@en ; + rdfs:range ; + owl:inverseOf ; +. + + a owl:Class ; + ; + "A protein assay used to measure changes in protein expression levels, identify protein–protein interactions, to identify the substrates of protein kinases, to identify transcription factor protein-activation, or to identify the targets of biologically active small molecules. The array is a piece of glass on which different molecules of protein or specific DNA binding sequences (as capture probes for the proteins) have been affixed at separate locations in an ordered manner thus forming a microscopic array." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Protein_microarray" ; + rdfs:label "protein microarray assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An measurement instrument used for measuring the dynamic physical properties of muscles and connective tissues." ; + "PERSON: Scott Hoffmann" ; + "http://www.aurorascientific.com/product/series-300/" ; + rdfs:label "muscle lever system" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A stimulator which can provide positive, negative or alternating (bi-phase) pulses." ; + "PERSON: Scott Hoffmann" ; + "http://www.aurorascientific.com/product/mp-model-701/" ; + rdfs:label "bi-phase stimulator" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A measurement instrument for evaluating the mechanical characteristics of intact muscle, either isolated in situ, ex vivo, or isolated in vitro." ; + "PERSON: Scott Hoffmann" ; + "http://www.aurorascientific.com/product/mp-model-1300/" ; + rdfs:label "muscle test system" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An signal conversion instrument used to convert measured forces into electrical output signals." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "force transducer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A protein assay to detect modification to histones such as lysine acetylation, lysine and arginine methylation, serine and threonine phosphorylation, and lysine ubiquitination and sumoylation." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/epigenetics-noncoding-rna-research/Epigenetics-Learning-Center/Chromatin/Histone-Modification.html" ; + rdfs:label "histone modification analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A histology technique that involves the staining of cells with a blue nuclear stain, hemalum followed by counterstaining with eosin, which stains eosinophilic structures in various shades of red, pink and orange." ; + "PERSON: Nicole Vasilevsky" ; + "H&E stain" ; + "http://en.wikipedia.org/wiki/H%26E_stain" ; + rdfs:label "hematoxylin and eosin stain" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Material processing of antibody to modify the antibody in a specific way, such as labeling, conjugating or fragmenting the antibody." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "antibody modification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A DNA sequencing assay in which the coding regions of the genome are selectively sequenced." ; + "PERSON: Scott Hoffmann" ; + "targeted exome capture" ; + "http://en.wikipedia.org/wiki/Exome_sequencing" ; + rdfs:label "exome sequencing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Protein-protein interaction detection that uses a waveguide coated with adsorbed proteins and the evanescent wave of a laser beam confined to the waveguide to determine interaction properties of the adsorbed molecular scale layers." ; + "PERSON: Scott Hoffmann" ; + "DPI" ; + "http://en.wikipedia.org/wiki/Dual_polarization_interferometry" ; + rdfs:label "dual polarization interferometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Protein-protein interaction detection that uses directed movement of particles in a microscopic temperature gradient to analyze biomolecules." ; + "PERSON: Scott Hoffmann" ; + "MST" ; + "http://en.wikipedia.org/wiki/Microscale_thermophoresis" ; + rdfs:label "microscale thermophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Material production that deals with design, construction, operation, structural disposition, manufacture and application of robots and computer systems for their control, sensory feedback, and information processing." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Robotics" ; + rdfs:label "robotics" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A biomolecule synthesis technique in which amino acids are linked by amide bonds to form peptides." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Peptide_synthesis" ; + rdfs:label "peptide synthesis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A biomolecule synthesis technique in which an antibody is linked to another molecule." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "antibody conjugation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A biomolecule synthesis technique which joins a peptide to another peptide." ; + "PERSON: Scott Hoffmann" ; + "http://www.pbcpeptide.com/Conjugation.htm" ; + rdfs:label "peptide conjugation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A biomolecule synthesis technique which joins two or more proteins." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Conjugated_protein" ; + rdfs:label "protein conjugation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A calorimetry technique in which the difference in the amount of heat required to increase the temperature of a sample and reference is measured as a function of temperature. Both the sample and reference are maintained at nearly the same temperature throughout the experiment. " ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Differential_scanning_calorimetry" ; + rdfs:label "differential scanning calorimetry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A calorimetry technique which is used to determine the thermodynamic parameters of interactions in solution at constant temperature." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Isothermal_titration_calorimetry" ; + rdfs:label "isothermal titration calorimetry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A calorimetry technique which measures differential heat change in a solution when the pressure above the solution is changed. The differential heat change is used to calculate volumetric properties of the solution. " ; + "PERSON: Scott Hoffmann" ; + "http://www.microcal.com/products/software-accessories/pressure-perturbation-calorimetry.asp" ; + rdfs:label "pressure perturbation calorimetry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A centrifuge technique where the concentration distribution of the sample is determined at known times using absorbance measurements." ; + "PERSON: Scott Hoffmann" ; + "AUC" ; + "http://www.bioc.rice.edu/bios576/AU/AU_Page.html#au" ; + rdfs:label "analytical ultracentrifugation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A chromatography technique in which molecules in solution are separated by their size, and in some cases molecular weight." ; + "PERSON: Scott Hoffmann" ; + "SEC" ; + "size exclusion chromatography" ; + "http://en.wikipedia.org/wiki/Size-exclusion_chromatography" ; + rdfs:label "size-exclusion chromatography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A crystallization technique in which individual protein molecules align themselves in a repeating series of unit cells by adopting a consistent orientation. The crystalline lattice that forms is held together by noncovalent interactions." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Protein_crystallization" ; + rdfs:label "protein crystallization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A confocal microscopy technique in which a fluorescence correlation spectroscopy experiment is repeated in multiple spatial points in parallel, using a laser scanning confocal microscope." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Fluorescence_correlation_spectroscopy#Image_correlation_spectroscopy_.28ICS.29" ; + rdfs:label "image correlation spectroscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A light microscopy technique in which light is transmitted from a source on the opposite side of the specimen from the objective." ; + "PERSON: Scott Hoffmann" ; + "http://www.gonda.ucla.edu/bri_core/trlight.htm" ; + rdfs:label "transmitted light microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry technique in which a protein mixture is spotted on a surface modified with a chemical functionality. Selective binding to this surface acts as a separation step and the subset of proteins that bind to the surface are analyzed. " ; + "PERSON: Scott Hoffmann" ; + "SELDI" ; + "http://en.wikipedia.org/wiki/Surface-enhanced_laser_desorption/ionization" ; + rdfs:label "surface-enhanced laser desorption/ionization mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry technique in which trace neutral gases are converted to unique ions by reaction with a suitable precursor ion. The ions can then be detected without interference from background atmospheric species since there is virtually no ion background in the atmosphere." ; + "PERSON: Scott Hoffmann" ; + "CIMS" ; + "http://cloud1.arc.nasa.gov/solve/payload/dc8/cims8.html" ; + rdfs:label "chemical ionization mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry technique which generates data with improved resolution by better separation of peaks." ; + "PERSON: Scott Hoffmann" ; + "HR-MS" ; + "http://en.wikipedia.org/wiki/Resolution_%28mass_spectrometry%29" ; + rdfs:label "high resolution mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry technique which uses soft ionization to allow analysis of biomolecules and large organic molecules, which tend to be fragile and fragment when ionized by more conventional ionization methods. " ; + "PERSON: Scott Hoffmann" ; + "MALDI TOF" ; + "http://en.wikipedia.org/wiki/Matrix-assisted_laser_desorption/ionization" ; + rdfs:label "matrix-assisted laser desorption ionization time-of-flight mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry technique which uses soft ionization to determine the molecular weights of proteins, peptides, and other biological macromolecules by turning the macromolecule being ionized into small droplets." ; + "PERSON: Scott Hoffmann" ; + "ESI-MS" ; + "http://chemwiki.ucdavis.edu/Analytical_Chemistry/Instrumental_Analysis/Mass_Spectrometry/Electrospray_Ionization_Mass_Spectrometry" ; + rdfs:label "electrospray ionization mass spectrometry " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material component separation techique which fractionates proteins and peptides in solution according to their isoelectric point (pI)." ; + "PERSON: Scott Hoffmann" ; + "IEF" ; + "OGE" ; + "http://www.chibi.ubc.ca/pcf/instruments/offgel" ; + rdfs:label "off-gel isoelectric focusing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material component separation technique used to fractionate preparatively charged particles ranging in size from molecular to cellular dimensions according to their electrophoretic mobilities (EPMs) or isoelectric points (pIs) without a stationary phase." ; + "PERSON: Scott Hoffmann" ; + "FFE" ; + "Off-gel electrophoresis" ; + "http://www.aesociety.org/areas/ffe1.php" ; + rdfs:label "free flow electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material component separation technique used to transfer proteins or nucleic acids onto a PVDF or nitrocellulose membrane after gel electrophoresis." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Electroblotting" ; + rdfs:label "electroblot" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material component separation technique that combines solid-phase microextraction (SPME) and capillary electrophoresis (CE) to extract specific components from a sample." ; + "PERSON: Scott Hoffmann" ; + "http://chromsci.oxfordjournals.org/content/44/6/366.abstract" ; + rdfs:label "solid phase isoelectric focusing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material component separation technique that is used for the separation of racemic compounds into their enantiomers." ; + "PERSON: Scott Hoffmann" ; + "chiral resolution" ; + "optical resolution" ; + "http://en.wikipedia.org/wiki/Chiral_resolution" ; + rdfs:label "chiral separation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material processing technique that is used to generate and sustain cells with the ability to take up extracellular (\"naked\") DNA from their environments, usually by heat shock or electroporation." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Natural_competence" ; + rdfs:label "competent cell production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscopy technique in which a representation of a surface characteristic is generated by sweeping an extremely sharp probe (3-50 nm radius of curvature) across the sample's surface." ; + "PERSON: Scott Hoffmann" ; + "SPM" ; + "http://www.mobot.org/jwcross/spm/" ; + rdfs:label "scanning probe microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscopy technique that converts phase shifts in light passing through a transparent specimen to brightness changes in the image. " ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Phase_contrast_microscopy" ; + rdfs:label "phase contrast microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscopy technique used to enhance the contrast in unstained, transparent samples by using the principle of interferometry to gain information about optical path lengths through the sample." ; + "PERSON: Scott Hoffmann" ; + "DIC microscopy" ; + "NIC microscopy" ; + "Nomarski interference contrast microscopy" ; + "Nomarski microscopy" ; + "http://en.wikipedia.org/wiki/Differential_interference_contrast_microscopy" ; + rdfs:label "differential interference contrast microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscopy technique used to observe biological systems in vivo at high resolution through an attached window preparation." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Intravital_microscopy" ; + rdfs:label "intravital microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscopy technique which illuminates cells with stripes of light called an interference pattern and has a resolution of about 100 nanometers." ; + "PERSON: Scott Hoffmann" ; + "PERSON: John Sedat" ; + rdfs:label "structured illumination microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscopy technique that images samples by illuminating them with pulsed, long-wavelength light to excite fluorophores within the specimen being observed. " ; + "PERSON: Scott Hoffmann" ; + "MFM" ; + "Multiphoton fluorescence microscopy" ; + "http://en.wikipedia.org/wiki/Multiphoton_fluorescence_microscope" ; + rdfs:label "multiphoton microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscopy technique that uses secondary electrons and secondary ions from a low-energy focused ion beam to generate an image of the sample." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Focused_ion_beam#FIB_imaging" ; + rdfs:label "ion beam microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A next generation sequencing that monitors the incorporation of a nucleotide into a strand of DNA by sensing pH change from the release of a hydrogen ion corresponding to a bonding event." ; + "PERSON: Scott Hoffmann" ; + "Ion torrent NGS" ; + "NGS" ; + "http://uagc.arl.arizona.edu/index.php/next-gen-sequencing-services/ion-torrent.html" ; + rdfs:label "ion torrent next generation sequencing " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Synthesis of a peptide nucleic acid polymer, in which the phosphate ribose ring of DNA is replaced with the polyamide backbone, that functions as a DNA analog." ; + "PERSON: Nicole Vasilevsky" ; + "PNA synthesis" ; + "http://www.panagene.com/eng/menu2/menu2_1.php" ; + rdfs:label "peptide nucleic acid synthesis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid assay which analyzes DNA for the presence of a methyl group(s) on the 5-carbon of cytosine in a CpG dinucleotide." ; + "PERSON: Scott Hoffmann" ; + "http://www.protocol-online.org/prot/Molecular_Biology/DNA/Methylation_analysis/index.html" ; + rdfs:label "methylation analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid assay that is used to detect double-stranded (duplex) molecules of nucleic acid originatinating from the genetic recombination of single complementary strands derived from different sources, such as from different homologous chromosomes." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Heteroduplex" ; + rdfs:label "heteroduplex mutation detection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An electrophoresis technique in which complexes remain—for the most part—associated and folded as they would be in the cell." ; + "PERSON: Scott Hoffmann" ; + "Native PAGE" ; + "http://en.wikipedia.org/wiki/Native_gel_electrophoresis#Native" ; + rdfs:label "native polyacrylamide gel electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A polymerase chain reaction technique that uses multiple special primers per target to generate single stranded amplicons after a short period of exponential amplification. This enables the detection of low numbers of target organisms, performance of endpoint analysis, significantly increased levels of multiplexing in an assay, and the ability to identify and differentiate bacteria at the strain level. " ; + "PERSON: Scott Hoffmann" ; + "LATE PCR" ; + "http://www.smithsdetection.com/technology_LATE_PCR.php" ; + rdfs:label "linear-after-the-exponential PCR" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A protein assay used to identify proteins from complex mixtures. The technique consists of a 2-dimensional chromatography separation, prior to electrospray mass spectrometry. By exploiting a peptide's unique physical properties of charge and hydrophobicity, complex mixtures can be separated prior to sequencing by tandem MS. The first dimension is normally a strong cation exchange (SCX) column, as these have high loading capacities. The second dimension is reverse phase chromatography (RP), which complements the SCX as it is efficient at removing salts and has the added advantage of being compatible with electrospray mass spectrometry." ; + "PERSON: Scott Hoffmann" ; + "MudPIT" ; + "http://www.proteome.soton.ac.uk/mudpit.htm" ; + rdfs:label "multidimensional protein identification technology " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Material component separation of albumin from a biological sample." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "albumin depletion" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A protein sequencing assay in which peptides are ionized, fragmented run through a mass spectrometer such that the mass-to-charge ratios of the fragments can be measured and analyzed to determine the protein's sequence." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Protein_sequencing#Mass_spectrometry" ; + rdfs:label "mass spectrometry protein sequencing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A spectrophotometry technique used to measure the correlation of fluctuation of the fluorescence intensity to determine the parameters of the physics under the fluctuations with the end result of characterizing a molecule." ; + "PERSON: Scott Hoffmann" ; + "FCS" ; + "http://en.wikipedia.org/wiki/Fluorescence_correlation_spectroscopy" ; + rdfs:label "fluorescence correlation spectroscopy " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A spectrophotometry technique that uses the differential absorption of left and right circularly polarized light for structural studies of small organic molecules, proteins and DNA" ; + "PERSON: Scott Hoffmann" ; + "CD spectroscopy" ; + "http://en.wikipedia.org/wiki/Circular_dichroism" ; + rdfs:label "circular dichroism spectroscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging technique in which the atoms from a sharp-tipped sample are progressively removed from the tip and collected on a planar detector. Data from the detector is used to reconstruct a 3D image of the material on the atomic scale." ; + "PERSON: Scott Hoffmann" ; + "APT" ; + "http://www.imago.com/instruments-for-research/atom-probe.aspx" ; + rdfs:label "atom probe tomography " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A high throughput sample analysis technique in which oligonucleic or peptide aptamers are screened for specific binding capacity for a target." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Aptamer" ; + rdfs:label "aptamer screening" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An image analysis technique combining automated fluorescence microscopy with multi-parameter quantitative image analysis for the large scale study of cells (cellomics)." ; + "PERSON: Nicole Vasilevsky" ; + "HCA" ; + "HCS" ; + "High content analysis" ; + "Imaging cytometry" ; + "http://en.wikipedia.org/wiki/High-content_screening" ; + rdfs:label "high content screening" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid assay where particular DNA sequences can be detected in a DNA library using nucleic acid probes." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.link.vet.ed.ac.uk/clive/cal/dna_1/4_lib_screen.htm" ; + rdfs:label "DNA library screen" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid assay used to map the genome of an organism, that is used to detect genes that confer to a specific phenotype only when both copies in an individual are mutated (i.e. the genes are homozygous, or the same)." ; + "PERSON: Nicole Vasilevsky" ; + "http://biotech.about.com/b/2009/01/26/homozygosity-mapping-for-outbred-individuals.htm" ; + rdfs:label "homozygosity mapping" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid assay that uses ribonucleic acid as input and results in a the creation of RNA sequence information artifact using a sequencer instrument." ; + "PERSON: Nicole Vasilevsky" ; + "RNA-Seq " ; + "Transcriptome sequencing" ; + "OBI" ; + rdfs:label "RNA sequencing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An in vitro cytotoxicity assay that measures cytotoxicity of specific molecules or cells to antibody-bound targets." ; + "PERSON: Nicole Vasilevsky" ; + "ADCC assay" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "antibody-dependent cell-mediated cytotoxicity assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A protein assay used for identifying proteins in complex mixtures by a combination of high performance liquid chromatography and mass spectrometry." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Shotgun_proteomics" ; + rdfs:label "shotgun proteomics" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry assay that is highly sensitive and selective, for the targeted quantitation of protein/peptide abundances in complex biological samples. " ; + "PERSON: Nicole Vasilevsky" ; + "MRM" ; + "SRM" ; + "Selective reaction monitoring" ; + "http://www.mrmproteomics.com/multiple-reaction-monitoring-mrm.html" ; + rdfs:label "multiple reaction monitoring " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A protein assay used to identify the binding sites, or ?epitopes?, that are recognized by antibodies." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.nature.com.liboff.ohsu.edu/nmeth/journal/v5/n12/full/nmeth.1272.html" ; + rdfs:label "antibody epitope mapping" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular assay used to map peptide sequences. Produced by using either proteolytic enzymes such as trypsin or chemicals such as cyanogen bromide to cut proteins at a relatively small number of particular sites, the peptide fragments are then separated by chromatographic or electrophoretic procedures. " ; + "PERSON: Nicole Vasilevsky" ; + "Peptide fingerprinting" ; + "http://medical-dictionary.thefreedictionary.com/Peptide+mapping" ; + rdfs:label "peptide mapping" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A protein assay that is used to determine the genetic variations or differences in the constant regions of the antibody heavy and light chains, such as IgG, etc.." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Isotype_%28immunology%29" ; + rdfs:label "antibody isotype analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A protein assay used to quantify proteins from different sources using isotope-coded covalent tags. iTRAQ is used in proteomics to study quantitative changes in the proteome." ; + "PERSON: Nicole Vasilevsky" ; + "iTRAQ" ; + "http://en.wikipedia.org/wiki/Isobaric_tag_for_relative_and_absolute_quantitation" ; + rdfs:label "isobaric tags for relative and absolute quantitation" ; +. + + a owl:Class ; + ; + "A protein assay that provides detailed information regarding the relative amino acid composition and free amino acids in a protein. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.sigmaaldrich.com/analytical-chromatography/analytical-reagents/amino-acid-analysis.html" ; + rdfs:label "amino acid analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A protein assay which makes use of characteristic densities of various types of lipoproteins to rapidly isolate them by density gradient centrifugation." ; + "PERSON: Scott Hoffmann" ; + "http://www.sfu.ca/bisc/bisc-429/lipoprotein.html" ; + rdfs:label "lipoprotein isolation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry assay in which an unknown protein of interest is cleaved into smaller peptides, whose absolute masses can be accurately measured with a mass spectrometer. These masses are then compared to values in a database containing known protein sequences." ; + "PERSON: Scott Hoffmann" ; + "PMF" ; + "Peptide mass mapping" ; + "http://en.wikipedia.org/wiki/Peptide_mass_fingerprinting" ; + rdfs:label "peptide mass fingerprinting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular used to identify targets of small molecules for potential use in drug discovery or similar applications." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.broadinstitute.org/scientific-community/science/programs/chemical-biology/project-target-pathway-id/small-molecule-targ" ; + rdfs:label "small molecule identification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Data analysis of mass spectrometry data to identify proteins in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mass spectrometry data analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A protein purification technique which involves selective enrichment or specific isolation of antibodies from serum (polyclonal antibodies), ascites fluid or cell culture supernatant of a hybridoma cell line (monoclonal antibodies)." ; + "PERSON: Scott Hoffmann" ; + "http://www.piercenet.com/browse.cfm?fldID=4E032172-5056-8A76-4EAE-8D395D2DCDA3#intro" ; + rdfs:label "antibody purification" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A recombinant protein production technique where bacteria are used as a host for recombinant plasmids expressing a protein of interest and are grown in culture and can be induced to produce the target protein." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "bacterial based recombinant protein production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A recombinant protein production technique where insects cells are used as a host for recombinant plasmids expressing a protein of interest and are grown in culture and can be induced to produce the target protein." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "insect cell based recombinant protein production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A recombinant protein production technique where mammalian cells are used as a host for recombinant plasmids expressing a protein of interest and are grown in culture and can be induced to produce the target protein." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "mammalian cell based recombinant protein production" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A spectrophotometry technique that exploits the fact that excited electrons emit energy at a given wavelength as they return to ground state." ; + "PERSON: Scott Hoffmann" ; + "ICP-AES" ; + "http://www-odp.tamu.edu/publications/tnotes/tn29/technot2.htm" ; + rdfs:label "inductively coupled plasma atomic emission spectroscopy " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A spectrophotometry technique that makes use of the phenomena whereby light emitted by a fluorophore has unequal intensities along different axes of polarization to analyze the physical properties of a sample molecule." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Fluorescence_anisotropy#Applications" ; + rdfs:label "fluorescence anisotropy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A spectroscopy technique that uses inelastic scattering, or Raman scattering, of monochromatic light used to study vibrational, rotational, and other low-frequency modes in a system. " ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Raman_spectroscopy" ; + rdfs:label "Raman spectroscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A protein assay used to determine cellular protein expression using antibody-based assays such as flow cytometry or immunocytochemistry." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "immunophenotyping" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An assay used to detect the presence of microorganisms in a sample." ; + "PERSON: Scott Hoffmann" ; + "http://www.wisegeek.com/what-is-a-microbial-test.htm" ; + rdfs:label "microbial testing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An electrophoresis technique that is used to separate molecules on a polyacrylamide gel based their size. " ; + "PERSON: Nicole Vasilevsky" ; + "PAGE" ; + "http://en.wikipedia.org/wiki/SDS-PAGE" ; + rdfs:label "polyacrylamide gel electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An electrophoresis technique used to monitor the differences in proteomic profile between cells in different functional states. This is done in three steps. First, samples are tagged with unique flourescent dyes. Second, they are run together on the same 2D-PAGE gel. Finally, after the run completes, the different fluorescent images of the same gel are superimposed over each other. DIGE allows the study of proteins that are expressed differentially, as well as those that are common between samples. This technology allows for simultaneous separation and comparison of up to three samples on one gel." ; + "PERSON: Nicole Vasilevsky" ; + "DIGE " ; + "Differential in gel electrophoresis" ; + "http://en.wikibooks.org/wiki/Proteomics/Protein_Separations-_Electrophoresis/Differential_in_Gel_Electrophoresis%28DIGE%29" ; + rdfs:label "differential gel electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An extraction where the desired output material is protein." ; + "PERSON: Nicole Vasilevsky" ; + "OBI" ; + rdfs:label "protein extraction" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Oligonucleotide synthesis of single strands of DNA or RNA that are complementary to a chosen sequence that are used to prevent protein translation of messenger RNA target strands by binding to them. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Oligonucleotide" ; + rdfs:label "antisense oligonucleotide synthesis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A biomolecule synthesis technique used to generate small-interfering RNA molecules, which can be used to knockdown gene expression of target sequences." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "siRNA synthesis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An electrophysiology assay used to study single or multiple ion channels in cells by using a glass micropipette as an electrode, that has an open tip diameter of about one micrometre, a size enclosing a membrane surface area or \"patch\" that often contains just one or a few ion channel molecules." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Patch_clamp" ; + rdfs:label "patch clamp technique" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "High throughput sample analysis of collections of compounds that provide a variety of chemically diverse structures that can be used to identify structure types that have affinity with pharmacological targets. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.rdchemicals.com/compound-libraries/" ; + rdfs:label "compound library screening" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "High throughput sample analysis of collections of peptides for bioactivity." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.cellecta.com/technology/bioactive-peptide-screening/" ; + rdfs:label "peptide screening" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "High throughput sample analysis of RNAi molecules for potential application in gene knockdown or gene silencing of target genes." ; + "PERSON: Nicole Vasilevsky" ; + "shRNA screening" ; + "siRNA screening" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "RNAi screening" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging assay used to measure radioisotope emission, chemiluminescence and fluorescence from a sample." ; + "PERSON: Nicole Vasilevsky" ; + "Phosphorimaging" ; + "http://www.etsu.edu/com/mbcf/Services/Phosphorimaging.aspx" ; + rdfs:label "phosphor imaging" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Mass spectrometry where the relative abundance of isotopes in a continuously flowed gas sample is determined." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Isotope-ratio_mass_spectrometry" ; + rdfs:label "stable isotope mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A staining technique used to make the molecules in a gel visible via a protein-specific, dye-binding or color-producing chemical reaction." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.piercenet.com/browse.cfm?fldID=B06FFE8F-5056-8A76-4E15-AF49E5F5A91F" ; + rdfs:label "gel staining" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A nucleic acid microarray assay of long non-coding RNAs, which are evolutionarily conserved, longer than 200 nt, non-coding RNA molecules found in eukaryotes." ; + "PERSON: Nicole Vasilevsky" ; + "LncRNA profiling" ; + "http://www.arraystar.com/Microarray/service_main.asp?id=198" ; + rdfs:label "long non-coding RNA microarray profiling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Polyacrylamide gel electrophoresis using sodium dodecyl sulfate. the binding of SDS (a detergent) to the polypeptide chain of proteins imparts aneven distribution of charge per unit mass, thereby resulting in a fractionation by approximate size during electrophoresis." ; + "PERSON: Nicole Vasilevsky" ; + "SDS PAGE" ; + "SDS-PAGE" ; + "http://www.davidson.edu/academic/biology/courses/molbio/sdspage/sdspage.html" ; + rdfs:label "sodium dodecyl sulfate polyacrylamide gel electrophoresis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An in vitro cytotoxicity assay that is mediated by the complement system." ; + "PERSON: Nicole Vasilevsky" ; + "CDC assay" ; + "http://en.wikipedia.org/wiki/Cytotoxicity" ; + rdfs:label "complement-dependent cytotoxicity assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A chemical modification of proteins to deblock N-terminal residues prior to protein sequencing." ; + "PERSON: Nicole Vasilevsky" ; + "Wellner et al (1989) PNAS 87: 1947." ; + rdfs:label "N-terminal deblocking" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Real-time PCR of microRNA abundance in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "real time qPCR microRNA quantitation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An intervention that evaluates methods of detecting disease. " ; + "PERSON: Nicole Vasilevsky" ; + "http://training.cancer.gov/clinicaltrialsbasics/s01/glossary.php" ; + rdfs:label "diagnostic intervention" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Tissue embedding in specialized medium that allows rapid freezing of the tissue when exposed to freezing temperatures, for subsequent sectioning or preservation." ; + "PERSON: Nicole Vasilevsky" ; + "Frozen tissue embedding" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "frozen block embedding" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument that precisely measures glucose levels from a sample, such as from whole blood, plasma or serum." ; + "PERSON: Nicole Vasilevsky" ; + "Blood glucose analyzer" ; + "Blood sugar analyzer" ; + "http://www.gmi-inc.com/Products/Glucose%20Anaylzers%20Headline.html" ; + rdfs:label "glucose analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A mechanical device that is designed to perform dewaxing and epitope recovery on slides prior to immunostaining. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.labvision.com/lv.cfm?first=Reagent&second=Lab%20Vision%20PT%20Module%20%28Automated%20Dewaxing%20and%20Epitope%20recovery%20Device%20for%20Lab%20Vision%20autostainers%29" ; + rdfs:label "automated dewaxing and epitope recovery device " ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A freezer that is used to store samples at cryogenic temperatures." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cryogenic freezer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Gene expression analysis of samples hybridized to a microarray probe." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "array-based expression analysis" ; +. + + a owl:Class ; + ; + "A spectrophotometer used to study vibrational, rotational, and other low-frequency modes in a system." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Raman_spectroscopy" ; + rdfs:label "raman spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometer that uses soft ionization to allow analysis of biomolecules and large organic molecules, which tend to be fragile and fragment when ionized by more conventional ionization methods. " ; + "PERSON: Nicole Vasilevsky" ; + "MALDI-TOF MS" ; + "Matrix-assisted laser desorption ionization time-of-flight mass spectrometer" ; + "http://en.wikipedia.org/wiki/Matrix-assisted_laser_desorption/ionization" ; + rdfs:label "MALDI-TOF mass spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An analyte assay that is performed to determine the fraction of an administered dose of unchanged drug that reaches the systemic circulation for pharmacokinetic drugs." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Bioavailability" ; + rdfs:label "bioavailability analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A role inhering in a biological specimen that is realized when the bearer participates in a specimen preparation process." ; + rdfs:label "biospecimen to be prepared role" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Formalin fixation of a zebrafish embryo for immunostaining assays." ; + ; + "A technique used to prepare a biospecimen for use or storage." ; + "PERSON:Melissa Haendel" ; + "PERSON:Melissa Haendel" ; + rdfs:label "biospecimen preparation" ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + ; + "Fixation using heat to heat-kill and adhere tissue or cells to a surface, such as a slide. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fixation_%28histology%29" ; + rdfs:label "heat fixation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Fixation using chemical fixative to stabilize the proteins, nucleic acids and mucosubstances of the tissue or cells by making them insoluble." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fixation_%28histology%29" ; + rdfs:label "chemical fixation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Chemical fixation using alcohols, that act by reducing the solubility of protein molecules and (often) by disrupting the hydrophobic interactions that give many proteins their tertiary structure. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Fixation_%28histology%29" ; + rdfs:label "alcohol fixation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Alcohol fixation using a solution primarily containing methanol." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "methanol fixation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Alcohol fixation using a solution primarily containing ethanol." ; + "PERSON: Nicole Vasilevskly" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "ethanol fixation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Chemical fixation using an oxidizing agent to fix cells or tissue, which can react with various side chains of proteins and other biomolecules, allowing formation of crosslinks that stabilize tissue structure. " ; + "PERSON: Nicole Vasilevsky" ; + "Oxidising agent fixation" ; + "http://en.wikipedia.org/wiki/Fixation_%28histology%29" ; + rdfs:label "oxidizing agent fixation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A database is an organized collection of data, today typically in digital form." ; + "PERSON: Carlo Torniai" ; + "http://en.wikipedia.org/wiki/Database" ; + rdfs:comment "Just a place horder. It will probably be replaced by NIF term: http://ontology.neuinfo.org/NIF/DigitalEntities/NIF-Resource.owl#nlx_res_20090405" ; + rdfs:label "database" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is a cyclic particle accelerator in which the guiding magnetic field (bending the particles into a closed path) is time-dependent and is used to synchronize the particle beam to increase its kinetic energy." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Synchrotron" ; + rdfs:label "synchrotron" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A technique used to determine the optimal conditions for use of an antibody reagent in a particular assay." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "antibody optimization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Transmission electron microscopy that has the ability to analyze the elemental or chemical characterization of a sample." ; + "PERSON: Nicole Vasilevsky" ; + "Transmission electron microscopy with energy dispersive spectroscopy" ; + "http://en.wikipedia.org/wiki/Energy-dispersive_X-ray_spectroscopy" ; + rdfs:label "transmission electron microscopy with EDAX" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Scanning electron microscopy that has the ability to analyze the elemental or chemical characterization of a sample." ; + "PERSON: Nicole Vasilevsky" ; + "Scanning electron microscopy with energy dispersive spectroscopy" ; + "http://en.wikipedia.org/wiki/Energy-dispersive_X-ray_spectroscopy" ; + rdfs:label "scanning electron microscopy with EDAX" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Data storage and organization of bibliographic citations (references)." ; + "PERSON: Nicole Vasilevsky" ; + "Citation management" ; + "Reference management" ; + "http://en.wikipedia.org/wiki/Reference_management_software" ; + rdfs:label "bibliographic management" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An animal physiology monitoring system that allows for simultaneous measurement of numerous parameters including oxygen consumption (VO2), carbon dioxide (CO2) production, respiratory exchange ratio (RER), food and drinking behavior, activity level, and caloric heat production. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.joslindiabetescenter.com/diabetes-research/animal-physiology.html" ; + rdfs:label "CLAMS system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "RNA quality analysis of micro RNA (miRNA)." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "miRNA quality analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "High throughput sample analysis of small molecules for purpose such as drug discovery, or biochemical, genetic or pharmacological tests." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.lerner.ccf.org/services/smsc/" ; + rdfs:label "small molecule screening" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Sample irradiation using synchrotron radiation, the electromagnetic radiation emitted when charged particles are accelerated radially." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Synchrotron_radiation" ; + rdfs:label "synchrotron radiation " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A gene expression analysis assay of micro RNA (miRNA) in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "miRNA expression analysis" ; +. + + a owl:Class ; + ; + "A molecular assay that measures the interaction of two molecules bioconjugated to donor and acceptor beads." ; + "PERSON: Nicole Vasilevsky" ; + "ALPHA" ; + "Alpha Screen" ; + "Amplified luminescence proximity homogeneous assay" ; + "http://www.bmglabtech.com/technology/alphascreen.cfm" ; + rdfs:label "AlphaScreen" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Photography where the image is magnified 1X or higher." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.microscopy-uk.org.uk/mag/indexmag.html?http://www.microscopy-uk.org.uk/mag/artmar05/chmacro.html" ; + rdfs:label "photomacrography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A tissue/organ assay that is performed to analyze the motility, morphology, viability, and number of semen in a given sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "semen analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A materials assay to analyze the presence or concentration of trace metal(s) in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "trace metal analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Material storage of cells in freezing media, at sub-zero temperatures, that is intended to sustain viability for later use." ; + "PERSON: Nicole Vasilevsky" ; + "Cell banking" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cell storage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Material production of an early sample or model built to test a concept or process or to act as a thing to be replicated or learned from. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Prototype" ; + rdfs:label "prototype development" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Fabrication of devices with dimensions measured in nanometers." ; + "PERSON: Nicole Vasilevsky" ; + "http://whatis.techtarget.com/definition/nanofabrication" ; + rdfs:label "nanofabrication" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A robot that processes histology sides by positioning them and mounting coverslips on top of the slide." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.al-tar.com/online-laboratory-store/hackermeisei-coverslipping-machine-rcm-3655" ; + rdfs:label "coverslipping machine" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An assay for detection of various gases, chemicals, and particulates in ambient air or air emissions. " ; + "PERSON: Scott Hoffmann" ; + "http://www.pine-environmental.com/air-monitoring.htm#content" ; + rdfs:label "air monitoring" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An immunoassay used to detect an antigen-antibody interaction, based on a brief emission of light by a luminophor component (signal) in response to chemical energy. " ; + "PERSON: Nicole Vasilevsky" ; + "Hachem H et al (1991) A sensitive immunochemiluminescence assay for human serum amyloid A protein. Clin Biochem. 1991 Apr;24(2):143-7." ; + rdfs:label "immunochemiluminescence" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An assay used to measure the set of metabolites in biofluids, which can reflect an individual?s health status. " ; + "PERSON: Nicole Vasilevsky" ; + "http://fgp.ucdavis.edu/prog/mp" ; + rdfs:label "metabolic phenotyping " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An assay that uses paraffin blocks in which separate tissue cores are assembled in array fashion to allow multiplex histological analysis." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Tissue_microarray" ; + rdfs:label "tissue microarray assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An assay used to detect possible drug resistance in common pathogens and to assure susceptibility to drugs of choice for particular infections." ; + "PERSON: Nicole Vasilevsky" ; + "Reller et al (2009) Antimicrobial Susceptibility Testing: A Review of General Principles and Contemporary Practices. Clin Infect Dis. 49 (11): 1749-1755. " ; + rdfs:label "antimicrobial susceptibility testing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A material processing technique in which a particular strain of an organism is rederived from an embro by implantation into pathogen-free pseudopregnant recipients." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.biotech.wisc.edu/facilities/transgenicanimal/services/StrainRederivation2" ; + rdfs:label "organism strain rederivation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Laboratory animal care in which animals are housed in a pathogen-free environment." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "quarantine housing maintenance" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A DNA sequencer that is used by specific commercial platforms that embody a complex interplay of enzymology, chemistry, high-resolution optics, hardware, and software engineering. These instruments allow highly streamlined sample preparation steps prior to DNA sequencing, which provides a significant time savings and a minimal requirement for associated equipment in comparison to the highly automated, multistep pipelines necessary for clone-based high-throughput sequencing. Each technology amplifies single strands of a fragment library and perform sequencing reactions on the amplified strands. The fragment libraries are obtained by annealing platform-specific linkers to blunt-ended fragments generated directly from a genome or DNA source of interest. Because the presence of adapter sequences means that the molecules then can be selectively amplified by PCR, and no bacterial cloning step is required to amplify the genomic fragment in a bacterial intermediate as is done in traditional sequencing approaches." ; + "PERSON: Nicole Vasilevsky" ; + "Mardis (2008) Annu. Rev. Genomics Hum. Genet. 9:387-402" ; + rdfs:label "next generation sequencer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Material component separation of plasma from a blood sample. " ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "blood plasma isolation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Material component separation of serum from a blood sample. " ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "blood serum isolation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Synthesis in which molecules are bound on a bead and synthesized step-by-step in a reactant solution." ; + "PERSON: Nicole Vasilevsky" ; + "Fluorenylmethyloxycarbonyl solid phase synthesis" ; + "http://en.wikipedia.org/wiki/Solid-phase_synthesis" ; + rdfs:label "solid phase synthesis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Electrophoresis of molecules using an electric field that periodically changes direction to a gel matrix." ; + "PERSON: Nicole Vasilevsky" ; + "Pulsed field gel electrophoresis " ; + "http://en.wikipedia.org/wiki/Pulsed_field_gel_electrophoresis" ; + rdfs:label "pulsed-field gel electrophoresis " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An atomic force microscope that has inegrated raman spectroscopy, for examination of chemical and structural properties of materials at sub-micrometer scales." ; + "PERSON: Nicole Vasilevsky" ; + "Raman-AFM system" ; + "http://www.renishaw.com/en/raman-afm-system--6638" ; + rdfs:label "raman-atomic force microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Total internal reflection fluorescence instrument combined with atomic force microscope used to detect and confirm the result of cellular level manipulations made with the AFM part through the detection system of the highly sensitive fluorescence microscope part." ; + "PERSON: Nicole Vasilevsky" ; + "TIRF AFM" ; + "Total Internal Reflection Fluorescence AFM" ; + "http://www.ncbi.nlm.nih.gov/pubmed/12211478" ; + rdfs:label "total internal reflection fluorescence atomic force microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscope capable of measuring normal and lateral forces between a probe and sample." ; + "PERSON: Nicole Vasilevsky" ; + "IFM" ; + "www.nanotech.upenn.edu/facilities_images/IFM.pdf" ; + rdfs:label "interfacial force microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is a tour puzzle in the form of a complex branching passage through which the solver must find a route. Often used in animal models to test behavior." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Maze" ; + rdfs:label "maze" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A maze used for rodent models of anxiety, which is used as a screening test for putative anxiolytic or anxiogenic compounds and as a general research tool in neurobiological anxiety research." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Elevated_plus_maze" ; + rdfs:label "elevated plus maze" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An elevated plus maze that lacks a center square, used to measure animal behavior in the time spent in open and closed spaces. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.noldus.com/animal-behavior-research/solutions/research-small-lab-animals/zero-maze-set" ; + rdfs:label "zero maze" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An animal activity monitoring system that transistions between light and dark, using a light/dark transition test, which is widely used to measure anxiety-like behavior in mice. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2504462/" ; + rdfs:label "light/dark chamber" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An animal activity monitoring system is an automated system employed in the testing of avoidance behavior. Each subject is housed within a cage that has been divided by a centrally located wall. The wall has an opening that allows the subject to pass between the compartments. The lid of each compartment contains an acoustic source. The light is on the center divider. The subject walks on a shocker grid assembly that spans the entire floor area of both compartments. A series of photocells detects the subject position within the cage. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.colinst.com/brief.php?id=12" ; + rdfs:label "passive/active avoidance chambers" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An animal activity monitoring system that consists of a hole poke board with holes lying over horzontal X and Y axis sensors.Data collected includes frequency and duration of each \"nose poke\" as well as positional and ambulatory data (distance traveled, zone entries, ambulatory vs. total movement, etc.)." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.colinst.com/brief.php?id=90" ; + rdfs:label "hole poke arenas" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An environmental chamber that is used to measure oxygen consumption in an organism." ; + "PERSON: Nicole Vasilevsky" ; + "http://csm.jmu.edu/biology/danie2jc/metabolism_lab.htm" ; + rdfs:label "metabolic chamber" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument used to measure the body’s metabolism through the amount of heat produced when the body is at rest. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.wisegeek.com/what-is-a-metabolic-cart.htm" ; + rdfs:label "metabolic cart" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A cell culture technique in which lymphocytes are treated with EBV and become capable of indefinite growth as a consequence of viral protein expression." ; + "PERSON: Nicole Vasilevsky" ; + "Epstein?Barr virus transformation" ; + "Lymphoblast transformation" ; + "http://en.wikipedia.org/wiki/Epstein%E2%80%93Barr_virus" ; + rdfs:label "EBV transformation " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A biopsy where a small amount of bone and a small amount of fluid and cells from inside the bone (bone marrow) are removed." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.webmd.com/cancer/bone-marrow-aspiration-and-biopsy" ; + rdfs:label "bone marrow aspiration" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An antibody related technique that uses paramagnetic beads coated with antibodies to bind to antigens present on the surface of cells thus capturing the cells and facilitating the concentration of these bead-attached cells. The concentration process is created by a magnet placed on the side of the test tube bringing the beads to it." ; + "PERSON: Nicole Vasilevsky" ; + "Immunomagnetic cell separation" ; + "http://en.wikipedia.org/wiki/Immunomagnetic_separation" ; + rdfs:label "immunomagnetic selection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay used to monitor human rest/activity cycles. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Actigraphy" ; + rdfs:label "actigraphy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay used in the study of sleep and as a diagnostic tool in sleep medicine. " ; + "PERSON: Nicole Vasilevsky" ; + "Sleep study" ; + "http://en.wikipedia.org/wiki/Polysomnography" ; + rdfs:label "polysomnography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay of the human body that uses such tools as body mass index, basal metabolic rate, bioelectrical impedance, and dual energy x-ray absorptiometry, along with measurements of skinfold thickness and arm muscle circumference, to assess the structure, form, and composition of the body for purposes of comparison." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.answers.com/topic/anthropometric-analysis" ; + rdfs:label "anthropometric analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An assay used to count cells." ; + "PERSON: Nicole Vasilevsky" ; + "http://dictionary.reference.com/browse/hemocytometry" ; + rdfs:label "hemocytometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A technique that utilizes standardized tests and questionnaires in an effort to identify a student?s strengths and weaknesses across many areas of functioning and attributes. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.vdps.net/special/test.html" ; + rdfs:label "psychoeducational test administration" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Screening herbs for use as potential drug targets." ; + ; + "An assay that is performed to find new bioactive chemical entities from natural sources, to be used a therapeutic drug targets." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Drug_discovery#Plant-derived" ; + rdfs:label "natural product drug discovery" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement device used to calculate the mass of nano-scale particles." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "nanoparticle size analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Qualitative elemental analysis of nanomaterials." ; + ; + "A spectroscopy technique used for the elemental analysis or chemical characterization of a sample. It relies on the investigation of an interaction of some source of X-ray excitation and a sample. Its characterization capabilities are due in large part to the fundamental principle that each element has a unique atomic structure allowing unique set of peaks on its X-ray spectrum." ; + "PERSON: Nicole Vasilevsky" ; + "EDS" ; + "EDX" ; + "http://en.wikipedia.org/wiki/Energy-dispersive_X-ray_spectroscopy" ; + rdfs:label "energy-dispersive X-ray spectroscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A spectroscopy technique that measures the change in kinetic energy of electrons after they have interacted with a specimen. When carried out in a modern transmission electron microscope, EELS is capable of giving structural and chemical information about a solid, with a spatial resolution down to the atomic level in favourable cases." ; + "PERSON: Nicole Vasilevsky" ; + "EELS" ; + "R.F. Egerton (2009). Reports on Progress in Physics. 72 016502 doi:10.1088/0034-4885/72/1/016502 (http://iopscience.iop.org/0034-4885/72/1/016502/)" ; + rdfs:label "electron energy loss spectroscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A form of transmission electron microscopy where the sample is studied at cryogenic temperatures (generally liquid nitrogen temperatures)." ; + "PERSON: Nicole Vasilevsky" ; + "Cryo-EM" ; + "Cryoelectron microscopy" ; + "Electron cryomicroscopy" ; + "http://en.wikipedia.org/wiki/Cryo-electron_microscopy" ; + rdfs:label "cryo-electron microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A cryosectioning technique that creates thin sections of constant thickness with very soft materials that cannot be cut at ambient temperature. After cooling down of the specimen, a section is sliced up using a diamond knife which has been previously cooled down. The material is brought close to transition temperature Tg (if known) to obtain a harder consistency. " ; + "PERSON: Nicole Vasilevsky" ; + """Cryo-ultramicrotomy +""" ; + "http://cime.epfl.ch/page-26804-en.html" ; + rdfs:label "cryoultramicrotomy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Cryosectioning using a cryostat to maintain the freezing temperature." ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cryostat sectioning" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Cryosectioning using a cryotome to maintain the freezing temperature." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cryotome sectioning" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "To describe a data and file storage resource." ; + ; + "A file-level computer data storage connected to a computer network providing data access to heterogeneous clients. NAS not only operates as a file server, but is specialized for this task either by its hardware, software, or configuration of those elements. NAS is often manufactured as a computer appliance – a specialized computer built from the ground up for storing and serving files – rather than simply a general purpose computer being used for the role." ; + "PERSON: Nicole Vasilevsky" ; + "NAS" ; + "Network-attached storage" ; + "http://en.wikipedia.org/wiki/Network-attached_storage" ; + rdfs:label "network attached storage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A PCR machine that can be used to directly quantify and clonally amplify nucleic acids including DNA, cDNA or RNA." ; + "PERSON: Nicole Vasilevsky" ; + "Digital PCR" ; + "DigitalPCR" ; + "dPCR" ; + "dePCR" ; + "http://en.wikipedia.org/wiki/Digital_PCR" ; + rdfs:label "digital polymerase chain reaction system" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Sampling of biologicals from various air-borne sources." ; + ; + "A measurement instrument that collects and measure the amount of bioaerosols in a sample (airborne particles of biological origin (e.g., bacteria, fungi, pollen, viruses) and their by-products such as endotoxins or mycotoxins and other fragments.) " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.skcinc.com/prod/225-9594.asp" ; + rdfs:label "aerosol biosampler" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A MRI Scanner that uses the change in magnetization between oxygen-rich and oxygen-poor blood as its basic measure to measures brain activity. " ; + "PERSON: Nicole Vasilevsky" ; + "Functional magnetic resonance imager" ; + "Functional magnetic resonance imaging scanner" ; + "fMRI" ; + "http://en.wikipedia.org/wiki/Functional_magnetic_resonance_imaging" ; + rdfs:label "functional MRI scanner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Measuring the index of refraction of aqueous solutions between n=1.3 and n=1.7" ; + ; + "A measurement instrumentat that is a bench-top device for the high-precision measurement of an index of refraction." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Abbe_refractometer" ; + rdfs:label "abbe refractometer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Solid ink printer is used to fabricate paper-based microfluidic devices. Ink droplet is about 50 to 60 um in diameter. Ink is compatible with aqueous solution with various pH." ; + ; + "A printer that uses 1 cubic inch rectangular solid-state ink blocks, which are loaded into the top of the printer. The ink blocks are melted and the ink is transferred onto a rotating, oil coated print drum using a piezo inkjet head. The paper then passes over the print drum, at which time the image is transferred, or transfixed, to the page. This system is similar to water-based inkjets, provided that the ink has low viscosity at the jetting temperature (140°C)." ; + "PERSON: Nicole Vasilevsky" ; + "Phaser printer" ; + "Wax printer" ; + "https://en.wikipedia.org/wiki/Thermal_transfer_printing" ; + rdfs:label "solid ink printer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "The LEAP 4000X HRTM is a high performance 3D am probe microscope which provides nano-scale surface, bulk and interfacial materials analysis of simple and complex structures with atom by atom identification and accurate spatial positioning." ; + ; + "A microscope used in material science in which the magnification effect comes from the magnification provided by a highly curved electric field. The method is destructive in nature removing ions from a sample surface in order to image and identify them, generating magnifications sufficient to observe individual atoms as they are removed from the sample surface. Through coupling of this magnification method with time of flight mass spectrometry, ions evaporated by application of electric pulses can have their mass-to-charge ratio computed." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Atom_probe" ; + rdfs:label "atom probe" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay used to monitor the saturation of a patient's hemoglobin." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Pulse_oximetry" ; + rdfs:label "pulse oximetry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Electronic test equipment used to measure the opposition of a circuit to the passage of a current when a voltage is applied." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Electrical_impedance" ; + rdfs:label "impedence analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An electron microscopy method for three-dimensional (3D) reconstruction of single, transparent objects from a series of projection images (i.e. from a tilt series) recorded with a transmission electron microscope. It offers the opportunity to obtain 3D information on structural cellular arrangements with a high resolution." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ncbi.nlm.nih.gov/pubmed/12160704" ; + rdfs:label "electron tomography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A form of transmission electron microscopy where the sample is studied at cryogenic temperatures (generally liquid nitrogen temperatures)." ; + "PERSON: Nicole Vasilevsky" ; + "Cryo-EM" ; + "Cryo-electron microscopy" ; + "Electron cryomicroscopy" ; + "http://en.wikipedia.org/wiki/Cryo-electron_microscopy" ; + rdfs:label "cryogenic electron microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Any form of signal processing for which the input is an image, such as a photograph or video frame; the output of image processing may be either an image or a set of characteristics or parameters related to the image." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Image_processing" ; + rdfs:label "image processing technique" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Image processing to improve the contrast and resolution of digital images captured in the microscope, most commonly to address deblurring and image restoration." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.olympusmicro.com/primer/digitalimaging/deconvolution/deconvolutionhome.html" ; + rdfs:label "deconvolution microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An image processing technique used to analyze images from transmission electron microscopy. These methods were developed to improve and extend the information obtainable from TEM images of particulate samples, typically proteins or other large biological entities such as viruses. Individual images of stained or unstained particles are very noisy, and so hard to interpret. Combining several digitized images of similar particles together gives an image with stronger and more easily interpretable features. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Single_particle_analysis" ; + rdfs:label "single particle analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A heating instrument that is a self-contained tabletop small appliance that features one, two or more gas burners or electric heating elements. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Hot_plate" ; + rdfs:label "hot plate" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "A press brake is a special type of machine press that bends sheet metal into shape." ; + ; + "An instrument that changes the shape of a workpiece." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Machine_press" ; + rdfs:label "machine press" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A machine press used to cut holes in material." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Punch_press" ; + rdfs:label "punch press" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mechanical instrument used for the rapid mixing and grinding of polymer materials that would otherwise require large amounts of time and/or effort to mix and/or grind. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.speedmixer.com/dac150.1fvzk.php" ; + rdfs:label "polymer mixer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An automated instrument that quickly and accurately counts colonies in a petri dish or tissue culture dish." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.uvp.com/colony.html" ; + rdfs:label "automated colony counter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An assay that detects luminescence produced during electrochemical reactions in solutions. " ; + "PERSON: Nicole Vasilevsky" ; + "ECL" ; + "Electrogenerated chemiluminescence detection" ; + "http://en.wikipedia.org/wiki/Electrochemiluminescence" ; + rdfs:label "electrochemiluminescence detection" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A machine press that compresses powder into tablets of uniform size and weight." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Tablet_press" ; + rdfs:label "tablet press" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for characterizing zeta potential as a property of interfacial layer in liquid particulates (dispersions, emulsions) and porous bodies. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.dispersion.com/zeta-potential-analyzer.html" ; + rdfs:label "zeta potential analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement instrument that analyzes the particle size distributions in a sample or during a process." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.malvern.com/labeng/products/iwtm/particle_size_analysis.htm" ; + rdfs:label "particle size analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A field emission scanning electron microscope that allows for a variable pressure mode." ; + "PERSON: Nicole Vasilevsky" ; + "Analytical variable pressure FE-SEM" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "variable pressure analytical field emission scanning electron microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An UPLC coupled to a mass spectrometer. " ; + "PERSON: Nicole Vasilevsky" ; + "UPLC-MS" ; + "UPLC/MS" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "ultra high performance liquid chromatography with mass spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A particle size analyzer that uses laser diffraction technology." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "laser diffraction particle size analyzer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that measures of how much exposed area an object has." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.azom.com/materials-equipment.aspx?cat=18" ; + rdfs:label "surface area analyzer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument used to heat, cool, dry, or moisturize your bulk solid material." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.carmanindustries.com/Pages/fluidbed.html" ; + rdfs:label "fluid bed processor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A calorimeter in which the difference in the amount of heat required to increase the temperature of a sample and reference is measured as a function of temperature. " ; + "PERSON: Nicole Vasilevsky" ; + "DSC" ; + "http://en.wikipedia.org/wiki/Differential_scanning_calorimetry" ; + rdfs:label "differential scanning calorimeter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "measurement scale" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A transmission electron microscope where the sample is studied at cryogenic temperatures (generally liquid nitrogen temperatures)." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Cryo-electron_microscopy" ; + rdfs:label "cryogenic transmission electron microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used in computing, which produces a text or graphics of documents stored in electronic form, usually on physical print media such as paper or transparencies. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Printer_(computing)" ; + rdfs:label "printer" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A material processing technique where a high power pulsed laser beam is focused inside a vacuum chamber to strike a target of the material that is to be deposited. This material is vaporized from the target (in a plasma plume) which deposits it as a thin film on a substrate (such as a silicon wafer facing the target). This process can occur in ultra high vacuum or in the presence of a background gas, such as oxygen which is commonly used when depositing oxides to fully oxygenate the deposited films." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Pulsed_laser_deposition" ; + rdfs:label "pulsed laser deposition" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for thin film and nanocyrstal growth where the target material is ablated with a laser and a plume deposists material on a substrate." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.vanderbilt.edu/vinse/facility_details.php?FacilityID=3" ; + rdfs:label "pulsed laser deposition system" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "has_format" ; + rdfs:range ; +. + + a owl:Class ; + ; + "A calorimetry method that calculates heat that living organisms produce from their production of carbon dioxide and nitrogen waste (frequently ammonia in aquatic organisms, or urea in terrestrial ones), or from their consumption of oxygen. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Calorimetry" ; + rdfs:label "indirect calorimetry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Physiological assays used to measure various outcomes to determine clinical picture of the health status of an individual." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "physiological assessment" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging modality that enables 3D quantitative determination of fluorochrome distribution in tissues of live small animals at any depth. " ; + "PERSON: Nicole Vasilevsky" ; + "FMT" ; + "http://www.ncbi.nlm.nih.gov/pubmed/17985393" ; + rdfs:label "fluorescence molecular tomography platform " ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging technique that creates a digital volumetric model of an object by reconstructing images made from light transmitted and scattered through an object." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Optical_tomography" ; + rdfs:label "optical tomography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Radioactivity detection and measurement of the amount of gamma radiation in a sample." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "gamma radiation measurement" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data processing technique to design primers for specific nucleotide sequences to be used in applications such as PCR." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "primer design" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular assay that detects genomic imbalance, i.e. gains and losses of genetic material, which can be used for the diagnosis of developmental delay, mental retardation, autism and birth defects. " ; + "PERSON: Nicole Vasilevsky" ; + "Array CGH" ; + "aCGH" ; + "http://www.ohsu.edu/xd/health/services/lab-services/labtests/results.cfm?input1=Microarray+Comparative+Genomic+Hybridization&labtestid=DA697BEA-F784-F999-323B53E182A5134D&keywords=&ohsuservicecode=&eapcode=&cptcode=&labsectionid=" ; + rdfs:label "microarray comparative genomic hybridization" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A physiological assay to determine the maximum capacity of an individual's body to transport and use oxygen during incremental exercise, which reflects the physical fitness of the individual." ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/VO2_max" ; + rdfs:label "VO2 max measurement" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "MRI that acquires the relaxation rate dispersion curves from magnetic resonance images." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ncbi.nlm.nih.gov/pubmed/1509044" ; + rdfs:label "MR relaxometry imaging" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Conclusion textual entity about a biological process phenotype." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "biological process phenotype annotation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Conclusion textual entity about an anatomical phenotype." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Melissa Haendel" ; + rdfs:label "anatomical phenotype annotation" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "has_phenotype_biological_process" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "Is a legal instrument (usually by way of contract law) governing the usage or redistribution of software." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Software_license" ; + rdfs:domain ; + rdfs:label "has_software_license" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "has_phenotype_anatomical_entity"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "has_mammalian_phenotype" ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "has_phenotype_quality"@en ; + rdfs:range ; +. + + a owl:Class ; + ; + rdfs:label "phenotypic annotation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to protect individuals from radioactive isotopes by providing a safe containment box in which they can control and manipulate the equipment required." ; + "PERSON: Nicole Vasilevsky" ; + "Hot cell" ; + "http://en.wikipedia.org/wiki/Hot_cell" ; + rdfs:label "shielded nuclear radiation containment chamber" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An imaging technique that produces a three-dimensional image or picture of functional processes in the body. The system detects pairs of gamma rays emitted indirectly by a positron-emitting radionuclide (tracer), which is introduced into the body on a biologically active molecule. Three-dimensional images of tracer concentration within the body are then constructed by computer analysis." ; + "PERSON: Nicole Vasilevsky" ; + "PET" ; + "http://en.wikipedia.org/wiki/Positron_emission_tomography" ; + rdfs:label "positron emission tomography" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A drill that is a fixed style of drill that may be mounted on a stand or bolted to the floor or workbench." ; + "PERSON: Nicole Vasilevsky" ; + "Bench drill" ; + "Pedestal drill" ; + "Pillar drill" ; + "http://en.wikipedia.org/wiki/Drill#Drill_press" ; + rdfs:label "drill press" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An HPLC that can monitor radio-labelled compounds separated by chromatographic techniques." ; + "PERSON: Nicole Vasilevsky" ; + "Radio-High Performance Liquid Chromatography" ; + "https://www.berthold.com/en/bio/radio-hplc-detectors" ; + rdfs:label "radio-HPLC" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mechanical instrument fitted with a cutting tool attachment or driving tool attachment, usually a drill bit or driver bit, used for drilling holes in various materials or fastening various materials together with the use of fasteners. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Drill" ; + rdfs:label "drill" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "An instrument used for detection of radiolabeled compounds in thin layer chromatography (TLC) plates." ; + "PERSON: Nicole Vasilevsky" ; + "Radio-thin layer chromatography imaging scanner" ; + "http://www.bioscan.com/index.php?page=ar-2000-radio-tlc-imaging-scanner" ; + rdfs:label "radio-TLC imaging scanner" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument capable of rapidly depositing high energy in a small volume. " ; + "PERSON: Nicole Vasilevsky" ; + "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2553010/" ; + rdfs:label "microwave accelerator" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "has_phenotype_annotation" ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + "The molecular weight of the protein target." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:domain ; + rdfs:label "has_molecular_weight" ; + rdfs:range xsd:string ; +. + + a owl:Class ; + ; + "Conclusion textual entity about a mammalian phenotype." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Melissa Haendel" ; + rdfs:label "mammalian phenotype annotation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Algorithmic software pipeline" ; + "Algorithmic software platform" ; + "Algorithmic software toolkit" ; + rdfs:label "algorithmic software suite" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "algorithmic software component" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Optical Coherence Tomography (OCT) that uses coherent interferometry to construct a cross-sectional view of the objective, often with micrometer accuracy." ; + "PERSON: Scott Hoffmann" ; + "imaging optical coherence tomography" ; + "http://www.opsweb.org/?page=octimaging" ; + rdfs:label "imaging OCT"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging assay used to acquire and process micrometer-resolution, three-dimensional images from within optical scattering media." ; + "PERSON: Scott Hoffmann" ; + "optical coherence tomography" ; + "http://en.wikipedia.org/wiki/Optical_coherence_tomography" ; + rdfs:label "OCT" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An organization dedicated to the collection, storage and dissemination of a set of scientific or clinical data." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "registry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An organization that governs the storage of biospecimens that includes tissue samples, fluids, and molecular derivatives such as DNA, RNA, and proteins. The biorepository has stringent guidelines regarding the standardized collection, handling, storage, and documentation of biological specimens." ; + "PERSON: Nicole Vasilevsky" ; + "Biobank" ; + "Specimen bank" ; + "http://bioportal.bioontology.org/ontologies/45400/?p=terms&conceptid=Biorepository" ; + rdfs:label "biorepository" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "MASCOT generic format" ; + rdfs:label ".mgf" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometer that is used to determine the mass-to-charge ratio of ions based on the cyclotron frequency of the ions in a fixed magnetic field. After ion excitation, the signal is detected as an image current on a pair of plates consisting of a superposition of sine waves. The useful signal is extracted from this data by performing a Fourier transform to give a mass spectrum." ; + "PERSON: Scott Hoffmann" ; + "FTICR-MS" ; + "Fourier transform ion cyclotron resonance mass spectrometer" ; + "https://en.wikipedia.org/wiki/Fourier_transform_ion_cyclotron_resonance" ; + rdfs:label "Fourier transform mass spectrometer" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that performs continuous hydrogenation reactions in a flow system" ; + "PERSON: Nicole Vasilevsky" ; + "http://www.thalesnano.com/products/h-cube" ; + rdfs:label "hydrogenation reactor" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Microscopy that produces a view of the surface of a sample at the atomic level by detecting variations in the current between a conducting tip and the reactive elements within the sample." ; + "PERSON: Nicole Vasilevsky" ; + "NCI Thesaurus" ; + rdfs:label "scanning tunneling microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A cellular assay that uses various methods to quantify cells in a culture." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "cell counting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An imaging method that employs tomography. Tomography is the process of generating a two-dimensional image of a slice or section through a 3-dimensional object (a tomogram)." ; + "PERSON: Nicole Vasilevsky" ; + "CAT scan" ; + "Computed tomography scan" ; + "Computer axial tomography scan " ; + "http://www.medicalnewstoday.com/articles/153201.php" ; + rdfs:label "CT scan" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A mass spectrometry assay that uses an ion source, a mass analyzer, and a detector. Atoms' identities are determined by their mass-to-charge ratio (via the mass analyzer) and their concentrations are determined by the number of ions detected. " ; + "PERSON: Nicole Vasilevsky" ; + "http://en.wikipedia.org/wiki/Atomic_spectroscopy" ; + rdfs:label "atomic mass spectrometry" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular assay that uses bioluminescence to detect the presence or concentration of molecules in a sample. " ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "bioluminescent assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that utilizes beads that are coated with a reagent specific to a particular bioassay, allowing the capture and detection of specific analytes from a sample." ; + "PERSON: Nicole Vasilevsky" ; + "http://www.luminexcorp.com/TechnologiesScience/xMAPTechnology/index.htm" ; + rdfs:label "bead-based multiplex" ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + "is PI of" ; + "A professor in the Department of Biomedical Engineering is the principal investigator (PI) of her research group and laboratory." ; + "Identifies the laboratory or research project for which this individual is the principal investigator." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:domain ; + rdfs:label "is_PI_of" ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + "is director of" ; + "A professor is the director of a consortium devoted to rare diseases." ; + "Identifies the organization for which this person is the director." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:domain ; + rdfs:label "is_director_of" ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + + + + + + + ) ; + ] ; +. + + a owl:Class ; + ; + "A physiological assay used to measure the locomotive response of an organism to light stimulus." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Phototaxis" ; + rdfs:label "fast phototaxis assay"@en ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + "a relation between a software objective (data transformation objective) and an operation whose execution in a software tool achieves the objective" ; + """software relation expanding to something like: + +objective_achieved_by some ('software/algorithm execution' and (specified_by some 'data processing operation'))""" ; + "PERSON:Matthew Brush" ; + "PERSON:Matthew Brush" ; + rdfs:comment "Links an objective to a software operation whise execution achieves the objective. Is different from OBI:objective_achieved_by which links an objective to the process that achieves it." ; + rdfs:domain ; + rdfs:label "objective_achieved_by_operation" ; + rdfs:range ; +. + + a owl:Class ; + ; + rdfs:label "binary" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "nominal" ; + rdfs:label "categorical" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "ordinal" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "interval" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "ratio" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "continuous" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "time to failure" ; + rdfs:label "survival" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "sequential" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "a planned process in which data is collection through observations or measurements of subjects/specimens under investigation" ; + rdfs:label "data collection method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "independent data collection method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "paired data collection method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "clustered data collection method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "longitudinal data collection method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "repeated measurement method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A behavioral assay used to measure an organism's capability to produce offspring." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Fertility" ; + rdfs:label "fertility measurement assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A behavioral assay used to measure organismal behaviors that result in mating and copulation." ; + "PERSON: Scott Hoffmann" ; + "http://www.britannica.com/EBchecked/topic/140848/courtship" ; + rdfs:label "courtship assay" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A gene expression analysis assay to examine co-expression of genes in given cells/tissues. In this assay, the GAL4 coding sequence is split and each half is driven by distinct endogenous promoters/enhancers. From these constructs organism lines are derived. In a simple line, GAL4 activity is not reconstituted and thus a target reporter gene driven by the GAL4 promoter remains inactive. Crossing lines carrying complementary halves of GAL4 can reveal cells/tissues where both endogenous promoters/enhancers are active, which results in expression and reconstitution of the complete GAL4 protein and activation of a GAL4-driven reporter gene." ; + "PERSON: Matthew Brush" ; + "UAS" ; + "Upstream Activation Sequence" ; + "http://en.wikipedia.org/wiki/GAL4/UAS_system" ; + rdfs:label "split Gal4 assay" ; +. + + a owl:Class ; + ; + "An instrument for non-invasive measurement of physiological signals in both humans and animals specifically during sleep." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Faith Coldren" ; + rdfs:label "digital sleep recorder" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + "A light microscopy technique used to capture images with a higher resolution than the diffraction limit" ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Super_resolution_microscopy" ; + rdfs:label "super-resolution microscopy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A technique used for the assessment of the dissociation-characteristics of double-stranded DNA during heating." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Melting_curve_analysis" ; + rdfs:label "melt curve analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscope that uses light to capture images with a higher resolution than the diffraction limit" ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Super_resolution_microscopy" ; + rdfs:label "super-resolution microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A microscope fitted with an environmental control chamber used to image live samples." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "incubator microscope" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An assay used to observe single molecule fluorescence at surfaces and interfaces which is commonly employed to investigate the interaction of molecules with surfaces." ; + "PERSON: Scott Hoffmann" ; + "TIRF" ; + "http://www.olympusmicro.com/primer/techniques/fluorescence/tirf/tirfhome.html" ; + rdfs:label "total internal reflection fluorescence" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A technique for copying and archiving computer data so it may be used to restore the original after a data loss event." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Backup" ; + rdfs:label "data backup" ; +. + + a owl:Class ; + ; + "A data backup technique in which archived data is stored to a second hard disk." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Backup" ; + rdfs:label "disk data backup" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data backup technique in which archived data is stored to magnetic tape." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Backup" ; + rdfs:label "tape data backup" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data backup technique in which the archived data is stored at a facility different than the source data." ; + "PERSON: Scott Hoffmann" ; + "remote data backup" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "off-site data backup" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data storage technique in which information is encoded in such a way that eavesdroppers or hackers cannot read it, but that authorized parties can." ; + "PERSON: Scott Hoffmann" ; + "encrypted data storage" ; + "http://en.wikipedia.org/wiki/Encryption" ; + rdfs:label "secure data storage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data storage technique in which data generated by a user is archived on more than one storage medium (often multiple harddrives in the same machine)." ; + "PERSON: Scott Hoffmann" ; + "RAID data storage" ; + "redundant array of independent disks" ; + "reliable data storage" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "redundant data storage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data storage technique in which information is maintained at a facility different than that of the user." ; + "PERSON: Scott Hoffmann" ; + "cloud data storage" ; + "collaborative data storage" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "remote data storage" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data transformation techique which allows organizations and individuals to serve information to users via the internet." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Internet_hosting" ; + rdfs:label "data hosting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data hosting technique where a server makes a user-designed website available to other computers via the internet." ; + "PERSON: Scott Hoffmann" ; + "http://en.wikipedia.org/wiki/Website_hosting" ; + rdfs:label "website hosting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data hosting technique where a single computer is configured to serve other computers that request processes of it via the internet." ; + "PERSON: Scott Hoffmann" ; + "Linux server hosting" ; + "Solaris server hosting" ; + "Windows server hosting" ; + "physical server hosting" ; + "virtual server hosting" ; + "http://en.wikipedia.org/wiki/Server_%28computing%29" ; + rdfs:label "server hosting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data hosting technique in which data arranged as a database (SQL for example) is made available to access via the internet." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "database hosting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data hosting technique in which multiple computers are linked together such that they act like a single entity." ; + "PERSON: Scott Hoffmann" ; + "http://www.wisegeek.org/what-is-cluster-computing.htm" ; + rdfs:label "computer cluster hosting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A data hosting technique that offers users access to applications via an internet connection." ; + "PERSON: Scott Hoffmann" ; + "PERSON: Scott Hoffmann" ; + rdfs:label "application hosting" ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + "Provides smells for stimulation of neural activity, e.g., in an MRI instrument." ; + ; + "A measurement device that is used to detect and measure odor dilution." ; + "PERSON: Tenille Johnson" ; + "https://en.wikipedia.org/wiki/Olfactometer" ; + rdfs:label "olfactometer"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "Quantitation of small molecules such as drugs, metabolites, lipids, etc." ; + ; + "A molecular assay used to quantify small molecules for potential use in drug discovery or similar applications." ; + "PERSON: Tenille Johnson" ; + "PERSON: Tenille Johnson" ; + rdfs:label "small molecule quantitation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A molecular assay based on the detection of single enzyme-linked immunocomplexes on beads that are sealed in arrays of femtoliter wells." ; + "PERSON: Tenille Johnson" ; + "Digital enzyme-linked immunosorbent assay" ; + "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3327511/" ; + rdfs:label "digital ELISA" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; + ] ; +. + + a owl:Class ; + ; + "A technique whereby computer programs are encoded as a set of genes that are then modified (evolved) using an evolutionary algorithm (often a genetic algorithm)." ; + "PERSON: Tenille Johnson" ; + "GP" ; + "https://en.wikipedia.org/wiki/Genetic_programming" ; + rdfs:label "genetic programming" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems by relying on bio-inspired operators such as mutation, crossover and selection." ; + ; + "An algorithm that is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA)." ; + "PERSON: Tenille Johnson" ; + "GA" ; + "https://en.wikipedia.org/wiki/Genetic_algorithm" ; + rdfs:label "genetic algorithm" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A measurement device used to record electrical activity of the brain. It is typically noninvasive, with the electrodes placed along the scalp, although invasive electrodes are sometimes used in specific applications." ; + "PERSON: Tenille Johnson" ; + "EEG System" ; + "https://en.wikipedia.org/wiki/Electroencephalography" ; + rdfs:label "electroencephalography system" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + ; + "A programming language designed for text processing and typically used as a data extraction and reporting tool." ; + "PERSON: Tenille Johnson" ; + "https://en.wikipedia.org/wiki/AWK" ; + rdfs:label "AWK" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument that is used to bind two wafers together, typically by means of temporary bonding using a bonding agent or by permanent bonding of the oxide film surfaces using a self-bonding technique." ; + "PERSON: Tenille Johnson" ; + "http://www.tel.com/product/spe/wbd/index.htm" ; + rdfs:label "wafer bonder" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used for dry vapor phase etching." ; + "PERSON: Tenille Johnson" ; + "http://www.spts.com/markets/mems/release-etch" ; + rdfs:label "vapor etcher" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "An instrument used to pattern nanostructures by the physical deformation of a deformable material using a mold." ; + "PERSON: Tenille Johnson" ; + "Nano-imprinter" ; + "http://www.nanonex.com/technology.htm" ; + rdfs:label "nanoimprinter" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Spray coating involves spray application of the solution to the wafer through a nozzle. The path traveled by the nozzle over the wafer is optimized to ensure that the coating is applied evenly to the substrate. The solutions used in spray coating usually feature a very low viscosity, which guarantees that fine droplets form." ; + ; + "An instrument used to spray uniform thin films to substrate." ; + "PERSON: Tenille Johnson" ; + "https://www.suss.com/en/products-solutions/technologies/coating.html" ; + rdfs:label "spray coater" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "A laboratory animal care technique performed to produce gnotobiotic animals (also 'gnotobiotes' or 'gnotobionts'), which are born in aseptic conditions. Such animals are normally reared in a sterile or microbially-controlled laboratory environment, and they are only exposed to those microorganisms that the researchers wish to have present in the animal." ; + "PERSON: Tenille Johnson" ; + "https://en.wikipedia.org/wiki/Gnotobiosis" ; + rdfs:label "gnotobiotic organism generation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objectives to process data in a way that no analysis is performed and no new information is generated" ; + "data processing objective" ; + rdfs:comment "Is opposed to / disjoint from \"data analysis objective\". In transformations, there is input of some input of collected data that is processed/operated on - but is not analyzed to generate new information (ie no statistical operations performed)" ; + rdfs:label "data transformation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective of using a particular type of process/operation to process and transform data. This hierarchy classifies software objectives based on the type of operation that is specified to be performed " ; + rdfs:label "process-based data transformation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "data assembly objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for SWO:parse objective" ; + rdfs:label "data parsing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "data pre-processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "data refinement and optimization objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "data cleaning objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "audio data cleaning objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to obtain existing data from some data set, database, or corpus" ; + rdfs:label "data retrieval objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to retrieve an unfiltered/unaltered view of a data set" ; + rdfs:label "data ingest objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to retrieve some filtered slice of data from a corpus/set based on user/agent specified search parameters" ; + rdfs:comment "examples include search engines and serch UIs for biomedical repositories" ; + rdfs:label "data search and retrieval objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "e.g. pubmed" ; + rdfs:label "document search and retrieval objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "resource metadata search and retrieval objective" ; + rdfs:label "metadata search and retrieval objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence search and retrieval objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective where all, or some of a data set is adjusted by some data transformation according to some scale, for example a user defined minimum or maximum" ; + "placeholder for OBI:scaling objective" ; + rdfs:label "data scaling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to facilitate delivery of data between two parties" ; + rdfs:label "data transfer objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "input is a single file or set of files" ; + rdfs:label "file processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "file compression objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for SWO:image compression objective" ; + "image compression objective" ; + rdfs:label "image file compression objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective whereby data is input is a file and processed to be presented in different ways/views, but no new data generated, and generally no interface for users to directly manipulate the presentaiton (other than altering inputs, parameters, or variables used for configuring the display)" ; + "placeholder for SWO:file rendering objective" ; + rdfs:label "file rendering objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "format conversion objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "image format conversion objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence format conversion objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective whereby data from an image are digitized and various mathematical operations are applied to the data, generally with a digital computer, in order to create an enhanced image." ; + "image transformation objective" ; + rdfs:comment "image processing alters an image but does not perform an analysis to generate new information (as is achieved in image analysis)" ; + rdfs:label "image processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to compare sequence-based features of tow or more macromolecules" ; + rdfs:label "sequence comparison objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to display graphically how the sequences of two or more macromolecules align along a linear axis" ; + rdfs:label "sequence alignment objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "genetic polymorphism analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "microarray data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Would apply to software made for the end purpose of general statistical analysis of any type of data- not just software that applies statistical methods toward some particular type of analysis (which is much of the data analysis software)." ; + "statistical analysis objective" ; + "statistical modeling objective" ; + rdfs:label "statistical analysis and modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to perform and/or support data analysis, whereby data is input and processed to achieve a better understanding of it. This will involve generation \"new\" information through algorithmic processing and/or statistical calculations." ; + "analysis objective" ; + rdfs:comment "analysis generates \"new\" information about some biomedical entity, as opposed to data transformation objectives which aim to process data in a way that no analysis is performed and no new information is generated." ; + rdfs:label "data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to genrate in silico data-based molecular structures and testing of their physical/chemcial/electronic properties (and that of their interactions with ligands or cofactors)" ; + "molecular structure modeling objective" ; + rdfs:label "molecular modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to process and transform data that is output from a specific type of technique, technology, or instrument." ; + rdfs:label "source-based data transformation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "mass spectrometry data transformation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "microarray data transformation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to process and transform data about biological and/or medical phenomenon at a certain level of granularity. This hierarchy classifies software objectives based on the type/granularity of biomedical entity which the data they transform are about." ; + "biomedical data type-specific transformation objectives" ; + "data type-specific transformation objectives" ; + "topic-based data transformation objectives" ; + rdfs:label "subject-based data transformation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "gene expression data transformation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "gene expression data correction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "gene expression data normalization objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "gene expression data pre-processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "gene expression data rendering and visualization objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "molecular structure data transformation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "molecular structure rendering and visualization objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "network and pathway data transformation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "molecular interaction network rendering and visualization objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein interaction network rendering and visualization objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "molecular sequence data transformation objective" ; + rdfs:label "sequence data transformation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence assembly objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "contig assembly" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "scaffold gap completion" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence scaffolding" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to process a sequence profile (ie a collection of related/aligned sequences)" ; + rdfs:label "sequence profile processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence rendering and visualization objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "live communication platform objective" ; + "real-time communication platform objective" ; + rdfs:comment "e.g. WebEx, Adobe connect, Google docs and other platfoms that allow real-time collaborative editting, chat platforms" ; + rdfs:label "communication platform objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "e.g. skype, Webex, adobe connect, join.me" ; + rdfs:label "audio/video conferencing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective of software to support user generated content creation, editing, annotation data (e,g, documents, databases, audio/video, etc), that does hae a primary reliance on data analyses or transformations." ; + "user-generated content devleopment objective," ; + rdfs:label "content development objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence annotation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "document creation and editing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "collaborative document creation and editing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "concept model creation and editing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "data graph creation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "image creation and editing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "multimedia document creation and editing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for SWO:ontology engineering" ; + "ontology engineering objective" ; + rdfs:label "ontology creation and editing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "presentation creation and editing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for SWO:spreadsheet editing" ; + rdfs:label "spreadsheet creation and editing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "video creation and editing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for SWO:word processing" ; + rdfs:label "word processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "objective of software to support creating, managing, organizing documentation of projects such as software development" ; + rdfs:label "documentation generation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "information management platform objective" ; + rdfs:label "information management objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for SWO:software devleopment" ; + rdfs:label "software development objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to support entry and querying and presentation and management of personal and/or professional information to be shared in a social network of peers" ; + rdfs:label "social networking objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for SWO:citation management" ; + rdfs:comment "e.g. Endnote" ; + rdfs:label "citation management objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for SWO:laboratory information management" ; + rdfs:label "laboratory information management objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective of using a particular type of process/operation to process and analyze data. This hierarchy classifies software objectives based on the type of operation that is specified to be performed " ; + "operation-based data analysis objectives" ; + rdfs:label "process-based data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for OBI:averaging objective" ; + rdfs:label "averaging objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "comparison objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to support measurement of real-world conditions and convert these to a quantifiable numerical representation that can be processed as data by a computer" ; + "data acquisition objective" ; + rdfs:label "data collection and processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "collection and analysis of an auditory signal (conversion of signal to quantifiable numerical data) " ; + "auditory signal acquisition objective" ; + "auditory signal processing objective" ; + rdfs:label "auditory signal collection and processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "speech processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "collection and analysis (conversion of signal to quantifiable numerical data) of singal from emission of radiation" ; + "autoradiography data acquisition objective" ; + rdfs:label "autoradiography data collection and processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "collection and analysis (conversion of signal to quantifiable numerical data) of light emission/transmission" ; + rdfs:label "spectral data collection and processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "data integration objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "data element mapping objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to ensure data meets internal quality, format, specification standards" ; + "placeholder for OBI:data validation objective" ; + "internal data validation objective" ; + "primary data validation objective" ; + rdfs:label "data validation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "data set evaluation objective" ; + "secondary data evaluation objective" ; + rdfs:label "dataset evaluation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for SWO:dataset comparison objective" ; + "data set comparison objective" ; + rdfs:label "dataset comparison objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + " objective of determining the concordance or agreement between human judges." ; + "placeholder for OBI:inter-rater reliability objective" ; + rdfs:label "inter-rater reliability analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "the objective to extract of meaningful information from images; mainly from digital images by means of digital image processing techniques. this information is often quantified or subjected to statistical calculations to generate new information about the subject. (http://en.wikipedia.org/wiki/Image_analysis)" ; + "image processing and analysis objective" ; + rdfs:label "image analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to generate quantified values from a scanned image." ; + "placeholder for SWO:feature extraction objective" ; + "image feature extraction objective" ; + rdfs:label "feature extraction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "microarray signal intensity analysis objective" ; + rdfs:label "microarray image analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "mathematical modeling objective" ; + "modeling objective" ; + rdfs:comment "Models are mathematical representations of biological/biomedical phenomena that allow predictions of behavior of real world entities. Typically based on experimental data. \"A mathematical model is a description of a system using mathematical concepts and language. A model may help to explain a system and to study the effects of different components, and to make predictions about behaviour. Mathematical models can take many forms, including but not limited to dynamical systems, statistical models, differential equations, or game theoretic models. These and other types of models can overlap, with a given model involving a variety of abstract structures. In general, mathematical models may include logical models, as far as logic is taken as a part of mathematics.\" (Wikipedia:)" ; + rdfs:label "modeling and simulation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "the idea is a class to annotate software meant to support analysis/modeling of any kind of network/graph, including but not limited to biomedical data networks such as gene interaction or cell signaling networks." ; + "pathway analysis objective" ; + rdfs:label "network analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective understanding textual data through the application of algorithmic approaches" ; + "PERSON:Kyle Ambert" ; + "text analysis objective" ; + "text analytics objective" ; + "text processing objective" ; + rdfs:label "text processing and analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to understand general/descriptive statistical attributes of text (e.g. word count, length, etc)" ; + "PERSON:Kyle Ambert" ; + "statistical learning text analysis objective" ; + rdfs:label "descriptive statistical text analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to understand texual data by leveraging the human-imposed patterns and structures that exist in language" ; + "PERSON:Kyle Ambert" ; + rdfs:comment "distinct from text mining which ignores this these human-imposed features and takes a primarily machine-learning approach" ; + rdfs:label "natural language processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to identify and tag terms with information concerning their part-of-speech (e.g. noun, verb, adjective, etc)" ; + "http://en.wikipedia.org/wiki/Part-of-speech_tagging" ; + "POS tagging objective" ; + "grammatical tagging objective" ; + "word category disambiguation objective" ; + rdfs:label "part-of-speech tagging objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to apply statistical approaches to identify and tag terms with information concerning their part-of-speech (e.g. noun, verb, adjective, etc)" ; + "statistical POS objective" ; + rdfs:label "statistical part-of-speech tagging objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to identify and extract subjective information in source materials (e.g. the attitude of the speaker, or the overall contextual polarity of a document)" ; + "http://en.wikipedia.org/wiki/Sentiment_analysis" ; + rdfs:label "sentiment analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to facilitate conversion of written text to accurate and natural spoken language" ; + "text to speech word pattern analysis" ; + rdfs:label "text-to-speech articulation analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to understand content of text using approaches primarily based on computational/mathematical machine learning techniques (and not based on the inherent structure of human language)" ; + "PERSON:Kyle Ambert" ; + rdfs:label "text mining objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to understand the content of text by using machine learning algorithms to train models based on gold standard labeled text " ; + "PERSON:Kyle Ambert" ; + "machine learning text processing objective" ; + rdfs:label "supervised text mining objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to understand the content of text by using machine learning algorithms that are able to interactively query the user (or some other information source) to obtain the desired outputs at new data points." ; + "http://en.wikipedia.org/wiki/Active_learning_%28machine_learning%29" ; + "active machine learning text mining objective" ; + rdfs:label "active learning text mining objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to algorithmically assign a document to one or more classes or categories" ; + "document classification objective" ; + "text classification objective" ; + rdfs:label "document classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "text recommendation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "text clustering objective" ; + rdfs:label "document clustering objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "the objective to identify specficic informtion within text" ; + "PERSON:Kyle Ambert" ; + "knowledge extraction objective" ; + rdfs:label "information extraction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to identify and classify atomic elements in text into predefined categories such as the names of persons, organizations, locations, expressions of times, quantities, monetary values, percentages, etc." ; + "PERSON:Kyle Ambert" ; + "http://en.wikipedia.org/wiki/Named_entity_recognition" ; + "NER objective" ; + "entity extraction objective" ; + "entity identification objective" ; + rdfs:label "named-entity recognition objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "an objective to use machine learning algorithms to group textual entities in the absence of gold standard labeled text" ; + "PERSON:Kyle Ambert" ; + rdfs:label "unsupervised text mining objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "LDA objective" ; + rdfs:label "latent discriminant analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to process and analyze data that is output from a specific type of technique, technology, or instrument." ; + rdfs:label "source-based data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "ChIP-Chip data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "FACS data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "mass spectrometry data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to process and analyze data in order to generate new information about biological and/or medical phenomenon at a certain level of granularity. This hierarchy classifies software objectives based on the type/granularity of biomedical entity which the data they produce are about." ; + "biomedical data type-specific analysis objectives" ; + "data type-specific analysis objectives" ; + "topic-based data analysis objectives" ; + rdfs:label "subject-based data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze data to investigate phenomenon at the level/granularity of gross anatomical structures (ie from anatomical systems and organs/tissues down to multi-cellular structures, inclusive)" ; + "anatomical analysis objective" ; + "organism feature analysis objective" ; + rdfs:label "anatomical data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "anatomical image analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "anatomical feature detection objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "anatomical anomoly diagnosis objective" ; + "anatomical disorder detection objective" ; + "anatomical disorder diagnosis assistance objective" ; + rdfs:label "anatomical disorder detection/diagnosis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze data to investigate phenomenon concerning mental processes and/or resulting behavioral activity of an organism or group of organisms" ; + "behavior analysis objective" ; + "psychological analysis objective" ; + rdfs:label "behavioral data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "activity analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "decision analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze data concerning biomechanical/physical forces" ; + "biomechanical data analysis objective" ; + "biomechanics analysis objective" ; + rdfs:label "biomechanics data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "mechanical modeling and simulation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "contact modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "multibody dynamics analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze data about phenomenon at the level/granularity of cells (cellular processes, morphology, and interactions, protein expression, etc) or collections of cells." ; + "cell analysis objective" ; + "cellular analysis objective" ; + rdfs:label "cellular data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "cell dynamics modeling objective" ; + rdfs:comment "modeling cellular level processes/behaviors based on input of biological data/parameters" ; + rdfs:label "cell modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "cellular image analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze data about the physical features of cells or a populations of cells" ; + "cell feature analysis objective" ; + "cell image analysis objective" ; + rdfs:label "cellular feature detection objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "cellular process pathway analysis objective" ; + rdfs:label "cellular process network analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to perform data analysis which generates new information about physiological malfunctioning and anatomical disorders characteristic of disease" ; + "disorder analysis objective" ; + rdfs:label "disease analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "physiological disorder detection and diagnosis assistance objective" ; + rdfs:label "disease detection/diagnosis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to understand factors that effect disease outcomes" ; + rdfs:label "disease outcome analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "anatomical disorder diagnosis objective" ; + rdfs:label "anatomical disorder detection objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "behavioral disorder detection objective" ; + "psychological disorder diagnosis assistance objective" ; + rdfs:label "psychological disorder diagnosis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "disease pathway analysis objective" ; + rdfs:label "disease pathway analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "disease modeling objective" ; + rdfs:label "disease process modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective of analyzing data to generate information about molecules/molecular complexes or the processes in which they are involved (molecular structures, sequences, interactions, networks, actrivities, etc) " ; + "molecular analysis objective" ; + rdfs:label "molecular data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze large scale data sets representing a broad profile of some molecular-level feature of a subject or specimen (e.g. some totality of its genes, proteins, metabolic products, transcripts, etc). Covers range of objectives related to the analysis of OMICs data (transcriptomics, genomics, proteomics, metabolomics, etc)" ; + "Here, the objective is \"about\" an ____ome-wide collection of moelcular entities of a particular type (eg a full genome of sequecnes instead of a single sequence)." ; + "large-scale molecular data analysis objective" ; + rdfs:label "OMICs data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "reaction data analysis objective" ; + rdfs:label "chemical reaction data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "enzyme kinetics analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "gene expression profile clustering objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "analysis of expression in a single sample (as opposed to differential expression analysis)" ; + rdfs:label "independent gene expression analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to identify, map or analyse genetic markers in DNA sequences, for example to produce a genetic (linkage) map of a chromosome or genome or to analyze genetic linkage and synteny (EDAM)" ; + rdfs:comment "examples include objectives to estimate how close two genes are on a chromosome by calculating how often they are transmitted together to an offspring, ascertain whether two genes are linked and parental linkage, calculate linkage map distance etc. (EDAM)" ; + rdfs:label "genetic mapping and linkage analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "genetic map construction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "DNA transduciton map construction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "QTL map construction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "cytogenetic map construction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "haplotype map construction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "molecular sequence design objective" ; + "sequence molecule design objective" ; + rdfs:comment "an objective is to design a new molecular structure or macromolecular sequence that meets specified criteria" ; + rdfs:label "macromolecular sequence design objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid design objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze sequences for suitability as primers, probes for a particular application" ; + "primer/probe design objective" ; + rdfs:label "oligonucleotide design objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "objective to specify a amino acid sequence to meet certain needs (e.g, be a good immunogen for antibody production)" ; + rdfs:label "peptide design objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to classify an entire sequence macromolecule or gene as belonging to a particular class (e.g. based on localization, function, evolutionary conservation, etc)" ; + "molecular sequence classification objective" ; + rdfs:label "sequence classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid sequence classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "RNA family classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "gene family classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein sequence classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "cellular localization classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein family classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "membrane topology classification objective" ; + rdfs:label "transmembrane protein classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to identify, discover, and/or analyze sequence-based functional regions of sequence macromolecules" ; + "sequence function analysis" ; + rdfs:label "sequence feature analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to identify new/novel domains or motifs linked to protein or nucleic acid functions (typically through statistical analysis of sequences known to exhibit some common activity)" ; + "sequence feature definition objective" ; + rdfs:label "sequence feature discovery objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "gene family discovery objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "nucleic acid motif definition objective" ; + rdfs:label "nucleic acid motif discovery objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "protein domain definition objective" ; + "protein motif definition objective" ; + "protein motif discovery objective" ; + rdfs:label "protein domain discovery objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "seqeunce feature inference objective" ; + "sequence feature detection objective" ; + "sequence feature prediction objective" ; + rdfs:comment "objective to identify presence of known sequence domains/motifs in a macromolecule" ; + rdfs:label "sequence feature identification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "lots more specific subtypes in EDAM:Operation>Nucleic acid feature prediction hierarchy" ; + "nucleic acid sequence feature inference objective" ; + "nucleic acid sequence feature prediction objective" ; + rdfs:label "nucleic acid sequence feature identification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "DNA binding site prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "transcription factor binding site inference objective" ; + rdfs:label "transcription factor binding site prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "DNA modification site prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "gene prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "promoter prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "transcript splicing prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "protein sequence feature detection objective" ; + "protein sequence feature prediction objective" ; + rdfs:label "protein sequence feature identification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein cleavage site prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "protein domain identification objective" ; + "protein domain recognition objective" ; + "protein motif prediction objective" ; + rdfs:label "protein domain prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "protein modification site recognition objective" ; + rdfs:label "protein modification site prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to generate novel sequence or sequence profiles based on analysis or transformation of input biological sequence data" ; + "sequence transformation objective" ; + rdfs:label "sequence generation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid restriction digest profile generation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid reverse and complement generation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid transcription or translation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to calculate or predict physical or chemical properties of molecules, including any non-positional properties of a macromolecular sequence" ; + "molecule physical property calculation" ; + rdfs:label "molecular physical property analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid physical property analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid curvature calculation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid thermodynamic property calculation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid entropy analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid melting temperature calculation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "many more examples under EDAM/SWO:Core Data>Molecular Property>Protein Property" ; + rdfs:label "protein physical property analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "peptide immunogenicity analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein felxibility analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein hydropathy profile analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein isoelectric point calculation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze the basic character composition of molecular sequences, for example character or word frequency, ambiguity, complexity or repeats (EDAM)" ; + "sequence ambiguity analysis, sequence complexity analysis, repeat sequence organization analysis, nucleic acid density analysis" ; + "sequence composition calculation objective" ; + rdfs:label "sequence composition analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to quantify or analyze variations at specific loci in the genomes of organisms (mutation and polymorphism) across or within a species, population, or individual (e.g healthy vs diseased tissue)." ; + "comparative genomics analysis objective" ; + "macromolecular sequence variation analysis" ; + rdfs:comment "This objective concerns a collection of sequences - specifically the sequence variation within the collection. This is different than a \"sequence comparison objective\" which is about a particular sequence and its conservation relative to other sequences. Different than phylogenetics because goal does not extend to predicting an evolutionary relationship. It is concerned with sequences, not organisms/populations/species, and stops with measuring variation of these sequences in some way." ; + rdfs:label "genetic sequence variation analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze variation in chromosome structure including microscopic and submicroscopic types of variation such as deletions, duplications, copy-number variants, insertions, inversions and translocations. (EDAM)" ; + rdfs:label "genetic structural variation analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "gene variant discovery objective" ; + rdfs:label "genetic variant discovery objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "single nucleotide polymorphism discovery objective" ; + rdfs:label "SNP discovery objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "single nucleotide polymorphism analysis objective" ; + rdfs:label "SNP analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "multiple sequence alignment objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to produce a sequence alignments between sequences of different types, for example genomic DNA to EST, cDNA or mRNA. (EDAM)" ; + rdfs:label "hybrid sequence alignment objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "pairwise sequence alignment objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze thef physiochemical properties of a direct physical interaction of two or more molecules with each other" ; + "direct molecular interaction analysis objective" ; + "molecular binding analysis objective" ; + rdfs:comment "key is that this refers to the analysis of a single moelcular interaction data, not large-scale analysis of interaction data (ie OMICs). distinguished from the more generic type of \"interaction\" analysis which may not require a direct physical interaciton, e.g. genetic interactions between genes" ; + rdfs:label "molecular interaction analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to model the direct interaction between two or more molecules" ; + rdfs:label "molecular interaction modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze or predict the physiochemical properties of the interaction between a protein with some other molecule(s)" ; + "protein-protein, protein-ligand, protein-drug, protein-nucleic acid interaction analysis objectives" ; + rdfs:comment "distinct from protein interaction network analysis which is concerned with a larger network comprised of manifold protein interactions" ; + rdfs:label "protein interaction analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein interaction modeling" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "intramolecular interaction analysis objective" ; + rdfs:label "single molecule dynamics analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein residue interaction analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for SWO:Simulation and analysis of biochemical networks" ; + "molecular pathway analysis objective" ; + rdfs:label "molecular network analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "genetic pathway analysis objective" ; + rdfs:label "genetic network analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to map a gene expression profile to known biological pathways, for example, to identify or reconstruct a pathway (EDAM)" ; + rdfs:label "gene expression profile pathway mapping objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze dynaimcs of gene regulatory networks to make hypothesis or draw conclusions . . . " ; + rdfs:label "gene regulatory network analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to define novel networks of genetic interactions at the level of gene regulation" ; + "gene regulatory network discovery objective" ; + "gene regulatory network prediction objective" ; + rdfs:label "gene regulatory network construction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "metabolic network analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "molecular interaction network analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "protein interaction network analysis objective" ; + rdfs:label "protein-protein interaction network analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to use biological data to model/predict molecular pathway behavior" ; + "signaling pathway modeling objective" ; + rdfs:label "molecular signaling network modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyzie data about direct molecular cell signaling networks or pathways, including predictions/modeling of how changes at certain nodes will affect the global network, and discovery/construction of new pathways or pathway connections (pathway discovery/construction)" ; + "cell signaling network analysis objective" ; + "cell signaling pathway analysis objective" ; + "molecular signaling network analysis objective" ; + "signal transduction pathway analysis objective" ; + rdfs:label "signal transduction network analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to define novel networks of molecular or geneitc signaling in or between cells, or discover new interactions/connections in a knownn network/pathway" ; + "cell signaling network construction objective" ; + "cell signaling pathway construction objective" ; + "signal transduction pathway construction objective" ; + "signaling network construction objective" ; + "signaling network discovery objective" ; + rdfs:label "signal transduction network construction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze the structure of a molecular eneity (a chemical small molecule or a macromolecule)" ; + rdfs:label "molecular structure analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyse the structure of a chemical (ie a non-macromolecule)" ; + "non-macromolecular chemical structure analysis" ; + "small molecule structure analysis" ; + rdfs:label "chemical structure analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "chemical structure classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "chemical structure comparison objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "chemical structure modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "macromolecular structure analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "macromolecular structure classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "macromolecular structure comparison objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "macromolecular structure comparison objective" ; + rdfs:comment "objective to predict secondary or tertiary structure alignment between two or more macromolecules" ; + rdfs:label "macromolecular structure alignment objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein structure alignment objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "secondary structural alignment objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "structural 3D profiling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "structural clustering objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "tertiary structure alignment objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze physical data about an actual macromolecule structure and generate a three-dimensional model of its structure, e.g. taking crystallography/NMR data and using it to generate a 3D structure (not a \"prediction\" based on other inputs such as sequence data). " ; + "3d structure generation" ; + "macromolecular structure modeling" ; + "three dimensional structure generation" ; + rdfs:label "macromolecular structure generation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to infer a predicted structure for a macromolecule based on secondary data/information such as seqeunce or homology (ie not based on physical data colelcted about the actual macromolecule in question, as is done in techniques such as x-ray chrystalography)" ; + rdfs:label "macromolecular structure prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid structure prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence-based nucleic acid structure prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence-based nucleic acid secondary structure prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence-based nucleic acid tertiary structure prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "protein structure prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence-based protein structure prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "homology modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence-based protein secondary structure prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence-based protein tertiary structure prediction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "structural classification objective" ; + rdfs:label "molecular structure classification objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "molecular structure comparison objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze data to investigate biological processes at the level of single organism anatomy, including abnormal functioning of physiology in disease" ; + "physiological analysis objective" ; + "physiology analysis objective" ; + rdfs:label "physiological data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "physiological process data collection and processing objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "physiological process monitoring objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to model a physiological process or dynamics of a physiological system or entity" ; + "physiological system modeling objective" ; + rdfs:label "physiological process modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "cardiovascular system modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze data to investigate phenomenon at the level of populations or species of organisms . . . including analysis of their genetic make-up" ; + "population analysis objective" ; + "population and evolutionary analysis objective" ; + rdfs:label "population data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to explore genetic relaationships in families of individuals (e.g. family tree construciton, relatedness, inheritance patterns, etc)" ; + rdfs:label "familial genetics analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze interactions among, growth or changes in,or evolution of a population of organisms" ; + rdfs:label "population dynamics analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "population dynamics modeling objective" ; + rdfs:label "population modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze the genetics of a population of organisms, e.g. the distribution of allele frequencies in a population of organisms and its change subject to evolutionary processes including natural selection, genetic drift, mutation and gene flow (EDAM)" ; + rdfs:comment "the objective here is not to necessarily make any inferences about evolutionary relatedness . . . ie could include assessment of genetic variation for its own sake" ; + rdfs:label "population genetics analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze evolutionary relatedness across a population of organisms" ; + "evolutionary analysis objective" ; + "evolutionary relationship analysis objective" ; + rdfs:label "phylogenetic analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to model or simulate evolutionary processes" ; + rdfs:label "evolutionary modeling objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "phenotype-based phylogenetic analysis objective" ; + "phenotypic evolutionary analysis objective" ; + rdfs:label "morphology-based phylogenetic analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "morphology-based phylogenetic tree analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "morphology-based phylogenetic tree creation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "phylogenomic analysis objective" ; + rdfs:label "sequence-based phylogenetic analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "gene cluster conservation analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "phylogenomic tree analysis objective" ; + rdfs:label "sequence-based phylogenetic tree analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "phylogenomic tree construction objective" ; + "phylogenomic tree creation objective" ; + "phylogenomic tree reconstruction objective" ; + rdfs:label "sequence-based phylogenetic tree construction objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "sequence-based population divergence analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "ChIP-Chip data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "mass spectrometry data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "operation" ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data processing operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "alignment analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "classification analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "clustering analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "comparison analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "feature comparison analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "feature alignment analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data aquisition operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data evaluation operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data validation operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "identification of some part of a specimen (e.g. an anatomical, molecular, cellular specimen) that represents a feature of interest" ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "feature detection analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:comment "a type of detection in which there is some statistical uncertainty as to whether the detected feature is valid" ; + rdfs:label "feature prediction analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "feature discovery analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "pathway analysis operation" ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "network analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "graph-based analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "image analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "mathematical modeling and simulation" ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "modeling and simulation operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "molecular design analysis operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "image processing operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data assembly operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data transfer operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data cleaning operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data correction operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data normalilzation operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data pre-processing operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data rendering and visualization operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data retrieval operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:comment "Placeholder for EDAM operation class." ; + rdfs:label "data transformation operation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "algorithm execution" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "placeholder for OBI:center calculation objective" ; + rdfs:label "center calculation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "clustering analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "error analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "group comparison objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "permutation test objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "power-sample size analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "regression analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "statistical classification analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "probability distribution fitting objective" ; + rdfs:label "statistical distribution fitting objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to determine aspects of study design needed to achieve a desired statistical power or rigour" ; + "statistical parameter calculation objective" ; + rdfs:label "statistical parameter determination objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "drug design objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "quantitative PCR data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A sequence analysis objective that analyzes the sequence of DNA fragments." ; + "PERSON: Nicole Vasilevsky" ; + "PERSON: Nicole Vasilevsky" ; + rdfs:label "DNA fragment analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "Fourier transform" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "BOWTIE" ; + "Burrows-Wheeler indexing" ; + "Burrows-Wheeler transformation" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "JT test" ; + "Jonckheere trend test" ; + rdfs:label "Jonckheere–Terpstra test" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Kendall rank correlation coefficient" ; + rdfs:label "Kendall's tau coefficient" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "Harding algorithm" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "Derivative Log ratio spread" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "Z-scoring for aberrant regions" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "ADM-1" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "academic software license" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "non-commercial proprietary software license" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "Monte Carlo method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "least squares fitting" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "spline-curve spatial analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "spline-curve dynamics analysis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "de Bruijn graph-based method" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "text-to-speech synthesis" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze data about a population of human subjects in a human study" ; + "PERSON:Matthew Brush" ; + "PERSON:Matthew Brush" ; + rdfs:label "human study data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "anatomical data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "behavioral data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "biomechanical data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "cell data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "disease data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "data that is about molecules or phenomena occurring at a molecular level (e.g. processes such as molecular interactions, chemical reactions, gene expression etc)." ; + rdfs:label "molecular data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "protein secondary structure data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "population data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "anatomical image data" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + rdfs:label "cell image data" ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + ; + rdfs:label "genetic mapping data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "chemical reaction data" ; + rdfs:label "reaction data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "gene expression data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "sequence data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to calculate level of sequence conservation/similarity between macromolecules" ; + rdfs:label "sequence similarity calculation objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "molecular structure data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "protein structure data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "flow cytometry data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "sequence variation data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "sequence alignment data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "molecular network data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "nucleic acid secondary structure data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "protein tertiary structure data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "data about organisms and phenomenon at the level/granularity of organisms, their superficial features, and their behavior" ; + rdfs:label "organism data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "objective to analyze data to investigate phenomenon at the level/granularity of organisms, their superficial features, and their behavior" ; + rdfs:label "organismal data analysis objective" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "health data" ; + rdfs:label "medical data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "population genetics data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "phylogenetic data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "morphological data" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "Markov Cluster algorithm" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "SVM-Light algorithm" ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "example to be eventually removed"@en ; +. + + a owl:Class ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:domain ; + rdfs:label "has measurement value"@en ; + rdfs:range xsd:float ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A language in which source code is written, intended to executed/run by a software interpreter. Programming languages are ways to write instructions that specify what to do, and sometimes, how to do it."@en ; + "person:Alan Ruttenberg"@en ; + "person:Chris Stoeckert"@en ; + "OBI_0000058"@en ; + "group:OBI"@en ; + rdfs:label "programming language"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; + "10 feet. 3 ml."@en ; + ; + "a scalar measurement datum is a measurement datum that is composed of two parts, numerals and a unit label."@en ; + """2009-03-16: we decided to keep datum singular in scalar measurement datum, as in +this case we explicitly refer to the singular form"""@en ; + "Would write this as: has_part some 'measurement unit label' and has_part some numeral and has_part exactly 2, except for the fact that this won't let us take advantage of OWL reasoning over the numbers. Instead use has measurment value property to represent the same. Use has measurement unit label (subproperty of has_part) so we can easily say that there is only one of them."@en ; + "PERSON: Alan Ruttenberg"@en ; + "PERSON: Melanie Courtot"@en ; + rdfs:label "scalar measurement datum"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + rdfs:label "has measurement unit label"@en ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:Class ; +. + + a owl:Class ; + "curation status specification"@en ; + ; + "The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en ; + "Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting)"@en ; + "PERSON:Bill Bug"@en ; + "GROUP:OBI:"@en ; + "OBI_0000266"@en ; + rdfs:label "curation status specification"@en ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:oneOf ( + + + + + + + + + + ) ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; + "data about an ontology part is a data item about a part of an ontology, for example a term"@en ; + "Person:Alan Ruttenberg" ; + rdfs:label "data about an ontology part"@en ; + rdfs:subClassOf ; +. + + a ; + a owl:NamedIndividual ; + "The term was used used in an attempt to structure part of the ontology but in retrospect failed to do a good job"@en ; + "Person:Alan Ruttenberg" ; + rdfs:label "failed exploratory term"@en ; +. + + a owl:Class ; +. + + a owl:Class ; + "measurement datum"@en ; + "Examples of measurement data are the recoding of the weight of a mouse as {40,mass,\"grams\"}, the recording of an observation of the behavior of the mouse {,process,\"agitated\"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}."@en ; + ; + "A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device."@en ; + "2/2/2009 is_specified_output of some assay?"@en ; + "person:Chris Stoeckert"@en ; + "OBI_0000305"@en ; + "group:OBI"@en ; + rdfs:label "measurement datum"@en ; + rdfs:subClassOf ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; + "in branch"@en ; + "An annotation property indicating which module the terms belong to. This is currently experimental and not implemented yet."@en ; + "GROUP:OBI"@en ; + "OBI_0000277"@en ; + rdfs:label "in branch"@en ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a ; + a owl:NamedIndividual ; + "Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete."@en ; + rdfs:label "metadata complete"@en ; +. + + a ; + a owl:NamedIndividual ; + "term created to ease viewing/sort terms for development purpose, and will not be included in a release"@en ; + rdfs:label "organizational term"@en ; +. + + a ; + a owl:NamedIndividual ; + "Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking \"ready_for_release\" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release. Those classes deemed \"ready_for_release\" will also derived from a chain of ancestor classes that are also \"ready_for_release.\""@en ; + rdfs:label "ready for release"@en ; +. + + a ; + a owl:NamedIndividual ; + "Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors."@en ; + rdfs:label "metadata incomplete"@en ; +. + + a ; + a owl:NamedIndividual ; + "Nothing done yet beyond assigning a unique class ID and proposing a preferred term."@en ; + rdfs:label "uncurated"@en ; +. + + a ; + a owl:NamedIndividual ; + "All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor."@en ; + rdfs:label "pending final vetting"@en ; +. + + a owl:ObjectProperty ; + "This document is about information artifacts and their representations"@en ; + ; + "is_about is a (currently) primitive relation that relates an information artifact to an entity."@en ; + """7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive. + +We will try to build it back up by elaborating the various subproperties that are more precisely defined. + +Some currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic."""@en ; + "person:Alan Ruttenberg"@en ; + "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en ; + rdfs:domain ; + rdfs:label "is about"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "mentions" ; + rdfs:subPropertyOf ; +. + + a owl:Class ; +. + + a owl:ObjectProperty ; + """m is a quality measurement of q at t when +q is a quality +there is a measurement process p that has specified output m, a measurement datum, that is about q"""@en ; + "8/6/2009 Alan Ruttenberg: The strategy is to be rather specific with this relationship. There are other kinds of measurements that are not of qualities, such as those that measure time. We will add these as separate properties for the moment and see about generalizing later"@en ; + """From the second IAO workshop [Alan Ruttenberg 8/6/2009: not completely current, though bringing in comparison is probably important] + +This one is the one we are struggling with at the moment. The issue is what a measurement measures. On the one hand saying that it measures the quality would include it \"measuring\" the bearer = referring to the bearer in the measurement. However this makes comparisons of two different things not possible. On the other hand not having it inhere in the bearer, on the face of it, breaks the audit trail. + +Werner suggests a solution based on \"Magnitudes\" a proposal for which we are awaiting details. +-- +From the second IAO workshop, various comments, [commented on by Alan Ruttenberg 8/6/2009] + +unit of measure is a quality, e.g. the length of a ruler. + +[We decided to hedge on what units of measure are, instead talking about measurement unit labels, which are the information content entities that are about whatever measurement units are. For IAO we need that information entity in any case. See the term measurement unit label] + +[Some struggling with the various subflavors of is_about. We subsequently removed the relation represents, and describes until and only when we have a better theory] + +a represents b means either a denotes b or a describes + +describe: +a describes b means a is about b and a allows an inference of at least one quality of b + +We have had a long discussion about denotes versus describes."""@en ; + """From the second IAO workshop: An attempt at tieing the quality to the measurement datum more carefully. + +a is a magnitude means a is a determinate quality particular inhering in some bearer b existing at a time t that can be represented/denoted by an information content entity e that has parts denoting a unit of measure, a number, and b. The unit of measure is an instance of the determinable quality."""@en ; + """From the second meeting on IAO: + +An attempt at defining assay using Barry's \"reliability\" wording + +assay: +process and has_input some material entity +and has_output some information content entity +and which is such that instances of this process type reliably generate +outputs that describes the input."""@en ; + """This one is the one we are struggling with at the moment. The issue is what a measurement measures. On the one hand saying that it measures the quality would include it \"measuring\" the bearer = referring to the bearer in the measurement. However this makes comparisons of two different things not possible. On the other hand not having it inhere in the bearer, on the face of it, breaks the audit trail. + +Werner suggests a solution based on \"Magnitudes\" a proposal for which we are awaiting details."""@en ; + "Alan Ruttenberg"@en ; + rdfs:domain ; + rdfs:label "is quality measurement of"@en ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a ; + a owl:NamedIndividual ; + "Core is an instance of a grouping of terms from an ontology or ontologies. It is used by the ontology to identify main classes."@en ; + "PERSON: Alan Ruttenberg"@en ; + "PERSON: Melanie Courtot"@en ; + rdfs:label "core"@en ; +. + + a owl:Class ; + "obsolescence reason specification"@en ; + ; + "The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en ; + "The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology."@en ; + "PERSON: Alan Ruttenberg"@en ; + "PERSON: Melanie Courtot"@en ; + rdfs:label "obsolescence reason specification"@en ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:oneOf ( + + + + + + ) ; + ] ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "placeholder removed"@en ; +. + + a ; + a owl:NamedIndividual ; + "An editor note should explain what were the merged terms and the reason for the merge."@en ; + rdfs:label "terms merged"@en ; +. + + a ; + a owl:NamedIndividual ; + "This is to be used when the original term has been replaced by a term imported from an other ontology. An editor note should indicate what is the URI of the new term to use."@en ; + rdfs:label "term imported"@en ; +. + + a ; + a owl:NamedIndividual ; + "This is to be used when a term has been split in two or more new terms. An editor note should indicate the reason for the split and indicate the URIs of the new terms created."@en ; + rdfs:label "term split"@en ; +. + + a owl:AnnotationProperty ; + "has obsolescence reason"@en ; + "Relates an annotation property to an obsolescence reason. The values of obsolescence reasons come from a list of predefined terms, instances of the class obsolescence reason specification."@en ; + "PERSON:Alan Ruttenberg"@en ; + "PERSON:Melanie Courtot"@en ; + rdfs:label "has obsolescence reason"@en ; +. + + a owl:AnnotationProperty ; + "curator note"@en ; + ; + "An administrative note of use for a curator but of no use for a user"@en ; + "PERSON:Alan Ruttenberg"@en ; + rdfs:label "curator note"@en ; +. + + a owl:Class ; + "textual entity"@en ; + "Words, sentences, paragraphs, and the written (non-figure) parts of publications are all textual entities"@en ; + "A textual entity is a part of a manifestation (FRBR sense), a generically dependent continuant whose concretizations are patterns of glyphs intended to be interpreted as words, formulas, etc."@en ; + "AR, (IAO call 2009-09-01): a document as a whole is not typically a textual entity, because it has pictures in it - rather there are parts of it that are textual entities. Examples: The title, paragraph 2 sentence 7, etc."@en ; + "MC, 2009-09-14 (following IAO call 2009-09-01): textual entities live at the FRBR (http://en.wikipedia.org/wiki/Functional_Requirements_for_Bibliographic_Records) manifestation level. Everything is significant: line break, pdf and html versions of same document are different textual entities."@en ; + "PERSON: Lawrence Hunter"@en ; + "text"@en ; + rdfs:label "textual entity"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + "The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are \"natural kinds\" and the latter arbitrary collections of entities." ; + "A denotator type indicates how a term should be interpreted from an ontological perspective." ; + "Alan Ruttenberg" ; + "Barry Smith, Werner Ceusters" ; + rdfs:label "denotator type" ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:oneOf ( + + + + ) ; + ] ; +. + + a ; + a owl:NamedIndividual ; + "Hard to give a definition for. Intuitively a \"natural kind\" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents." ; + "Alan Ruttenberg" ; + "A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf" ; + rdfs:label "universal" ; +. + + a owl:AnnotationProperty ; + "is denotator type"@en ; + "relates an class defined in an ontology, to the type of it's denotator" ; + "In OWL 2 add AnnotationPropertyRange('is denotator type' 'denotator type')" ; + "Alan Ruttenberg" ; + rdfs:label "is denotator type" ; +. + + a owl:AnnotationProperty ; +. + + a owl:ObjectProperty ; + ; + "inverse of the relation of is quality measurement of"@en ; + "2009/10/19 Alan Ruttenberg. Named 'junk' relation useful in restrictions, but not a real instance relationship"@en ; + "Person:Alan Ruttenberg"@en ; + rdfs:label "is quality measured as"@en ; + owl:inverseOf ; +. + + a ; + a owl:NamedIndividual ; + "\"definitions\", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal." ; + "A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal" ; + "Alan Ruttenberg" ; + rdfs:label "defined class" ; +. + + a ; + a owl:NamedIndividual ; + "A named class expression is a logical expression that is given a name. The name can be used in place of the expression." ; + "named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions" ; + "Alan Ruttenberg" ; + rdfs:label "named class expression" ; +. + + a ; + a owl:NamedIndividual ; + "Terms with this status should eventually replaced with a term from another ontology."@en ; + "Alan Ruttenberg"@en ; + "group:OBI"@en ; + rdfs:label "to be replaced with external ontology term"@en ; +. + + a owl:AnnotationProperty ; + "expand expression to"@en ; + """ObjectProperty: RO_0002104 +Label: has plasma membrane part +Annotations: IAO_0000424 \"http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.org/obo/owl/GO#GO_0005886 and http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)\" +"""@en ; + "A macro expansion tag applied to an object property (or possibly a data property) which can be used by a macro-expansion engine to generate more complex expressions from simpler ones"@en ; + "Chris Mungall" ; + rdfs:label "expand expression to"@en ; +. + + a owl:AnnotationProperty ; + "expand assertion to"@en ; + """ObjectProperty: RO??? +Label: spatially disjoint from +Annotations: expand_assertion_to \"DisjointClasses: (http://purl.obolibrary.org/obo/BFO_0000051 some ?X) (http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)\" +"""@en ; + "A macro expansion tag applied to an annotation property which can be expanded into a more detailed axiom."@en ; + "Chris Mungall"@en ; + rdfs:label "expand assertion to"@en ; +. + + a owl:AnnotationProperty ; + "first order logic expression"@en ; + "PERSON:Alan Ruttenberg"@en ; + rdfs:label "first order logic expression"@en ; +. + + a owl:AnnotationProperty ; + "antisymmetric property"@en ; + "part_of antisymmetric property xsd:true"@en ; + "use boolean value xsd:true to indicate that the property is an antisymmetric property"@en ; + "Alan Ruttenberg"@en ; + rdfs:label "antisymmetric property"@en ; +. + + a ; + a owl:NamedIndividual ; + "A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues."@en ; + "Alan Ruttenberg"@en ; + "group:OBI"@en ; + rdfs:label "requires discussion"@en ; +. + + a owl:AnnotationProperty ; + "OBO foundry unique label"@en ; + ; + "An alternative name for a class or property which is unique across the OBO Foundry."@en ; + "The intended usage of that property is as follow: OBO foundry unique labels are automatically generated based on regular expressions provided by each ontology, so that SO could specify unique label = 'sequence ' + [label], etc. , MA could specify 'mouse + [label]' etc. Upon importing terms, ontology developers can choose to use the 'OBO foundry unique label' for an imported term or not. The same applies to tools ." ; + "PERSON:Alan Ruttenberg"@en ; + "PERSON:Bjoern Peters"@en ; + "PERSON:Chris Mungall"@en ; + "PERSON:Melanie Courtot"@en ; + "GROUP:OBO Foundry "@en ; + rdfs:label "OBO foundry unique label"@en ; +. + + a owl:AnnotationProperty ; + """Ontology: + Annotations: + 'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\" + 'has ID digit count' : 7, + rdfs:label \"RO id policy\" + 'has ID policy for': \"RO\"""" ; + "Relates an ontology used to record id policy to the number of digits in the URI. The URI is: the 'has ID prefix\" annotation property value concatenated with an integer in the id range (left padded with \"0\"s to make this many digits)" ; + "Person:Alan Ruttenberg" ; + rdfs:label "has ID digit count"@en ; +. + + a owl:AnnotationProperty ; + """Datatype: idrange:1 +Annotations: 'has ID range allocated to': \"Chris Mungall\" +EquivalentTo: xsd:integer[> 2151 , <= 2300] +""" ; + "Relates a datatype that encodes a range of integers to the name of the person or organization who can use those ids constructed in that range to define new terms" ; + "Person:Alan Ruttenberg" ; + rdfs:label "has ID range allocated to"@en ; +. + + a owl:AnnotationProperty ; + """Ontology: + Annotations: + 'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\" + 'has ID digit count' : 7, + rdfs:label \"RO id policy\" + 'has ID policy for': \"RO\"""" ; + "Relating an ontology used to record id policy to the ontology namespace whose policy it manages" ; + "Person:Alan Ruttenberg" ; + rdfs:label "has ID policy for" ; +. + + a owl:AnnotationProperty ; + "term replaced by"@en ; + ; + "Use on obsolete terms, relating the term to another term that can be used as a substitute"@en ; + "Person:Alan Ruttenberg"@en ; + "Person:Alan Ruttenberg"@en ; + rdfs:label "term replaced by"@en ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + "diagnosis textual entity"@en ; + ; + "diagnosis is an assessment of a disease or injury, its likely prognosis and treatment."@en ; + "Jennifer Fostel"@en ; + rdfs:label "diagnosis textual entity"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; + "patient role" ; + """ + a hospitalized person; a person with controlled diabetes; the patient's role http://www.fertilityjourney.com/testingAndDiagnosis/theRightDoctor/thePatientsRole/index.asp?C=55245395146924652778 + """@en ; + ; + """ + a role which inheres in a person and is realized by the process of being under the care of a physician or health care provider + """@en ; + "GROUP:Role Branch"@en ; + "patient" ; + "OBI, CDISC"@en ; + ; + rdfs:label "patient role"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + "health care provider role" ; + ; + "a worker role of providing medical care either within or outside the study timeline"@en ; + "Person:Jennifer Fostel"@en ; + "health care provider" ; + rdfs:label "health care provider role"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:ObjectProperty ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:domain ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + "realizes"@en ; + """example of usage: The process of 'histidine catabolism' (GO:0006548) realizes the +function 'histidine ammonia lyase activity' (GO:0004397) (note: here 'activity' +denotes a function and not a process). We leave open the possibility of defining +in future the sub-relations directly_realizes (as bewteen a function and it's +functioning) and indirectly_realizes.""" ; + ; + """Relation between a process and a function, where the unfolding of the +process requires the execution of the function. Class level: P realizes F iff: +given any p that instantiates P, there exists some f, t such that f instantiates + F at t and p *realizes* f. Here, *realizes* is the primitive +instance level relation [GOC:cjm]""" ; + "GROUP:OBI:" ; + "PERSON: Chris Mungal" ; + "executes" ; + "has_function_part" ; + "involves_execution_of" ; + "is_realization_of" ; + rdfs:domain ; + rdfs:label "realizes"@en ; + rdfs:range ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:Class ; + rdfs:subClassOf [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:ObjectProperty ; + rdfs:range ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:ObjectProperty ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + owl:inverseOf ; +. + + a owl:Class ; + ; + "A person or organization that has a manufacturer role" ; + rdfs:label "manufacturer" ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:label "rate measurement datum"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + "A social process that has at least one human participant and that includes as parts the treatment, diagnosis, or prevention of disease or injury--or the following of instructions of another human for treatment, diagnosis, or prevention--of a participant in the process"@en ; + "Albert Goldfain" ; + "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6" ; + "creation date: 2011-02-21T09:57:44Z" ; + rdfs:label "health care process"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A temporally-connected health care process that has as participants an organization or person realizing the health care provider role and a person realizing the patient role. The health care provider role and patient are realized during the health care encounter"@en ; + "Albert Goldfain" ; + "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6" ; + "creation date: 2011-02-21T09:57:44Z" ; + rdfs:label "health care encounter"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + "A shape quality inhering in a bearer by virtue of the bearer's being forked or partially split into two parts." ; + ; + rdfs:label "bifid"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + "This clarifies that only specifically dependent continuants inhere in (specifically) one independent continuant over all time. For GDCs, there in implicitly inherence to all the independent continuants in which the concretizations inhere. Should add a 'cardinality 1' restriction to the definition of specifically dependent continuant." ; + "This relation belongs in BFO/RO, and will be in BFO 2" ; + rdfs:domain ; + rdfs:label "inheres in"@en ; + rdfs:range ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + rdfs:label "bearer_of"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "participates in"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "has participant"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "derives from (ro)"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "location of"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "contained in"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "contains"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "located in"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "adjacent to"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "has input"@en ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:label "has output"@en ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:label "member of"@en ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "has_member"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "output_of"@en ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + "a produces b if some process that occurs_in a has_output b, where a and b are material entities. Examples: hybridoma cell line produces monoclonal antibody reagent; chondroblast produces avascular GAG-rich matrix." ; + "Melissa Haendel" ; + ; + rdfs:domain ; + rdfs:label "produces"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "produced_by"@en ; + rdfs:range ; + owl:inverseOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:label "rate unit"@en ; + rdfs:subClassOf ; +. + + a owl:Ontology ; +. + + a owl:AnnotationProperty ; + """Ontology: + Annotations: + 'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\" + 'has ID digit count' : 7, + rdfs:label \"RO id policy\" + 'has ID policy for': \"RO\"""" ; + "Relates an ontology used to record id policy to a prefix concatenated with an integer in the id range (left padded with \"0\"s to make this many digits) to construct an ID for a term being created." ; + "Person:Alan Ruttenberg" ; + rdfs:label "has ID prefix"@en ; +. + + a owl:Class ; + "Only use if no specific subclasses of event:Event are appropriate." ; + """This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series. + +The previous short definition was: \"An arbitrary classification of a space/time region, by a cognitive agent.\"""" ; + "Something that happens at a given place and time." ; + rdfs:label "event"@en ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "is agent in"@en ; + rdfs:range ; +. + + a owl:AnnotationProperty ; + rdfs:label "contributor"@en ; +. + + a owl:AnnotationProperty ; + rdfs:label "creator"@en ; +. + + a owl:AnnotationProperty ; + rdfs:label "description"@en ; +. + + a owl:AnnotationProperty ; + rdfs:label "title (dce)"@en ; +. + + a owl:AnnotationProperty ; + rdfs:label "description (dct)" ; +. + + a owl:AnnotationProperty ; +. + + a owl:ObjectProperty ; +. + + a owl:AnnotationProperty ; + rdfs:label "source (dct)"@en ; +. + + rdfs:label "title (dct)" ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:AnnotationProperty ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:AnnotationProperty ; +. + + a owl:ObjectProperty ; + "role_of" ; + "A relation between a role R and an entity E. R role_of E iff: R inheres_in E and R is a role" ; + "GROUP:OBI:" ; + "PERSON: Chris Mungall" ; + ; + rdfs:label "role_of"@en ; + rdfs:subPropertyOf ; + owl:inverseOf ; +. + + a owl:Class ; + "A specific academic journal article" ; + "Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography" ; + rdfs:comment "A scholarly academic article, typically published in a journal."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "academic article"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "A specific journal article" ; + "Short Definition modified from the bibo ontology." ; + "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book" ; + rdfs:comment "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "article"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "phonograph record; tape; CD; DVD; DAT" ; + "Recorded audio in any format" ; + rdfs:comment "An audio document; aka record."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "audio document"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "film; video; Blu-ray" ; + "Audiovisual recording in any format" ; + rdfs:comment "An audio-visual document; film, video, and so forth."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "audio-visual document"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition from the bibo ontology" ; + "Draft legislation presented for discussion to a legal body" ; + rdfs:comment "Draft legislation presented for discussion to a legal body."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "bill"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition copied from bibo ontology" ; + "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers" ; + rdfs:comment "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "book"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition from the bibo ontology " ; + "A section of a book" ; + rdfs:comment "A section of a book."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "book section"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "A document stating the facts and points of law of a client's case" ; + rdfs:comment "A written argument submitted to a court."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "brief"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "A main division of a book" ; + rdfs:comment "A chapter of a book."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "chapter (bibo)"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "Code of Federal Regulations" ; + "Short Definition from OCLC Input Standards, EntW" ; + "A work consisting of texts of rules and regulations related to statutes issued by executive or administrative agencies" ; + rdfs:comment "A collection of statutes."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "code (bibo)"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition is the Medical Subject Heading (MeSH) definition" ; + "Work consisting of collections of previously published works" ; + rdfs:comment "A document that simultaneously contains other documents."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "collected document"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Collection of information resources that have a unified identity. Archives, museums and libraries often acquire collections on specific subjects and from distinguished authors or researchers. Also includes collections of resources bundled into a license." ; + "Hill Ornithology Collection; Wiley Interscience Online Books Biochemisty Collection" ; + "Collection of information resources that have a unified identity" ; + rdfs:comment "A collection of Documents or Collections"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "collection (bibo)"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "2010 International Congress on Autoimmunity; American Libraries Association 2009" ; + "core:Seminar and bibo:Conference are very similar." ; + "A meeting for consultation or discussion." ; + rdfs:comment "A meeting for consultation or discussion."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "conference"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Supreme Court Reporter" ; + "Collection of legal cases" ; + rdfs:comment "A collection of legal cases."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "court reporter"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "document"@en ; + "A journal article, patent application, laboratory notebook, or a book"@en ; + "Short Definition from the bibo ontology" ; + ; + "A bounded physical representation of a body of information designed with the capacity (and usually intent) to communicate" ; + "A collection of information content entities intended to be understood together as a whole"@en ; + "PERSON: Lawrence Hunter"@en ; + ; + rdfs:comment "A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "document"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Short Definition from the bibo ontology " ; + "A distinct part of a larger document or collected document" ; + rdfs:comment "a distinct part of a larger document or collected document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "document part"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "The status of a document with respect to its publication. The statuses are represented as individuals of this class. Use the \"show all individuals of this class\" button on the class control panel to see the currently defined statuses." ; + "submitted; accepted; in-press; published; invited; refereed." ; + "The status of a document with respect to its publication." ; + rdfs:comment "The status of the publication of a document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "document status"@en-us ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Best American Science Writing 2009" ; + "An edited collection of stand-alone articles published as a book" ; + rdfs:comment "An edited book."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "edited book"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition from the bibo ontology" ; + "A passage selected from a larger work" ; + rdfs:comment "A passage selected from a larger work."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "excerpt"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Audiovisual recording in film format" ; + rdfs:comment "aka movie."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "film"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Definiton from Bibo here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit." ; + rdfs:comment "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "hearing"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + """ +""" ; + "photograph; diagram" ; + "A visual representation such as a photograph or graph" ; + rdfs:comment "A document that presents visual or diagrammatic information."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "image"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "radio or newspaper interview" ; + "A conversation between two or more people where questions are asked by the interviewer to obtain information from the interviewee." ; + rdfs:comment "A formalized discussion between two or more people."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "interview"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition from the bibo ontology" ; + "something that is printed or published and distributed, esp. a given number of a periodical" ; + rdfs:comment "something that is printed or published and distributed, esp. a given number of a periodical"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "issue (bibo c)"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Articles usually contain abstracts and bibliographies. Includes peer-reviewed, non-peer-reviewed, and open access journals. Journals are usually indexed in the major academic databases such as PubMed and Web of Science." ; + "Journal of Information Science; IEEE Intelligent System; Scientometrics" ; + "Contains original scholarly research or review articles by experts in the field" ; + rdfs:comment "A periodical of scholarly journal Articles."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "journal"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Official court papers for a case" ; + rdfs:comment "A document accompanying a legal case."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "legal case document"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "The written determination of a case, motion or claim by a court or tribunal" ; + rdfs:comment "A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "decision"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "a document that states some contractual relationship or grants some right" ; + rdfs:comment "A legal document; for example, a court decision, a brief, and so forth."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "legal document"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "From OCLC Input Standards, EntW" ; + "Enactments of legislative bodies, published in either statute or code form" ; + rdfs:comment "A legal document proposing or enacting a law or a group of laws."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "legislation"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "A written or printed communication addressed to a person or organization and usually transmitted by mail" ; + "A written or printed communication addressed to a person or organization and usually transmitted by mail" ; + rdfs:label "letter"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Abstracts and bibliographies are usually not included in magazines. " ; + "New Yorker" ; + "Contains articles of current events or general interest, geared to the reading public as being informative or recreational" ; + rdfs:comment "A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "magazine"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "SDB User Manual" ; + "A book of instructions or guide to a specific topic" ; + rdfs:comment "A small reference book, especially one giving instructions."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "manual"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "Short Definition is the Medical Subject Heading (MeSH) definition" ; + "Works prepared by hand including handwritten or typescript drafts of pre-publication papers or works not otherwise reproduced in multiple copies" ; + rdfs:comment "An unpublished Document, which may also be submitted to a publisher for publication."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "manuscript"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "The Short Definition is how the bibo ontology defines Map. It has been extended to include more broader concept of map which includes science maps, social network maps." ; + "A graphical depiction of geographic features, scientific discipline, scientific data analytical results" ; + rdfs:comment "A graphical depiction of geographic features."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "map"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "USA Today" ; + "Contains news articles, opinions, features, advertising, and is usually issued daily or weekly" ; + rdfs:comment "A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "newspaper"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition from bibo ontology" ; + "Notes or annotations about a resource" ; + rdfs:comment "Notes or annotations about a resource."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "note (bibo c)"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem. In order to be patentable, the invention must fulfill certain conditions. (http://www.wipo.int/patentscope/en/)" ; + "(from BIBO) A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years" ; + rdfs:comment "A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "patent"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Something carried out, acted or rendered." ; + rdfs:comment "A public performance."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "performance"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + rdfs:comment "A group of related documents issued at regular intervals."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "periodical"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "A personal communication manifested in some document." ; + "A personal communication manifested in some document." ; + rdfs:label "personal communication document"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Short Definition copied from bibo ontology" ; + "A compilation of documents published from an event, such as a conference" ; + rdfs:comment "A compilation of documents published from an event, such as a conference."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "proceedings"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "Short Definition from the bibo ontology" ; + "An excerpted collection of words" ; + rdfs:comment "An excerpted collection of words."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "quote"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition from the bibo ontology" ; + "A document that presents authoritative reference information, such as a dictionary or encylopedia" ; + rdfs:comment "A document that presents authoritative reference information, such as a dictionary or encylopedia ."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "reference source"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "Medical Subject Heading (MeSH) definition of Technical Report: Work consisting of a formal report giving details of the investigation and results of a medical or other scientific problem. When issued by a government agency or comparable official body, its contents may be classified, unclassified, or declassified with regard to security clearance. This publication type may also cover a scientific paper or article that records the current state or current position of scientific research and development. If so labeled by the editor or publisher, this publication type may be properly used for journal articles." ; + "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc." ; + rdfs:comment "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "report"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Methods in Molecular Biology" ; + "A thematic collection of documents, usually books, issued at regular or irregular intervals" ; + rdfs:comment "A loose, thematic, collection of Documents, often Books."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "series"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition from the bibo ontology" ; + "A slide in a slideshow" ; + rdfs:comment "A slide in a slideshow"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "slide"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "Short Definition from the bibo ontology" ; + "A presentation of a series of slides, usually presented in front of an audience with written text and images" ; + rdfs:comment "A presentation of a series of slides, usually presented in front of an audience with written text and images."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "slideshow"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition from OCLC Input Standards, EntW" ; + "A specification giving a precise statement of a process or a service requirement, often sanctioned by a nation or industry" ; + rdfs:comment "A document describing a standard"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "standard"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition from bibo ontology" ; + "A bill enacted into law" ; + rdfs:comment "A bill enacted into law."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "statute"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Short Definition from OCLC Input Standards, EntW" ; + "Works created to satisfy the requirements for an academic certification or degree; also called dissertation" ; + rdfs:comment "A document created to summarize research findings associated with the completion of an academic degree."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "thesis"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "Different from general academic degree, thesis degree is achieved through one's completed thesis. Thesis is a document submitted in support of candidature for a degree or professional qualification presenting the author's research and findings(http://en.wikipedia.org/wiki/Thesis_or_dissertation)." ; + "Doctor of Philosophy (Ph.D.)" ; + "The academic degree of a Thesis." ; + rdfs:comment "The academic degree of a Thesis"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Thesis Degree"@en-us ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:Class ; + "One section of a website that appears at a unique address within the parent site's address or URL on the World Wide Web " ; + rdfs:comment "A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "webpage"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "Facebook; VIVOweb.org; Flickr" ; + "A group of webpages available within a specific parent address or URL on the World Wide Web" ; + rdfs:comment "A group of Webpages accessible on the Web."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "website"@en ; + rdfs:subClassOf ; + "unstable" ; +. + + a owl:Class ; + "Bibo Definition: A seminar, discussion group, or the like, that emphasizes exchange of ideas and the demonstration and application of techniques, skills, etc." ; + rdfs:comment "A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "workshop"@en ; + rdfs:subClassOf ; + "stable" ; +. + + a owl:DatatypeProperty ; + "http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A summary of the resource." ; + rdfs:isDefinedBy "http://purl.org/dc/terms/"^^xsd:anyURI ; + rdfs:label "abstract"@en ; + "stable" ; +. + + a ; + a owl:NamedIndividual ; + "Accepted for publication after peer reviewing" ; + rdfs:label "accepted"@en ; +. + + a owl:ObjectProperty ; + "The public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A legal decision that affirms a ruling."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "affirmedby"@en ; +. + + a owl:ObjectProperty ; + "The public description source is: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html." ; + rdfs:comment "Critical or explanatory note for a Document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "annotates"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + "020530902X" ; + "Amazon standard identification number. Source: http://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number." ; + rdfs:comment "Amazon Standard Identification Number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "asin"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + "Title of the chapter (this individual) currently should be entered in the individual name (rdfs:label). Title of the book belongs on a separate Book individual related to the chapter via the core:partOf property (or its child property bibo:reproducedIn). The core:title field is deprecated and should no longer be used as of version 1.1 -- we will want to map rdfs:label to dc:title for query or linked data requests in the future" ; + rdfs:comment "An chapter number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "chapter (bibo dp)"@en ; + "unstable" ; +. + + a owl:ObjectProperty ; + rdfs:label "cited by"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "cites"@en ; +. + + a owl:DatatypeProperty ; + """CODEN became particularly common in the scientific community as a citation system for periodicals cited in technical- as well in chemistry-related publications and as a search tool in many bibliographic catalogues. +Definition and description came from Wikipedia here: http://en.wikipedia.org/wiki/CODEN """ ; + rdfs:comment "An identifier of serials, still in use by libraries, but replaced by ISSN for any new work"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "coden"@en ; + "stable" ; +. + + a owl:ObjectProperty ; + "Public description take from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this property \"unstable\"." ; + rdfs:comment "A court associated with a legal document; for example, that which issues a decision."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "court"@en ; + "unstable" ; +. + + a owl:ObjectProperty ; + "The source of the public description and this info is found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this term \"unstable\". The bibo editorial note is: \"We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen.\"" ; + rdfs:comment "The thesis degree."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "related degree"@en ; + "unstable" ; + "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen."@en ; +. + + a owl:ObjectProperty ; + "Definition take from this site: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:comment "A Film director."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "director"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + rdfs:comment "Digital Object Identifier"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "digital object identifier (doi)"@en ; + "stable" ; +. + + a ; + a owl:NamedIndividual ; +. + + a owl:DatatypeProperty ; + """Definition source: http://en.wikipedia.org/wiki/European_Article_Numbering-Uniform_Code_Council. +The Uniform Code Council (UCC) was the Numbering Organization in the USA to administer and manage the EAN.UCC System. In 2005 the UCC changed its name to GS1 US.""" ; + rdfs:comment "European Article Number/Uniform Commercier Code 13"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "ean international-uniform code council (ean-ucc) 13"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + rdfs:comment "The name defining a special edition of a document. Normally its a literal value composed of a version number and words."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "edition"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + "eissn stands for Electronic International Standard Serial Number. source: http://www.definition-of.com/EISSN" ; + rdfs:comment "The electronic ISSN number of a periodical."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "electronic international standard serial number (eissn)"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + "http://en.wikipedia.org/wiki/Global_Trade_Item_Number." ; + rdfs:comment "Global Trade Item Number 14"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "gtin14"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + rdfs:label "identifier (bibo)"@en ; +. + + a owl:ObjectProperty ; + rdfs:comment "An agent that is interviewed by another agent."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "interviewee"@en ; + "stable" ; +. + + a owl:ObjectProperty ; + rdfs:comment "An agent that interview another agent."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "interviewer"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + "http://en.wikipedia.org/wiki/Isbn." ; + rdfs:label "international standard book number (isbn) 10"@en ; +. + + a owl:DatatypeProperty ; + "source: http://en.wikipedia.org/wiki/Isbn." ; + rdfs:label "international standard book number (isbn) 13"@en ; +. + + a owl:DatatypeProperty ; + "source: http://en.wikipedia.org/wiki/Issn" ; + rdfs:comment "International Standard Serial Number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "international standard serial number (issn)"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + "Bibo has the domain of bibo:issue as the class Issue, but an example on their site uses it with Article, referring to the issue number \"4\"" ; + rdfs:label "issue (bibo dp)"@en ; +. + + a owl:DatatypeProperty ; + "Source: http://en.wikipedia.org/wiki/Library_of_Congress_Control_Number." ; + rdfs:comment "Library of Congress Control Number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "library of congress control number (lccn)"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + "definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A description (often numeric) that locates an item within a containing document or collection."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "locator"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + rdfs:label "number of pages"@en ; +. + + a owl:DatatypeProperty ; + "Definition from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:label "number"@en ; +. + + a owl:DatatypeProperty ; + """http://info-uri.info/registry/OAIHandler?verb=GetRecord&metadataPrefix=reg&identifier=info:oclcnum/. + + +bibo has the domain of this property set to the union of Collection and Document.""" ; + rdfs:comment "OCLC Identifier"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "online computer library center (oclc) number"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + rdfs:comment "Ending page number within a continuous page range."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "end page"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + rdfs:comment "Starting page number within a continuous page range."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "start page"@en ; + "stable" ; +. + + a ; + a owl:NamedIndividual ; + " Peer review is the process by which articles are chosen to be included in a refereed journal. An editorial board consisting of experts in the same field as the author review the article and decide if it is authoritative enough for publication." ; + rdfs:label "peer reviewed"@en ; +. + + a owl:ObjectProperty ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "performer"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + "The PubMed ID (PMID) identifies a citation record (rather than full-text) in the PubMed database. It is not evidence of compliance with the NIH Public Access Policy, because it does not identify a full-text submission of any kind." ; + rdfs:comment "PubMed Identifier"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "pubmed identifier"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + "Mr; Ms; Mrs" ; + "http://dictionary.reference.com/browse/prefix" ; + rdfs:comment "The prefix of a name"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "name prefix"@en ; + "stable" ; +. + + a owl:ObjectProperty ; + "Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product." ; + rdfs:comment "Relates an event to associated documents; for example, conference to a paper."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "related documents"@en ; + "unstable" ; +. + + a ; + a owl:NamedIndividual ; + "Published document" ; + rdfs:label "published"@en ; +. + + a owl:ObjectProperty ; + rdfs:comment "An agent that receives a communication document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "recipient"@en ; + "stable" ; +. + + a ; + a owl:NamedIndividual ; +. + + a owl:ObjectProperty ; + rdfs:label "reproduced in"@en ; +. + + a owl:ObjectProperty ; + "The first sentence of the public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A legal decision that reverses a ruling."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "reversedby"@en ; +. + + a owl:ObjectProperty ; + "The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used." ; + rdfs:label "review of"@en ; +. + + a owl:DatatypeProperty ; + """Di Rado, Alicia. 1995. Trekking through college: Classes explore +modern society using the world of Star trek. Los Angeles Times, March +15, sec. A, p. 3."""@en ; + rdfs:comment "An section number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "section"@en ; + "unstable" ; +. + + a owl:DatatypeProperty ; + rdfs:comment "A short description of the resource." ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "short description"@en ; + "unstable" ; + "The idea here is that while dcterms:description may involve length descriptions, this for short (two or three word) descriptions that could go in a bibliographic entry."@en ; +. + + a owl:DatatypeProperty ; + "A sub property of identifier (http://en.wikipedia.org/wiki/SICI)." ; + rdfs:comment "Serial Item and Contribution Identifier"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "sici"@en ; + "stable" ; +. + + a owl:ObjectProperty ; + "paraphrased editorial note from the bibo ontology: We are not defining, using an enumeration, the range of the bibo:status to be a defined list of bibo:DocumentStatus. This is because we want people to be able to define new statuses if needed; and creating such an enumeration would prevent this." ; + rdfs:label "status"@en ; +. + + a owl:ObjectProperty ; + "Public description is from comments of this object property in bibo ontology located here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.)."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "subsequentlegaldecision"@en ; +. + + a owl:DatatypeProperty ; + "Jr.; III;; M.D." ; + rdfs:comment "The suffix of a name"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "name suffix"@en ; + "stable" ; +. + + a owl:ObjectProperty ; + "The bibo:transcriptOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers this term unstable." ; + rdfs:comment "Relates a document to some transcribed original."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "transcript of"@en ; + "unstable" ; +. + + a owl:ObjectProperty ; + "Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:comment "Relates a translated document to the original document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "translation of"@en ; + "stable" ; +. + + a owl:ObjectProperty ; + rdfs:label "translator"@en ; +. + + a ; + a owl:NamedIndividual ; +. + + a owl:DatatypeProperty ; + "source for public description: http://en.wikipedia.org/wiki/Universal_Product_Code." ; + rdfs:comment "Universal Product Code"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "upc"@en ; + "stable" ; +. + + a owl:DatatypeProperty ; + "Definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:label "uri"@en ; +. + + a owl:DatatypeProperty ; + rdfs:label "volume (bibo)"@en ; +. + + a owl:Class ; + "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus." ; + rdfs:label "bibliographic information source"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date." ; + rdfs:label "global citation count"@en ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + "A property linking a publication entity to an instance of c40:GlobalCitationCount that specifies how many times a work has been cited by others, according to a particular information source on a particular date." ; + rdfs:label "has_global_citation_frequency"@en ; +. + + a owl:DatatypeProperty ; + "The date on which the global citation count of the cited entity was recorded from a named bibliographic information source." ; + rdfs:label "has global count date"@en ; +. + + a owl:ObjectProperty ; + "A property linking an instance of c40:GlobalCitationCount to the bibliographic information source providing the global citation count information for a particular publication on a particular date." ; + rdfs:label "has global count source"@en ; +. + + a owl:DatatypeProperty ; + "An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date." ; + rdfs:label "has global count value"@en ; +. + + a owl:Class ; + "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work." ; + "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work." ; + rdfs:label "clinical guideline"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + """A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by a special syntactic symbol that ensures they are ignored during execution of the program. + +has super-classes""" ; + "A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by" ; + rdfs:label "comment"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A formal correction to an error introduced by the publisher into a previously published document." ; + "A formal correction to an error introduced by the publisher into a previously published document." ; + rdfs:label "erratum"@en ; + rdfs:subClassOf ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a owl:Class ; + "B.A. Bachelor of Arts" ; + "This list may have multiple abbreviations for some degrees." ; + "An academic degree at any level, both as reported by individuals for employment and as offered by academic degree programs." ; + rdfs:label "academic degree"@en-us ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Endodontics (department within a College of Dentistry); English (department within a College of Liberal Arts)" ; + "A distinct, usually specialized educational unit within an educational organization." ; + ; + rdfs:label "academic department"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An explicit individual academic term, quarter, or semester rather than the generic fall, spring or summer semester." ; + rdfs:label "academic term"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An explicit individual period considered by an academic institution to be its primary academic cycle." ; + rdfs:label "academic year"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "administrator role"@en ; +. + + a owl:Class ; + rdfs:label "advising process"@en ; +. + + a owl:Class ; + "A dual relationship of one person being advised or mentored by another person, typically including start and end dates" ; + rdfs:label "advising relationship"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Special Libraries Association; Association for Computing Machinery(ACM); American Medical Informatics Association(AMIA)" ; + "A formal organization of people or groups of people around a subject or practice." ; + "A group of persons or organizations organized for a common purpose." ; + ; + rdfs:label "association"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A role of attending an Event or EventSeries" ; + rdfs:label "attendee role"@en ; +. + + a owl:Class ; + rdfs:label "attending process"@en ; +. + + a owl:Class ; + """Authorship of journal articles, books and other original works is a means by which academics communicate the results of their scholarly work, establish priority for their discoveries, and build their reputation among their peers. +This class allows for linking an author to a publication while indicating information about that author's authorship.""" ; + "Currently any abstract name is given to members of this class. This could change in the future." ; + "Contains the authors name, their rank in the publication, and whether or not they are a corresponding author on the publication." ; + rdfs:comment "" ; + rdfs:label "authorship"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An Award or Honor" ; + "Wiley Prize in Biomedical Sciences" ; + "An Award or Honor" ; + rdfs:label "award or honor"@en-us ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The award bestowed may be represented with the Award class." ; + "The bestowal of an award, honor, or distinction to a person or person's at a particular time. " ; + rdfs:label "award or honor receipt"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The awarding of a degree by an agent to another agent. It is mostly for academic degrees." ; + rdfs:label "awarded degree"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Blog is short for weblog. " ; + "Library of Congress Blog" ; + "Regularly updated online journal or newsletter by one or more writers, called bloggers, containing articles and commentary of interest to the blogger" ; + rdfs:label "blog"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A specific blog posting" ; + "An online article or commentary appearing on a blog" ; + rdfs:label "blog posting"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Enter building name. If the building's name is a number (as in many governmental organizations such as national laboratories and military bases), then enter it. Do not confuse with the number that appears in a postal address." ; + "Martha Van Rensselaer Hall (VR); Caldwell Hall (CD); University Auditorium" ; + "Building that provides a particular service or is used for a particular activity." ; + rdfs:label "building"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Cornell Ithaca; Cornell Geneva; Cornell New York City; Cornell Qatar" ; + "Definition taken from dictionary.com (http://dictionary.reference.com/browse/campus)." ; + "The grounds of a school, college, university, or hospital. Or, a large, usually suburban, landscaped business or industrial site." ; + rdfs:label "campus"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A form of qualitative descriptive research that is used to study individuals, a small group of participants, or a group as a whole. Medical usage (from MeSH): clinical presentations that may be followed by evaluative studies that eventually lead to a diagnosis. " ; + "A qualitative descriptive research study of individuals or a group" ; + rdfs:label "case study"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "NLM Catalog" ; + "Short Definition is the Medical Subject Heading (MeSH) definition " ; + "A list of items in a collection; an ordered compilation of item descriptions and sufficient information to afford access to them" ; + rdfs:label "catalog"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Alchohol Education Center; Center for Arts and Public Policy; Hearing Research Center" ; + "Short Definition take from http://www.thefreedictionary.com/center." ; + "A place where a particular activity or service is concentrated." ; + "An organization where a specified activity is concentrated." ; + ; + rdfs:label "center"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment." ; + "A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment." ; + rdfs:label "Certificate"@en-us ; + rdfs:subClassOf ; +. + + a owl:Class ; + "see also core:Certificate" ; + "An issued certificate" ; + rdfs:label "certification"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "In the future we may be able to make this a defined class that would not need to be directly asserted, but the consensus seems to be that some organizations \"are\" clinical and some \"are\" research organizations and that the distinction is important enough to warrant the additional class and class assertions" ; + "Any organization that offers significant health services or routinely provides medical care to patients." ; + "Any organization with a significant clinical function as a matter of course and not just through occasional clinical roles" ; + ; + rdfs:label "clinical organization"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A role of observing or treating patients" ; + rdfs:label "clinical role"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Role of co-principal investigator of an Agreement (for example, a grant), who devotes a specified percentage of time and is considered key personnel." ; + rdfs:label "co-principal investigator role"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "College of Arts & Sciences; Ivy Tech Community College" ; + "A primary academic unit within a University or a free-standing higher education organization without graduate degree programs" ; + "A primary academic unit within a University or a free-standing higher education organization without graduate degree programs." ; + ; + rdfs:label "college"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Curriculum Steering Committee; PhD Advisory Committee" ; + "There could be many subclasses such as thesis committee or tenure committee, but these may typically be differentiated via the moniker unless distinct properties become important." ; + "A group of people organized for a specific purpose (e.g., a reporting or advisory role), often with a charge and for a specific duration" ; + "A group of people organized for a specific purpose, whose members are often selected from a larger group to serve for designated periods of time." ; + ; + rdfs:label "committee"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "from Wikipedia: \"A company is a form of business organization. It is an association or collection of individual real persons and/or other companies ... This collection, group or association of persons can be made to exist in law and then a company is itself considered a \"legal person\". The name company arose because, at least originally, it represented or was owned by more than one real or legal person.\"" ; + "A legally-recognized business organization" ; + "A legally-recognized business organization." ; + ; + rdfs:label "company"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Intel Talent Search; poetry contest" ; + "Not the same as an award or distinction." ; + "An occasion on which a winner is selected from among two or more contestants." ; + rdfs:label "competition"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A paper presented at a conference; optionally collected into a Proceedings or a special Journal issue" ; + rdfs:label "conference paper"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The digital file (or physical equivalent), if available after the conference, vs. the act of attending/presenting: use ConferencePresentation for information about date/time/location/name of the event where the poster was presented" ; + rdfs:label "conference poster"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "For individual, separate conferences, use conference instead. core:ConferenceSeries and core:SeminarSeries are very similar." ; + "An organized series of a meeting for consultation or discussion." ; + rdfs:label "conference series"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Committee on Institutional Cooperation (CIC); The Five Colleges of Ohio" ; + "A group of independent organizations working together toward a common goal, under an expressed agreement." ; + ; + rdfs:label "consortium"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Short Definition take from http://en.wiktionary.org/wiki/continent." ; + "The seven commonly recognized continents are Africa; Antarctica; Asia; Australia; Europe; North America; South America" ; + "A large contiguous landmass that is at least partially surrounded by water, together with any islands on its continental shelf." ; + rdfs:label "continent"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An agreement involving specific deliverables and payment" ; + rdfs:label "contract"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A lab providing services such as training, protocols, or access to instruments or software" ; + rdfs:label "core laboratory"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Afghanistan; Antigua and Barbuda; Cameroon; Iceland; Jamaica; Nigeria; United States of America" ; + "Source of the Short Definition: http://www.thefreedictionary.com/country. This is also the same as geopolitical.owl:self_governing." ; + "An area of land distinguished by its political autonomy. Politically independent territories." ; + rdfs:label "country (vivo)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Alachua; Baker; Bradford; Kenora; Ottawa; Waterloo" ; + "Short Definition modified from the one found here: http://www.thefreedictionary.com/county." ; + "The largest administrative division of most states or provinces." ; + rdfs:label "county"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A course as taught in one time period (such as a semester; although note that a course could consist of only one meeting (teaching session)) by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010" ; + "A course as taught in one time period by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010" ; + rdfs:label "course"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so." ; + "An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so." ; + rdfs:label "credential"@en-us ; + rdfs:subClassOf ; +. + + a owl:Class ; + "PubMed" ; + "Short Definition is the Medical Subject Heading (MeSH) definition" ; + "A structured file of information or a set of logically related data stored and retrieved using computer-based means" ; + rdfs:label "database (vivo)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "US Patent Data; US Job Data" ; + "A named collection of data, usually containing only one type of data" ; + rdfs:label "dataset"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "a specific period or duration, defined by (optional) start and end date/times." ; + rdfs:label "date/time interval"@en ; +. + + a owl:Class ; + "A date and/or time" ; + rdfs:label "date/time value instance"@en ; +. + + a owl:Class ; + "Indicates the precision of the value of a DateTimeValue instance." ; + rdfs:label "date/time value precision"@en-us ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Definition modified from the definition here: http://dictionary.reference.com/browse/department. It is difficult to tell the difference between and department and a division." ; + "Legal (department within a company); Use for any non-academic department" ; + "A unit within a larger organization that addresses a specific subject or area of activity." ; + ; + rdfs:label "department"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Cardiovascular Medicine (division within medicine)" ; + "Definition modified from http://www.thefreedictionary.com/division. It is difficult to tell the difference between a division and a department." ; + "A major unit or section within a larger organization." ; + ; + rdfs:label "division"@en ; + rdfs:subClassOf ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series" ; + "An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series" ; + rdfs:label "editor role"@en ; +. + + a owl:Class ; + "An article of opinion, typically published in a newspaper. For academics, most commonly Op Ed pieces" ; + rdfs:label "editorial article"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A relationship that represents the recognition of an agent as an editor." ; + rdfs:label "editorship"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "educational process"@en ; +. + + a owl:Class ; + "A network server is one example. Medical schools and research laboratories can list professional equipment, such as microscopes." ; + "server; Bruker Vector-33 FT-IR" ; + "A physical object provided for specific purpose, task or occupation. " ; + rdfs:label "equipment"@en ; +. + + a owl:Class ; + "A generic class which may include a conference series, a course section, a seminar series, or a workshop series. When possible, use one of these more specific classes." ; + "Only use if no specific subclasses of core:EventSeries desribe the activity." ; + "Two or more events that occur at different times and are connected to each other." ; + rdfs:label "event series"@en ; +. + + a owl:Class ; + "The showing of an object or a collection of objects, in an organized manner." ; + rdfs:label "exhibit"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Alachua County Extension Office" ; + "A unit devoted primarily to extension activities, whether for outreach or research" ; + "A unit devoted primarily to extension activities, whether for outreach or research." ; + ; + rdfs:label "extension unit"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "F1000, is a place where faculty go to critique papers published in PubMed. Any given record in F1000 might have anywhere from one to dozens of reviews." ; + rdfs:label "f1000 link"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Distinct from the organization that runs it; e.g., a laboratory may be an organization but may be run by another organization and only consist of facilities housing equipment or services. Can be a building or place that provides a particular service or is used for a particular activity. Use the specific Building or Room whenever possible. Short definition from http://dictionary.reference.com/browse/facility." ; + "Use subclasses of core:Facility subclasses instead of this class if possible" ; + "Something designed, built, installed, etc., to serve a specific function or activity affording a convenience or service." ; + rdfs:label "facility"@en ; +. + + a owl:Class ; + "Associate Dean" ; + "That is a position held by an academic faculty member who works for administration." ; + "An academic administrative position (associate dean, etc.) as distinct from a professional administrative position (non-academic)" ; + rdfs:label "faculty administrative position"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An advisory relationship in which one faculty member mentors another faculty member." ; + rdfs:label "faculty mentoring relationship"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Professor, associate professor and assistant professor are common positions for academic faculty." ; + "Professor; Associate Professor; Assistant Professor" ; + "Academic position in a university or institution" ; + rdfs:label "faculty position"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Definition take from: http://dictionary.reference.com/browse/foundation." ; + "The Ford Foundation" ; + "An institution founded with an endowment to support educational, research, artistic or other charitable activities." ; + ; + rdfs:label "foundation"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "National Institute of Health (NIH)" ; + "A defined class of organizations that fund Grants" ; + "An organization that provides financial support to individuals or organizations to carry out specified activities." ; + ; + rdfs:label "funding organization"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Removed the word \"stable\" because disputed territories from geopolitical.owl are included. This could imply that the geographic coordinates could change. I've also copied this definition to core:Geographic Location. I think core:Geographic Location and core:Geographic Region are both the same and only one is needed. There is also geopolitical.owl:geographical_region which further causes confusion." ; + "Use subclasses of core:Geographic Location subclasses instead of this class if possible." ; + "A location having coordinates in geographic space." ; + rdfs:label "geographic location"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Removed the word \"stable\" because disputed territories from geopolitical.owl are included. This could imply that the geographic coordinates could change. This definition was originally in core:Geographic Location. I simply copied the definition from there. I think core:Geographic Location and core:Geographic Region are both the same and only one is needed. There is also geopolitical.owl:geographical_region which further causes confusion." ; + "Use subclasses of core:Geographic Region subclasses instead of this class if possible." ; + "A location having coordinates in geographic space." ; + rdfs:label "geographic region"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Short definition obtained here: http://en.wiktionary.org/wiki/geopolitical_entity." ; + "Use subclasses of core:GeopoliticalEntity subclasses instead of this class if possible." ; + "A geographical area which is associated with some sort of political structure." ; + rdfs:label "geopolitical entity"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Definition take from: http://en.wikipedia.org/wiki/Government_agency." ; + "United States Library of Congress" ; + "A unit of government responsible for oversight and regulation of certain activities or the administration and provision of specific services." ; + ; + rdfs:label "government agency"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An advisory relationship in which a professor advises a graduate student." ; + rdfs:label "graduate advising relationship"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A person who has already received a bachelor's degree and is working toward a Master's or Doctoral degree." ; + rdfs:label "graduate student"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An intramural or extramural award to support scholarly work, such as UF09179 (VIVO)" ; + "Short definition is from the Glossary of NIH Terms." ; + "Financial assistance mechanism providing money, property, or both to an eligible entity to carry out an approved project or activity" ; + rdfs:label "grant"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Definition take from: http://dictionary.reference.com/browse/hospital." ; + "Shands at the University of Florida" ; + "An institution that provides medical, surgical, psychiatric or nursing care." ; + ; + rdfs:label "hospital"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Institute for Fundamental Theory" ; + "An Institute normally has a research focus but may also fulfill instructional or outreach roles" ; + "An organization founded to pursue or promote certain research, educational or public policy interests or activities." ; + ; + rdfs:label "institute"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Typically a student or a recent graduate undergoing supervised practical training." ; + rdfs:label "internship"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A role in an Agreement (for example, a grant) as a named investigator or key personnel." ; + rdfs:label "investigator role"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "invited talk"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "issued credential"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An organization unit that facilitates or conduits observation, testing, experimentation, or research in a field of study or practice." ; + "An organizational unit (as opposed to the physical facility) that performs research, provides services, or processes materials" ; + ; + rdfs:label "laboratory"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A broad-ranging leader concept, from leading a small temporary committee to head of a large international organization." ; + "A leadership role" ; + rdfs:label "leader role"@en ; +. + + a owl:Class ; + "It is the common position in libraries." ; + "Librarian; Library Systems Analyst; Music Bibliographer" ; + "A position held by library and information science professionals, or academic or technical experts, in support of providing information services or materials" ; + rdfs:label "librarian position"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Marston Science Library" ; + "Used information from this definition: http://dictionary.reference.com/browse/library." ; + "An organization maintaining one or more collections of physical and/or electronic information resources for access or lending." ; + ; + rdfs:label "library"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill. See also core:Licensure." ; + "Official or legal permission to do something" ; + rdfs:label "License"@en-us ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A granted license, which gives a 'permission to practice.' Such licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill. See also core:License." ; + "A granted license, which gives a 'permission to practice.'" ; + rdfs:label "licensure"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "It's anticipated that the subclasses will be used when classifying items. And, all locations can be viewable via this class." ; + "Use subclasses of core:Location when classsifying items." ; + "Top level of all location classes." ; + rdfs:label "location"@en ; +. + + a owl:Class ; + "Residency is a stage of graduate medical training. " ; + rdfs:label "medical residency"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A gathering of people for a defined purpose, not necessarily public or announced" ; + rdfs:label "meeting"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A role of being a member in a Process or an Organization" ; + rdfs:label "member role"@en ; +. + + a owl:Class ; + "Definition was take from here: http://dictionary.reference.com/browse/museum" ; + "The Getty Museum" ; + "An organization devoted to the acquisition, conservation, study, exhibition, and educational interpretation of objects having scientific, historical, cultural or artistic value." ; + ; + rdfs:label "museum"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A short written piece focused on an event or announcement of note, having a defined publication time and of less enduring interest than a news feature." ; + rdfs:label "news release"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The Ornithological Newsletter" ; + "Usually issued periodically, prepared by or for a group or institution to present information to a specific audience, often also made available to the press and public" ; + rdfs:label "newsletter"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Accounting & Research Services Assistant; Director of Information Technology" ; + "Staff, support, and other non-academic positions." ; + "A position classified as professional, staff, support, or any other non-academic role" ; + rdfs:label "non-academic position"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Researcher; Academic Extension Associate; Postdoctoral Associate" ; + "Those positions are held by people who do academic work but do not have faculty positions in universities or institutes." ; + "A position involving academic work but without faculty status" ; + rdfs:label "non-faculty academic position"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A role of organizing" ; + rdfs:label "organizer role"@en ; +. + + a owl:Class ; + "Communicating Astronomy to the Public" ; + "The example is one outreach role required by US space agency NASA, which is related with one project in NASA. Name of the outreach role should be put here." ; + "An outreach or community service role directed outside a person's primary profession and institution" ; + rdfs:label "outreach provider role"@en ; +. + + a owl:Class ; + """is a generic term for a process of self-regulation by a profession or a process of evaluation involving qualified individuals within the relevant field. Peer review methods are employed to maintain standards, improve performance and provide credibility. In academia the term is often used to denote a prepublication review of academic papers; reviewing an academic paper is often called refereeing. +Contents +[hide]""" ; + "A role of peer reviewing" ; + rdfs:label "peer reviewer role"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Either city or town - a thickly populated area having fixed boundaries and certain local powers of government." ; + rdfs:label "populated place"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An employment activity, whether compensated or not. Short definition comes from http://en.wikipedia.org/wiki/Position, and has been modified." ; + "Director of Admissions and Placement; Associate University Librarian" ; + "Particular position in an organization, commonly identified by job title, and normally associated with a job description that details the tasks and responsibilities that go with the position." ; + rdfs:label "position (vivo)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An advisory relationship in which the advisee is a Postdoc or Fellow." ; + rdfs:label "postdoc or fellow advising relationship"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A postdoctoral training appointment (job)" ; + rdfs:label "postdoctoral position"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Postdoctoral research is academic or scholarly research conducted by a person who has completed his or her doctoral studies, normally within the following five years. It is intended to further deepen expertise in a specialist subject." ; + rdfs:label "postdoctoral training"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Encompasses talk, speech, lecture, slide lecture, conference presentation" ; + rdfs:label "presentation"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Are we assuming that a PresenterRole is in a Presentation? Or could you have a PresenterRole in, say, a committee?" ; + "A role of presenting information" ; + rdfs:label "presenter role"@en ; +. + + a owl:Class ; + rdfs:label "presenting process"@en ; +. + + a owl:Class ; + "A position designated as primary by the organization or group where it is held. This designation may be applied to zero or more of an agent's positions and may be asserted in conjunction with other subclasses of position." ; + "A position designated as primary by the organization where it is held." ; + rdfs:label "primary position"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Role of a person to direct a project or activity being supported by an Agreement (for example, a grant), and who is accountable to the grantee for the proper conduct of the project or activity. Also known as Program Director or Project Director." ; + rdfs:label "principal investigator role"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Definition obtained here: http://answers.ask.com/Business/Finance/what_is_a_private_company. Examples of private companies found here: http://www.forbes.com/2008/11/03/largest-private-companies-biz-privates08-cx_sr_1103private_land.html" ; + "Publix Super Markets; Ernst & Young; PricewaterhouseCoopers" ; + "A private company is one that is privately-owned, and thus, is not publicly-traded in the stock market. Members of the general public cannot purchase stock in a private company unless that company chooses to go public and become a public company." ; + ; + rdfs:label "private company"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A Cornell graduate field (http://vivo.cornell.edu/index.jsp?home=65535&collection=820)" ; + "An ongoing academic initiative not formalized with department or division status." ; + ; + rdfs:label "program"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + """An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim. +""" ; + "An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim." ; + rdfs:label "project"@en ; +. + + a owl:Class ; + "Definition found here: http://dictionary.reference.com/browse/publisher" ; + "Elsevier; Harper & Row; Indiana University Press" ; + "A person or company whose business is the publishing of books, periodicals, engravings, computer software, etc." ; + ; + rdfs:label "publisher (vivo)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "functions as an n-ary predicate" ; + "a reified relationship" ; + rdfs:label "relationship"@en ; +. + + a owl:Class ; + "Any organization (likely also asserted as another class of Organization) with a primary, ongoing research function, not just through occasional roles" ; + ; + rdfs:label "research organization"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A proposal for a research grant that has been submitted but not approved; does not represent an existing activity" ; + rdfs:label "research proposal"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Examples of research can be seen at: http://www.ufl.edu/research/products/index.html. Note these may have been funded, but the research doesn't have to be funded. Also, the research may be linked to an Agreement (for example, a Grant), but does not need to be." ; + "A role of conducting funded or unfunded research, sometimes linked to an Agreement." ; + rdfs:label "researcher role"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An article reviewing one or more other information resources (a book, one or more other articles, movies, etc)" ; + rdfs:label "review"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper." ; + "A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper." ; + rdfs:label "reviewer role"@en ; +. + + a owl:Class ; + "100 Caldwell Hall; 114 Martha Van Rensselaer (Rushmore Conference Room)" ; + "Enter room number of name." ; + "Room that provides a particular service or is used for a particular activity." ; + rdfs:label "room"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Definition take from here: http://dictionary.reference.com/browse/school." ; + "School of Architecture; School of Music" ; + "An institution for instruction in a particular skill or field." ; + ; + rdfs:label "school"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Written musical composition for voice or instruments or both" ; + rdfs:label "score"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Written script for a film production, including dialogue and descriptions of gestures, actions, shooting directions" ; + rdfs:label "screenplay"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Applied Microeconomics Seminars; Future of Rural New York Seminar Series" ; + "For individual seminars, use seminar instead. core:ConferenceSeries and core:SeminarSeries are very similar." ; + "An organized series of a meeting for an exchange of ideas, typically put on by a department or center." ; + rdfs:label "seminar series"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Ideally a defined class -- a Laboratory the provides some Service via the property" ; + "A laboratory that provides services" ; + ; + rdfs:label "service providing lab"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Text of a speech written in preparation for delivery of the speech." ; + rdfs:label "speech"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Minnesota; Michigan; Indiana; New York; Quebec; Manitoba; Ontario" ; + "Source of the Short Definition: http://www.thefreedictionary.com/state." ; + "One of a number of areas or communities having their own governments and forming a federation under a sovereign government, as in the US." ; + rdfs:label "state or province"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Use only if no specific subclasses of core:Student describe the person." ; + "A person who is enrolled in an educational institution." ; + rdfs:label "student"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Dancin' Gators" ; + "Definition take from here: http://en.wikipedia.org/wiki/Student_society" ; + "A student organization is an organization, operated by students at a university, whose membership normally consists only of students." ; + ; + rdfs:label "student organization"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Boroughs; townships; districts; the Midwest" ; + "Short definition was partially taken from http://en.wikipedia.org/wiki/Subnational_entity." ; + "Smaller administrative division into which a country may be divided." ; + rdfs:comment "For example, the Midwest, northeast U.S." ; + rdfs:label "subnational region"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A role of serving as an educator" ; + rdfs:label "teacher role"@en ; +. + + a owl:Class ; + "VIVO Outreach Team; VIVO Ontology Team" ; + "A group of people working together." ; + "An informal organization brought together for the purposes of a project or event" ; + ; + rdfs:label "team"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The result of rendering a work from one language to another" ; + rdfs:label "translation"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "None as yet." ; + "Not sure how to access the \"Editor's Comments\". But as North America is a continent, it would be placed directly into the continent subclass and viewable through this class along with any other subclass entities." ; + "Any region that goes beyond national boundaries and does not fit into any subclass of core:TransnationalRegion." ; + rdfs:comment "sub-Saharan Africa, North America" ; + rdfs:label "transnational region"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "The full URL." ; + "http://info.slis.indiana.edu/~katy/" ; + "Uniform Resource Locator (URL) specifies where an identified resource is available and the mechanism for retrieving it." ; + rdfs:label "urllink"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "An advisory relationship in which a professor advises an undergraduate student." ; + rdfs:label "undergraduate advising relationship"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A person registered in an undergraduate program leading to a bachelor's degree or an undergraduate diploma or certificate." ; + rdfs:label "undergraduate student"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Definition taken from: http://en.wikipedia.org/wiki/University" ; + "University of Florida; Washington University in St. Louis" ; + "An institution of higher education and research, which grants academic degrees in a variety of subjects, and provides both undergraduate education and postgraduate education." ; + ; + rdfs:label "university"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Audiovisual recording in video format" ; + rdfs:label "video (vivo)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "A document created as a basis for discussion or a very early draft of a formal paper" ; + rdfs:label "working paper"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Use workshop for individual events." ; + "An organized series of workshop events, whether repetitions of the same workshop or multiple different workshops." ; + rdfs:label "workshop series"@en ; + rdfs:subClassOf ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + "A short form for an longer title or name." ; + "B.A." ; + rdfs:label "abbreviation"@en ; +. + + a owl:ObjectProperty ; + "Relates a Relationship (as a predicate or n-ary relation over one or more Thing) to an Agent that defined or instantiated the predicate instance. "@en ; + rdfs:label "assigned by"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "assigns"@en ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "published us classification class/subclass (ccl) code"@en ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:label "credits"@en ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "date filed"@en ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:label "date issued"@en ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:DatatypeProperty ; + rdfs:label "date/time"@en ; + rdfs:range xsd:dateTime ; +. + + a owl:ObjectProperty ; + rdfs:label "has date/time interval"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "date/time precision"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "date/time value"@en ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + rdfs:label "era commons id"@en ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "end date value"@en ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:label "expiration date"@en ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + "This is done through a restriction on the foaf:Person class." ; + rdfs:label "features"@en ; +. + + a owl:DatatypeProperty ; + """conservation + +use one freetextKeyword assertion for each keyword or phrase.""" ; + "one keyword or phrase per freetextKeyword assertion" ; + rdfs:label "keywords"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "geographic focus"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "geographic focus of"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "geographic_location_of"@en ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:label "direct costs"@en ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "subcontracted through"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "associated concept"@en ; +. + + a owl:ObjectProperty ; + "Currently being used by a restriction on organization." ; + rdfs:label "has geographic location"@en ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + rdfs:label "has_monetary_amount"@en ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "has prerequisite"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "published in"@en ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "successor organization"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:label "has translation"@en ; +. + + a owl:DatatypeProperty ; + rdfs:label "has_value"@en ; +. + + a owl:DatatypeProperty ; + """The International classification(s) to which the published application has been assigned. +""" ; + rdfs:domain ; + rdfs:label "international classification (icl) code"@en ; +. + + a owl:DatatypeProperty ; + rdfs:label "identifier (vivo)"@en ; +. + + a ; + a owl:NamedIndividual ; + "Document to be published" ; + rdfs:label "in press"@en ; +. + + a ; + a owl:NamedIndividual ; +. + + a owl:DatatypeProperty ; + rdfs:label "license number"@en ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:domain ; + rdfs:label "link uri"@en ; +. + + a owl:DatatypeProperty ; + "core:localAwardId has a domain of core:Grant, and should be public since that's its public identifier for local use by OSP, accounting, department admins, and the PI " ; + rdfs:label "local award id"@en ; + rdfs:subPropertyOf ; +. + + a owl:DatatypeProperty ; + "Information Science; Computer Science; Anthropology" ; + rdfs:label "major field of degree"@en ; +. + + a owl:DatatypeProperty ; + rdfs:label "middle name or initial"@en ; +. + + a owl:AnnotationProperty ; + rdfs:label "most specific type"@en ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "nih manuscript submission system id"@en ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:label "offered by"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "offers"@en ; +. + + a owl:DatatypeProperty ; + """We can't yet assume that we will only have a single ORCID id for a person. +source: http://en.wikipedia.org/wiki/ORCID . + + +We wanted this property to be visible so that people would be aware that we intend to carry ORCID ids in VIVO for cross-reference. I don't believe any ORCID ids have been minted yet, but it's hard to imagine they would need to be private since the goal of having them is to disambiguate author references internationally. However, this and the researcherId and scopusId (also with domain foaf:Person) can stay as visible to self-editors for now as they will probably be used mostly in data ingest. It might be nice in the future to let people make their own decision about whether these are visible.""" ; + rdfs:label "orcid id"@en ; + rdfs:subPropertyOf ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + "My extension program consists of developing and reporting disease management strategies that are both economically and environmentally sound for fresh market vegetable production. We hope that some of this testing will result in practices adaptable for organic production." ; + "Used for a single narrative summary of outreach, typically covering a wide range of activities and time periods; use Outreach Provider Role for information on individual activities" ; + rdfs:label "outreach overview"@en ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:label "overview"@en ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + "source of definition: http://www.uspto.gov/main/glossary/#p . The following site has patent number formats: http://www.uspto.gov/patents/ebc/kindcodesum.jsp ." ; + rdfs:domain ; + rdfs:label "patent number"@en ; + rdfs:subPropertyOf ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:label "place of publication"@en ; +. + + a owl:DatatypeProperty ; + " A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available in PubMed Central. The PMCID is issued shortly after the PI or author approves the PubMed Central formatted web version of the submission. " ; + rdfs:domain ; + rdfs:label "pubmed central id"@en ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "prerequisite for"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "For example, National Science Foundation providesFundingThrough Graduate Research Fellowship Program; National Institutes of Health providesFundingThrough National Center for Research Resources. " ; + rdfs:domain ; + rdfs:label "provides funding through"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "publication venue for"@en ; +. + + a owl:ObjectProperty ; + "Public Definition source (http://www.answers.com/topic/publisher)." ; + rdfs:label "publisher (vivo op)"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + "Public Definition source (http://www.answers.com/topic/publisher)." ; + rdfs:domain ; + rdfs:label "publisher of"@en ; +. + + a owl:DatatypeProperty ; + "this number indicates a position in a list" ; + rdfs:label "rank"@en ; + rdfs:range xsd:int ; +. + + a owl:ObjectProperty ; + "Relates a Thing to a Relationship as a Thing that is somehow related to other Thing in the same Relationship instance. A Relationship instnace is a predicate over Thing and is created by an Agent."@en ; + rdfs:label "related by"@en ; +. + + a owl:ObjectProperty ; + "Relates a Relationship instance to the one or more Thing of the Relationship. There is a separate property (assigned by) to relate to the Agent that defines the Relationship."@en ; + rdfs:label "relates"@en ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:domain ; + rdfs:label "report identifier"@en ; + rdfs:subPropertyOf ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + "Used for a single narrative summary of research, typically covering a wide range of activities and time periods; use Researcher Role for information on individual activities" ; + rdfs:label "research overview"@en ; +. + + a owl:DatatypeProperty ; + """RearcherID is a Thomson Reuters project where researchers have a place to manage and share their professional information. It will allow them to solve author identity issues while simultaneously adding dynamic citation metrics and collaboration networks to your personal profile. +Definition source: http://isiwebofknowledge.com/researcherid/""" ; + rdfs:label "isi researcher id"@en ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:label "reviewed_in"@en ; +. + + a owl:DatatypeProperty ; + "Home page for Scopus: http://www.scopus.com/home.url" ; + rdfs:label "scopus id"@en ; + rdfs:subPropertyOf ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + "55" ; + "definition modified from: source (http://en.wikipedia.org/wiki/Seating_capacity)." ; + rdfs:label "seating capacity"@en ; + rdfs:range xsd:int ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + """Has a domain of Grant. There is not a strong reason have this be publically visible, since most users would care more about the name of the sponsoring agency than its identifier, but it does no harm to be public. + + +See also core:localAwardId. +""" ; + rdfs:label "sponsor award id"@en ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "start date value"@en ; + rdfs:range ; + rdfs:subPropertyOf ; +. + + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "subcontracts grant"@en ; + rdfs:range ; +. + + a ; + a owl:NamedIndividual ; +. + + a owl:DatatypeProperty ; + rdfs:label "supplemental information"@en ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + "Used for a single narrative summary of teaching, typically covering a wide range of courses including for credit and non-credit teaching over multiple semesters; the \"teaches\" property links a person directly with an instance of a Semester Class, typically from an institutional database of record; then use Teacher Role for information about a person's role in non-credit teaching or their specific contribution to individual courses" ; + rdfs:label "teaching overview"@en ; +. + + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:label "total award amount"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "translator of"@en ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "yearmonthdayvalue"@en ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "yearmonthdaytimevalue"@en ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "yearmonthvalue"@en ; +. + + a ; + a owl:NamedIndividual ; + rdfs:label "yearvalue"@en ; +. + + a owl:Class ; + "Phase 0 is a recent designation for exploratory, first-in-human trials conducted in accordance with the United States Food and Drug Administration's (FDA) 2006 Guidance on Exploratory Investigational New Drug (IND) Studies. Phase 0 trials are also known as human microdosing studies and are designed to speed up the development of promising drugs or imaging agents by establishing very early on whether the drug or agent behaves in human subjects as was expected from preclinical studies." ; + "Phase 0 Clinical Trial" ; + rdfs:label "phase 0 clinical trial"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "In Phase I trials, researchers test an experimental drug or treatment in a small group of people (20-80) for the first time to evaluate its safety, determine a safe dosage range, and identify side effects" ; + "Phase 1 Clinical Trial" ; + rdfs:label "phase 1 clinical trial"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "In Phase 2 trials, an experimental study drug or treatment is given to a larger group of people (100-300) to see if it is effective and to further evaluate its safety." ; + "Phase 2 Clinical Trial" ; + rdfs:label "phase 2 clinical trial"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + """In Phase 3 trials, an experimental study drug or treatment is given to large groups of people (1,000-3,000) to confirm its effectiveness, monitor side effects, compare it to commonly used treatments, and collect information that will allow the experimental drug or treatment to be used safely. +""" ; + "Phase 3 Clinical Trial" ; + rdfs:label "phase 3 clinical trial"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "In Phase 4 trials, post marketing studies delineate additional information including the drug's or treatment's risks, benefits, and optimal use." ; + "Phase 4 Clinical Trial" ; + rdfs:label "phase 4 clinical trial"@en ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + rdfs:label "access provided by"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "documentation for"@en ; +. + + a owl:DatatypeProperty ; + "Every clinical trial in the United States must be approved and monitored by an Institutional Review Board (IRB). An IRB is an independent committee of physicians, statisticians, community advocates and others whose objective is to ensure that a clinical trial is ethical and the rights of study participants are protected. " ; + rdfs:label "institutional review board (irb) number"@en ; +. + + a owl:DatatypeProperty ; + "ClinicalTrials.gov is an ICMJE-acceptable public registry, offering up-to-date information for locating clinical trials for a wide range of diseases and conditions. The U.S. National Institutes of Health (NIH), through its National Library of Medicine (NLM), developed this site in collaboration with the Food and Drug Administration (FDA), as a result of the FDA Modernization Act, which was passed into law in November 1997. This property should be publically visible since it is one of the principal identifiers in a national registry of clinical trials " ; + "NCT00000419" ; + rdfs:label "national clinical trials (nct) number"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "protocol realized by"@en ; +. + + a owl:DatatypeProperty ; + "number of human participants in the study (trial)." ; + rdfs:label "study population count"@en ; +. + + a owl:Class ; + ; + rdfs:label "2-sample pooled t-test"@en ; +. + + a owl:Class ; + "The ACME algorithm is quite straightforward. Using a user-dened quantile of the data,called the threshold, any probes in the data that are above that threshold are considered positive probes. A p-value is then assigned to each probe." ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "all/aml data set"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "The ANCOVA global test is a test for the association between expression values and clinical entities. The test is carried out by comparison of linear models via the extra sum of squares principle. If the mean expression level for at least one gene diers between corresponding models the global null hypothesis, which is the intersection of all single gene null hypotheses, is violated. FDR" ; + ; +. + + a owl:Class ; + "ANNOVA" ; + ; +. + + a owl:Class ; + ; + rdfs:label "ap-ms data"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "arr"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "bed file"@en ; +. + + a owl:Class ; + "BGL implements Depth First Search, Breadth First Search,Dijkstra's, Bellman Ford's and DAG,Johnson's and Floyd Warshall's.Kruskal's algorithm and Prim's algorithm Cuthill-McKee's algorithm Minimum degree Ordering" ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "bpmap"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "The circular binary segmentation (CBS) algorithm divides the genome into regions of equal copy number . The algorithm tests for change-points using a maximal t-statistic with a permutation reference distribution to obtain the corresponding p-value. The number of computations required for the maximal test statistic is O(N^2),where N is the number of markers. This makes the full permutation approach computationally prohibitive for the newer arrays that contain tens of thousands markers and highlights the need for a faster algorithm." ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "cdf"@en ; +. + + a owl:Class ; + ; + rdfs:label "cel"@en ; +. + + a owl:Class ; + ; + rdfs:label "chp file"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "CMA- it implements k-fold cross validation, MCMC cross validation, bootstrap and (t.test or welch.test or wilcox.test or f.test or kruskal.test or One-step Recursive Feature Elimination or random forest variable importance measure or lasso or elastic net or componentwise boosting)" ; + ; +. + + a owl:Class ; + "This algorithm offers improved confidence scores, quality scores for SNP’s and batches, higher accuracy on different datasets and better performance." ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "PCMG- a bipartite graph in which one set of nodes represents proteins, the other set represents complexes, and an edge from a protein node to a complex node represents membership of the protein in that complex." ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "distance calculation objective"@en ; +. + + a owl:Class ; + "BCRANK is a method that takes a ranked list of genomic regions as input and outputs short DNA sequences that are overrepresented in some part of the list." ; + ; +. + + a owl:Class ; + "cosmo allows the user to target the motif search by specifying a set of constraints that the unknown position weight matrix must satisfy. The algorithm is based on a probabilistic model that describes the DNA sequences of interest through a two- component multinomial mixture model with estimates of the position weight matrix entries obtained by maximizing the observed data likelihood over the smaller parameter space corresponding to the imposed constraints. It includes methods such as Probabilistic models and one-occurrence-per-sequence and zero-or-one-occurrence-per-sequence and two-component mixture" ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "non-linear functional regression model with both additive and multiplicative error terms" ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "A DFP version of a FP (fuzzy pattern) only includes those genes that can serve to differentiate it from the rest of the patterns.This algorithm is based on the discretization of float values (gene expression values) stored in an ExpressionSet object into labels combining 'Low', 'Medium' and 'High'" ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "digital gene expression (dge) datasets"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "facs data"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "fasta"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "fcs"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "geo data type"@en ; +. + + a owl:Class ; + ; + rdfs:label "geo matrix series file"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "Technique which predicts a given transcription factor activity and then uses this infor- mation to predict its targets." ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "illumina data"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "kgml file"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "KS measures how biased the ranks of a subset of items are among the ranks of the entire set" ; + ; +. + + a owl:Class ; + ; + rdfs:label "lc-ms data"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "mage-ml files"@en ; +. + + a owl:Class ; + ; + rdfs:label "maqc data"@en ; +. + + a owl:Class ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "minimum common regions (MCR) algorithm- Minimal common regions (MCRs) are dened as contiguous spans having at least a recurrence rate dened by a parameter (recurrence) across samples." ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "mutual information matrix (mim)"@en ; +. + + a owl:Class ; + "MMD describes the distributions of gene expression levels directly via the marginal distributions. It includes EM algorithm, FDR, it is the percentage of nondifferentially expressed genes among selected genes), false non-discovery rate (denoted as FNDR; it is the percentage of differentially expressed genes among unselected genes),false positive rate (denoted as FPR; it is the percentage of selected genes among nondifferentially expressed genes), and false negative rate (denoted as FNR; it is the percentage of un-selected genes among differentially expressed genes)," ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "This includes exhaustive enumeration, triple-based inference,pairwise heuristic, module based inference, greedy hillclimbing" ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "it is where we fit a model with probe level and chip level parameters on a probeset by probeset basis" ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "Included are summarisation, differential expression detection, clustering and PCA methods, together with useful plotting and data manipulation functions" ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "for the Support Vector Machine (SVM), as presented in [3] and the Nearest Shrunken Centroid (NSC)" ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "rnw"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:comment "Note: It is unclear from just the label what is meant by a SAM algorithm. It may or may not be related to the SAM sequence alignment software described by the class SWO_0000077 (Allyson Lister)" ; +. + + a owl:Class ; + ; + rdfs:label "sbmlr file"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "sdf format"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "Classical multivariate analysis-of-variance tests perform poorly in cases with several highly correlated responses and the tests collapse when the number of responses exceeds the number of observations. This paper presents a new method which handles this problem. The dimensionality of the data is reduced by using principal component decompositions and the final tests are still based on the classical test statistics and their distributions. The methodology is illustrated with an example from the production of sausages with responses from near infrared reflectance spectroscopy. A closely related method for testing relationships in uniresponse regression with collinear explanatory variables is also presented. The new test, which is called the 50-50 F-test, uses the first k components to calculate SSMODEL. The next d components are not involved in SSERROR and they are called buffer components." ; + "Langsrud, Ø. (2002), 50-50 Multivariate Analysis of Variance for Collinear Responses, The Statistician, 51, 305-317." ; + ; + rdfs:label "50-50 manova algorithm"@en ; +. + + a owl:Class ; + ; + rdfs:label "gene list"@en ; +. + + a owl:Class ; + ; + rdfs:label "clustered data set"@en ; +. + + a owl:Class ; + ; + rdfs:label "r data frame"@en ; +. + + a owl:Class ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "xba.cqv and xba.regions"@en ; +. + + a owl:Class ; + ; + rdfs:label "data annotation objective"@en ; +. + + a owl:Class ; + ; + rdfs:label "annotation data packages"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "cdt"@en ; +. + + a owl:Class ; + ; + rdfs:label "chamber slide format"@en ; +. + + a owl:Class ; + "Categorical (e.g tumor vs normal) class file format" ; + "http://www.broadinstitute.org/cancer/software/gsea/wiki/index.php/Data_formats#CLS:_Categorical_.28e.g_tumor_vs_normal.29_class_file_format_.28.2A.cls.29" ; + ; + rdfs:label "cls"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "covdesc file"@en ; +. + + a owl:Class ; + "An objective in which the aim is to create a new database instance." ; + "James Malone" ; + "PERSON: James Malone" ; + ; + rdfs:label "database creation objective"@en ; +. + + a owl:Class ; + ; + rdfs:label "cross validation objective"@en ; +. + + a owl:Class ; + ; + rdfs:label ".data"@en ; +. + + a owl:Class ; + ; + rdfs:label "dcf"@en ; +. + + a owl:Class ; + ; + rdfs:label "design file"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "Gene Cluster Text file format " ; + "http://www.broadinstitute.org/cancer/software/gsea/wiki/index.php/Data_formats#GCT:_Gene_Cluster_Text_file_format_.28.2A.gct.29" ; + ; + rdfs:label "gct"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "gene expression analysis objective"@en ; +. + + a owl:Class ; + ; + rdfs:label "gene expression dataset"@en ; +. + + a owl:Class ; + ; + rdfs:label "gff format"@en ; +. + + a owl:Class ; + "global test allows the unit of analysis of the microarray experiment to be shifted from the single gene level to the pathway level, where a ‘pathway’ may be any set of genes, e.g. chosen using the Gene Ontology database or from earlier experiments." ; + ; +. + + a owl:Class ; + ; + rdfs:label "gmt format"@en ; +. + + a owl:Class ; + ; + rdfs:label "gpr format"@en ; +. + + a owl:Class ; + ; + rdfs:label "gtr"@en ; +. + + a owl:Class ; + ; + rdfs:label "gxl format"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "lma"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "log file"@en ; +. + + a owl:Class ; + ; + rdfs:label "logicfs dataset"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "mas5 format"@en ; +. + + a owl:Class ; + ; + rdfs:label "m-estimation regression"@en ; +. + + a owl:Class ; + ; + rdfs:label "meta data"@en ; +. + + a owl:Class ; + ; + rdfs:label "microarray data"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "multiple testing which includes controlling the family-wise error rate (FWER), generalized family-wise error rate (gFWER), tail probability of the proportion of false positives (TPPFP), and false discovery rate (FDR). Tests based on a variety of t- and F-statistics (including t-statistics based on regression parameters from linear and survival models as well as those based on correlation parameters) are included." ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "newick"@en ; +. + + a owl:Class ; + ; + rdfs:label "omics data"@en ; +. + + a owl:Class ; + ; + rdfs:label "pair file"@en ; +. + + a owl:Class ; + ; + rdfs:label "pedigree data file"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "qpcr data"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label ".raw files"@en ; +. + + a owl:Class ; + ; + rdfs:label "rda"@en ; +. + + a owl:Class ; + ; + rdfs:label ".rma format"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + ; + rdfs:label "sproc"@en ; +. + + a owl:Class ; + ; + rdfs:label "sqlite"@en ; +. + + a owl:Class ; + "Paired t-test , Paired L-statistic and Paired Lw-statistic with their FDRs" ; + ; +. + + a owl:Class ; + ; + rdfs:label "'t-test'"@en ; +. + + a owl:Class ; + ; +. + + a owl:Class ; + "Tweaked label. From 'data visualization objective' to 'data rendering and visualization objective'. Need to decide if we should separate rendering from visualization." ; + rdfs:label "data rendering and visualization objective"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "implements"@en ; +. + + a owl:ObjectProperty ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "is_encoded_in"@en ; + rdfs:range ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + ; + rdfs:label "ActionScript" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Ada" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "AppleScript" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Assembly" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "C" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "C Sharp" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "C++" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "COBOL" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "ColdFusion" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "D" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Delphi" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Dylan" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Eiffel" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Forth" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Fortran" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Groovy" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Haskell" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "JavaScript" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "LabVIEW" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Lisp" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Lua" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Maple" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Mathematica" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Pascal" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Perl" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "PHP" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Prolog" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Python" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "REXX" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Ruby" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "SAS" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Scala" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Scheme" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Shell" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Smalltalk" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "SQL" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Turing" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Verilog" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "VHDL" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + rdfs:label "Visual Basic" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "GWT" ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + ; + "GZipped format" ; + rdfs:label ".gz" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Zipped format" ; + rdfs:label ".zip" ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:label "audio format" ; + rdfs:subClassOf ; +. + + a owl:Class ; + "Resource Interchange File Format" ; + rdfs:label "RIFF" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "BigWig format" ; + rdfs:label ".bw" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "Comma-separated values" ; + rdfs:label ".csv" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "MySQL format" ; + rdfs:label ".mysql" ; + rdfs:subClassOf ; +. + + a owl:Class ; + ; + "SQL format" ; + rdfs:label ".sql" ; + rdfs:subClassOf ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:oneOf ( + + ) ; + ] ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:Class ; + rdfs:subClassOf ; +. + + a owl:ObjectProperty ; + rdfs:label "has_agent"@en ; +. +rdf:PlainLiteral + a rdfs:Datatype ; +. +rdfs:comment + a owl:AnnotationProperty ; +. +rdfs:isDefinedBy + a owl:AnnotationProperty ; +. +rdfs:label + a owl:AnnotationProperty ; +. +xsd:anyURI + a rdfs:Datatype ; +. +xsd:string + a rdfs:Datatype ; +. +owl:DeprecatedProperty + a owl:ObjectProperty ; + rdfs:label "deprecatedproperty"@en ; +. +owl:topObjectProperty + a owl:ObjectProperty ; +. +owl:versionInfo + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a owl:Class ; +. + + a owl:ObjectProperty ; + "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy ." ; + rdfs:label "broader term"@en ; +. + + a owl:ObjectProperty ; + "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy ." ; + rdfs:label "narrower term"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "related (skos)"@en ; +. + + a owl:AnnotationProperty ; +. + + a owl:AnnotationProperty ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:Class ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label " additional name"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:comment "The date of marriage, or equivalent, of the object the vCard represents" ; + rdfs:domain ; + rdfs:label "anniversary"@en ; + rdfs:range xsd:dateTime ; +. + + a owl:DatatypeProperty ; + rdfs:comment "To specify the birth date of the object the vCard represents" ; + rdfs:domain ; + rdfs:label "birthdate"@en ; + rdfs:range xsd:dateTime ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "calendar busy (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "calendar link (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "calendar request (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "category (vcard dp)"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "country (vcard dp)"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "email (vcard dp)"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:comment "Called Family Name in vCard" ; + rdfs:domain ; + rdfs:label "has last name"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "has format name"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:comment """To specify the components of the sex and gender identity of the object the vCard represents. +To enable other Gender/Sex codes to be used, this dataproperty has range URI. The vCard gender code classes are defined under Code/Gender""" ; + rdfs:domain ; + rdfs:label "gender (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:comment "Must use the geo URI scheme RFC5870" ; + rdfs:domain ; + rdfs:label "geo (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:comment "called Given Name invCard" ; + rdfs:domain ; + rdfs:label "first name"@en ; + rdfs:range xsd:string ; +. + + a owl:ObjectProperty ; + rdfs:label "has address"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has calendar link"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has calendar request"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has calender busy"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has category"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has email"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has formatted name"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has geo"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has messaging"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has key"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has language (vcard op)"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has logo"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:comment "To include a member in the group this vCard represents" ; + rdfs:domain ; + rdfs:label "member"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + + ) ; + ] ; +. + + a owl:ObjectProperty ; + rdfs:label "has name"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has nickname"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has note"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has organization name"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has organisational unit name"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has photo"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has related (vcard op)"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has role"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has sound"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has telephone"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has time zone"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has title"@en ; + rdfs:range ; +. + + a owl:ObjectProperty ; + rdfs:label "has url"@en ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + rdfs:comment "Called Honorific Prefix in vCard" ; + rdfs:domain ; + rdfs:label "has prefix name"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "honorific suffix name"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "instant message"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "key (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:comment "Use 2 char language code from RFC5646" ; + rdfs:label "has language (vcard dp)"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "locality"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "logo (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "nick name"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "note (vcard dp)"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "organization name (vcard dp)"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "organizational unit name (vcard dp)"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "photo (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "postal code"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:label "product id"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "region"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "related (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:label "revision"@en ; + rdfs:range xsd:dateTime ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "role (vcard)"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:label "sort as"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "sound (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:label "source"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "street address"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:label "telephone (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "timezone"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "title (vcard dp)"@en ; + rdfs:range xsd:string ; +. + + a owl:DatatypeProperty ; + rdfs:comment "To specify a value that represents a globally unique identifier corresponding to the entity associated with the vCard" ; + rdfs:label "uid"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:DatatypeProperty ; + rdfs:label "url (vcard dp)"@en ; + rdfs:range xsd:anyURI ; +. + + a owl:AnnotationProperty ; +. + + a owl:Class ; + "agent" ; + "see: http://xmlns.com/foaf/spec/#term_Agent" ; + "Agents are things that do stuff" ; + "Things that do stuff." ; + "PERSON: Scott Hoffmann" ; + "" ; + rdfs:comment "An agent" ; + rdfs:label "agent (foaf)"@en ; + rdfs:label "agent"@en ; + rdfs:subClassOf ; + "Used to describe any \"agent\" related to bibliographic items. Such agents can be persons, organizations or groups of any kind."@en ; +. + + a owl:Class ; + "group" ; + """A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event. + +see: http://xmlns.com/foaf/spec/#term_Group""" ; + " A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). " ; + "A collection of individual agents." ; + "PERSON: Scott Hoffmann" ; + rdfs:comment "A group" ; + rdfs:label "group (foaf)"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + "organization" ; + "Only use if no specific subclasses of foaf:organization desribe the organization." ; + "This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available." ; + "A generic class encompassing several types of organizations." ; + "A kind of Agent corresponding to social instititutions such as companies, societies etc." ; + "PERSON: Scott Hoffmann" ; + "" ; + rdfs:comment "An organization" ; + rdfs:label "organization"@en ; + rdfs:subClassOf ; + "Ued to describe an organization related to bibliographic items such as a publishing company, etc."@en ; +. + + a owl:Class ; + "person" ; + "An instance of a human being (Homo sapiens)" ; + "The most general classification of a person" ; + "PERSON: Melissa Haendel" ; + "" ; + rdfs:comment "A person" ; + rdfs:label "person"@en ; + rdfs:subClassOf ; +. +[ + a owl:AllDifferent ; + owl:distinctMembers ( + + + + + + + + + ) ; +]. +[ + a owl:AllDifferent ; + owl:distinctMembers ( + + + + + ) ; +]. diff --git a/semantic-ontology/obo_ARG_Label.ttl b/semantic-ontology/obo_ARG_Label.ttl new file mode 100644 index 0000000..b55b6c4 --- /dev/null +++ b/semantic-ontology/obo_ARG_Label.ttl @@ -0,0 +1,1210 @@ +# baseURI: http://purl.obolibrary.org/obo/arg/label + +@base . +@prefix : . +@prefix skostemplate: . +@prefix tagger: . +@prefix owl: . +@prefix teamworkupdate: . +@prefix ontologyprojects: . +@prefix tops: . +@prefix corpus: . +@prefix swaclasses: . +@prefix crosswalkapp: . +@prefix spif: . +@prefix safconfig: . +@prefix tables: . +@prefix crosswalkprojects: . +@prefix ui: . +@prefix xml: . +@prefix sm2wsdl: . +@prefix html: . +@prefix spinmapl: . +@prefix tasks: . +@prefix safm: . +@prefix skosspin: . +@prefix tbladmin: . +@prefix spl: . +@prefix jfn: . +@prefix spr: . +@prefix taxonomies: . +@prefix fn: . +@prefix xsd: . +@prefix sharepoint: . +@prefix rdfs: . +@prefix smf: . +@prefix evnconstraints: . +@prefix swauml: . +@prefix tablesmap: . +@prefix search: . +@prefix crosswalk: . +@prefix sml: . +@prefix savedQueries: . +@prefix tracker: . +@prefix sm: . +@prefix spinmap: . +@prefix sp: . +@prefix uix: . +@prefix afn: . +@prefix owlrl: . +@prefix crosswalk.spin: . +@prefix tosh.ui: . +@prefix swon: . +@prefix teamwork: . +@prefix rdf: . +@prefix pf: . +@prefix textindex: . +@prefix evnui: . +@prefix spin: . +@prefix spra: . +@prefix swa: . +@prefix governance: . + + + rdfs:label "plastic and reconstructive surgery (surgery)"@en . + + + rdfs:label "female pelvic medicine and reconstructive surgery (urology)"@en . + + + rdfs:label "otolaryngology/facial plastic surgery (otolaryngology)"@en . + + + rdfs:label "plastic surgery within the head and neck (plastic surgery)"@en . + + + rdfs:label "hospice and palliative medicine (pediatrics)"@en . + + + rdfs:label "project management"@en . + + + rdfs:label "legal qualifier" . + + + rdfs:label "occupational therapist"@en . + + + rdfs:label "rheumatology (internal medicine)"@en . + + + rdfs:label "american board of ophthalmology"@en . + + + rdfs:label "allopathic & osteopathic physicians"@en . + + + rdfs:label "oral and maxillofacial surgery (dentist)"@en . + + + rdfs:label "pain medicine (anesthesiology)"@en . + + + rdfs:label "content about slideshow"@en . + + + rdfs:label "psychologist"@en . + + + rdfs:label "hospice and palliative medicine (psychiatry and neurology)"@en . + + + rdfs:label "clinical genetics (md) (medical genetics)"@en . + + + rdfs:label "facial plastic surgery (otolaryngology)"@en . + + + rdfs:label "neurotology (otolaryngology)"@en . + + + rdfs:label "american board of thoracic surgery"@en . + + + rdfs:label "residential treatment facilities"@en . + + + rdfs:label "collaboration"@en . + + + rdfs:label "hospitalist"@en . + + + rdfs:label "adolescent medicine (internal medicine)"@en . + + + rdfs:label "content about bioinformatics analysis"@en . + + + rdfs:label "clinical (social worker)"@en . + + + rdfs:label "complex general surgical oncology (surgery)"@en . + + + rdfs:label "physical medicine and rehabilitation (physical medicine and rehabilitation)"@en . + + + rdfs:label "has_contact_info"@en . + + + rdfs:label "hospice and palliative medicine (physical medicin)"@en . + + + rdfs:label "hepatology (internal medicine)"@en . + + + rdfs:label "pathology - medical microbiology (pathology)"@en . + + + rdfs:label "communication material"@en . + + + rdfs:label "sports medicine( family medicine)"@en . + + + rdfs:label "hospice and palliative medicine (surgery)"@en . + + + rdfs:label "hematology (internal medicine)"@en . + + + rdfs:label "emergency medical service providers"@en . + + + rdfs:label "neuromuscular medicine (physical medicin)"@en . + + + rdfs:label "surgery (surgery)"@en . + + + rdfs:label "physical therapy assistant"@en . + + + rdfs:label "psych/mental health (nurse practitioner)"@en . + + + rdfs:label "pediatric emergency medicine (pediatrics)"@en . + + + rdfs:label "american board of internal medicine"@en . + + + rdfs:label "audiologist-hearing aid fitter"@en . + + + rdfs:label "gynecologic oncology (obstetrics and gynecology)"@en . + + + rdfs:label "content about communication material"@en . + + + rdfs:label "cpt billing code"@en . + + + rdfs:label "ambulatory health care facilities"@en . + + + rdfs:label "child and adolescent psychiatry (psychiatry and neurology)"@en . + + + rdfs:label "hospice and palliative medicine (emergency medicine)"@en . + + + rdfs:label "expertise measurement process"@en . + + + rdfs:label "wound care (registered nurse)"@en . + + + rdfs:label "health care provider supervising role"@en . + + + rdfs:label "oral and maxillofacial surgery"@en . + + + rdfs:label "orthopaedic surgery (orthopaedic surgery)"@en . + + + rdfs:label "american board of plastic surgery"@en . + + + rdfs:label "nutrition, renal (dietitian, registered)"@en . + + + rdfs:label "cytopathology (pathology)"@en . + + + rdfs:label "content about video"@en . + + + rdfs:label "hospice and palliative medicine (radiology)"@en . + + + rdfs:label "advanced heart failure and transplant cardiology (internal medicine)"@en . + + + rdfs:label "has_context"@en . + + + rdfs:label "pediatric rheumatology (pediatrics)"@en . + + + rdfs:label "neurology (psychiatry and neurology)"@en . + + + rdfs:label "dermatopathology (pathology)"@en . + + + rdfs:label "survey"@en . + + + rdfs:label "best practices"@en . + + + rdfs:label "dermatology (dermatology)"@en . + + + rdfs:label "adolescent medicine (family medicine)"@en . + + + rdfs:label "adult health (nurse practitioner)"@en . + + + rdfs:label "cardiovascular disease (internal medicine)"@en . + + + rdfs:label "american board of allergy and immunology"@en . + + + rdfs:label "transplant surgery"@en . + + + rdfs:label "pediatric urology (urology)"@en . + + + rdfs:label "neurology with special qualification in child neurology (psychiatry and neurology)"@en . + + + rdfs:label "pain medicine (pain medicine)"@en . + + + rdfs:label "surgery of the hand (plastic surgery)"@en . + + + rdfs:label "medical toxicology (pediatrics)"@en . + + + rdfs:label "official qualifier" . + + + rdfs:label "pediatrics (occupational therapist)"@en . + + + rdfs:label "transplant hepatology (internal medicine)"@en . + + + rdfs:label "american board of orthopaedic surgery"@en . + + + rdfs:label "podiatric medicine & surgery service providers"@en . + + + rdfs:label "pediatric dentistry (dentist)"@en . + + + rdfs:label "pediatric anesthesiology (anesthesiology)"@en . + + + rdfs:label "content about product assessment"@en . + + + rdfs:label "clinical child & adolescent (psychologist)"@en . + + + rdfs:label "neurodevelopmental disabilities (psychiatry and neurology)"@en . + + + rdfs:label "clinical molecular genetics (medical genetics)"@en . + + + rdfs:label "pediatric otolaryngology (otolaryngology)"@en . + + + rdfs:label "american board of urology"@en . + + + rdfs:label "suppliers"@en . + + + rdfs:label "geriatric medicine (internal medicine)"@en . + + + rdfs:label "content about crowdsourcing"@en . + + + rdfs:label "specialist"@en . + + + rdfs:label "plastic surgery (plastic surgery)"@en . + + + rdfs:label "icd-9 billing code"@en . + + + rdfs:label "contact_info_for"@en . + + + rdfs:label "url_link_for"@en . + + + rdfs:label "hematology and oncology (internal medicine)"@en . + + + rdfs:label "pathology - molecular genetic (pathology)"@en . + + + rdfs:label "resource"@en . + + + rdfs:label "content about grant management"@en . + + + rdfs:label "board general specialty"@en . + + + rdfs:label "pediatric surgery (surgery)"@en . + + + rdfs:label "infectious disease (internal medicine)"@en . + + + rdfs:label "eye and vision services providers"@en . + + + rdfs:label "pain medicine (physical medicin)"@en . + + + rdfs:label "vascular surgery (surgery)"@en . + + + rdfs:label "physician assistant"@en . + + + rdfs:label "primary care (nurse practitioner)"@en . + + + rdfs:label "pediatric endocrinology (pediatrics)"@en . + + + rdfs:label "american board of medical genetics"@en . + + + rdfs:label "contact"@en . + + + rdfs:label "clinical neuropsychologist"@en . + + + rdfs:label "hospice and palliative medicine (obstetrics and gynecology)"@en . + + + rdfs:label "content about glossary"@en . + + + rdfs:label "patient"@en . + + + rdfs:label "hospital units"@en . + + + rdfs:label "clinical neurophysiology (psychiatry and neurology)"@en . + + + rdfs:label "measurement_label"@en . + + + rdfs:label "diabetes educator (registered nurse)"@en . + + + rdfs:label "pediatric orthopaedic surgery (orthopaedic surgery)"@en . + + + rdfs:label "otolaryngology (otolaryngology)"@en . + + + rdfs:label "american board of preventive medicine"@en . + + + rdfs:label "hospitals"@en . + + + rdfs:label "sports medicine (family medicine)"@en . + + + rdfs:label "content about webpage"@en . + + + rdfs:label "women's health care, ambulatory (registered nurse)"@en . + + + rdfs:label "neuroradiology (radiology)"@en . + + + rdfs:label "has_code" . + + + rdfs:label "pediatric transplant hepatology (pediatrics)"@en . + + + rdfs:label "job description"@en . + + + rdfs:label "neuropathology (pathology)"@en . + + + rdfs:label "glossary"@en . + + + rdfs:label "emergency medicine (emergency medicine)"@en . + + + rdfs:label "maternal newborn (registered nurse)"@en . + + + rdfs:label "family (nurse practitioner)"@en . + + + rdfs:label "clinical cardiac electrophysiology (internal medicine)"@en . + + + rdfs:label "american board of anesthesiology"@en . + + + rdfs:label "behavioral health & social service providers"@en . + + + rdfs:label "diagnostic radiology (radiology)"@en . + + + rdfs:label "health care provider"@en . + + + rdfs:label "interventional pain medicine (pain medicine)"@en . + + + rdfs:label "clinical informatics (preventive medicine)"@en . + + + rdfs:label "neonatal-perinatal medicine (pediatrics)"@en . + + + rdfs:label "user_defined_tag"@en . + + + rdfs:label "personal qualifier" . + + + rdfs:label "hand (occupational therapist)"@en . + + + rdfs:label "medical biochemical genetics (medical genetics)"@en . + + + rdfs:label "patient_id"@en . + + + rdfs:label "american board of otolaryngology"@en . + + + rdfs:label "respiratory, developmental, rehabilitative and restorative service providers"@en . + + + rdfs:label "orthodontics and dentofacial orthopedics (dentist)"@en . + + + rdfs:label "sleep medicine (anesthesiology)"@en . + + + rdfs:label "content about progress report"@en . + + + rdfs:label "clinical (psychologist)"@en . + + + rdfs:label "neuromuscular medicine (psychiatry and neurology)"@en . + + + rdfs:label "occupational therapy assistant"@en . + + + rdfs:label "neurological surgery (neurological surgery)"@en . + + + rdfs:label "mohs-micrographic surgery (dermatology)"@en . + + + rdfs:label "plastic surgery within the head and neck (otolaryngology)"@en . + + + rdfs:label "transportation services"@en . + + + rdfs:label "pain medicine (psychiatry and neurology)"@en . + + + rdfs:label "hospice and palliative medicine (internal medicine)"@en . + + + rdfs:label "speech-language pathologist"@en . + + + rdfs:label "pediatric hematology-oncology (pediatrics)"@en . + + + rdfs:label "aerospace medicine (preventive medicine)"@en . + + + rdfs:label "board subspecialty"@en . + + + rdfs:label "has_url_link"@en . + + + rdfs:label "massage therapist"@en . + + + rdfs:label "pathology - pediatric (pathology)"@en . + + + rdfs:label "ctsa key function committee"@en . + + + rdfs:label "content about project management"@en . + + + rdfs:label "surgery of the hand (surgery)"@en . + + + rdfs:label "interventional cardiology (internal medicine)"@en . + + + rdfs:label "nursing service providers"@en . + + + rdfs:label "pediatric rehabilitation medicine (physical medicin)"@en . + + + rdfs:label "thoracic and cardiac surgery (thoracic surgery)"@en . + + + rdfs:label "ctsa informatics key function committee"@en . + + + rdfs:label "medical (physician assistant)"@en . + + + rdfs:label "nurse practitioner"@en . + + + rdfs:label "pediatric gastroenterology (pediatrics)"@en . + + + rdfs:label "american board of neurological surgery"@en . + + + rdfs:label "clinical nurse specialist"@en . + + + rdfs:label "maternal and fetal medicine (obstetrics and gynecology)"@en . + + + rdfs:label "content about guidline"@en . + + + rdfs:label "prescription"@en . + + + rdfs:label "epilepsy (psychiatry and neurology)"@en . + + + rdfs:label "medical toxicology (emergency medicine)"@en . + + + rdfs:label "adult reconstructive orthopaedic surgery (orthopaedic surgery)"@en . + + + rdfs:label "pathology-anatomic/pathology-clinical (pathology)"@en . + + + rdfs:label "reproductive endocrinology/infertility (obstetrics and gynecology)"@en . + + + rdfs:label "american board of psychiatry and neurology"@en . + + + rdfs:label "laboratories"@en . + + + rdfs:label "hospice and palliative medicine (family medicine)"@en . + + + rdfs:label "pediatric emergency medicine (emergency medicine)"@en . + + + rdfs:label "content about interview"@en . + + + rdfs:label "obstetric, high-risk (registered nurse)"@en . + + + rdfs:label "nuclear radiology (radiology)"@en . + + + rdfs:label "pathology - anatomic (pathology)"@en . + + + rdfs:label "sleep medicine (pediatrics)"@en . + + + rdfs:label "pathology - chemical (pathology)"@en . + + + rdfs:label "progress report"@en . + + + rdfs:label "guidelines"@en . + + + rdfs:label "family medicine (family medicine)"@en . + + + rdfs:label "geriatric medicine (family medicine)"@en . + + + rdfs:label "gerontology (nurse practitioner)"@en . + + + rdfs:label "critical care medicine (internal medicine)"@en . + + + rdfs:label "american board of colon and rectal surgery"@en . + + + rdfs:label "chiropractic providers"@en . + + + rdfs:label "acupuncturist"@en . + + + rdfs:label "interventional radiology and diagnostic radiology (radiology)"@en . + + + rdfs:label "sharecenter content type"@en . + + + rdfs:label "pharmacotherapy (pharmacist)"@en . + + + rdfs:label "medical toxicology (preventive medicine)"@en . + + + rdfs:label "order"@en . + + + rdfs:label "neurodevelopmental disabilities (pediatrics)"@en . + + + rdfs:label "work qualifier" . + + + rdfs:label "molecular genetic pathology (medical genetics)"@en . + + + rdfs:label "american board of pathology"@en . + + + rdfs:label "speech, language and hearing service providers"@en . + + + rdfs:label "dermatopathology (dermatology)"@en . + + + rdfs:label "content about protocol"@en . + + + rdfs:label "count per year"@en . + + + rdfs:label "counseling (psychologist)"@en . + + + rdfs:label "optometrist"@en . + + + rdfs:label "nuclear medicine (nuclear medicine)"@en . + + + rdfs:label "american board of pediatrics"@en . + + + rdfs:label "dietitian, registered"@en . + + + rdfs:label "sleep medicine (otolaryngology)"@en . + + + rdfs:label "content about survey"@en . + + + rdfs:label "physician assistants & advanced practice nursing providers"@en . + + + rdfs:label "crowdsourcing"@en . + + + rdfs:label "psychosomatic medicine (psychiatry and neurology)"@en . + + + rdfs:label "sleep medicine (internal medicine)"@en . + + + rdfs:label "student in an organized health care education/training program"@en . + + + rdfs:label "pediatric infectious diseases (pediatrics)"@en . + + + rdfs:label "occupational medicine (preventive medicine)"@en . + + + rdfs:label "allergy and immunology (allergy and immunology)"@en . + + + rdfs:label "has contact agent" . + + + rdfs:label "midwife"@en . + + + rdfs:label "adolescent medicine (pediatrics)"@en . + + + rdfs:label "health care provider id"@en . + + + rdfs:label "content about social network analysis"@en . + + + rdfs:label "primary qualifier" . + + + rdfs:label "surgical critical care (surgery)"@en . + + + rdfs:label "medical oncology (internal medicine)"@en . + + + rdfs:label "other service providers"@en . + + + rdfs:label "spinal cord injury medicine (physical medicin)"@en . + + + rdfs:label "urology (urology)"@en . + + + rdfs:label "relevant_for"@en . + + + rdfs:label "surgical (physician assistant)"@en . + + + rdfs:label "preferred qualifier" . + + + rdfs:label "gynecology (obstetrics and gynecology)"@en . + + + rdfs:label "american board of nuclear medicine"@en . + + + rdfs:label "pharmacy service providers"@en . + + + rdfs:label "mental health (counselor)"@en . + + + rdfs:label "content about job description"@en . + + + rdfs:label "podiatrist"@en . + + + rdfs:label "forensic psychiatry (psychiatry and neurology)"@en . + + + rdfs:label "orthopaedic trauma (orthopaedic surgery)"@en . + + + rdfs:label "orthopaedic sports medicine (orthopedic surgery)"@en . + + + rdfs:label "american board of radiology"@en . + + + rdfs:label "managed care organizations"@en . + + + rdfs:label "social network analysis"@en . + + + rdfs:label "general practice"@en . + + + rdfs:label "sports medicine (emergency medicine)"@en . + + + rdfs:label "content about technique"@en . + + + rdfs:label "obstetric, inpatient (registered nurse)"@en . + + + rdfs:label "pediatric radiology (radiology)"@en . + + + rdfs:label "pathology - clinical (pathology)"@en . + + + rdfs:label "sports medicine (pediatrics)"@en . + + + rdfs:label "pathology - forensic (pathology)"@en . + + + rdfs:label "training document"@en . + + + rdfs:label "grant management"@en . + + + rdfs:label "internal medicine (internal medicine)"@en . + + + rdfs:label "hospice and palliative medicine sleep medicine (family medicine)"@en . + + + rdfs:label "pediatrics (nurse practitioner)"@en . + + + rdfs:label "endocrinology, diabetes and metabolism (internal medicine)"@en . + + + rdfs:label "american board of dermatology"@en . + + + rdfs:label "dental providers"@en . + + + rdfs:label "advanced practice midwife"@en . + + + rdfs:label "radiation oncology (radiology)"@en . + + + rdfs:label "content about collaboration"@en . + + + rdfs:label "physical therapist"@en . + + + rdfs:label "undersea and hyperbaric medicine (preventive medicine)"@en . + + + rdfs:label "women's health (nurse practitioner)"@en . + + + rdfs:label "pediatric cardiology (pediatrics)"@en . + + + rdfs:label "topic weight measurement"@en . + + + rdfs:label "contact qualifier"@en . + + + rdfs:label "air transport (ambulance)"@en . + + + rdfs:label "critical care medicine (obstetrics and gynecology)"@en . + + + rdfs:label "technologists, technicians & other technical service providers"@en . + + + rdfs:label "addiction psychiatry (psychiatry and neurology)"@en . + + + rdfs:label "pediatric dermatology (dermatology)"@en . + + + rdfs:label "cognitive & behavioral (psychologist)"@en . + + + rdfs:label "corneal and contact management (optometrist)"@en . + + + rdfs:label "obstetrics and gynecology (obstetrics and gynecology)"@en . + + + rdfs:label "american board of physical medicine and rehabilitation"@en . + + + rdfs:label "nutrition, metabolic (dietitian, registered)"@en . + + + rdfs:label "blood banking/transfusion medicine (pathology)"@en . + + + rdfs:label "content about template"@en . + + + rdfs:label "nursing service related providers"@en . + + + rdfs:label "sleep medicine (psychiatry and neurology)"@en . + + + rdfs:label "sports medicine (internal medicine)"@en . + + + rdfs:label "experience"@en . + + + rdfs:label "pediatric nephrology (pediatrics)"@en . + + + rdfs:label "public health and general preventive medicine (preventive medicine)"@en . + + + rdfs:label "anesthesiology (anesthesiology)"@en . + + + rdfs:label "naturopath"@en . + + + rdfs:label "child abuse pediatrics (pediatrics)"@en . + + + rdfs:label "content about software"@en . + + + rdfs:label "congenital cardiac surgery (thoracic surgery)"@en . + + + rdfs:label "nephrology (internal medicine)"@en . + + + rdfs:label "sports medicine (physical medicin)"@en . + + + rdfs:label "critical care medicine (anesthesiology)"@en . + + + rdfs:label "product assessment"@en . + + + rdfs:label "developmental-behavioral pediatrics (pediatrics)"@en . + + + rdfs:label "author qualifier" . + + + rdfs:label "obstetrics (obstetrics and gynecology)"@en . + + + rdfs:label "pulmonary disease (internal medicine)"@en . + + + rdfs:label "american board of obstetrics and gynecology"@en . + + + rdfs:label "group specialty"@en . + + + rdfs:label "addiction (substance use disorder) (counselor)"@en . + + + rdfs:label "hospice and palliative medicine (anesthesiology)"@en . + + + rdfs:label "content about academic article"@en . + + + rdfs:label "foot surgery (podiatrist)"@en . + + + rdfs:label "geriatric psychiatry (psychiatry and neurology)"@en . + + + rdfs:label "clinical cytogenetics (medical genetics)"@en . + + + rdfs:label "foot and ankle surgery (orthopaedic surgery)"@en . + + + rdfs:label "surgery of the hand (orthopedics)"@en . + + + rdfs:label "american board of surgery"@en . + + + rdfs:label "nursing & custodial care facilities"@en . + + + rdfs:label "template"@en . + + + rdfs:label "genetic counselor, ms"@en . + + + rdfs:label "undersea and hyperbaric medicine (emergency medicine)"@en . + + + rdfs:label "content about best practice"@en . + + + rdfs:label "registered nurse"@en . + + + rdfs:label "vascular and interventional radiology (radiology)"@en . + + + rdfs:label "pediatrics (pediatrics)"@en . + + + rdfs:label "brain injury medicine (physical medicine)"@en . + + + rdfs:label "training opportunity"@en . + + + rdfs:label "pathology - hematology (pathology)"@en . + + + rdfs:label "sleep medicine (family medicine)"@en . + + + rdfs:label "gastroenterology (internal medicine)"@en . + + + rdfs:label "american board of emergency medicine"@en . + + + rdfs:label "dietary & nutritional service providers"@en . + + + rdfs:label "medical physics (radiology)"@en . + + + rdfs:label "content about document"@en . + + + rdfs:label "pediatrics (physical therapist)"@en . + + + rdfs:label "obstetrics and gynecology (nurse practitioner)"@en . + + + rdfs:label "pediatric critical care medicine (pediatrics)"@en . + + + rdfs:label "expertise measurement"@en . + + + rdfs:label "american board of family medicine"@en . + + + rdfs:label "foaf profile"@en . + + + rdfs:label "audiologist"@en . + + + rdfs:label "female pelvic medicine and reconstructive surgery (obstetrics and gynecology)"@en . + + + rdfs:label "content about case study"@en . + + + rdfs:label "brain injury medicine (psychiatry and neurology)"@en . + + + rdfs:label "emergency medical services (emergency medicine)"@en . + + + rdfs:label "topic weight measurement process"@en . + + + rdfs:label "therapeutic radiology (radiology)"@en . + + + rdfs:label "health care provider performing role"@en . + + + rdfs:label "low vision rehabilitation (optometrist)"@en . + + + rdfs:label "ophthalmology (ophthalmology)"@en . + + + rdfs:label "nutrition, pediatric (dietitian, registered)"@en . + + + rdfs:label "clinical informatics (pathology)"@en . + + + rdfs:label "content about training document"@en . + + + rdfs:label "respite care facility"@en . + + + rdfs:label "vascular neurology (psychiatry and neurology)"@en . + + + rdfs:label "adult congenital heart disease (internal medicine)"@en . + + + rdfs:label "specialty"@en . + + + rdfs:label "procedure"@en . + + + rdfs:label "trauma surgery (surgery)"@en . + + + rdfs:label "context_for"@en . + + + rdfs:label "pediatric pulmonology (pediatrics)"@en . + + + rdfs:label "psychiatry (psychiatry and neurology)"@en . + + + rdfs:label "is_template"@en . + + + rdfs:label "colon and rectal surgery (colon and rectal surgery)"@en . + + + rdfs:label "student, health care"@en . + + + rdfs:label "acute care (nurse practitioner)"@en . + + + rdfs:label "content about training opportunity"@en . diff --git a/semantic-ontology/ontology-ehess.n3 b/semantic-ontology/ontology-ehess.n3 new file mode 100755 index 0000000..5c2cc92 --- /dev/null +++ b/semantic-ontology/ontology-ehess.n3 @@ -0,0 +1,163 @@ +# baseURI: http://data.ehess.fr/ontology/vivo-ehess + +@prefix : . +@prefix acti: . +@prefix afn: . +@prefix ai: . +@prefix aka: . +@prefix aktp: . +@prefix app: . +@prefix bibo: . +@prefix c4o: . +@prefix cc: . +@prefix cce: . +@prefix cito: . +@prefix config: . +@prefix dc: . +@prefix dcelem: . +@prefix dcterms: . +@prefix display: . +@prefix ehess: . +@prefix ero: . +@prefix event: . +@prefix fabio: . +@prefix far: . +@prefix foaf: . +@prefix geo: . +@prefix geopolitical: . +@prefix hr: . +@prefix local: . +@prefix mann: . +@prefix ns: . +@prefix obo: . +@prefix ocrer: . +@prefix ocresd: . +@prefix ospcu: . +@prefix owl: . +@prefix owl2: . +@prefix pubmed: . +@prefix pvs: . +@prefix rdf: . +@prefix rdfs: . +@prefix rdfsyn: . +@prefix sce: . +@prefix scires: . +@prefix scirr: . +@prefix skco: . +@prefix skos: . +@prefix skos2: . +@prefix socsci: . +@prefix stars: . +@prefix statistics: . +@prefix study_protocol: . +@prefix swrl: . +@prefix swrlb: . +@prefix swvs: . +@prefix terms: . +@prefix vann: . +@prefix vcard: . +@prefix vitro: . +@prefix vitro-public: . +@prefix vivo: . +@prefix vivoc: . +@prefix vivoehess: . +@prefix vivofr: . +@prefix wcmc: . +@prefix wos: . +@prefix xsd: . +@prefix ehess-individual: . +@prefix ehess-person: . +: + a owl:Ontology ; + cc:license ; + terms:issued "2020-10-15"^^xsd:date ; + terms:rights "CC BY-SA 4.0" ; + vann:preferredNamespacePrefix "vivoehess" ; + vitro:ontologyPrefixAnnot "vivofr" ; + rdfs:label "Vivo FR Ontology"@en-US ; + rdfs:label "ontologie Vivo FR"@fr-FR ; + owl:imports vivofr: ; + owl:imports ; + owl:versionInfo "Version 1.0 - 2018-04-03" ; +. +vivofr:PSE_0000001 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:isMenuPageIntersectionClass "true" ; + rdfs:label "EHESS Member"@en-US ; + rdfs:label "membre de l'EHESS"@en-US ; +. +vivoehess:MBE_0000001 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "membre statutaire"@fr-FR ; + rdfs:label "statutory membership"@en-US ; + rdfs:subClassOf vivofr:MMB_0000002 ; +. +vivoehess:MBE_0000002 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "associated membership"@en-US ; + rdfs:label "membre associé"@fr-FR ; + rdfs:subClassOf vivofr:MMB_0000003 ; +. +vivoehess:MBE_0000005 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "honorary membership"@en-US ; + rdfs:label "membre honoraire"@fr-FR ; + rdfs:subClassOf vivofr:MMB_0000006 ; +. +vivoehess:MBE_0000006 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "correspondant"@fr-FR ; + rdfs:label "correspondent"@en-US ; + rdfs:subClassOf vivofr:MMB_0000003 ; +. +vivoehess:MBE_0000007 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "chercheur invité"@fr-FR ; + rdfs:label "guest researcher"@en-US ; + rdfs:subClassOf vivofr:MMB_0000005 ; +. +vivoehess:OGE_0000001 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "EHESS Center"@en-US ; + rdfs:label "centre de l'EHESS"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000004 ; + rdfs:subClassOf [ + owl:unionOf ( + vivofr:ORG_0000005 + vivofr:ORG_0000006 + ) ; + ] ; +. diff --git a/semantic-ontology/ontology-fr_FR.n3 b/semantic-ontology/ontology-fr_FR.n3 new file mode 100755 index 0000000..852db0e --- /dev/null +++ b/semantic-ontology/ontology-fr_FR.n3 @@ -0,0 +1,807 @@ +@prefix : +@prefix acti: . +@prefix afn: . +@prefix ai: . +@prefix aka: . +@prefix aktp: . +@prefix app: . +@prefix bibo: . +@prefix c4o: . +@prefix cc: . +@prefix cce: . +@prefix cito: . +@prefix config: . +@prefix dc: . +@prefix dcelem: . +@prefix dcterms: . +@prefix display: . +@prefix ehess: . +@prefix ero: . +@prefix event: . +@prefix fabio: . +@prefix far: . +@prefix foaf: . +@prefix geo: . +@prefix geopolitical: . +@prefix hr: . +@prefix j.0: . +@prefix local: . +@prefix mann: . +@prefix ns: . +@prefix obo: . +@prefix ocrer: . +@prefix ocresd: . +@prefix ospcu: . +@prefix owl: . +@prefix owl2: . +@prefix pubmed: . +@prefix pvs: . +@prefix rdf: . +@prefix rdfs: . +@prefix rdfsyn: . +@prefix sce: . +@prefix scires: . +@prefix scirr: . +@prefix skco: . +@prefix skos: . +@prefix skos2: . +@prefix socsci: . +@prefix stars: . +@prefix statistics: . +@prefix study_protocol: . +@prefix swrl: . +@prefix swrlb: . +@prefix swvs: . +@prefix terms: . +@prefix vann: . +@prefix vcard: . +@prefix vitro: . +@prefix vitro-public: . +@prefix vivo: . +@prefix vivoc: . +@prefix vivofr: . +@prefix wcmc: . +@prefix wos: . +@prefix xsd: . + +vivofr: + a owl:Ontology ; + cc:license ; + obo:IAO_0000115 "Complement to the Vivo ontology describing research staff and structures in French higher education and research institutions in order to allow the management of such data in Vivo software."@fr-FR ; + obo:IAO_0000115 "Complément à l'ontologie Vivo décrivant les personnel et les structures de recherche dans établissement ESR français afin de permettre la prise en charge de telles données dans Vivo"@fr-FR ; + terms:issued "2020-10-15"^^xsd:date ; + terms:rights "CC BY-SA 4.0" ; + vann:preferredNamespacePrefix "vivofr" ; + vann:preferredNamespaceUri vivofr: ; + vitro:ontologyPrefixAnnot "vivofr" ; + rdfs:label "Vivo FR Ontology"@en-US ; + rdfs:label "ontologie Vivo FR"@fr-FR ; + owl:versionInfo "Version 1.0 - 2018-04-03" ; +. +vivofr:CLS_0000001 + a owl:Class ; + dcelem:description "Class intended to classify members at display level (typically, on a website)"@en-US ; + dcelem:description "Classe destinée à permettre le rubriquage des membres au niveau de l'affichage (typiquement, sur un site web)"@fr-FR ; + rdfs:label "classe de membres"@fr-FR ; + rdfs:label "members class"@en-US ; + rdfs:subClassOf owl:Thing ; +. +vivofr:FNC_0000001 + a owl:Class ; + obo:IAO_0000115 "Une fonction, un emploi dans une organisation"@fr-FR ; + rdfs:label "fonction"@fr-FR ; + rdfs:label "function"@en-US ; + rdfs:subClassOf vivofr:REL_0000001 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom vivo:DateTimeInterval ; + owl:onProperty vivo:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty vivo:rank ; + owl:someValuesFrom xsd:int ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty vivo:relates ; + owl:someValuesFrom foaf:Organization ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty vivo:relates ; + owl:someValuesFrom foaf:Person ; + ] ; + owl:equivalentClass vivo:Position ; +. +vivofr:FNC_0000002 + a owl:Class ; + rdfs:label "autre fonction"@fr-FR ; + rdfs:label "other function"@en-US ; + rdfs:subClassOf vivofr:FNC_0000001 ; +. +vivofr:FNC_0000003 + a rdfs:Class ; + a owl:Class ; + obo:IAO_0000115 "Liaison entre une personne et un établissement, si elle est formalisée par l'appartenance à un corps administratif"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "administrative corps"@en-US ; + rdfs:label "corps administratif"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000001 ; + owl:disjointWith vivofr:FNC_0000004 ; + owl:disjointWith vivofr:FNC_0000005 ; + owl:disjointWith vivofr:FNC_0000006 ; + owl:disjointWith vivofr:FNC_0000007 ; +. +vivofr:FNC_0000004 + a owl:Class ; + rdfs:label "autre fonction d'enseignement"@fr-FR ; + rdfs:label "other teacher position"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:FNC_0000005 + a owl:Class ; + rdfs:label "autre fonction d'enseignement et de recherche"@fr-FR ; + rdfs:label "other teacher and researcher position"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:FNC_0000006 + a owl:Class ; + rdfs:label "autre fonction de support administratif"@fr-FR ; + rdfs:label "other administrative support position"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:FNC_0000007 + a owl:Class ; + rdfs:label "autre fonction de support à la recherche"@fr-FR ; + rdfs:label "other research support position"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:FNC_0000008 + a owl:Class ; + obo:IAO_0000115 "Une assistante ou un assistant ingénieur"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "assistant research engineer"@en-US ; + rdfs:label "assistant.e ingénieur.e"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000009 + a owl:Class ; + obo:IAO_0000115 "Personnels qui concourent à l'accomplissement des missions de la recherche dans un organisme de recherche ou un établissement d'enseignement supérieur"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "chargé.e de recherches"@fr-FR ; + rdfs:label "tenured junior/senior researcher"@en-US ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000010 + a owl:Class ; + obo:IAO_0000115 "Une chercheure ou un chercheur sous statut contractuel"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "chercheur.e contractuel.le"@fr-FR ; + rdfs:label "fixed-term contract researcher"@en-US ; + rdfs:subClassOf vivofr:FNC_0000021 ; +. +vivofr:FNC_0000011 + a owl:Class ; + obo:IAO_0000115 "Fonction de directrice ou directeur de recherches au CNRS"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "directeur.trice de recherches"@fr-FR ; + rdfs:label "research professor"@en-US ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000012 + a owl:Class ; + obo:IAO_0000115 "Fonction de directrice ou directeur d'études à l'EHESS, à l'ENC ou à l'EPHE"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "(full) professor"@en-US ; + rdfs:label "directeur.trice d'études"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000013 + a owl:Class ; + obo:IAO_0000115 "Fonction de directrice ou directeur d'études cumulant à l'EHESS, à l'ENC ou à l'EPHE"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "(full) professor"@en-US ; + rdfs:label "directeur.trice d'études cumulant"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000014 + a owl:Class ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Ingénieur_de_recherche"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "ingénieur.e de recherche"@fr-FR ; + rdfs:label "senior research engineer"@en-US ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000015 + a owl:Class ; + obo:IAO_0000115 "http://www.enseignementsup-recherche.gouv.fr/cid23195/ingenieur-d-etudes.html"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "ingénieur.e d'études"@fr-FR ; + rdfs:label "research engineer"@en-US ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000016 + a owl:Class ; + obo:IAO_0000115 "Un des deux corps d'enseignants chercheurs de l'université française"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "associate Professor"@en-US ; + rdfs:label "maître.sse de conférences"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000017 + obo:IAO_0000115 "Un des deux corps d'enseignants chercheurs de l'université française"@fr-FR ; + rdfs:label "(full) professor"@en-US ; + rdfs:label "professeur.e des universités"@fr-FR ; + owl:disjointWith vivofr:FNC_0000018 ; +. +vivofr:FNC_0000018 + a owl:Class ; + obo:IAO_0000115 "Professeure ou professeur des universités retraité ayant conservé rang et privilèges"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "emeritus/a Professor"@en-US ; + rdfs:label "professeur.e émerite"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000019 + a owl:Class ; + obo:IAO_0000115 "Fonction de postdoctorant"@fr-FR ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Chercheur_postdoctoral"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "post-doctorat"@fr-FR ; + rdfs:label "postdoc"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:FNC_0000020 + a owl:Class ; + obo:IAO_0000115 "Professeure ou professeur des universités"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "(full) professor"@en-US ; + rdfs:label "professeur.e des universités"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000021 + a owl:Class ; + rdfs:label "autre fonction de recherche"@fr-FR ; + rdfs:label "other researcher position"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:MMB_0000001 + a owl:Class ; + obo:IAO_0000115 "Liaison entre une personne et une structure de recherche ou une entité administrative"@fr-FR ; + obo:IAO_0000115 "Membership to a structure like research unit."@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance"@fr-FR ; + rdfs:label "membership"@en-US ; + rdfs:subClassOf vivofr:REL_0000001 ; +. +vivofr:MMB_0000002 + a owl:Class ; + obo:IAO_0000115 "Appartenance permanente à une structure (typiquement une unité de recherche) à titre principal"@fr-FR ; + obo:IAO_0000115 "Permanent main membership (typically, to a research structure)"@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance permanente à titre principal"@fr-FR ; + rdfs:label "permanent main membership"@en-US ; + rdfs:subClassOf vivofr:MMB_0000001 ; +. +vivofr:MMB_0000003 + a owl:Class ; + obo:IAO_0000115 "Appartenance permanente à une structure (typiquement une unité de recherche) à titre principal"@fr-FR ; + obo:IAO_0000115 "Permanent main membership (typically, to a research structure)"@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance permanente à titre secondaire"@fr-FR ; + rdfs:label "permanent accessory membership"@en-US ; + rdfs:subClassOf vivofr:MMB_0000001 ; +. +vivofr:MMB_0000004 + a owl:Class ; + obo:IAO_0000115 "Appartenance non permanente à une structure (typiquement une unité de recherche) à titre principal"@fr-FR ; + obo:IAO_0000115 "Transient main membership (typically, to a research structure)"@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance non permanente à titre principal"@fr-FR ; + rdfs:label "transient main membership"@en-US ; + rdfs:subClassOf vivofr:MMB_0000001 ; +. +vivofr:MMB_0000005 + a owl:Class ; + obo:IAO_0000115 "Appartenance non permanente à une structure (typiquement une unité de recherche) à titre secondaire"@fr-FR ; + obo:IAO_0000115 "Transient accessory membership (typically, to a research structure)"@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance non permanente à titre secondaire"@fr-FR ; + rdfs:label "transient accessory membership"@en-US ; + rdfs:subClassOf vivofr:MMB_0000001 ; +. +vivofr:MMB_0000006 + a owl:Class ; + obo:IAO_0000115 "Appartenance à une structure (typiquement une unité de recherche) en tant que membre d'honneur, émérite ou retraité"@fr-FR ; + obo:IAO_0000115 "Membership (typically, to a research structure) as honorary, emeritus or retired member"@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance à une structure en tant que membre d'honneur, émérite ou retraité"@fr-FR ; + rdfs:label "membership as honorary, emeritus or retired member"@en-US ; + rdfs:subClassOf vivofr:MMB_0000001 ; +. +vivofr:MMB_0000007 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance en tant que post-doctorant"@fr-FR ; + rdfs:label "membership as postdoc"@en-US ; + rdfs:subClassOf vivofr:MMB_0000004 ; +. +vivofr:MMB_0000008 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance en tant que doctorant"@fr-FR ; + rdfs:label "membership as Phd Student"@en-US ; + rdfs:subClassOf vivofr:MMB_0000004 ; +. +vivofr:ORG_0000002 + a rdfs:Class ; + a owl:Class ; + rdfs:label "research organization"@en-US ; + rdfs:label "structure de recherche"@fr-FR ; + rdfs:subClassOf foaf:Organization ; +. +vivofr:ORG_0000003 + a rdfs:Class ; + a owl:Class ; + rdfs:label "CNRS research organization"@en-US ; + rdfs:label "structure de recherche CNRS"@fr-FR ; + rdfs:subClassOf foaf:Organization ; +. +vivofr:ORG_0000004 + a rdfs:Class ; + a owl:Class ; + rdfs:label "institution research organization"@en-US ; + rdfs:label "structure de recherche établissement"@fr-FR ; + rdfs:subClassOf foaf:Organization ; +. +vivofr:ORG_0000005 + a rdfs:Class ; + a owl:Class ; + rdfs:label "level 1 research organization"@en-US ; + rdfs:label "structure de recherche de niveau 1"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000002 ; +. +vivofr:ORG_0000006 + a rdfs:Class ; + a owl:Class ; + rdfs:label "level 2 research organization"@en-US ; + rdfs:label "structure de recherche de niveau 2"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000002 ; +. +vivofr:ORG_0000007 + a rdfs:Class ; + a owl:Class ; + rdfs:label "level 3 research organization"@en-US ; + rdfs:label "structure de recherche de niveau 3"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000002 ; +. +vivofr:ORG_0000008 + a owl:Class ; + obo:IAO_0000115 "In french, Unité de Recherche" ; + obo:IAO_0000115 "Équivalent d'un laboratoire : https://fr.wikipedia.org/wiki/Laboratoire_de_recherche, Par exemple le CRH (UMR 8558)"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "research unit"@en-US ; + rdfs:label "unité de recherche"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000003 ; + rdfs:subClassOf vivofr:ORG_0000006 ; +. +vivofr:ORG_0000009 + a owl:Class ; + obo:IAO_0000115 "In french, unité de service" ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Unit%C3%A9_mixte_de_service"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "joint service unit"@en-US ; + rdfs:label "unité mixte de service"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000003 ; + rdfs:subClassOf vivofr:ORG_0000006 ; +. +vivofr:ORG_0000010 + a owl:Class ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Universit%C3%A9"@fr-FR ; + rdfs:label "university"@en-US ; + rdfs:label "université"@fr-FR ; + rdfs:subClassOf foaf:Organization ; + owl:equivalentClass vivo:University ; +. +vivofr:ORG_0000011 + a owl:Class ; + obo:IAO_0000115 "In french, Structure fédérative de recherche" ; + obo:IAO_0000115 "Une structure férérative de recherche"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "federative Research Structure"@en-US ; + rdfs:label "structure fédérative de recherche"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000003 ; + rdfs:subClassOf vivofr:ORG_0000007 ; +. +vivofr:ORG_0000012 + a owl:Class ; + obo:IAO_0000115 "In french, thématique, a research team without permanent members" ; + obo:IAO_0000115 "Une équipe de recherche sans membres permanents ayant une thématique commune"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "theme"@en-US ; + rdfs:label "thématique"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000003 ; + rdfs:subClassOf vivofr:ORG_0000005 ; +. +vivofr:ORG_0000013 + a owl:Class ; + obo:IAO_0000115 "Une équipe de recherche rassemblant des personnes, ayant une dépendance envers une unité"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "research Team"@en-US ; + rdfs:label "équipe de recherche"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000003 ; + rdfs:subClassOf vivofr:ORG_0000005 ; +. +vivofr:ORG_0000014 + a owl:Class ; + obo:IAO_0000115 "Une structure dédiée à l'administration d'un domaine particulier du fonctionnement de l'établissement."@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "administrative entity"@en-US ; + rdfs:label "entité administrative"@fr-FR ; + rdfs:subClassOf foaf:Organization ; +. +vivofr:ORG_0000015 + a owl:Class ; + obo:IAO_0000115 "Une direction, structure rattachée à la présidence et qui comprend généralement des services."@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "department"@en-US ; + rdfs:label "direction"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000014 ; +. +vivofr:PRP_0000001 + a owl:DatatypeProperty ; + obo:IAO_0000115 "Les maîtrises de conférences et directions d'études de l'EHESS sont l'équivalent de chaires dotées d'un intitulé permanent. Elles constituent l'Affiche des enseignements de recherche de l'Ecole"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:domain vivofr:FNC_0000012 ; + rdfs:domain vivofr:FNC_0000016 ; + rdfs:label "a une chaire"@fr-FR ; + rdfs:label "has a research chair"@en-US ; + rdfs:range xsd:string ; + rdfs:subPropertyOf vivo:identifier ; +. +vivofr:PRP_0000002 + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000115 "Identifiant de l'utilisateur, commun aux différentes applications de la recherche"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:domain foaf:Person ; + rdfs:label "a pour identifiant interne"@fr-FR ; + rdfs:label "has internal identifier"@en-US ; + rdfs:range xsd:string ; + rdfs:subPropertyOf vivo:identifier ; +. +vivofr:PRP_0000003 + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000115 "L'identifiant spécifique d'une ressource (structure, personne...) au sein du système d'information"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:domain owl:Thing ; + rdfs:label "a pour identifiant technique"@fr-FR ; + rdfs:label "has technical identifier"@en-US ; + rdfs:range xsd:string ; + rdfs:subPropertyOf vivo:identifier ; +. +vivofr:PRP_0000004 + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "A short narrative summary to be used as a single descriptive chair statement." ; + rdfs:domain foaf:Agent ; + rdfs:label "chair"@en-US ; + rdfs:label "chaire"@fr-FR ; + rdfs:subPropertyOf vivo:chaire ; + rdfs:subPropertyOf owl:topDataProperty ; +. +vivofr:PRP_0000005 + a owl:DatatypeProperty ; + a owl:InverseFunctionalProperty ; + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "TODO." ; + rdfs:label "IdRef identifier"@en-US ; + rdfs:label "identifiant IdRef"@fr-FR ; + rdfs:subPropertyOf vivo:identifier ; +. +vivofr:PRS_0000001 + a owl:Class ; + obo:IAO_0000115 "Une personne chargée de produire et de diffuser des savoirs au sein d'un établissement d'enseignement supérieur."@fr-FR ; + rdfs:label "personnel Académique"@fr-FR ; + rdfs:subClassOf foaf:Person ; + owl:equivalentClass vivo:FacultyMember ; +. +vivofr:PRS_0000002 + a owl:Class ; + obo:IAO_0000115 "Personnels ingénieurs, administratifs, techniques, ouvriers et de service (IATOS)"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "personnel de soutien"@fr-FR ; + rdfs:label "support staff"@en-US ; + rdfs:subClassOf foaf:Person ; +. +vivofr:PRS_0000003 + a owl:Class ; + obo:IAO_0000115 "Personnels ingénieurs, administratifs, techniques, ouvriers et de service (IATOS) rattachés aux entités administratives"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "administrative Support staff"@en-US ; + rdfs:label "personnel de soutien administratif"@fr-FR ; + rdfs:subClassOf vivofr:PRS_0000002 ; +. +vivofr:PRS_0000004 + a owl:Class ; + obo:IAO_0000115 "Personnels ingénieurs, administratifs, techniques, ouvriers et de service (IATOS) rattachés aux unités de recherche ou de soutien"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "personnel de soutien à la recherche"@fr-FR ; + rdfs:label "research Support staff"@en-US ; + rdfs:subClassOf vivofr:PRS_0000002 ; +. +vivofr:PRS_0000005 + a owl:Class ; + obo:IAO_0000115 "Titulaire du grade académique de docteur"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "docteur.e"@fr-FR ; + rdfs:label "philosophiæ doctor"@en-US ; + rdfs:subClassOf foaf:Person ; +. +vivofr:PRS_0000006 + a owl:Class ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Doctorant"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "doctorant.e"@fr-FR ; + rdfs:label "phD Student"@en-US ; + rdfs:subClassOf foaf:Person ; +. +vivofr:PRS_0000007 + a owl:Class ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Habilitation_universitaire#En_France"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "habilité à diriger des recherches"@fr-FR ; + rdfs:subClassOf foaf:Person ; + skos:altLabel "HDR"@fr-FR ; +. +vivofr:PRS_0000008 + a owl:Class ; + obo:IAO_0000115 "Une assistante ou un assistant ingénieur"@fr-FR ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Chercheur_postdoctoral"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "postDoctorant.e"@fr-FR ; + rdfs:label "postdoc"@en-US ; + rdfs:subClassOf foaf:Person ; + owl:equivalentClass vivo:PostDoc ; +. +vivofr:PRS_0000009 + a owl:Class ; + obo:IAO_0000115 "Personne exerçant des activités de recherche au niveau ESR, sans avoir d'activité d'enseignement"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "chercheur"@fr-FR ; + rdfs:label "researcher"@en-US ; + rdfs:subClassOf vivofr:PRS_0000001 ; +. +vivofr:PRS_0000010 + a owl:Class ; + obo:IAO_0000115 "Personne exerçant des activités d'enseignement au niveau ESR, sans avoir d'activité de recherche"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "enseignant"@fr-FR ; + rdfs:label "teacher"@en-US ; + rdfs:subClassOf vivofr:PRS_0000001 ; +. +vivofr:PRS_0000011 + a owl:Class ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Enseignant-chercheur"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "enseignant.e-chercheur.e"@fr-FR ; + rdfs:label "teacher researcher"@en-US ; + rdfs:subClassOf vivofr:PRS_0000001 ; + rdfs:subClassOf [ + owl:unionOf ( + [ + a owl:Restriction ; + owl:onProperty vivo:relatedBy ; + owl:someValuesFrom vivofr:FNC_0000012 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo:relatedBy ; + owl:someValuesFrom vivofr:FNC_0000016 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo:relatedBy ; + owl:someValuesFrom vivofr:FNC_0000017 ; + ] + ) ; + ] ; +. +vivofr:PRS_0000012 + a owl:Class ; + obo:IAO_0000115 "Une enseignante-chercheure ou un enseignant-chercheur s'étant vu accorder l'éméritat (https://fr.wikipedia.org/wiki/Professeur_%C3%A9m%C3%A9rite)"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "enseignant.e-chercheur.e émérite"@fr-FR ; + rdfs:label "teacher researcher emeritus"@en-US ; + rdfs:subClassOf vivofr:PRS_0000001 ; +. +vivofr:REL_0000001 + a owl:Class ; + obo:IAO_0000115 "Relation réifiée entre deux entités"@fr-FR ; + rdfs:label "relation"@fr-FR ; + owl:equivalentClass vivo:Relationship ; +. diff --git a/semantic-ontology/vitroAnnotations_fr_FR.ttl b/semantic-ontology/vitroAnnotations_fr_FR.ttl new file mode 100755 index 0000000..b3ad86b --- /dev/null +++ b/semantic-ontology/vitroAnnotations_fr_FR.ttl @@ -0,0 +1,4427 @@ +# baseURI: http://vivoweb.org/ontology/vitroAnnotfr_FR + +@prefix : . +@prefix bibo: . +@prefix c4o: . +@prefix cito: . +@prefix dcterms: . +@prefix event: . +@prefix fabio: . +@prefix foaf: . +@prefix geo: . +@prefix obo: . +@prefix ocrer: . +@prefix ocresd: . +@prefix ocresp: . +@prefix ocrest: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix ro: . +@prefix scires: . +@prefix skos: . +@prefix swo: . +@prefix vann: . +@prefix vcard: . +@prefix vitro: . +@prefix vitro-public: . +@prefix vivo: . +@prefix xsd: . + + + vitro:ontologyPrefixAnnot "geo" ; + rdfs:label "Geopolitical Ontology"@en-US ; +. +geo:GDP + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:GDPNotes + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:GDPTotalInCurrentPrices + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:GDPUnit + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:GDPYear + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:HDINotes + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; +. +geo:HDITotal + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; +. +geo:HDIYear + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; +. +geo:agriculturalArea + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:agriculturalAreaNotes + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:agriculturalAreaTotal + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:agriculturalAreaUnit + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:agriculturalAreaYear + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:area + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:codeAGROVOC + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:codeCurrency + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:codeDBPediaID + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:codeFAOSTAT + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:codeFAOTERM + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:codeGAUL + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:codeISO2 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:codeISO3 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:codeUN + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:codeUNDP + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:countryArea + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:countryAreaNotes + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:countryAreaTotal + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:countryAreaUnit + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:countryAreaYear + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:disputed + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:economic_region + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:geographical_region + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:group + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasBorderWith + vitro:displayRankAnnot "69"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +geo:hasCode + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasCoordinate + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasCurrency + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasListName + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasMaxLatitude + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasMaxLongitude + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasMember + vitro:displayRankAnnot "65"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +geo:hasMinLatitude + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasMinLongitude + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasNationality + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasOfficialName + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasShortName + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:hasStatistics + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:isAdministeredBy + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +geo:isInGroup + vitro:displayRankAnnot "67"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +geo:isPredecessorOf + vitro:displayRankAnnot "94"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +geo:isSuccessorOf + vitro:displayRankAnnot "92"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +geo:landArea + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:landAreaNotes + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:landAreaTotal + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:landAreaUnit + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:landAreaYear + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameCurrencyAR + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameCurrencyEN + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameCurrencyES + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameCurrencyFR + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameCurrencyIT + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameCurrencyRU + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameCurrencyZH + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameListAR + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameListEN + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameListES + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameListFR + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameListIT + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameListRU + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameListZH + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameOfficialAR + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameOfficialEN + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameOfficialES + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameOfficialFR + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameOfficialIT + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameOfficialRU + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameOfficialZH + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameShortAR + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameShortEN + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameShortES + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameShortFR + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameShortIT + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameShortRU + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nameShortZH + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nationalityAR + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nationalityEN + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nationalityES + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nationalityFR + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nationalityIT + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nationalityRU + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:nationalityZH + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:non_self_governing + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:organization + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:other + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:population + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:populationNotes + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:populationTotal + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:populationUnit + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:populationYear + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:self_governing + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:special_group + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:territory + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:validSince + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +geo:validUntil + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo: + vitro:ontologyPrefixAnnot "obo" ; + rdfs:label "OBO Foundry"@en-US ; +. +obo:ARG_0000001 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ARG_0000172 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ARG_0000197 + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "40"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ARG_2000028 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:BFO_0000050 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:BFO_0000051 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:BFO_0000054 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:BFO_0000055 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000004 + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000005 + vitro:inClassGroup ; +. +obo:ERO_0000006 + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000007 + vitro:inClassGroup ; +. +obo:ERO_0000014 + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000015 + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000016 + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000020 + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000029 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "50"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000031 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000033 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "62"^^xsd:int ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000034 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000037 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "22"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000044 + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "70"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000045 + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "30"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000046 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "32"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000050 + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "76"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000054 + vitro:displayRankAnnot "120"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000070 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000071 + vitro:inClassGroup ; +. +obo:ERO_0000390 + vitro:displayLimitAnnot "3"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000391 + vitro:inClassGroup ; +. +obo:ERO_0000392 + vitro:inClassGroup ; +. +obo:ERO_0000393 + vitro:inClassGroup ; +. +obo:ERO_0000394 + vitro:inClassGroup ; +. +obo:ERO_0000395 + vitro:inClassGroup ; +. +obo:ERO_0000396 + vitro:inClassGroup ; +. +obo:ERO_0000397 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "61"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000398 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000424 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "15"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000460 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "90"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000481 + vitro:displayLimitAnnot "3"^^xsd:int ; + vitro:displayRankAnnot "85"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000482 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000543 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "80"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000595 + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000774 + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000775 + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "21"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0000918 + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0000919 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "95"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:ERO_0001254 + vitro:inClassGroup ; +. +obo:ERO_0001255 + vitro:inClassGroup ; +. +obo:ERO_0001256 + vitro:inClassGroup ; +. +obo:ERO_0001257 + vitro:inClassGroup ; +. +obo:ERO_0001258 + vitro:inClassGroup ; +. +obo:ERO_0001259 + vitro:inClassGroup ; +. +obo:ERO_0001260 + vitro:inClassGroup ; +. +obo:ERO_0001261 + vitro:inClassGroup ; +. +obo:ERO_0001262 + vitro:inClassGroup ; +. +obo:ERO_0001263 + vitro:inClassGroup ; +. +obo:ERO_0001520 + vitro:displayRankAnnot "90"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:ERO_0001521 + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:IAO_0000136 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:IAO_0000142 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:IAO_0000221 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:OBI_0000272 + vitro:inClassGroup ; +. +obo:OBI_0000293 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "105"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:OBI_0000299 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:OBI_0000304 + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "73"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:OBI_0000312 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; +. +obo:OBI_0000417 + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "95"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:OBI_0100026 + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:inClassGroup ; +. +obo:RO_0000052 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:RO_0000053 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:RO_0000056 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:RO_0000057 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:RO_0001000 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:RO_0001015 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:RO_0001025 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:RO_0002233 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:RO_0002234 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:RO_0002353 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +obo:RO_0003000 + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "63"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +obo:RO_0003001 + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. + + vitro:ontologyPrefixAnnot "ro" ; + rdfs:label "Relations Ontology"@en-US ; +. + + vitro:ontologyPrefixAnnot "event" ; + rdfs:label "Event Ontology"@en-US ; +. +event:Event + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +dcterms: + vitro:ontologyPrefixAnnot "dcterms" ; + rdfs:label "Dublin Core Terms"@en-US ; +. +dcterms:contributor + vitro:fullPropertyNameAnnot "contributor" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Entité chargée de verser des contributions à la ressource. Les exemples de contributeurs comprennent une personne, un organisme ou un service. Habituellement, le nom d'un contributeur devrait être utilisé pour indiquer l'entité."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +dcterms:relation + vitro:fullPropertyNameAnnot "relation" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Une ressource connexe. La pratique recommandée consiste à identifier la ressource connexe au moyen d'une chaîne de caractères conforme à un système d'identification formel. "@fr-FR ; + vitro:selectFromExistingAnnot true ; +. + + vitro:ontologyPrefixAnnot "ocrer" ; + rdfs:label "OCRe Research"@en-US ; +. + + vitro:ontologyPrefixAnnot "ocresst" ; + rdfs:label "OCRe Statistics"@en-US ; +. + + vitro:ontologyPrefixAnnot "ocresd" ; + rdfs:label "OCRe Study Design"@en-US ; +. + + vitro:ontologyPrefixAnnot "ocresp" ; + rdfs:label "OCRe Study Protocol"@en-US ; +. +bibo: + vitro:ontologyPrefixAnnot "bibo" ; + rdfs:label "Bibliographic Ontology"@en-US ; +. +bibo:AcademicArticle + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Article + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:AudioDocument + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:AudioVisualDocument + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Bill + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Book + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:BookSection + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Brief + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Chapter + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Code + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:CollectedDocument + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Collection + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Conference + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:CourtReporter + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Document + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:DocumentPart + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:DocumentStatus + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:EditedBook + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Excerpt + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Film + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Hearing + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Image + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Interview + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Issue + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "21"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Journal + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:LegalCaseDocument + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:LegalDecision + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:LegalDocument + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Legislation + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Letter + vitro:displayLimitAnnot "3"^^xsd:int ; + vitro:displayRankAnnot "15"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Magazine + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Manual + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Manuscript + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Map + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Newspaper + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Note + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Patent + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Performance + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Periodical + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:PersonalCommunicationDocument + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "15"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Proceedings + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Quote + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:ReferenceSource + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Report + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Series + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Slide + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Slideshow + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Standard + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Statute + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Thesis + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:ThesisDegree + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Webpage + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Website + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:Workshop + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:abstract + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:editing "HTML" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un résumé de la ressource."@fr-FR ; +. +bibo:affirmedBy + vitro:fullPropertyNameAnnot "affirmedBy" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Une décision juridique qui confirme un jugement."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:annotates + vitro:fullPropertyNameAnnot "annotates" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Note critique ou explicative d'un document."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:asin + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le numéro d'identification standard Amazon (ASIN) est un numéro d'identification unique attribué par Amazon.com et ses partenaires pour l'identification des produits au sein de l'organisation Amazon.com."@fr-FR ; +. +bibo:chapter + vitro:displayRankAnnot "53"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un numéro de chapitre. A NE PAS utiliser pour le titre du chapitre, qui doit être saisi dans le champ \"nom\" (le champ en gras en haut de la page)"@fr-FR ; +. +bibo:citedBy + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +bibo:cites + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +bibo:coden + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le CODEN - selon la norme ASTM E250 - est un code bibliographique alphanumérique à six caractères, qui permet une identification concise, unique et sans ambiguïté des titres de publications en série et hors série de tous les domaines."@fr-FR ; +. +bibo:court + vitro:fullPropertyNameAnnot "court" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie un document juridique à une organisation. La définition de Bibo est : \"Un tribunal associé à un document légal ; par exemple, celui qui rend une décision. \""@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:degree + vitro:fullPropertyNameAnnot "degree" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Diplôme."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:director + vitro:fullPropertyNameAnnot "director" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Lien entre une entité et un réalisateur de film."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:distributor + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "70"^^xsd:int ; + vitro:fullPropertyNameAnnot "distributor" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "La définition de foaf est la suivante - Distributeur d'un document ou d'une collection de documents. Cependant, dans VIVO, cela peut relier n'importe quoi en tant que distributeur à n'importe quoi d'autre."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:doi + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "3"^^xsd:int ; + vitro:fullPropertyNameAnnot "doi" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le système DOI (Digital Object Identifier) permet l'identification permanente des objets de contenu dans l'environnement numérique. \"Les noms DOI sont attribués à toute entité pour utilisation sur les réseaux numériques. Ils sont utilisés pour fournir des informations actuelles, y compris l'endroit où ils (ou des informations à leur sujet) peuvent être trouvés sur Internet. L'information sur un objet numérique peut changer au fil du temps, y compris l'endroit où le trouver, mais son nom DOI ne changera pas.\""@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:eanucc13 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "EAN International-Uniform Code Council (EAN-UCC) était une famille de normes de la chaîne d'approvisionnement, anciennement le système EAN.UCC, qui comprenait les codes à barres des produits qui sont imprimés sur la grande majorité des produits disponibles dans les magasins du monde entier et les normes du commerce électronique."@fr-FR ; +. +bibo:edition + vitro:displayLimitAnnot "3"^^xsd:int ; + vitro:displayRankAnnot "70"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le nom définissant une édition spéciale d'un document. Normalement, c'est une valeur littérale composée d'un numéro de version et de mots."@fr-FR ; +. +bibo:eissn + vitro:displayRankAnnot "2"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un numéro international normalisé des publications en série (ISSN) est un numéro unique à huit chiffres utilisé pour identifier une publication périodique. L'EISSN est un issn pour les périodiques électroniques."@fr-FR ; +. +bibo:gtin14 + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "80"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le Global Trade Item Number (GTIN) est un identifiant pour les articles commerciaux développé par le GS1 (comprenant l'ancien EAN International and Uniform Code Council). Le GTIN est un terme général utilisé pour décrire toute la famille des structures de données de GS1 pour l'identification des articles commerciaux (produits et services). Les GTIN peuvent comporter 8, 12, 13 ou 14 chiffres."@fr-FR ; +. +bibo:identifier + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Identificateur unique d'un document ou d'une collection. Cette propriété de données n'est pas vue ou mise à jour par quiconque."@fr-FR ; +. +bibo:interviewee + vitro:fullPropertyNameAnnot "interviewee" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un agent qui est interviewé par un autre agent."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:interviewer + vitro:fullPropertyNameAnnot "interviewer" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un agent qui interviewe un autre agent."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:isbn10 + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le numéro international normalisé du livre (ISBN) est un identificateur numérique unique[1][2] du livre commercial basé sur le code à 9 chiffres de la numérotation normalisée du livre (SBN) créé par Gordon Foster. Le format ISBN à 10 chiffres a été développé par l'Organisation internationale de normalisation et a été publié en 1970 en tant que norme internationale ISO 2108."@fr-FR ; +. +bibo:isbn13 + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "11"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le numéro international normalisé du livre (ISBN) est un identificateur numérique unique[1][2] de livre commercial basé sur le code à 9 chiffres du Standard Book Numbering (SBN) créé par Gordon Foster. Depuis le 1er janvier 2007, les ISBN contiennent 13 chiffres, un format qui est compatible avec les EAN-13 de Bookland."@fr-FR ; +. +bibo:issn + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un numéro international normalisé des publications en série (ISSN) est un numéro unique à huit chiffres utilisé pour identifier une publication périodique."@fr-FR ; +. +bibo:issue + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "21"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:issuer + vitro:fullPropertyNameAnnot "issuer" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Une entité responsable de la publication de documents souvent publiés de manière informelle tels que des communiqués de presse, des rapports, etc."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:lccn + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "15"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le Library of Congress Control Number ou LCCN est un système de numérotation en série des notices de catalogage de la Library of Congress aux États-Unis."@fr-FR ; +. +bibo:locator + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Une description (souvent numérique) qui permet de localiser un élément dans un document ou une collection."@fr-FR ; +. +bibo:numPages + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "11"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +bibo:number + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "30"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un numéro de document générique. À ne pas confondre avec la numéro de la publication. Un code à barres, peut-être ?"@fr-FR ; +. +bibo:oclcnum + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un oclcnum est un numéro d'accès séquentiel attribué par OCLC au fur et à mesure que les notices bibliographiques sont entrées dans OCLC WorldCat (le catalogue collectif en ligne d'OCLC)."@fr-FR ; +. +bibo:pageEnd + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "13"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Numéro de fin de page dans une plage de pages continue."@fr-FR ; +. +bibo:pageStart + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "12"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Numéro de la page de départ dans une plage de pages continue."@fr-FR ; +. +bibo:performer + vitro:fullPropertyNameAnnot "performer" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie une performance à la personne ou à l'organisation qui l'exécute."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:pmid + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "12"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un PMID (PubMed Identifier ou PubMed Unique Identifier) est un numéro unique attribué à chaque citation PubMed d'articles de revues scientifiques en sciences de la vie et biomédicales."@fr-FR ; +. +bibo:prefixName + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "32"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un titre placé devant le nom d'une personne."@fr-FR ; +. +bibo:presentedAt + vitro:displayRankAnnot "120"^^xsd:int ; + vitro:fullPropertyNameAnnot "presentedAt" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie un document à un événement ; par exemple, un article à une conférence."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:presents + vitro:displayRankAnnot "200"^^xsd:int ; + vitro:fullPropertyNameAnnot "presentations" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie un événement à des documents associés ; par exemple, une conférence à un document."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:recipient + vitro:fullPropertyNameAnnot "recipient" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Cette fonction permet de relier un document de communication à l'agent qui reçoit ce document de communication."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:reproducedIn + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +bibo:reversedBy + vitro:fullPropertyNameAnnot "reversedBy" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Une décision juridique qui renverse un jugement. Il s'agit de relier la décision de justice à la décision de justice qui l'a renversée."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:reviewOf + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:fullPropertyNameAnnot "reviewOf" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie un document d'analyse à un élément analysé (ressource, article, etc.)."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:section + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un numéro de section"@fr-FR ; +. +bibo:shortDescription + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un compte rendu de la ressource."@fr-FR ; +. +bibo:sici + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le Serial Item and Contribution Identifier (SICI) est un code (norme ANSI/NISO Z39.56) utilisé pour identifier de façon unique des volumes, des articles ou d'autres parties identifiables d'un périodique."@fr-FR ; +. +bibo:status + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "16"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +bibo:subsequentLegalDecision + vitro:fullPropertyNameAnnot "subsequentLegalDecision" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Une décision juridique en appel qui donne suite à une affaire (la confirme, la renverse, etc.)."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:transcriptOf + vitro:fullPropertyNameAnnot "transcriptOf" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie un document à un original transcrit."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:translationOf + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "52"^^xsd:int ; + vitro:fullPropertyNameAnnot "translation of" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie un document traduit au document d'origine."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:translator + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "14"^^xsd:int ; + vitro:fullPropertyNameAnnot "translator" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie une ressource traduite au traducteur."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +bibo:upc + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le Code universel des produits (CUP/UPC) est une symbologie de code à barres (c.-à-d. un type particulier de code à barres), qui est largement utilisée au Canada et aux États-Unis pour le suivi des articles commerciaux en magasin."@fr-FR ; +. +bibo:uri + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "30"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Identifiant universel de ressource (URI)."@fr-FR ; +. +bibo:volume + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un numéro de volume."@fr-FR ; +. +c4o: + vitro:ontologyPrefixAnnot "c4o" ; + rdfs:label "Citation Counting and Context Characterization Ontology"@en-US ; +. +c4o:BibliographicInformationSource + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +c4o:GlobalCitationCount + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "19"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +c4o:hasGlobalCitationFrequency + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Une 'fréquence de citation globale' est une entité qui fait référence à une source, une date et une valeur distinctes ; pour plus de clarté, inclure la valeur, la source et la date dans l'étiquette."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +c4o:hasGlobalCountDate + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +c4o:hasGlobalCountSource + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +c4o:hasGlobalCountValue + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "3"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +cito: + vitro:ontologyPrefixAnnot "cito" ; + rdfs:label "CiTO (Citation Typing Ontology)"@en-US ; +. +cito:citesAsDataSource + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +cito:isCitedAsDataSourceBy + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +fabio: + vitro:ontologyPrefixAnnot "fabio" ; + rdfs:label "FaBiO (FRBR-Aligned Bibliographic Ontology)"@en-US ; +. +fabio:ClinicalGuideline + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +fabio:Comment + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +fabio:Erratum + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vann: + vitro:ontologyPrefixAnnot "vann" ; + rdfs:label "Vocabulary for Annotating Vocabulary Descriptions"@en-US ; +. +vann:preferredNamespaceUri + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "L'URI complète de l'espace de nom."@fr-FR ; +. +vitro:moniker + vitro:descriptionAnnot "This property is deprecated." ; + vitro:displayLimitAnnot "3"^^xsd:int ; + vitro:displayRankAnnot "100"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. + + vitro:ontologyPrefixAnnot "vitro-public" ; +. +vitro-public:File + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vitro-public:FileByteStream + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. + + vitro:ontologyPrefixAnnot "vivo" ; + rdfs:label "VIVO Core Ontology"@en-US ; +. +vivo:Abstract + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:AcademicDegree + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:AcademicDepartment + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:AcademicTerm + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:AcademicYear + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:AdvisingRelationship + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Association + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:AttendeeRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Authorship + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Award + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:AwardReceipt + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Blog + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:BlogPosting + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Building + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Campus + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:CaseStudy + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Catalog + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Center + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Certificate + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ClinicalOrganization + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ClinicalRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:CoPrincipalInvestigatorRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:College + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Committee + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Company + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "2"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Competition + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ConferencePaper + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ConferencePoster + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ConferenceSeries + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Consortium + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Continent + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Contract + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:CoreLaboratory + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Country + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:County + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Course + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Credential + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Database + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Dataset + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:DateTimeInterval + vitro:displayLimitAnnot "4"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:DateTimeValue + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:DateTimeValuePrecision + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Department + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Division + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:EditorRole + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "2"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:EditorialArticle + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:EmeritusFaculty + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:EmeritusLibrarian + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:EmeritusProfessor + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Equipment + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:EventSeries + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Exhibit + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ExtensionUnit + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:F1000Link + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "6"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Facility + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:FacultyAdministrativePosition + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:FacultyMember + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:FacultyMentoringRelationship + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:FacultyPosition + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "2"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Foundation + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:FundingOrganization + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:GeographicLocation + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:GeographicRegion + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:GeopoliticalEntity + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:GovernmentAgency + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:GraduateAdvisingRelationship + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:GraduateStudent + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Grant + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Hospital + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Institute + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Internship + vitro:displayLimitAnnot "10"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:InvestigatorRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:InvitedTalk + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Laboratory + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:LeaderRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Librarian + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:LibrarianPosition + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "3"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Library + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:License + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Location + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:MedicalResidency + vitro:displayLimitAnnot "10"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Meeting + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:MemberRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Museum + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:NewsRelease + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Newsletter + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:NonAcademic + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:NonAcademicPosition + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:NonFacultyAcademic + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:NonFacultyAcademicPosition + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:OrganizerRole + vitro:displayLimitAnnot "10"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:OutreachProviderRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:PeerReviewerRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:PopulatedPlace + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Position + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Postdoc + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:PostdocOrFellowAdvisingRelationship + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:PostdocPosition + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "6"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:PostdoctoralTraining + vitro:displayLimitAnnot "10"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Presentation + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:PresenterRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:PrimaryPosition + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "500"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:PrincipalInvestigatorRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:PrivateCompany + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Program + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Project + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Publisher + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Relationship + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ResearchOrganization + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ResearchProposal + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ResearcherRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Review + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ReviewerRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Room + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:School + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Score + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Screenplay + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:SeminarSeries + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:ServiceProvidingLaboratory + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Speech + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:StateOrProvince + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Student + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:StudentOrganization + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:SubnationalRegion + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:TeacherRole + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:extendedLinkedData true ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Team + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Translation + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:UndergraduateAdvisingRelationship + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:UndergraduateStudent + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:University + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:Video + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:WorkingPaper + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:WorkshopSeries + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:abbreviation + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:affiliatedOrganization + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "40"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:assignedBy + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:assignee + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "la personne ou l'entité à qui la propriété de l'application publiée a été attribuée au moment de la publication."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:assigneeFor + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:assigns + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:cclCode + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "La classification originale et les références croisées des États-Unis auxquelles la demande publiée a été attribuée au moment de la publication -- comprennent les renseignements sur la classe primaire et secondaire."@fr-FR ; +. +vivo:conceptAssociatedWith + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:contactInformation + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "25"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Les coordonnées d'un événement particulier. Il peut s'agir d'un nom, d'un courriel, d'un numéro de téléphone ou d'une ou plusieurs méthodes pour communiquer avec quelqu'un afin d'obtenir des renseignements sur l'événement."@fr-FR ; +. +vivo:contributingRole + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "15"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:courseCredits + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "50"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Nombre de crédits attribués à un cours par un établissement d'enseignement."@fr-FR ; +. +vivo:dateFiled + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimePropertyGenerator" ; + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "19"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:individualSortDirectionAnnot "desc" ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Tla date à laquelle le brevet a été déposé."@fr-FR ; + vitro:selectFromExistingAnnot false ; +. +vivo:dateIssued + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimePropertyGenerator" ; + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "19"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "La date de l'émission du brevet."@fr-FR ; + vitro:selectFromExistingAnnot false ; +. +vivo:dateTime + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "À utiliser lorsqu'une date et une heure uniques sont appropriées par rapport à une date et une heure de début et une date et une heure de fin, ou lorsque plusieurs dates et heures sont pertinentes."@fr-FR ; +. +vivo:dateTimeInterval + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimeIntervalFormGenerator" ; + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "9"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:dateTimePrecision + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:dateTimeValue + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimePropertyGenerator" ; + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot false ; +. +vivo:degreeCandidacy + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "25"^^xsd:int ; + vitro:fullPropertyNameAnnot "degreeCandidacy" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Il s'agit d'une relation de conseil liée à un diplôme universitaire. "@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:departmentOrSchool + vitro:displayLimitAnnot "3"^^xsd:int ; + vitro:displayRankAnnot "40"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Nom du département ou de l'institution utilisé pour décrire le niveau d'études."@fr-FR ; +. +vivo:description + vitro:displayLimitAnnot "3"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un compte rendu de la ressource."@fr-FR ; +. +vivo:distributes + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "70"^^xsd:int ; + vitro:fullPropertyNameAnnot "distributes" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Cela relier n'importe quoi à la chose qu'il distribue. La relation inverse est le distributeur et la définition 'foaf' du terme distributeur est la suivante : Distributeur d'un document ou d'une collection de documents. "@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:distributesFundingFrom + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "64"^^xsd:int ; + vitro:fullPropertyNameAnnot "distributes funding from" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Réfère à l'organisme qui distribue le financement d'un autre organisme. Par exemple, indique la source de financement en transit."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:eRACommonsId + vitro:displayRankAnnot "15"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:eligibleFor + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "15"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Utilisé dans le cas où un titre de compétence comporte une formation préalable ou un diplôme, par exemple pour devenir admissible à un conseil d'administration dans un domaine de la médecine."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:end + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "99"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot false ; +. +vivo:entryTerm + vitro:displayRankAnnot "40"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:equipmentFor + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:fullPropertyNameAnnot "equipment for" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Lie un équipement à l'organisme qui en est propriétaire."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:expirationDate + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimePropertyGenerator" ; + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "19"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot false ; +. +vivo:facilityFor + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:featuredIn + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AutocompleteObjectPropertyFormGenerator" ; + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "50"^^xsd:int ; + vitro:fullPropertyNameAnnot "featuredIn" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Il s'agit de relier une personne à une ressource qui contient un article portant sur cette personne."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:features + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:fullPropertyNameAnnot "features" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Il s'agit de relier une ressource à une personne."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:freetextKeyword + vitro:displayLimitAnnot "10"^^xsd:int ; + vitro:displayRankAnnot "140"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "S'applique à un mot ou à une courte phrase seulement lorsqu'il est impossible d'identifier un vocabulaire contrôlé. Peut aussi être utilisé pour aider à mettre en évidence une différence subtile dans le travail."@fr-FR ; +. +vivo:fundingVehicleFor + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "58"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:geographicFocus + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "70"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:geographicFocusOf + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "70"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:governingAuthorityFor + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "70"^^xsd:int ; + vitro:inPropertyGroupAnnot ; +. +vivo:grantDirectCosts + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "61"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Il s'agit du coût associé à l'activité subventionnée, et ne devrait pas inclure les coûts indirects associés à l'administration de la subvention."@fr-FR ; +. +vivo:grantSubcontractedThrough + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "15"^^xsd:int ; + vitro:fullPropertyNameAnnot "grantSubcontractedThrough" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Il s'agit d'une subvention à l'organisme qui accorde le contrat de sous-traitance pour la subvention."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasAssociatedConcept + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasCollaborator + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:hasEquipment + vitro:displayRankAnnot "80"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasFacility + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "90"^^xsd:int ; + vitro:fullPropertyNameAnnot "has facility" ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Il s'agit d'un lien entre une organisation et une installation qu'elle possède ou exploite."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasFundingVehicle + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "35"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasGoverningAuthority + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "8"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasPredecessorOrganization + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasPrerequisite + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "40"^^xsd:int ; + vitro:fullPropertyNameAnnot "hasPrerequisite" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasProceedings + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "30"^^xsd:int ; + vitro:fullPropertyNameAnnot "hasProceedings" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Lien entre une instance de conférence et la conférence qui a produit l'instance."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasPublicationVenue + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasResearchArea + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddAssociatedConceptGenerator" ; + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasSubjectArea + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddAssociatedConceptGenerator" ; + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasSuccessorOrganization + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "61"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:hasTranslation + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "51"^^xsd:int ; + vitro:fullPropertyNameAnnot "has translation" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie un document original à une traduction de ce document."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:hideFromDisplay + vitro:displayRankAnnot "100"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:hrJobTitle + vitro:displayLimitAnnot "3"^^xsd:int ; + vitro:displayRankAnnot "9"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Une désignation spécifique d'un poste au sein d'une organisation de ressources humaines, normalement associée à une description de poste qui détaille les tâches et les responsabilités qui s'y rattachent."@fr-FR ; +. +vivo:iclCode + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "La ou les classifications internationales auxquelles l'application publiée a été associée."@fr-FR ; +. +vivo:identifier + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Une propriété mère pour les identificateurs institutionnels et autres. Cette propriété de données n'est pas vue ni mise à jour par quiconque."@fr-FR ; +. +vivo:informationResourceSupportedBy + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:isCorrespondingAuthor + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Indique si l'auteur s'occupe de la correspondance concernant l'œuvre et est en fait le garant de l'œuvre publiée. La réponse est soit \"vrai\" ou \"faux\" (sans les citations)."@fr-FR ; +. +vivo:licenseNumber + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "numéro de licence"@fr-FR ; +. +vivo:localAwardId + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "72"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "L'identificateur local d'un établissement affecté à une subvention accordée."@fr-FR ; +. +vivo:majorField + vitro:displayLimitAnnot "3"^^xsd:int ; + vitro:displayRankAnnot "50"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "La matière principale du diplôme est décrite dans un contexte éducatif."@fr-FR ; +. +vivo:middleName + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "3"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le deuxième prénom ou l'initiale avec laquelle vous vous identifiez normalement. Un seul peut être saisi."@fr-FR ; +. +vivo:nihmsid + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:offeredBy + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:offers + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:orcidId + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddOrcidIdToPersonGenerator" ; + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "ORCID (Open Researcher and Contributor ID) est un code alphanumérique non exclusif qui permet d'identifier de façon unique les auteurs scientifiques et autres auteurs universitaires."@fr-FR ; +. +vivo:outreachOverview + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:editing "HTML" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Veuillez entrer un seul résumé narratif décrivant vos objectifs de diffusion et/ou de contribution"@fr-FR ; +. +vivo:overview + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:editing "HTML" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Un court résumé narratif à utiliser comme un seul énoncé descriptif d'ensemble."@fr-FR ; +. +vivo:patentNumber + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Numéro unique attribué à une demande de brevet lorsque le United States Patent and Trademark Office délivre un brevet."@fr-FR ; +. +vivo:placeOfPublication + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "55"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Ville dans laquelle la publication a été faite."@fr-FR ; +. +vivo:pmcid + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:preferredDisplayOrder + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:prerequisiteFor + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "42"^^xsd:int ; + vitro:fullPropertyNameAnnot "prerequisite for" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:proceedingsOf + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "30"^^xsd:int ; + vitro:fullPropertyNameAnnot "proceedingsOf" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Cela permet de relier les actes à la conférence qui a produit les actes."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:providesFundingThrough + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "65"^^xsd:int ; + vitro:fullPropertyNameAnnot "provides funding through" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie un organisme de financement à un autre organisme de financement par l'entremise duquel il fournit son financement. Il est à noter qu'on peut affirmer que les organismes sont de plus d'un type."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:publicationVenueFor + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "6"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:publisher + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "18"^^xsd:int ; + vitro:fullPropertyNameAnnot "publisher" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie les documents publiés à une entité qui est impliquée dans l'édition."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:publisherOf + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AutocompleteObjectPropertyFormGenerator" ; + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "25"^^xsd:int ; + vitro:fullPropertyNameAnnot "publisher of" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie une entité qui est engagée dans la publication de matériel imprimé ou en ligne au matériel lui-même."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:rank + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "saisissez dans la liste le poste que vous souhaitez voir affiché"@fr-FR ; +. +vivo:relatedBy + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:relates + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:reportId + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Identificateur unique pour un état (un type de ressource)."@fr-FR ; +. +vivo:reproduces + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:researchAreaOf + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:researchOverview + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:editing "HTML" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:researcherId + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le numéro d'identification donné au profil créé par un chercheur dans ResearcherID (http://isiwebofknowledge.com/researcherid/)."@fr-FR ; +. +vivo:reviewedIn + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:fullPropertyNameAnnot "reviewedIn" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Relie un élémwnt à la critique de cet élément."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:roleContributesTo + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:scopusId + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "30"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Le chiffre numérique attribué à un auteur dans Scopus. Dans Scopus, on l'appelle \"Author Identifier\"."@fr-FR ; +. +vivo:seatingCapacity + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "50"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Nombre de personnes qui peuvent être assises dans une salle spécifique, selon l'espace physique disponible ou les limites fixées par la loi. "@fr-FR ; +. +vivo:sponsorAwardId + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "70"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Identifiant de l'organisation qui a parrainé le prix."@fr-FR ; +. +vivo:sponsoredBy + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:sponsors + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "71"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:start + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "80"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "le début d'une intervalle de temps."@fr-FR ; + vitro:selectFromExistingAnnot false ; +. +vivo:subcontractsGrant + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "63"^^xsd:int ; + vitro:fullPropertyNameAnnot "subcontractsGrant" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Il s'agit du lien entre l'organisme, l'entité ou le particulier qui attribue le contrat de sous-traitance pour une subvention et la subvention elle-même."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:subjectAreaOf + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:supplementalInformation + vitro:displayLimitAnnot "3"^^xsd:int ; + vitro:displayRankAnnot "40"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Permet d'entrer des informations supplémentaires, par exemple des informations complémentaires décrivant les antécédents académiques."@fr-FR ; +. +vivo:supportedBy + vitro:displayLimitAnnot "5"^^xsd:int ; +. +vivo:supportedInformationResource + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "entrer une publication ou un document soutenu par cette subvention"@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:supports + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +vivo:teachingOverview + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:editing "HTML" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Veuillez entrer une seule description narrative sommaire de vos activités d'enseignement, de vos objectifs et/ou de votre expérience"@fr-FR ; +. +vivo:termLabel + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:termType + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +vivo:totalAwardAmount + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "60"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Cela comprend les coûts directs utilisés pour l'activité subventionnée plus les coûts indirects associés à l'administration de la subvention."@fr-FR ; +. +vivo:translatorOf + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "70"^^xsd:int ; + vitro:fullPropertyNameAnnot "translatorOf" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Cela se rapporte à quelque chose comme le traducteur d'une ressource d'information."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +vivo:validIn + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "2"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. + + vitro:ontologyPrefixAnnot "scires" ; + rdfs:label "VIVO Scientific Research Ontology"@en-US ; +. +scires:Phase0ClinicalTrial + vitro:displayLimitAnnot "6"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +scires:Phase1ClinicalTrial + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +scires:Phase2ClinicalTrial + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "5"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +scires:Phase3ClinicalTrial + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +scires:Phase4ClinicalTrial + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +scires:accessProvidedBy + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +scires:documentationFor + vitro:displayLimitAnnot "2"^^xsd:int ; + vitro:displayRankAnnot "75"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +scires:irbNumber + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Numéro du conseil d'examen de l'établissement (CEE) / Institutional Review Board (IRB) pour un essai clinique"@fr-FR ; +. +scires:nctId + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "4"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "numéro de contrôle ClinicalTrials.gov"@fr-FR ; +. +scires:protocolRealizedBy + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +scires:studyPopulationCount + vitro:displayRankAnnot "20"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. + + a owl:Ontology ; + owl:versionInfo "Adapted by Michel Héon, 2020, for Université de Québec à Montréal, http://uqam.ca" ; + owl:versionInfo "Translated by Pierre Roberge, 2020, for Université de Québec à Montréal, http://uqam.ca" ; +. +swo: + vitro:ontologyPrefixAnnot "swo" ; + rdfs:label "Software Ontology"@en-US ; +. +swo:SWO_0000741 + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +rdfs:isDefinedBy + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:selectFromExistingAnnot true ; +. +owl:sameAs + a owl:ObjectProperty ; + vitro:displayLimitAnnot "5" ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:forceStubDeletionAnnot false ; + vitro:fullPropertyNameAnnot "sameAs" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "C'est la propriété d'OWL de relier deux personnes ayant la même 'identité'. Voir http://www.w3.org/TR/owl-ref/#sameAs-def"@en-US ; + vitro:selectFromExistingAnnot true ; + vitro:stubObjectPropertyAnnot false ; + rdfs:domain owl:Thing ; + rdfs:range owl:Thing ; + rdfs:subPropertyOf owl:topObjectProperty ; +. + + vitro:ontologyPrefixAnnot "skos" ; + rdfs:label "SKOS (Simple Knowledge Organization System)"@en-US ; +. +skos:Concept + vitro:customDisplayViewAnnot "individual--skos-concept.ftl" ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "35"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +skos:broader + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddConceptThroughObjectPropertyGenerator" ; + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "50"^^xsd:int ; + vitro:fullPropertyNameAnnot "broader term" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Lien entre un terme au sens large (c'est-à-dire plus général) et un autre terme au sens plus restreint, où la portée (le sens) du terme plus restreint s'inscrit complètement dans la portée du terme plus large."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +skos:narrower + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddConceptThroughObjectPropertyGenerator" ; + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "52"^^xsd:int ; + vitro:fullPropertyNameAnnot "narrower term" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Il s'agit de relier un terme au sens étroit (c.-à-d. plus spécifique) à un autre terme au sens large, lorsque la portée (le sens) du terme étroit s'inscrit complètement dans la portée du terme plus large."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. +skos:related + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddConceptThroughObjectPropertyGenerator" ; + vitro:displayLimitAnnot "5"^^xsd:int ; + vitro:displayRankAnnot "54"^^xsd:int ; + vitro:fullPropertyNameAnnot "related" ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:offerCreateNewOptionAnnot true ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "Ceci indique quand un terme est lié à un autre terme du même vocabulaire."@fr-FR ; + vitro:selectFromExistingAnnot true ; +. + + vitro:ontologyPrefixAnnot "vcard" ; + rdfs:label "VCard"@en-US ; +. +vcard:familyName + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "2"^^xsd:int ; + vitro:inPropertyGroupAnnot ; +. +vcard:givenName + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "1"^^xsd:int ; + vitro:inPropertyGroupAnnot ; +. +foaf: + vitro:ontologyPrefixAnnot "foaf" ; + rdfs:label "FOAF (Friend of a Friend)"@en-US ; +. +foaf:Agent + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +foaf:Group + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +foaf:Organization + vitro:customDisplayViewAnnot "individual--foaf-organization.ftl" ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. +foaf:Person + vitro:customDisplayViewAnnot "individual--foaf-person.ftl" ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; +. diff --git a/semantic-ontology/vivo.ttl b/semantic-ontology/vivo.ttl new file mode 100755 index 0000000..c000cc7 --- /dev/null +++ b/semantic-ontology/vivo.ttl @@ -0,0 +1,8992 @@ +# baseURI: http://vivoweb.org/ontology/core +# prefix: core + +@prefix : . +@prefix bibo: . +@prefix core: . +@prefix geopolitical: . +@prefix ns: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix skos2: . +@prefix statistics: . +@prefix study_protocol: . +@prefix terms: . +@prefix vcard: . +@prefix vitro: . +@prefix xsd: . + +geopolitical:GDP + a owl:DatatypeProperty ; + geopolitical:sourceCreator "World Bank" ; + geopolitical:sourceIdentifier "http://data.albankaldawli.org/indicator/NY.GDP.MKTP.CD"@ar ; + geopolitical:sourceIdentifier "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD" ; + geopolitical:sourceIdentifier "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"@en ; + geopolitical:sourceIdentifier "http://datos.bancomundial.org/indicador/NY.GDP.MKTP.CD"@es ; + geopolitical:sourceIdentifier "http://donnees.banquemondiale.org/indicateur/NY.GDP.MKTP.CD"@fr ; + geopolitical:sourceModified "2010-12-16" ; + terms:description "GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in current U.S. dollars. Dollar figures for GDP are converted from domestic currencies using single year official exchange rates. For a few countries where the official exchange rate does not reflect the rate effectively applied to actual foreign exchange transactions, an alternative conversion factor is used. Source: World Bank national accounts data, and OECD National Accounts data files. http://data.worldbank.org/indicator/NY.GDP.MKTP.CD" ; + terms:source "World Bank http://data.worldbank.org/indicator/NY.GDP.MKTP.CD" ; + rdfs:label "GDP"@en ; +. +geopolitical:GDPNotes + a owl:DatatypeProperty ; + rdfs:label "GDP notes"@en ; +. +geopolitical:GDPTotalInCurrentPrices + a owl:DatatypeProperty ; + rdfs:label "GDP total in current prices"@en ; +. +geopolitical:GDPUnit + a owl:DatatypeProperty ; + rdfs:label "GDP unit"@en ; +. +geopolitical:GDPYear + a owl:DatatypeProperty ; + rdfs:label "GDPYear"@en ; +. +geopolitical:HDI + a owl:DatatypeProperty ; + geopolitical:sourceCreator "UNDP - HDRO" ; + geopolitical:sourceIdentifier "http://hdrstats.undp.org/en/indicators/49806.html" ; + geopolitical:sourceIdentifier "http://hdrstats.undp.org/en/indicators/49806.html"@en ; + geopolitical:sourceIdentifier "http://hdrstats.undp.org/es/indicadores/49806.html"@es ; + geopolitical:sourceIdentifier "http://hdrstats.undp.org/fr/indicateurs/49806.html"@fr ; + geopolitical:sourceModified "2010-11-04" ; + terms:description " composite index measuring average achievement in three basic dimensions of human development-a long and healthy life, knowledge and a decent standard of living. Source: Calculated based on data from UNDESA (2009d), Barro and Lee (2010), UNESCO Institute for Statistics (2010b), World Bank (2010b) and IMF(2010a) . http://hdrstats.undp.org/en/indicators/49806.html" ; + terms:description " composite index measuring average achievement in three basic dimensions of human development—a long and healthy life, knowledge and a decent standard of living. Source: Calculated based on data from UNDESA (2009d), Barro and Lee (2010), UNESCO Institute for Statistics (2010b), World Bank (2010b) and IMF(2010a) . http://hdrstats.undp.org/en/indicators/49806.html" ; + terms:source "UNDP - HDRO http://hdrstats.undp.org/en/indicators/49806.html" ; +. +geopolitical:HDINotes + a owl:DatatypeProperty ; +. +geopolitical:HDITotal + a owl:DatatypeProperty ; +. +geopolitical:HDIUnit + a owl:DatatypeProperty ; +. +geopolitical:HDIYear + a owl:DatatypeProperty ; +. +geopolitical:agriculturalArea + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAOSTAT" ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr ; + geopolitical:sourceModified "2010-07-21" ; + terms:description "Agricultural area, this category is the sum of areas under a) arable land - land under temporary agricultural crops (multiple-cropped areas are counted only once), temporary meadows for mowing or pasture, land under market and kitchen gardens and land temporarily fallow (less than five years). The abandoned land resulting from shifting cultivation is not included in this category. Data for “Arable land” are not meant to indicate the amount of land that is potentially cultivable; (b) permanent crops - land cultivated with long-term crops which do not have to be replanted for several years (such as cocoa and coffee); land under trees and shrubs producing flowers, such as roses and jasmine; and nurseries (except those for forest trees, which should be classified under \"forest\"); and (c) permanent meadows and pastures - land used permanently (five years or more) to grow herbaceous forage crops, either cultivated or growing wild (wild prairie or grazing land). Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx " ; + terms:source "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + rdfs:label "agricultural area"@en ; +. +geopolitical:agriculturalAreaNotes + a owl:DatatypeProperty ; + rdfs:label "agricultural area notes"@en ; +. +geopolitical:agriculturalAreaTotal + a owl:DatatypeProperty ; + rdfs:label "agriculturalAreaTotal"@en ; +. +geopolitical:agriculturalAreaUnit + a owl:DatatypeProperty ; + rdfs:label "agricultural area unit"@en ; +. +geopolitical:agriculturalAreaYear + a owl:DatatypeProperty ; + rdfs:label "agriculturalAreaYear"@en ; +. +geopolitical:area + a owl:Class ; + rdfs:label "Area"@en ; + rdfs:subClassOf owl:Thing ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:codeAGROVOC ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:codeDBPediaID ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:codeFAOSTAT ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:codeFAOTERM ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:codeGAUL ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:codeISO2 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:codeISO3 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:codeUN ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:codeUNDP ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameListAR ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameListEN ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameListES ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameListFR ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameListIT ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameListRU ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameListZH ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameOfficialAR ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameOfficialEN ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameOfficialES ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameOfficialFR ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameOfficialIT ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameOfficialRU ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameOfficialZH ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameShortAR ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameShortEN ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameShortES ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameShortFR ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameShortIT ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameShortRU ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameShortZH ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:validSince ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:validUntil ; + ] ; +. +geopolitical:codeAGROVOC + a owl:DatatypeProperty ; + geopolitical:sourceCreator "AGROVOC" ; + geopolitical:sourceIdentifier "http://aims.fao.org/ar/website/Search-AGROVOC/sub"@ar ; + geopolitical:sourceIdentifier "http://aims.fao.org/es/website/Search-AGROVOC/sub"@es ; + geopolitical:sourceIdentifier "http://aims.fao.org/fr/website/Search-AGROVOC/sub"@fr ; + geopolitical:sourceIdentifier "http://aims.fao.org/website/Search-AGROVOC/sub"@en ; + geopolitical:sourceIdentifier "http://aims.fao.org/zh-hans/website/Search-AGROVOC/sub"@zh ; + terms:source "AGROVOC http://aims.fao.org/website/Search-AGROVOC/sub" ; + rdfs:label "codeAGROVOC"@en ; +. +geopolitical:codeCurrency + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "codeCurrency"@en ; +. +geopolitical:codeDBPediaID + a owl:DatatypeProperty ; + geopolitical:sourceCreator "DBpedia" ; + geopolitical:sourceIdentifier "http://dbpedia.org/About"@en ; + geopolitical:sourceModified "2010-04-28" ; + terms:source "DBpedia http://dbpedia.org/About" ; + rdfs:label "codeDBPediaID"@en ; +. +geopolitical:codeFAOSTAT + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAOSTAT" ; + geopolitical:sourceIdentifier "http://faostat.fao.org"@en ; + geopolitical:sourceIdentifier "http://faostat.fao.org/default.aspx?lang=es"@es ; + geopolitical:sourceIdentifier "http://faostat.fao.org/default.aspx?lang=fr"@fr ; + terms:source "FAOSTAT http://faostat.fao.org" ; + rdfs:label "codeFAOSTAT"@en ; +. +geopolitical:codeFAOTERM + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "codeFAOTERM"@en ; +. +geopolitical:codeGAUL + a owl:DatatypeProperty ; + geopolitical:sourceCreator "Global Administrative Unit Layers" ; + geopolitical:sourceIdentifier "http://www.fao.org/geonetwork/srv/en/metadata.show?id=12691" ; + geopolitical:sourceModified "2008-12-10" ; + terms:source "Global Administrative Unit Layers http://www.fao.org/geonetwork/srv/en/metadata.show?id=12691" ; + rdfs:label "codeGAUL"@en ; +. +geopolitical:codeISO2 + a owl:DatatypeProperty ; + geopolitical:sourceCreator "ISO 3166-1" ; + geopolitical:sourceIdentifier "http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm" ; + terms:source "ISO 3166-1 http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm" ; + rdfs:label "codeISO2"@en ; +. +geopolitical:codeISO3 + a owl:DatatypeProperty ; + geopolitical:sourceCreator "United Nations Statistics Division" ; + geopolitical:sourceIdentifier "http://unstats.un.org/unsd/methods/m49/m49alpha.htm"@en ; + geopolitical:sourceIdentifier "http://unstats.un.org/unsd/methods/m49/m49alphaf.htm"@fr ; + geopolitical:sourceModified "2010-04-01" ; + terms:source "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm" ; + rdfs:label "codeISO3"@en ; +. +geopolitical:codeUN + a owl:DatatypeProperty ; + geopolitical:sourceCreator "United Nations Statistics Division" ; + geopolitical:sourceIdentifier "http://unstats.un.org/unsd/methods/m49/m49alpha.htm"@en ; + geopolitical:sourceIdentifier "http://unstats.un.org/unsd/methods/m49/m49alphaf.htm"@fr ; + geopolitical:sourceModified "2010-04-01" ; + terms:source "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49alpha.htm" ; + rdfs:label "codeUN"@en ; +. +geopolitical:codeUNDP + a owl:DatatypeProperty ; + rdfs:label "codeUNDP"@en ; +. +geopolitical:countryArea + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAOSTAT" ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr ; + geopolitical:sourceModified "2011-07-21" ; + terms:description "Country area, area of the country including area under inland water bodies, but excluding offshore territorial waters. Possible variations in the data may be due to updating and revisions of the country data and not necessarily to any change of area. Data are expressed in 1000 hectares. http://faostat.fao.org/site/375/default.aspx " ; + terms:source "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + rdfs:label "countryArea"@en ; +. +geopolitical:countryAreaNotes + a owl:DatatypeProperty ; + rdfs:label "country area notes"@en ; +. +geopolitical:countryAreaTotal + a owl:DatatypeProperty ; + rdfs:label "total country area"@en ; +. +geopolitical:countryAreaUnit + a owl:DatatypeProperty ; + rdfs:label "country area unit"@en ; +. +geopolitical:countryAreaYear + a owl:DatatypeProperty ; + rdfs:label "countryAreaYear"@en ; +. +geopolitical:disputed + a owl:Class ; + rdfs:label "Disputed"@en ; + rdfs:subClassOf geopolitical:territory ; +. +geopolitical:economic_region + a owl:Class ; + rdfs:label "Economic Region"@en ; + rdfs:subClassOf geopolitical:group ; +. +geopolitical:geographical_region + a owl:Class ; + terms:source "United Nations statistics department http://unstats.un.org/unsd/methods/m49/m49regin.htm" ; + rdfs:label "Transnational Region"@en ; + rdfs:subClassOf geopolitical:group ; + rdfs:subClassOf core:GeographicRegion ; +. +geopolitical:group + a owl:Class ; + rdfs:label "Group"@en ; + rdfs:subClassOf geopolitical:area ; +. +geopolitical:hasBorderWith + a owl:ObjectProperty ; + geopolitical:sourceCreator "United Nations cartographic maps" ; + geopolitical:sourceIdentifier "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" ; + geopolitical:sourceModified "2010-05-01" ; + terms:source "United Nations cartographic maps http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" ; + rdfs:label "has border with"@en ; +. +geopolitical:hasCode + a owl:DatatypeProperty ; + rdfs:label "has code"@en ; +. +geopolitical:hasCoordinate + a owl:DatatypeProperty ; + rdfs:label "has coordinate"@en ; +. +geopolitical:hasCurrency + a owl:DatatypeProperty ; + rdfs:label "has currency"@en ; +. +geopolitical:hasListName + a owl:DatatypeProperty ; + rdfs:label "has list name"@en ; +. +geopolitical:hasMaxLatitude + a owl:DatatypeProperty ; + rdfs:label "has maximum latitude"@en ; +. +geopolitical:hasMaxLongitude + a owl:DatatypeProperty ; + rdfs:label "has maximum longitude"@en ; +. +geopolitical:hasMember + a owl:ObjectProperty ; + rdfs:domain geopolitical:group ; + rdfs:label "has member country or territory"@en ; + rdfs:range geopolitical:territory ; + owl:inverseOf geopolitical:isInGroup ; +. +geopolitical:hasMinLatitude + a owl:DatatypeProperty ; + rdfs:label "has minimum latitude"@en ; +. +geopolitical:hasMinLongitude + a owl:DatatypeProperty ; + rdfs:label "has minimum longitude"@en ; +. +geopolitical:hasNationality + a owl:DatatypeProperty ; + rdfs:label "has nationality"@en ; +. +geopolitical:hasOfficialName + a owl:DatatypeProperty ; + rdfs:label "has official name"@en ; +. +geopolitical:hasShortName + a owl:DatatypeProperty ; + rdfs:label "has short name"@en ; +. +geopolitical:hasStatistics + a owl:DatatypeProperty ; + rdfs:label "has statistics"@en ; +. +geopolitical:isAdministeredBy + a owl:ObjectProperty ; + geopolitical:sourceCreator "United Nations cartographic maps" ; + geopolitical:sourceIdentifier "http://www.un.org/Depts/Cartographic/map/profile/world00.pdf"@en ; + geopolitical:sourceModified "2010-05-01" ; + terms:source "United Nations cartographic maps http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" ; + rdfs:label "is administered by"@en ; +. +geopolitical:isInGroup + a owl:ObjectProperty ; + rdfs:domain geopolitical:territory ; + rdfs:label "in geographic grouping"@en ; + rdfs:range geopolitical:group ; +. +geopolitical:isPredecessorOf + a owl:ObjectProperty ; + geopolitical:sourceCreator "United Nations Statistics Division" ; + geopolitical:sourceIdentifier "http://unstats.un.org/unsd/methods/m49/m49chang.htm"@en ; + geopolitical:sourceIdentifier "http://unstats.un.org/unsd/methods/m49/m49chgef.htm"@fr ; + geopolitical:sourceModified "2010-04-15" ; + terms:source "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm" ; + rdfs:domain geopolitical:area ; + rdfs:label "is predecessor of"@en ; + rdfs:range geopolitical:area ; + owl:inverseOf geopolitical:isSuccessorOf ; +. +geopolitical:isSuccessorOf + a owl:ObjectProperty ; + geopolitical:sourceCreator "United Nations Statistics Division" ; + geopolitical:sourceIdentifier "http://unstats.un.org/unsd/methods/m49/m49chang.htm"@en ; + geopolitical:sourceIdentifier "http://unstats.un.org/unsd/methods/m49/m49chgef.htm"@fr ; + geopolitical:sourceModified "2010-04-15" ; + terms:source "United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm" ; + rdfs:domain geopolitical:area ; + rdfs:label "is successor of"@en ; + rdfs:range geopolitical:area ; +. +geopolitical:landArea + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAOSTAT" ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor"@en ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=es#ancor"@es ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=fr#ancor"@fr ; + geopolitical:sourceModified "2011-07-21" ; + terms:description "Land area is the total area of the country excluding area under inland water bodies. Possible variations in the data may be due to updating and revisions of the country data and not necessarily to any change of area. Data are expressed in 1 000 hectares. http://faostat.fao.org/site/375/default.aspx " ; + terms:source "FAOSTAT http://faostat.fao.org/DesktopDefault.aspx?PageID=377&lang=en#ancor" ; + rdfs:label "land area"@en ; +. +geopolitical:landAreaNotes + a owl:DatatypeProperty ; + rdfs:label "land area notes"@en ; +. +geopolitical:landAreaTotal + a owl:DatatypeProperty ; + rdfs:label "total land area"@en ; +. +geopolitical:landAreaUnit + a owl:DatatypeProperty ; + rdfs:label "land area unit"@en ; +. +geopolitical:landAreaYear + a owl:DatatypeProperty ; + rdfs:label "landAreaYear"@en ; +. +geopolitical:nameCurrencyAR + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameCurrencyAR"@en ; +. +geopolitical:nameCurrencyEN + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameCurrencyEN"@en ; +. +geopolitical:nameCurrencyES + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameCurrencyES"@en ; +. +geopolitical:nameCurrencyFR + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameCurrencyFR"@en ; +. +geopolitical:nameCurrencyIT + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameCurrencyIT"@en ; +. +geopolitical:nameCurrencyRU + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameCurrencyRU"@en ; +. +geopolitical:nameCurrencyZH + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameCurrencyZH"@en ; +. +geopolitical:nameListAR + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameListAR"@en ; +. +geopolitical:nameListEN + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameListEN"@en ; +. +geopolitical:nameListES + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameListES"@en ; +. +geopolitical:nameListFR + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameListFR"@en ; +. +geopolitical:nameListIT + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameListIT"@en ; +. +geopolitical:nameListRU + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameListRU"@en ; +. +geopolitical:nameListZH + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameListZH"@en ; +. +geopolitical:nameOfficialAR + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameOfficialAR"@en ; +. +geopolitical:nameOfficialEN + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameOfficialEN"@en ; +. +geopolitical:nameOfficialES + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameOfficialES"@en ; +. +geopolitical:nameOfficialFR + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameOfficialFR"@en ; +. +geopolitical:nameOfficialIT + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameOfficialIT"@en ; +. +geopolitical:nameOfficialRU + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameOfficialRU"@en ; +. +geopolitical:nameOfficialZH + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameOfficialZH"@en ; +. +geopolitical:nameShortAR + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameShortAR"@en ; +. +geopolitical:nameShortEN + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameShortEN"@en ; +. +geopolitical:nameShortES + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameShortES"@en ; +. +geopolitical:nameShortFR + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameShortFR"@en ; +. +geopolitical:nameShortIT + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameShortIT"@en ; +. +geopolitical:nameShortRU + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameShortRU"@en ; +. +geopolitical:nameShortZH + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nameShortZH"@en ; +. +geopolitical:nationalityAR + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nationalityAR"@en ; +. +geopolitical:nationalityEN + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nationalityEN"@en ; +. +geopolitical:nationalityES + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nationalityES"@en ; +. +geopolitical:nationalityFR + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nationalityFR"@en ; +. +geopolitical:nationalityIT + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nationalityIT"@en ; +. +geopolitical:nationalityRU + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nationalityRU"@en ; +. +geopolitical:nationalityZH + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAO terminology" ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/ar/"@ar ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/en/"@en ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/es/"@es ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/fr/"@fr ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/contr/zh/"@zh ; + geopolitical:sourceIdentifier "http://www.fao.org/termportal/en/" ; + geopolitical:sourceModified "2010-06-24" ; + terms:source "FAO terminology http://www.fao.org/termportal/en/" ; + rdfs:label "nationalityZH"@en ; +. +geopolitical:non_self_governing + a owl:Class ; + terms:source "UN Cartographic Section, Department of Field Support http://www.un.org/Depts/Cartographic/map/profile/world00.pdf" ; + rdfs:label "Non Self Governing"@en ; + rdfs:subClassOf geopolitical:territory ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom geopolitical:self_governing ; + owl:onProperty geopolitical:isAdministeredBy ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:isAdministeredBy ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:isAdministeredBy ; + ] ; +. +geopolitical:organization + a owl:Class ; + rdfs:label "Organization"@en ; + rdfs:subClassOf geopolitical:group ; +. +geopolitical:other + a owl:Class ; + rdfs:label "Other"@en ; + rdfs:subClassOf geopolitical:territory ; +. +geopolitical:population + a owl:DatatypeProperty ; + geopolitical:sourceCreator "FAOSTAT" ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=en#ancor" ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=en#ancor"@en ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=es#ancor"@es ; + geopolitical:sourceIdentifier "http://faostat.fao.org/DesktopDefault.aspx?PageID=550&lang=fr#ancor"@fr ; + geopolitical:sourceModified "2009-09-21" ; + terms:description "The total population usually refers to the present-in-area (de facto) population which includes all persons physically present within the present geographical boundaries of countries at the mid-point of the reference period. http://faostat.fao.org/site/375/default.aspx" ; + terms:source "FAOSTAT http://faostat.fao.org/site/550/default.aspx" ; + rdfs:label "population"@en ; +. +geopolitical:populationNotes + a owl:DatatypeProperty ; + rdfs:label "population notes"@en ; +. +geopolitical:populationTotal + a owl:DatatypeProperty ; + rdfs:label "total population"@en ; +. +geopolitical:populationUnit + a owl:DatatypeProperty ; + rdfs:label "population unit"@en ; +. +geopolitical:populationYear + a owl:DatatypeProperty ; + rdfs:label "populationYear"@en ; +. +geopolitical:self_governing + a owl:Class ; + terms:source "United Nations Map Library http://www.un.org/depts/dhl/maplib/countinfo.htm" ; + rdfs:label "Self Governing"@en ; + rdfs:subClassOf geopolitical:territory ; + rdfs:subClassOf core:GeopoliticalEntity ; + owl:equivalentClass core:Country ; +. +geopolitical:sourceCreator + a owl:AnnotationProperty ; +. +geopolitical:sourceIdentifier + a owl:AnnotationProperty ; +. +geopolitical:sourceModified + a owl:AnnotationProperty ; +. +geopolitical:special_group + a owl:Class ; + rdfs:label "Special Group"@en ; + rdfs:subClassOf geopolitical:group ; +. +geopolitical:territory + a owl:Class ; + rdfs:label "Territory"@en ; + rdfs:subClassOf geopolitical:area ; + rdfs:subClassOf core:GeopoliticalEntity ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:GDPNotes ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:GDPTotalInCurrentPrices ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:GDPUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:GDPYear ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:HDINotes ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:HDITotal ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:HDIUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:HDIYear ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:agriculturalAreaNotes ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:agriculturalAreaTotal ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:agriculturalAreaUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:agriculturalAreaYear ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:codeCurrency ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:countryAreaNotes ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:countryAreaTotal ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:countryAreaUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:countryAreaYear ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:hasMaxLatitude ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:hasMaxLongitude ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:hasMinLatitude ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:hasMinLongitude ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:landAreaNotes ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:landAreaTotal ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:landAreaUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:landAreaYear ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameCurrencyEN ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameCurrencyES ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameCurrencyFR ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameCurrencyIT ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameCurrencyRU ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nameCurrencyZH ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nationalityAR ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nationalityEN ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nationalityES ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nationalityFR ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nationalityIT ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nationalityRU ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:nationalityZH ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:populationNotes ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:populationTotal ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:populationUnit ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty geopolitical:populationYear ; + ] ; +. +geopolitical:validSince + a owl:DatatypeProperty ; + rdfs:comment "The value of the datatype property *validSince* associated to a particular area (territory or group) indicates the area's first year of validity. The geopolitical ontology traces back historic changes only until 1985, therefore, if an area has a validSince = 1985, this indicates that the area is/was valid since 1985 or before. " ; + rdfs:label "valid since"@en ; +. +geopolitical:validUntil + a owl:DatatypeProperty ; + rdfs:comment """The value of the datatype property *validUntil* associated to a particular area (territory or group) indicates the area's last year of validity. In case the area is currently valid, this value is set by default to 9999. + """ ; + rdfs:label "valid until"@en ; +. + + a owl:ObjectProperty ; +. +obo:ARG_0000001 + a owl:DatatypeProperty ; + obo:IAO_0000115 "The document can be used as a template for the creation of other documents. " ; + rdfs:domain bibo:Document ; + rdfs:label "is template"@en ; + rdfs:range xsd:boolean ; +. +obo:ARG_0000008 + a owl:Class ; +. +obo:ARG_0000015 + a owl:DatatypeProperty ; + obo:IAO_0000115 "A free text field for recording topics which relate to the resource. " ; + rdfs:domain obo:ARG_0000008 ; + rdfs:label "user-defined tag"@en ; +. +obo:ARG_0000033 + a owl:AnnotationProperty ; +. +obo:ARG_0000172 + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "patient ID"@en ; + rdfs:range xsd:string ; + rdfs:subPropertyOf core:identifier ; +. +obo:ARG_0000197 + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "health care provider ID"@en ; + rdfs:range xsd:string ; + rdfs:subPropertyOf core:identifier ; +. +obo:ARG_2000008 + a owl:Class ; + rdfs:label "Topic Weight Measurement"@en ; + rdfs:subClassOf obo:IAO_0000032 ; +. +obo:ARG_2000009 + a owl:Class ; + rdfs:label "Expertise Measurement"@en ; + rdfs:subClassOf obo:ARG_2000008 ; +. +obo:ARG_2000010 + a owl:Class ; + rdfs:label "Topic Weight Measurement Process"@en ; + rdfs:subClassOf obo:OBI_0000011 ; +. +obo:ARG_2000011 + a owl:Class ; + rdfs:label "Expertise Measurement Process"@en ; + rdfs:subClassOf obo:ARG_2000010 ; +. +obo:ARG_2000012 + a owl:DatatypeProperty ; + rdfs:label "Measurement Label"@en ; +. +obo:ARG_2000021 + a owl:Class ; + rdfs:label "Experience"@en ; + rdfs:subClassOf obo:BFO_0000019 ; +. +obo:ARG_2000022 + a owl:Class ; + rdfs:label "specialty"@en ; + rdfs:subClassOf obo:BFO_0000019 ; +. +obo:ARG_2000028 + a owl:ObjectProperty ; + rdfs:label "has contact info"@en ; + rdfs:range obo:ARG_2000379 ; + owl:inverseOf obo:ARG_2000029 ; +. +obo:ARG_2000029 + a owl:ObjectProperty ; + rdfs:domain obo:ARG_2000379 ; + rdfs:label "contact info for"@en ; +. +obo:ARG_2000376 + a owl:Class ; + obo:IAO_0000112 "Examples are business address, shipping address."@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "The purpose of contact information."@en ; + obo:IAO_0000116 """Contact qualifiers are represented as individuals of this class. We do + not have an authoritative controlled vocabulary for contact qualifiers."""@en ; + obo:IAO_0000117 "PERSON: Michael Conlon"@en ; + rdfs:label "Contact Qualifier"@en ; +. +obo:ARG_2000377 + a owl:Class ; + rdfs:label "FOAF Profile"@en ; + rdfs:subClassOf obo:ARG_2000379 ; +. +obo:ARG_2000379 + a owl:Class ; + rdfs:label "Contact"@en ; + rdfs:subClassOf obo:IAO_0000030 ; +. +obo:ARG_2000390 + a owl:ObjectProperty ; + rdfs:label "context for"@en ; + owl:inverseOf obo:ARG_2000391 ; +. +obo:ARG_2000391 + a owl:ObjectProperty ; + rdfs:label "has context"@en ; +. +obo:ARG_2000399 + a owl:ObjectProperty ; + rdfs:label "has contact agent"@en ; +. +obo:BFO_0000001 + a owl:Class ; + rdfs:label "Entity"@en ; +. +obo:BFO_0000002 + a owl:Class ; + rdfs:label "Continuant"@en ; + rdfs:subClassOf obo:BFO_0000001 ; +. +obo:BFO_0000003 + a owl:Class ; + rdfs:label "Occurrent"@en ; + rdfs:subClassOf obo:BFO_0000001 ; +. +obo:BFO_0000004 + a owl:Class ; + rdfs:label "Independent Continuant"@en ; + rdfs:subClassOf obo:BFO_0000002 ; +. +obo:BFO_0000006 + a owl:Class ; + rdfs:label "Spatial Region"@en ; + rdfs:subClassOf obo:BFO_0000141 ; +. +obo:BFO_0000008 + a owl:Class ; + rdfs:label "Temporal Region"@en ; + rdfs:subClassOf obo:BFO_0000003 ; +. +obo:BFO_0000015 + a owl:Class ; + rdfs:label "Process"@en ; + rdfs:subClassOf obo:BFO_0000003 ; +. +obo:BFO_0000016 + a owl:Class ; + rdfs:label "Disposition"@en ; + rdfs:subClassOf obo:BFO_0000017 ; +. +obo:BFO_0000017 + a owl:Class ; + obo:BFO_0000179 "realizable" ; + obo:BFO_0000180 "RealizableEntity" ; + obo:IAO_0000112 "the disposition of this piece of metal to conduct electricity."@en ; + obo:IAO_0000112 "the disposition of your blood to coagulate"@en ; + obo:IAO_0000112 "the function of your reproductive organs"@en ; + obo:IAO_0000112 "the role of being a doctor"@en ; + obo:IAO_0000112 "the role of this boundary to delineate where Utah and Colorado meet"@en ; + obo:IAO_0000600 "To say that b is a realizable entity is to say that b is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region and is of a type instances of which are realized in processes of a correlated type. (axiom label in BFO2 Reference: [058-002])"@en ; + obo:IAO_0000601 "All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002])"@en ; + obo:IAO_0000602 "(forall (x t) (if (RealizableEntity x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (bearerOfAt y x t))))) // axiom label in BFO2 CLIF: [060-002] " ; + obo:IAO_0000602 "(forall (x) (if (RealizableEntity x) (and (SpecificallyDependentContinuant x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (inheresIn x y)))))) // axiom label in BFO2 CLIF: [058-002] " ; + rdfs:isDefinedBy ; + rdfs:label "Realizable Entity"@en ; + rdfs:subClassOf obo:BFO_0000020 ; + owl:disjointWith obo:BFO_0000019 ; +. +obo:BFO_0000019 + a owl:Class ; + rdfs:label "Quality"@en ; + rdfs:subClassOf obo:BFO_0000020 ; +. +obo:BFO_0000020 + a owl:Class ; + rdfs:label "Specifically Dependent Continuant"@en ; + rdfs:subClassOf obo:BFO_0000002 ; +. +obo:BFO_0000023 + a owl:Class ; + obo:IAO_0000112 "Only use if no specific subclasses of core:Role describe the role." ; + obo:IAO_0000115 "A person's, group's or organization's role in an endeavor" ; + vitro:descriptionAnnot "Only use this broad role class if no subclasses of role describe the item being classified." ; + rdfs:label "Role"@en ; + rdfs:subClassOf obo:BFO_0000017 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:description ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:boolean ; + owl:onProperty core:hideFromDisplay ; + ] ; +. +obo:BFO_0000029 + a owl:Class ; + rdfs:label "Site"@en ; + rdfs:subClassOf obo:BFO_0000141 ; +. +obo:BFO_0000031 + a owl:Class ; + rdfs:label "Generically Dependent Continuant"@en ; + rdfs:subClassOf obo:BFO_0000002 ; +. +obo:BFO_0000034 + a owl:Class ; + rdfs:label "Function"@en ; + rdfs:subClassOf obo:BFO_0000016 ; +. +obo:BFO_0000038 + a owl:Class ; + rdfs:label "One-Dimensional Temporal Region"@en ; + rdfs:subClassOf obo:BFO_0000008 ; +. +obo:BFO_0000040 + a owl:Class ; + rdfs:label "Material Entity"@en ; + rdfs:subClassOf obo:BFO_0000004 ; +. +obo:BFO_0000050 + a owl:ObjectProperty ; + a owl:TransitiveProperty ; + rdfs:label "part of"@en ; + owl:inverseOf obo:BFO_0000051 ; +. +obo:BFO_0000051 + a owl:ObjectProperty ; + a owl:TransitiveProperty ; + rdfs:label "has part"@en ; +. +obo:BFO_0000054 + a owl:ObjectProperty ; + obo:BFO_0000179 "realized-in" ; + obo:BFO_0000180 "realizedIn" ; + obo:IAO_0000600 "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])" ; + obo:IAO_0000601 "if a realizable entity b is realized in a process p, then p stands in the has_participant relation to the bearer of b. (axiom label in BFO2 Reference: [106-002])"@en ; + obo:IAO_0000602 "(forall (x y z t) (if (and (RealizableEntity x) (Process y) (realizesAt y x t) (bearerOfAt z x t)) (hasParticipantAt y z t))) // axiom label in BFO2 CLIF: [106-002] " ; + rdfs:domain obo:BFO_0000017 ; + rdfs:isDefinedBy ; + rdfs:label "realized in"@en ; + rdfs:range obo:BFO_0000015 ; + owl:inverseOf obo:BFO_0000055 ; +. +obo:BFO_0000055 + a owl:ObjectProperty ; + obo:BFO_0000179 "realizes" ; + obo:BFO_0000180 "realizes" ; + obo:IAO_0000600 "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ; + obo:IAO_0000602 "(forall (x y t) (if (realizesAt x y t) (and (Process x) (or (Disposition y) (Role y)) (exists (z) (and (MaterialEntity z) (hasParticipantAt x z t) (bearerOfAt z y t)))))) // axiom label in BFO2 CLIF: [059-003] " ; + rdfs:domain obo:BFO_0000015 ; + rdfs:isDefinedBy ; + rdfs:label "realizes"@en ; + rdfs:range obo:BFO_0000017 ; +. +obo:BFO_0000141 + a owl:Class ; + rdfs:label "Immaterial Entity"@en ; + rdfs:subClassOf obo:BFO_0000004 ; +. +obo:BFO_0000148 + a owl:Class ; + rdfs:label "Zero-Dimensional Temporal Region"@en ; + rdfs:subClassOf obo:BFO_0000008 ; +. +obo:BFO_0000179 + a owl:AnnotationProperty ; +. +obo:BFO_0000180 + a owl:AnnotationProperty ; +. +obo:ERO_0000004 + a owl:Class ; + obo:IAO_0000111 "instrument" ; + obo:IAO_0000112 "A flow cytometer." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Material entity that is designed to have a function and play a role in scientific investigation." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "http://en.wikipedia.org/wiki/Scientific_instrument" ; + rdfs:comment "See OBI listserv discussion for considerations in defining instrument. http://sourceforge.net/tracker/index.php?func=detail&aid=2894801&group_id=177891&atid=886178" ; + rdfs:label "Instrument"@en ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom obo:ERO_0000007 ; + owl:onProperty obo:ERO_0000543 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty obo:OBI_0000312 ; + owl:someValuesFrom obo:OBI_0000094 ; + ] ; +. +obo:ERO_0000005 + a owl:Class ; + obo:IAO_0000111 "service" ; + obo:IAO_0000112 "A DNA sequencing service performed by a core lab." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "An information content entity that describes a service performed by a person or organization with the objective of performing a technique, providing training, providing storage of data or material entities, or providing access to resources for another person or organization" ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090105" ; + rdfs:label "Service"@en ; + rdfs:subClassOf obo:IAO_0000030 ; +. +obo:ERO_0000006 + a owl:Class ; + obo:IAO_0000111 "reagent" ; + obo:IAO_0000112 "A plasmid can be used as a reagent." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Processed material that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "http://www.yourdictionary.com/reagent" ; + rdfs:comment "Placeholder for class to be imported from the Reagent Ontology (ReO)." ; + rdfs:label "Reagent"@en ; + rdfs:subClassOf obo:BFO_0000040 ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + obo:BFO_0000040 + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty obo:OBI_0000312 ; + owl:someValuesFrom obo:OBI_0000094 ; + ] + [ + a owl:Restriction ; + owl:onProperty obo:RO_0000053 ; + owl:someValuesFrom obo:OBI_0000086 ; + ] + ) ; + ] + ) ; + ] ; +. +obo:ERO_0000007 + a owl:Class ; + obo:IAO_0000112 "Flow cytometry is a technique." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A technique is a planned process used to accomplish a specific activity or task." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "http://en.wikipedia.org/wiki/Technique" ; + rdfs:comment "Protocol is added to eagle-i temporarily until a relationship between the informatio entity \"protocol\" and these planned processes is created. This class refers to the axtual process not the document" ; + rdfs:label "Technique"@en ; + rdfs:subClassOf obo:OBI_0000011 ; +. +obo:ERO_0000012 + a owl:Class ; + obo:IAO_0000112 "A technician in a core laboratory." ; + obo:IAO_0000112 "Member of the International Conference on Complex Systems Organizing Committee" ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A role inhering in a person or organization that is realized when the bearer participates in providing a service to meet the need of another person or thing." ; + obo:IAO_0000115 "An role of an individual within his or her profession or institution; use outreach provider role for community service or other activities outside the profession." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "PERSON: Nicole Vasilevsky" ; + rdfs:label "Service Provider Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +obo:ERO_0000014 + a owl:Class ; + obo:IAO_0000112 "A project to study the role of a specific protein in cell signaling." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A funded collection of investigations as described in a research proposal." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:comment "Maybe SameAs \"Investigation\" but is the subject of funding" ; + rdfs:label "Research Project"@en ; + rdfs:subClassOf obo:OBI_0000011 ; + rdfs:subClassOf core:Project ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty obo:BFO_0000051 ; + owl:someValuesFrom obo:OBI_0000066 ; + ] ; +. +obo:ERO_0000015 + a owl:Class ; + obo:IAO_0000111 "human study" ; + obo:IAO_0000112 "A clinical trial." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Research project that uses or collects measurements or assessments about humans." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "OCRe" ; + rdfs:comment "This should be imported from OCRE- but they currently have no generic human study type. Def is modified." ; + rdfs:label "Human Study"@en ; + rdfs:subClassOf obo:ERO_0000014 ; +. +obo:ERO_0000016 + a owl:Class ; + obo:IAO_0000112 "A clinical trial to evaluate the efficacy of a new drug." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "An interventional study that contains a set of procedures in medical research and drug development that are conducted to allow safety (or more specifically, information about adverse drug reactions and adverse effects of other treatments) and efficacy data to be collected for health interventions (e.g., drugs, diagnostics, devices, therapy protocols) that is performed over phases." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://en.wikipedia.org/wiki/Clinical_trial" ; + rdfs:label "Clinical Trial"@en ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + + [ + a owl:Restriction ; + owl:onProperty obo:ERO_0001518 ; + owl:someValuesFrom ; + ] + ) ; + ] ; +. +obo:ERO_0000020 + a owl:Class ; + obo:IAO_0000111 "biological specimen" ; + obo:IAO_0000112 "Heart tissue obtained from an organism." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Material entity that is a portion or quantity of a biological material for use in testing, examination, or study. A biological specimen can be an individual animal, a population of organisms, or is a part of or derived from an animal, plant, part of a plant, or microorganism. When a taxon is described, it is typically based on a single specimen and is referred to as the holotype." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000118 "biospecimen" ; + obo:IAO_0000119 "http://en.wikipedia.org/wiki/Specimen" ; + rdfs:comment "Should have relationship to Organism" ; + rdfs:label "Biological Specimen"@en ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty obo:RO_0001000 ; + owl:someValuesFrom obo:OBI_0100026 ; + ] ; +. +obo:ERO_0000029 + a owl:ObjectProperty ; + obo:IAO_0000112 "An access service that provides access to a flow cytometer." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Instruments, reagents, organisms, or software for which the service provides access." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:comment "change the domain tye to access service" ; + rdfs:domain obo:ERO_0000005 ; + rdfs:label "provides access to"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000004 + obo:ERO_0000006 + obo:ERO_0000071 + obo:ERO_0001716 + ) ; + ] ; + owl:inverseOf ; +. +obo:ERO_0000031 + a owl:ObjectProperty ; + obo:IAO_0000111 "uses" ; + obo:IAO_0000112 "Microsoft powerpoint is commonly used in research laboratories to prepare presentations." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Software or protocol used by the laboratory." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:comment "Here there are things to be fixed (for instance a service can use a technique...)" ; + rdfs:domain ; + rdfs:label "uses"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000071 + obo:ERO_0001716 + obo:OBI_0000272 + ) ; + ] ; + owl:inverseOf obo:ERO_0000070 ; +. +obo:ERO_0000033 + a owl:ObjectProperty ; + obo:IAO_0000111 "has expertise" ; + obo:IAO_0000112 "Brian Druker has expertise in cancer research." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Technique in which the person is proficient. " ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "has expertise in technique"@en ; + rdfs:range obo:ERO_0000007 ; +. +obo:ERO_0000034 + a owl:ObjectProperty ; + obo:IAO_0000111 "has manufacturer" ; + obo:IAO_0000112 "Santa Cruz Biotechnology is the manufacturer of many antibodies." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Organization or person that created the resource." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000004 + obo:ERO_0000006 + obo:ERO_0000071 + obo:ERO_0001716 + ) ; + ] ; + rdfs:label "manufacturer"@en ; + rdfs:range obo:OBI_0000835 ; +. +obo:ERO_0000037 + a owl:ObjectProperty ; + obo:IAO_0000111 "provides services" ; + obo:IAO_0000112 "A core lab providing cell sorting to individual labs." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Service offered by the organization." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; + rdfs:label "contact or provider for service"@en ; + rdfs:range obo:ERO_0000005 ; + owl:inverseOf obo:ERO_0000390 ; +. +obo:ERO_0000038 + a owl:ObjectProperty ; + obo:IAO_0000111 "specifies the use of" ; + obo:IAO_0000112 "A protocol can specify the use of a flow cytometer." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Instruments, techniques, reagents, organisms, or software that are referenced in a protocol." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:OBI_0000272 ; + rdfs:label "specifies the use of"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000004 + obo:ERO_0000006 + obo:ERO_0000007 + obo:ERO_0000071 + ) ; + ] ; +. +obo:ERO_0000044 + a owl:DatatypeProperty ; + obo:IAO_0000111 "has inventory number" ; + obo:IAO_0000112 "An example inventory number can be in the form: 12345" ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Inventory identifier for the resource." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000004 + obo:ERO_0000020 + obo:OBI_0100026 + ) ; + ] ; + rdfs:label "inventory number"@en ; + rdfs:range xsd:string ; +. +obo:ERO_0000045 + a owl:DatatypeProperty ; + obo:IAO_0000111 "has restriction" ; + obo:IAO_0000112 "Resource is only available to researchers in the department." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A restriction on service availability, such as university or consortium affiliation, geographical location, professional certification, or other factors." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000004 + obo:ERO_0000005 + obo:ERO_0000006 + obo:ERO_0000015 + obo:ERO_0000020 + obo:ERO_0000071 + obo:ERO_0000595 + obo:ERO_0001716 + obo:OBI_0100026 + bibo:Document + ) ; + ] ; + rdfs:label "has restriction"@en ; + rdfs:range xsd:string ; +. +obo:ERO_0000046 + a owl:DatatypeProperty ; + obo:IAO_0000111 "has geographic restriction" ; + obo:IAO_0000112 "Resource is only available to researchers in Boston area." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Any service limitation tied to geographically-defined areas such as metro areas, counties, states, or regions. " ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000005 ; + rdfs:label "has geographic restriction"@en ; + rdfs:range xsd:string ; + rdfs:subPropertyOf obo:ERO_0000045 ; +. +obo:ERO_0000050 + a owl:DatatypeProperty ; + obo:IAO_0000111 "model number" ; + obo:IAO_0000112 "ABI 9000" ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Instrument model number, which may be a name, number, or both." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000004 ; + rdfs:label "model number"@en ; + rdfs:range xsd:string ; +. +obo:ERO_0000054 + a owl:DatatypeProperty ; + obo:IAO_0000111 "lab data format" ; + obo:IAO_0000112 "Excel spreadsheet" ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Current method or software used to inventory a lab's resources. Examples include Excel, index cards, FileMaker, 3-ring binder, etc." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + core:Center + core:Laboratory + ) ; + ] ; + rdfs:label "lab data format"@en ; + rdfs:range xsd:string ; +. +obo:ERO_0000070 + a owl:ObjectProperty ; + obo:IAO_0000111 "used by" ; + obo:IAO_0000112 "A laboratory uses Microsoft Word." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Laboratory that uses the protocol or software." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000071 + obo:ERO_0001716 + obo:OBI_0000272 + ) ; + ] ; + rdfs:label "used by"@en ; + rdfs:range ; +. +obo:ERO_0000071 + a owl:Class ; + obo:IAO_0000111 "software" ; + obo:IAO_0000112 "Microsoft Word is commonly used word processing software." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A general term primarily used for digitally stored data such as computer programs and other kinds of information read and written by computers." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "http://en.wikipedia.org/wiki/Computer_software" ; + rdfs:comment "IAO is a planned specification, in SWO is an Information artifact. In eagle-i, we have a need to collect material instances and is it thus currently classified as a material entity." ; + rdfs:label "Software"@en ; + rdfs:subClassOf obo:BFO_0000040 ; +. +obo:ERO_0000072 + a owl:DatatypeProperty ; + obo:IAO_0000112 "v 1.0" ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Software edition, typically a numeral followed by a decimal and another numeral, such as 2.1." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000071 + obo:ERO_0001716 + ) ; + ] ; + rdfs:label "version"@en ; + rdfs:range xsd:string ; +. +obo:ERO_0000224 + a owl:Class ; + obo:IAO_0000112 "The NIH is a funding agency." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A role inhering in a person or organization that is realized when the bearer participates in providing funding to a person or an organization for academic or business purposes." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "PERSON: Nicole Vasilevsky" ; + rdfs:label "Funding Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +obo:ERO_0000225 + a owl:Class ; + obo:IAO_0000112 "A teacher." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A role inhering in a person or organization that is realized when the bearer participates in providing education to a student or group of students." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "PERSON: Nicole Vasilevsky" ; + rdfs:label "Educator Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +obo:ERO_0000390 + a owl:ObjectProperty ; + obo:IAO_0000111 "service provided by" ; + obo:IAO_0000112 "A core laboratory provides a service." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Organization or laboratory performing the service." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000005 ; + rdfs:label "service provided by"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] ; +. +obo:ERO_0000391 + a owl:Class ; + obo:IAO_0000112 "Allowing access to a microscope in a core lab." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A service offering that describes a service in which the consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider. Ownership of the accessed resource remains with the service provider during and after provision of service." ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:comment "Coordinate with NIF" ; + rdfs:label "Access Service"@en ; + rdfs:subClassOf obo:ERO_0000005 ; +. +obo:ERO_0000392 + a owl:Class ; + obo:IAO_0000112 "A computer server." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A service offering that describes a service in which the consumer provides some material or data as input which a service provider stores and returns as output." ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:comment "coordinate with NIF. NIF ID:nlx_res_20090419" ; + rdfs:label "Storage Service"@en ; + rdfs:subClassOf obo:ERO_0000005 ; +. +obo:ERO_0000393 + a owl:Class ; + obo:IAO_0000112 "Training a researcher to use a microscope." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A service offering that describes a service in which the provider offers educational materials or events, such as courses, workshops or graduate programs, to the service consumer " ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090444" ; + rdfs:label "Training Service"@en ; + rdfs:subClassOf obo:ERO_0000005 ; +. +obo:ERO_0000394 + a owl:Class ; + obo:IAO_0000112 "Biopsy service." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A service offering that describes a service in which the provider makes physical changes to a specified input material entity with the objective of producing a new material entity form input materials, or modifying the input material entity, and returning this as output to the service consumer" ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://neurolex.org/wiki/Category:Production_service_resource" ; + rdfs:comment "Coordinate with NIF: NIF ID: nlx_res_20090416" ; + rdfs:label "Material Processing Service"@en ; + rdfs:subClassOf obo:ERO_0000005 ; +. +obo:ERO_0000395 + a owl:Class ; + obo:IAO_0000112 "Flow cytometry analysis of T cells." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "An analysis service offering that describes a service in which the consumer provides some input material and a service provider performs some analysis of this material to generate data that is returned to the service consumer." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://neurolex.org/wiki/Category:Analysis_service_resource" ; + rdfs:comment "Coordinate with NIF: NIF ID: nlx_res_20090420" ; + rdfs:label "Material Analysis Service"@en ; + rdfs:subClassOf obo:ERO_0001261 ; +. +obo:ERO_0000396 + a owl:Class ; + obo:IAO_0000112 "Production of monoclonal antibodies from a hybridoma." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A material processing service offering that describes a service in which the provider makes physical changes to a specified input material that produce a new entity as specified output that is returned the service consumer. The specified output of a material production service can be contained within, derived from, or synthesized from specified input materials, but it represents a material entity that is of a distinct type from any of the specified input materials." ; + obo:IAO_0000117 "PERSON: Matthew Brush" ; + obo:IAO_0000119 "http://neurolex.org/wiki/Category:Material_service_resource" ; + rdfs:comment "Coordinate with NIF. NIF ID: nlx_res_20090418" ; + rdfs:label "Material Production Service"@en ; + rdfs:subClassOf obo:ERO_0000394 ; +. +obo:ERO_0000397 + a owl:ObjectProperty ; + obo:IAO_0000112 "A cancer researcher performs apoptosis assays." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Technique carried out by the person or laboratory." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + core:Laboratory + + ) ; + ] ; + rdfs:label "performs technique"@en ; + rdfs:range obo:ERO_0000007 ; + owl:inverseOf obo:ERO_0000398 ; +. +obo:ERO_0000398 + a owl:ObjectProperty ; + obo:IAO_0000111 "is performed by" ; + obo:IAO_0000112 "Confocal microscopy is performed by a confocal core laboratory." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Person or laboratory that performs the service or technique." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000007 ; + rdfs:label "is performed by"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + core:Laboratory + + ) ; + ] ; +. +obo:ERO_0000424 + a owl:DatatypeProperty ; + obo:IAO_0000111 "study population" ; + obo:IAO_0000112 "African american study population." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Characteristics of the human population being studied. May include number, demographic or geographic information, inclusion or exclusion criteria, or other descriptive information." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000015 ; + rdfs:label "has study population"@en ; + rdfs:range xsd:string ; +. +obo:ERO_0000460 + a owl:ObjectProperty ; + obo:IAO_0000111 "has documentation" ; + obo:IAO_0000112 "An antibody has documentation describing attributes of the antibody." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Document that contains relevant resource information." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000004 + obo:ERO_0000005 + obo:ERO_0000006 + obo:ERO_0000014 + obo:ERO_0000020 + obo:ERO_0000071 + obo:ERO_0001716 + obo:OBI_0000272 + ) ; + ] ; + rdfs:label "has documentation"@en ; + rdfs:range bibo:Document ; + owl:inverseOf ; +. +obo:ERO_0000481 + a owl:ObjectProperty ; + obo:IAO_0000111 "realizes protocol" ; + obo:IAO_0000112 "A sequencing protocol used for next generation sequencing." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Protocol used to perform the service." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:comment "placeholder: need to be modeled for the proper kind of service (production services)" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000005 + obo:ERO_0000014 + ) ; + ] ; + rdfs:label "realizes protocol"@en ; + rdfs:range obo:OBI_0000272 ; + owl:inverseOf ; +. +obo:ERO_0000482 + a owl:ObjectProperty ; + obo:IAO_0000111 "uses software" ; + obo:IAO_0000112 "Sequence analysis software." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Software used to perform the service." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:comment "Placeholder needs to be redesign" ; + rdfs:domain obo:ERO_0000005 ; + rdfs:label "uses software"@en ; + rdfs:range obo:ERO_0000071 ; + rdfs:subPropertyOf owl:DeprecatedProperty ; + owl:deprecated true ; +. +obo:ERO_0000543 + a owl:ObjectProperty ; + obo:IAO_0000111 "related technique" ; + obo:IAO_0000112 "Flow cytometry is a related technique for a flow cytometer instrument." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Method in which the resource can be used." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:label "related technique"@en ; + rdfs:range obo:ERO_0000007 ; +. +obo:ERO_0000565 + a owl:Class ; + obo:IAO_0000111 "Technology Transfer Office" ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "An organization that provides services for commercialization and licensing of technologies at an institution." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "PERSON: Nicole Vasilevsky" ; + rdfs:label "Technology Transfer Office"@en ; + rdfs:subClassOf ; +. +obo:ERO_0000572 + a owl:ObjectProperty ; + obo:IAO_0000111 "used to study" ; + obo:IAO_0000112 "A study of hibernation in bears." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Biological process studied in the organism." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:label "used to study"@en ; +. +obo:ERO_0000595 + a owl:Class ; + obo:IAO_0000111 "student research opportunity" ; + obo:IAO_0000112 "Training grant to perform post-doctoral research." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A planned process carried out by a person or organization with the objective of performing research." ; + obo:IAO_0000115 "An offering through an ongoing program or single request of research support: internships, positions, financial awards or other forms of tangible or intangible support" ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "PERSON: Nicole Vasilevsky" ; + rdfs:label "Research Opportunity"@en ; + rdfs:subClassOf obo:BFO_0000017 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:Grant ; + owl:onProperty core:hasFundingVehicle ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:contactInformation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:description ; + ] ; +. +obo:ERO_0000774 + a owl:DatatypeProperty ; + obo:IAO_0000111 "has eligibility requirement" ; + obo:IAO_0000112 "A grade point average above 3.5 is an eligibility requirement." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Requirements for research opportunity eligibility. Requirements include: coursework, minimum gradepoint average, state residency, under-represented group status, field of study, or matriculation status." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000595 ; + rdfs:label "has eligibility requirement"@en ; + rdfs:range xsd:string ; +. +obo:ERO_0000775 + a owl:ObjectProperty ; + obo:IAO_0000111 "has residency requirement" ; + obo:IAO_0000112 "A research opportunity requires applicants to be US citizens." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "US residency status of applicants that may apply for the student research opportunity." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000595 ; + rdfs:label "has residency requirement"@en ; + rdfs:range obo:ERO_0000776 ; +. +obo:ERO_0000776 + a owl:Class ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "A role that inheres in a person who maintains residency in the United states. " ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "PERSON: Nicole Vasilevsky" ; + rdfs:label "US Resident Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +obo:ERO_0000777 + a owl:Class ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "A US resident role that inheres in an individual that is a legally recognized as a member of a state, with associated rights and obligations." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://en.wiktionary.org/wiki/citizen" ; + rdfs:label "US Citizen Role"@en ; + rdfs:subClassOf obo:ERO_0000776 ; +. +obo:ERO_0000778 + a owl:Class ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "A US resident role that inheres in an individual who is not a legally recognized subject or national of the United States." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "https://www.google.com/search?q=residency+status&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#hl=en&client=firefox-a&hs=Bcx&rls=org.mozilla:en-US:official&q=citizen&tbs=dfn:1&tbo=u&sa=X&ei=micXT_DwMIjUiAK15tDUDw&ved=0CCgQkQ4&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=7b67128a22f602af&biw=1609&bih=794" ; + rdfs:label "Non-US Citizen"@en ; + rdfs:subClassOf obo:ERO_0000776 ; +. +obo:ERO_0000779 + a owl:Class ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "An role that inheres in an individual who is not a citizen but who legally resides in another nation on a permanent or extended basis." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://connection.ebscohost.com/us/immigration-restrictions/overview-legal-and-illegal-immigration" ; + rdfs:label "Permanent Resident Role"@en ; + rdfs:subClassOf obo:ERO_0000778 ; +. +obo:ERO_0000780 + a owl:Class ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "A non-US citizen role that inheres in an individual who is residing in a country, but is neither a citizen nor a permanent resident. " ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://www.irs.gov/taxtopics/tc851.html" ; + rdfs:label "Non-Permanent Resident Role"@en ; + rdfs:subClassOf obo:ERO_0000778 ; +. +obo:ERO_0000783 + a owl:Class ; + obo:IAO_0000112 "A college student." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A role inhering in a person that is realized when the bearer participates a course of study, as in a school, college, university, etc." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://www.thefreedictionary.com/student" ; + rdfs:label "Student Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +obo:ERO_0000784 + a owl:Class ; + obo:IAO_0000112 "A college student." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A student role inhering in a person that is realized when the bearer participates in a course of study at a college, university, etc. in pursuit of an associate or bachelor degree." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://www.thefreedictionary.com/student" ; + rdfs:label "Undergraduate Student Role"@en ; + rdfs:subClassOf obo:ERO_0000783 ; +. +obo:ERO_0000785 + a owl:Class ; + obo:IAO_0000112 "A PhD student at a university." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A student role inhering in a person that is realized when the bearer participates a course of study at a university or institution in pursuit of an graduate or professional degree." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://www.thefreedictionary.com/student" ; + rdfs:label "Graduate Student Role"@en ; + rdfs:subClassOf obo:ERO_0000783 ; +. +obo:ERO_0000786 + a owl:Class ; + obo:IAO_0000112 "A freshman in high school." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A student role inhering in a person that is realized when the bearer participates in a course of study at a secondary learning institution." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://www.thefreedictionary.com/student" ; + rdfs:label "High School Student Role"@en ; + rdfs:subClassOf obo:ERO_0000783 ; +. +obo:ERO_0000787 + a owl:Class ; + obo:IAO_0000112 "An employee at a university." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A role inhering in a person that is realized when the bearer participates in an occupation by which a person earns a living or spends their time." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://dictionary.reference.com/browse/employment" ; + rdfs:label "Employee Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +obo:ERO_0000788 + a owl:Class ; + obo:IAO_0000112 "A professor at a university." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "An employee role inhering in a person that is realized when the bearer participates in the teaching and/or administrative force of a university, college, or school." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://dictionary.reference.com/browse/faculty" ; + rdfs:label "Faculty Role"@en ; + rdfs:subClassOf obo:ERO_0000787 ; +. +obo:ERO_0000789 + a owl:Class ; + obo:IAO_0000112 "A research technician in a lab." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "An employee role inhering in a person that is realized when the bearer is employed by an employer." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "PERSON: Nicole Vasilevsky" ; + rdfs:label "Staff Role"@en ; + rdfs:subClassOf obo:ERO_0000787 ; +. +obo:ERO_0000790 + a owl:Class ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "A student role inhering in a person that is realized when the bearer participates in a post-baccalaureate training program in pursuit of an additional bachelor degree or new or additional training in a particular field." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "PERSON: Nicole Vasilevsky" ; + rdfs:label "Post-Baccalaureate Trainee"@en ; + rdfs:subClassOf obo:ERO_0000783 ; +. +obo:ERO_0000914 + a owl:Class ; + obo:IAO_0000112 "A post-doctoral fellow." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A student role inhering in a person that is realized when the bearer participates in a post-graduate training program in pursuit of new or additional training in a particular field, such as a post-doctoral fellowship." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "PERSON: Nicole Vasilevsky" ; + rdfs:label "Post-Graduate Student Trainee Role"@en ; + rdfs:subClassOf obo:ERO_0000783 ; +. +obo:ERO_0000918 + a owl:ObjectProperty ; + obo:IAO_0000111 "related research project" ; + obo:IAO_0000112 "A research project studying breast cancer." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Research project during which the biological specimen was collected." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000020 ; + rdfs:label "related research project"@en ; + rdfs:range obo:ERO_0000014 ; + owl:inverseOf obo:ERO_0000919 ; +. +obo:ERO_0000919 + a owl:ObjectProperty ; + obo:IAO_0000111 "related biological specimen" ; + obo:IAO_0000112 "A breast cancer specimen." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Biological specimen collected as part of the research project." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000014 ; + rdfs:label "related biological specimen"@en ; + rdfs:range obo:ERO_0000020 ; +. +obo:ERO_0001245 + a owl:Class ; + obo:IAO_0000112 "Licensing of a new technology." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A technique that authorizes a use (such as copying software or using a (patented) invention) to a licensee, sparing the licensee from a claim of infringement brought by the licensor." ; + obo:IAO_0000117 "PERSON: Nicole Vasilevsky" ; + obo:IAO_0000119 "http://en.wikipedia.org/wiki/License" ; + rdfs:label "Licensing"@en ; + rdfs:subClassOf obo:OBI_0000011 ; +. +obo:ERO_0001254 + a owl:Class ; + obo:IAO_0000112 "Transport of a patient within a hospital." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A service offering that describes a service in which the provider facilitates the transport of some material entity to a specified destination for the service consumer." ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:label "Transport Service"@en ; + rdfs:subClassOf obo:ERO_0000005 ; +. +obo:ERO_0001255 + a owl:Class ; + obo:IAO_0000112 "Technical support." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A service offering that describes a service in which the provider assists the consumer in activities directly or indirectly associated with the production and analysis or experimental research data." ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:label "Support Service"@en ; + rdfs:subClassOf obo:ERO_0000005 ; +. +obo:ERO_0001256 + a owl:Class ; + obo:IAO_0000112 "Cryopreservation service." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A storage service offering that describes a service in which the consumer provides some material as input which a service provider stores and returns as output" ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:label "Material Storage Service"@en ; + rdfs:subClassOf obo:ERO_0000392 ; +. +obo:ERO_0001257 + a owl:Class ; + obo:IAO_0000112 "Storing data on a server." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A storage service offering that describes a service in which the consumer provides data as input, which a service provider stores and returns as output in its original form." ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:label "Data Storage Service"@en ; + rdfs:subClassOf obo:ERO_0000392 ; +. +obo:ERO_0001258 + a owl:Class ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "A service offering that describes a service in which the provider actively maintains a material or data resource (e.g. a model organism colony or database) for the service consumer. This may involved making physical alterations to the material or data with the goal of maintaining its integrity or features." ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:label "Maintenance Service"@en ; + rdfs:subClassOf obo:ERO_0000005 ; +. +obo:ERO_0001259 + a owl:Class ; + obo:IAO_0000112 "Maintaining an animal coloy." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A maintenance service offering that describes a service in which the provider actively maintains a material resource (e.g. a model organism colony) for the service consumer. A material maintenance service may or may not include storage of the material input." ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:label "Material Maintenance Service"@en ; + rdfs:subClassOf obo:ERO_0001258 ; +. +obo:ERO_0001260 + a owl:Class ; + obo:IAO_0000112 "Maintaining a database." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A maintenance service offering that describes a service in which the provider actively manages or maintains data or a database for the service consumer. Maintenance of the data is performed to maintain its integrity or enhance its quality or utility for the consumer, but new data is not generated as a result of the maintenance." ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:label "Data Maintenance Service"@en ; + rdfs:subClassOf obo:ERO_0001258 ; +. +obo:ERO_0001261 + a owl:Class ; + obo:IAO_0000112 "Flow cytometry analysis service." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A service offering that describes a service in which the consumer provides some input material or data and a service provider returns data about the input material or data." ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:label "Analysis Service"@en ; + rdfs:subClassOf obo:ERO_0000005 ; +. +obo:ERO_0001262 + a owl:Class ; + obo:IAO_0000112 "Sequence data analysis." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "An analysis service offering that describes a service in which the consumer provides some input data and a service provider transforms, models, or interprets the input data and returns this generated data as output" ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000118 "data processing service" ; + obo:IAO_0000118 "data transformation service" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:label "Data Analysis Service"@en ; + rdfs:subClassOf obo:ERO_0001261 ; +. +obo:ERO_0001263 + a owl:Class ; + obo:IAO_0000112 "Histology service." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A material processing service offering that describes a service in which the provider makes physical modifications to a specified input material, such that at least one of the specified outputs of this process is a modified version of a specified input material." ; + obo:IAO_0000117 "PERSON: Matt Brush" ; + obo:IAO_0000119 "PERSON: Matthew Brush" ; + rdfs:label "Material Modification Service"@en ; + rdfs:subClassOf obo:ERO_0000394 ; +. +obo:ERO_0001518 + a owl:ObjectProperty ; + obo:IAO_0000111 "has phase" ; + obo:IAO_0000112 "Phase 1 clinical trial." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Phase of a clinical trial to evaluate risk and to clinically evaluate the efficacy of drugs or biologicals." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000016 ; + rdfs:label "has phase"@en ; + rdfs:range ; +. +obo:ERO_0001520 + a owl:ObjectProperty ; + obo:IAO_0000111 "performs human study" ; + obo:IAO_0000112 "The Jackson Heart Institute performs human studies on heart disease." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Human study performed by the organization." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain ; + rdfs:label "performs human study"@en ; + rdfs:range obo:ERO_0000015 ; + owl:inverseOf obo:ERO_0001521 ; +. +obo:ERO_0001521 + a owl:ObjectProperty ; + obo:IAO_0000111 "human study performed by" ; + obo:IAO_0000112 "Jackson State University performs human studies on heart disease." ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Organization that performs the human study." ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000119 "PERSON: Melissa Haendel" ; + rdfs:domain obo:ERO_0000015 ; + rdfs:label "performed by organization"@en ; + rdfs:range ; + rdfs:subPropertyOf ; +. +obo:ERO_0001716 + a owl:Class ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "A database is an organized collection of data, today typically in digital form." ; + obo:IAO_0000117 "PERSON: Carlo Torniai" ; + obo:IAO_0000119 "http://en.wikipedia.org/wiki/Database" ; + rdfs:comment "Just a place horder. It will probably be replaced by NIF term: http://ontology.neuinfo.org/NIF/DigitalEntities/NIF-Resource.owl#nlx_res_20090405" ; + rdfs:label "Database"@en ; + rdfs:subClassOf obo:IAO_0000030 ; +. +obo:IAO_0000003 + a owl:Class ; + obo:IAO_0000111 "measurement unit label"@en ; + obo:IAO_0000112 "Examples of measurement unit labels are liters, inches, weight per volume."@en ; + obo:IAO_0000114 obo:IAO_0000125 ; + obo:IAO_0000115 "A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure."@en ; + obo:IAO_0000116 """2009-03-16: provenance: a term measurement unit was +proposed for OBI (OBI_0000176) , edited by Chris Stoeckert and +Cristian Cocos, and subsequently moved to IAO where the objective for +which the original term was defined was satisfied with the definition +of this, different, term."""@en ; + obo:IAO_0000116 "2009-03-16: review of this term done during during the OBI workshop winter 2009 and the current definition was considered acceptable for use in OBI. If there is a need to modify this definition please notify OBI."@en ; + obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en ; + obo:IAO_0000117 "PERSON: Melanie Courtot"@en ; + obo:IAO_0000412 ; + rdfs:label "Measurement Unit Label"@en ; + rdfs:subClassOf obo:IAO_0000009 ; +. +obo:IAO_0000005 + a owl:Class ; + obo:IAO_0000111 "objective specification"@en ; + obo:IAO_0000112 "purpose of a study; support of hypothesis, discovery of new information"@en ; + obo:IAO_0000114 obo:IAO_0000125 ; + obo:IAO_0000115 "a directive information entity that describes an intended process endpoint. When part of a plan specification the concretization is realized in a planned process in which the bearer tries to effect the world so that the process endpoint is achieved."@en ; + obo:IAO_0000116 "Answers the question, why did you do this experiment?"@en ; + obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en ; + obo:IAO_0000117 "PERSON: Barry Smith"@en ; + obo:IAO_0000117 "PERSON: Bjoern Peters"@en ; + obo:IAO_0000117 "PERSON: Jennifer Fostel"@en ; + obo:IAO_0000119 "OBI Plan and Planned Process/Roles Branch"@en ; + obo:IAO_0000119 "OBI_0000217"@en ; + obo:IAO_0000412 ; + rdfs:label "Objective Specification"@en ; + rdfs:subClassOf obo:IAO_0000033 ; +. +obo:IAO_0000007 + a owl:Class ; + obo:IAO_0000112 "Pour the contents of flask 1 into flask 2"@en ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "a directive information entity that describes an action the bearer will take"@en ; + obo:IAO_0000117 "Alan Ruttenberg"@en ; + obo:IAO_0000119 "OBI Plan and Planned Process branch"@en ; + obo:IAO_0000412 ; + rdfs:label "Action Specification"@en ; + rdfs:subClassOf obo:IAO_0000033 ; +. +obo:IAO_0000009 + a owl:Class ; + obo:IAO_0000111 "datum label"@en ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "A label is a symbol that is part of some other datum and is used to either partially define the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label"@en ; + obo:IAO_0000116 "http://www.golovchenko.org/cgi-bin/wnsearch?q=label#4n"@en ; + obo:IAO_0000117 "GROUP: IAO"@en ; + obo:IAO_0000412 ; + rdfs:label "Datum Label"@en ; + rdfs:subClassOf obo:IAO_0000030 ; +. +obo:IAO_0000013 + a owl:Class ; + obo:IAO_0000111 "journal article"@en ; + obo:IAO_0000112 "Examples are articles published in the journals, Nature and Science. The content can often be cited by reference to a paper based encoding, e.g. Authors, Title of article, Journal name, date or year of publication, volume and page number."@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "a report that is published in a journal"@en ; + obo:IAO_0000117 "person:Alan Ruttenberg"@en ; + obo:IAO_0000117 "person:Chris Stoeckert"@en ; + obo:IAO_0000119 "OBI_0000159"@en ; + obo:IAO_0000119 "group:OBI"@en ; + obo:IAO_0000412 ; + rdfs:label "Journal Article"@en ; + rdfs:subClassOf bibo:AcademicArticle ; +. +obo:IAO_0000027 + a owl:Class ; + obo:IAO_0000111 "data item"@en ; + obo:IAO_0000112 "Data items include counts of things, analyte concentrations, and statistical summaries."@en ; + obo:IAO_0000114 obo:IAO_0000125 ; + obo:IAO_0000115 "a data item is an information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements."@en ; + obo:IAO_0000116 "2/2/2009 Alan and Bjoern discussing FACS run output data. This is a data item because it is about the cell population. Each element records an event and is typically further composed a set of measurment data items that record the fluorescent intensity stimulated by one of the lasers."@en ; + obo:IAO_0000116 "2009-03-16: data item deliberatly ambiguous: we merged data set and datum to be one entity, not knowing how to define singular versus plural. So data item is more general than datum."@en ; + obo:IAO_0000116 "2009-03-16: removed datum as alternative term as datum specifically refers to singular form, and is thus not an exact synonym."@en ; + obo:IAO_0000116 """JAR: datum -- well, this will be very tricky to define, but maybe some +information-like stuff that might be put into a computer and that is +meant, by someone, to denote and/or to be interpreted by some +process... I would include lists, tables, sentences... I think I might +defer to Barry, or to Brian Cantwell Smith + +JAR: A data item is an approximately justified approximately true approximate belief"""@en ; + obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en ; + obo:IAO_0000117 "PERSON: Chris Stoeckert"@en ; + obo:IAO_0000117 "PERSON: Jonathan Rees"@en ; + obo:IAO_0000118 "data"@en ; + obo:IAO_0000412 ; + rdfs:label "Data Item"@en ; + rdfs:subClassOf obo:IAO_0000030 ; +. +obo:IAO_0000030 + a owl:Class ; + obo:IAO_0000111 "information content entity"@en ; + obo:IAO_0000112 "Examples of information content entites include journal articles, data, graphical layouts, and graphs."@en ; + obo:IAO_0000114 obo:IAO_0000125 ; + obo:IAO_0000115 "The most general classification of an information resource" ; + obo:IAO_0000115 "an information content entity is an entity that is generically dependent on some artifact and stands in relation of aboutness to some entity"@en ; + obo:IAO_0000116 """information_content_entity 'is_encoded_in' some digital_entity in obi before split (040907). information_content_entity 'is_encoded_in' some physical_document in obi before split (040907). + +Previous. An information content entity is a non-realizable information entity that 'is encoded in' some digital or physical entity."""@en ; + obo:IAO_0000117 "PERSON: Chris Stoeckert"@en ; + obo:IAO_0000119 "OBI_0000142"@en ; + obo:IAO_0000412 ; + rdfs:label "Information Content Entity"@en ; + rdfs:subClassOf obo:BFO_0000031 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom obo:BFO_0000015 ; + owl:onProperty obo:RO_0002353 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeValue ; + owl:onProperty core:dateTimeValue ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:GeographicRegion ; + owl:onProperty core:geographicFocus ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:Relationship ; + owl:onProperty core:relatedBy ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:freetextKeyword ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty core:freetextKeyword ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom owl:Thing ; + owl:onProperty core:hasSubjectArea ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty obo:IAO_0000136 ; + owl:someValuesFrom obo:BFO_0000001 ; + ] ; +. +obo:IAO_0000032 + a owl:Class ; + obo:IAO_0000112 "10 feet. 3 ml."@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "a scalar measurement datum is a measurement datum that is composed of two parts, numerals and a unit label."@en ; + obo:IAO_0000116 """2009-03-16: we decided to keep datum singular in scalar measurement datum, as in +this case we explicitly refer to the singular form"""@en ; + obo:IAO_0000116 "Would write this as: has_part some 'measurement unit label' and has_part some numeral and has_part exactly 2, except for the fact that this won't let us take advantage of OWL reasoning over the numbers. Instead use has measurment value property to represent the same. Use has measurement unit label (subproperty of has_part) so we can easily say that there is only one of them."@en ; + obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en ; + obo:IAO_0000117 "PERSON: Melanie Courtot"@en ; + rdfs:label "Scalar Measurement Datum"@en ; + rdfs:subClassOf obo:IAO_0000109 ; +. +obo:IAO_0000033 + a owl:Class ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "An information content entity whose concretizations indicate to their bearer how to realize them in a process."@en ; + obo:IAO_0000116 "8/6/2009 Alan Ruttenberg: Changed label from \"information entity about a realizable\" after discussions at ICBO"@en ; + obo:IAO_0000116 "Werner pushed back on calling it realizable information entity as it isn't realizable. However this name isn't right either. An example would be a recipe. The realizable entity would be a plan, but the information entity isn't about the plan, it, once concretized, *is* the plan. -Alan"@en ; + obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en ; + obo:IAO_0000117 "PERSON: Bjoern Peters"@en ; + obo:IAO_0000412 ; + rdfs:label "Directive Information Entity"@en ; + rdfs:subClassOf obo:IAO_0000030 ; +. +obo:IAO_0000039 + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + rdfs:label "has measurement unit label"@en ; + rdfs:range obo:IAO_0000003 ; + rdfs:subPropertyOf obo:BFO_0000051 ; +. +obo:IAO_0000102 + a owl:Class ; + obo:IAO_0000115 "data about an ontology part is a data item about a part of an ontology, for example a term"@en ; + obo:IAO_0000117 "Person:Alan Ruttenberg" ; + rdfs:label "Data about an Ontology Part"@en ; + rdfs:subClassOf obo:IAO_0000027 ; +. +obo:IAO_0000104 + a owl:Class ; + obo:IAO_0000111 "plan specification"@en ; + obo:IAO_0000112 "PMID: 18323827.Nat Med. 2008 Mar;14(3):226.New plan proposed to help resolve conflicting medical advice."@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "a directive information entity that when concretized it is realized in a process in which the bearer tries to achieve the objectives, in part by taking the actions specified. Plan specifications includes parts such as objective specification, action specifications and conditional specifications."@en ; + obo:IAO_0000116 "2009-03-16: provenance: a term a plan was proposed for OBI (OBI_0000344) , edited by the PlanAndPlannedProcess branch. Original definition was \" a plan is a specification of a process that is realized by an actor to achieve the objective specified as part of the plan\". It has been subsequently moved to IAO where the objective for which the original term was defined was satisfied with the definitionof this, different, term."@en ; + obo:IAO_0000116 "Alternative previous definition: a plan is a set of instructions that specify how an objective should be achieved"@en ; + obo:IAO_0000117 "Alan Ruttenberg"@en ; + obo:IAO_0000119 "OBI Plan and Planned Process branch"@en ; + obo:IAO_0000119 "OBI_0000344"@en ; + obo:IAO_0000412 ; + rdfs:label "Plan Specification"@en ; + rdfs:subClassOf obo:IAO_0000033 ; +. +obo:IAO_0000109 + a owl:Class ; + obo:IAO_0000111 "measurement datum"@en ; + obo:IAO_0000112 "Examples of measurement data are the recoding of the weight of a mouse as {40,mass,\"grams\"}, the recording of an observation of the behavior of the mouse {,process,\"agitated\"}, the recording of the expression level of a gene as measured through the process of microarray experiment {3.4,luminosity,}."@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device."@en ; + obo:IAO_0000116 "2/2/2009 is_specified_output of some assay?"@en ; + obo:IAO_0000117 "person:Chris Stoeckert"@en ; + obo:IAO_0000119 "OBI_0000305"@en ; + obo:IAO_0000119 "group:OBI"@en ; + rdfs:label "Measurement Datum"@en ; + rdfs:subClassOf obo:IAO_0000027 ; +. +obo:IAO_0000111 + a owl:AnnotationProperty ; +. +obo:IAO_0000112 + a owl:AnnotationProperty ; +. +obo:IAO_0000114 + a owl:AnnotationProperty ; +. +obo:IAO_0000115 + a owl:AnnotationProperty ; +. +obo:IAO_0000116 + a owl:AnnotationProperty ; +. +obo:IAO_0000117 + a owl:AnnotationProperty ; +. +obo:IAO_0000118 + a owl:AnnotationProperty ; +. +obo:IAO_0000119 + a owl:AnnotationProperty ; +. +obo:IAO_0000136 + a owl:ObjectProperty ; + obo:IAO_0000112 "This document is about information artifacts and their representations"@en ; + obo:IAO_0000114 obo:IAO_0000125 ; + obo:IAO_0000115 "is_about is a (currently) primitive relation that relates an information artifact to an entity."@en ; + obo:IAO_0000116 """7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive. + +We will try to build it back up by elaborating the various subproperties that are more precisely defined. + +Some currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic."""@en ; + obo:IAO_0000117 "person:Alan Ruttenberg"@en ; + obo:IAO_0000119 "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en ; + rdfs:domain obo:IAO_0000030 ; + rdfs:label "is about"@en ; +. +obo:IAO_0000142 + a owl:ObjectProperty ; + rdfs:label "mentions"@en ; + rdfs:subPropertyOf obo:IAO_0000136 ; +. +obo:IAO_0000144 + a owl:Class ; + obo:IAO_0000111 "conclusion textual entity"@en ; + obo:IAO_0000112 "that fucoidan has a small statistically significant effect on AT3 level but no useful clinical effect as in-vivo anticoagulant, a paraphrase of part of the last paragraph of the discussion section of the paper 'Pilot clinical study to evaluate the anticoagulant activity of fucoidan', by Lowenthal et. al.PMID:19696660"@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A textual entity that expresses the results of reasoning about a problem, for instance as typically found towards the end of scientific papers."@en ; + obo:IAO_0000116 "2009/09/28 Alan Ruttenberg. Fucoidan-use-case"@en ; + obo:IAO_0000116 "2009/10/23 Alan Ruttenberg: We need to work on the definition still"@en ; + obo:IAO_0000117 "Person:Alan Ruttenberg"@en ; + obo:IAO_0000412 ; + rdfs:label "Conclusion Textual Entity"@en ; + rdfs:subClassOf obo:IAO_0000030 ; +. +obo:IAO_0000221 + a owl:ObjectProperty ; + obo:IAO_0000115 """m is a quality measurement of q at t when +q is a quality +there is a measurement process p that has specified output m, a measurement datum, that is about q"""@en ; + obo:IAO_0000116 "8/6/2009 Alan Ruttenberg: The strategy is to be rather specific with this relationship. There are other kinds of measurements that are not of qualities, such as those that measure time. We will add these as separate properties for the moment and see about generalizing later"@en ; + obo:IAO_0000116 """From the second IAO workshop [Alan Ruttenberg 8/6/2009: not completely current, though bringing in comparison is probably important] + +This one is the one we are struggling with at the moment. The issue is what a measurement measures. On the one hand saying that it measures the quality would include it \"measuring\" the bearer = referring to the bearer in the measurement. However this makes comparisons of two different things not possible. On the other hand not having it inhere in the bearer, on the face of it, breaks the audit trail. + +Werner suggests a solution based on \"Magnitudes\" a proposal for which we are awaiting details. +-- +From the second IAO workshop, various comments, [commented on by Alan Ruttenberg 8/6/2009] + +unit of measure is a quality, e.g. the length of a ruler. + +[We decided to hedge on what units of measure are, instead talking about measurement unit labels, which are the information content entities that are about whatever measurement units are. For IAO we need that information entity in any case. See the term measurement unit label] + +[Some struggling with the various subflavors of is_about. We subsequently removed the relation represents, and describes until and only when we have a better theory] + +a represents b means either a denotes b or a describes + +describe: +a describes b means a is about b and a allows an inference of at least one quality of b + +We have had a long discussion about denotes versus describes."""@en ; + obo:IAO_0000116 """From the second IAO workshop: An attempt at tieing the quality to the measurement datum more carefully. + +a is a magnitude means a is a determinate quality particular inhering in some bearer b existing at a time t that can be represented/denoted by an information content entity e that has parts denoting a unit of measure, a number, and b. The unit of measure is an instance of the determinable quality."""@en ; + obo:IAO_0000116 """From the second meeting on IAO: + +An attempt at defining assay using Barry's \"reliability\" wording + +assay: +process and has_input some material entity +and has_output some information content entity +and which is such that instances of this process type reliably generate +outputs that describes the input."""@en ; + obo:IAO_0000116 """This one is the one we are struggling with at the moment. The issue is what a measurement measures. On the one hand saying that it measures the quality would include it \"measuring\" the bearer = referring to the bearer in the measurement. However this makes comparisons of two different things not possible. On the other hand not having it inhere in the bearer, on the face of it, breaks the audit trail. + +Werner suggests a solution based on \"Magnitudes\" a proposal for which we are awaiting details."""@en ; + obo:IAO_0000117 "Alan Ruttenberg"@en ; + rdfs:domain obo:IAO_0000109 ; + rdfs:label "is quality measurement of"@en ; + rdfs:range obo:BFO_0000019 ; + rdfs:subPropertyOf obo:IAO_0000136 ; + owl:inverseOf obo:IAO_0000417 ; +. +obo:IAO_0000231 + a owl:AnnotationProperty ; +. +obo:IAO_0000232 + a owl:AnnotationProperty ; +. +obo:IAO_0000300 + a owl:Class ; + obo:IAO_0000111 "textual entity"@en ; + obo:IAO_0000112 "Words, sentences, paragraphs, and the written (non-figure) parts of publications are all textual entities"@en ; + obo:IAO_0000115 "A textual entity is a part of a manifestation (FRBR sense), a generically dependent continuant whose concretizations are patterns of glyphs intended to be interpreted as words, formulas, etc."@en ; + obo:IAO_0000116 "AR, (IAO call 2009-09-01): a document as a whole is not typically a textual entity, because it has pictures in it - rather there are parts of it that are textual entities. Examples: The title, paragraph 2 sentence 7, etc."@en ; + obo:IAO_0000116 "MC, 2009-09-14 (following IAO call 2009-09-01): textual entities live at the FRBR (http://en.wikipedia.org/wiki/Functional_Requirements_for_Bibliographic_Records) manifestation level. Everything is significant: line break, pdf and html versions of same document are different textual entities."@en ; + obo:IAO_0000117 "PERSON: Lawrence Hunter"@en ; + obo:IAO_0000118 "text"@en ; + rdfs:label "Textual Entity"@en ; + rdfs:subClassOf obo:IAO_0000030 ; +. +obo:IAO_0000412 + a owl:AnnotationProperty ; +. +obo:IAO_0000417 + a owl:ObjectProperty ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "inverse of the relation of is quality measurement of"@en ; + obo:IAO_0000116 "2009/10/19 Alan Ruttenberg. Named 'junk' relation useful in restrictions, but not a real instance relationship"@en ; + obo:IAO_0000117 "Person:Alan Ruttenberg"@en ; + rdfs:label "is quality measured as"@en ; +. +obo:IAO_0000600 + a owl:AnnotationProperty ; +. +obo:IAO_0000601 + a owl:AnnotationProperty ; +. +obo:IAO_0000602 + a owl:AnnotationProperty ; +. +obo:OBI_0000011 + a owl:Class ; + obo:IAO_0000111 "planned process" ; + obo:IAO_0000111 "planned process"@en ; + obo:IAO_0000112 "Injecting mice with a vaccine in order to test its efficacy" ; + obo:IAO_0000114 obo:IAO_0000122 ; + obo:IAO_0000115 "A processual entity that realizes a plan which is the concretization of a plan specification."@en ; + obo:IAO_0000116 "'Plan' includes a future direction sense. That can be problematic if plans are changed during their execution. There are however implicit contingencies for protocols that an agent has in his mind that can be considered part of the plan, even if the agent didn't have them in mind before. Therefore, a planned process can diverge from what the agent would have said the plan was before executing it, by adjusting to problems encountered during execution (e.g. choosing another reagent with equivalent properties, if the originally planned one has run out.)" ; + obo:IAO_0000117 "Bjoern Peters" ; + obo:IAO_0000119 "branch derived" ; + obo:IAO_0000412 ; + rdfs:label "Planned Process"@en ; + rdfs:subClassOf obo:BFO_0000015 ; +. +obo:OBI_0000017 + a owl:Class ; + obo:IAO_0000111 "regulatory role"@en ; + obo:IAO_0000112 "Regulatory agency, Ethics committee, Approval letter; example: Browse these EPA Regulatory Role subtopics http://www.epa.gov/ebtpages/enviregulatoryrole.html Feb 29, 2008"@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "a role which inheres in material entities and is realized in the processes of making, enforcing or being defined by legislation or orders issued by a governmental body."@en ; + obo:IAO_0000117 "GROUP: Role branch"@en ; + obo:IAO_0000119 "OBI, CDISC"@en ; + obo:IAO_0000412 ; + rdfs:label "Regulatory Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +obo:OBI_0000066 + a owl:Class ; +. +obo:OBI_0000086 + a owl:Class ; +. +obo:OBI_0000094 + a owl:Class ; +. +obo:OBI_0000272 + a owl:Class ; + obo:IAO_0000111 "Protocol"@en ; + obo:IAO_0000111 "protocol"@en ; + obo:IAO_0000112 "PMID: 18388943.Nat Protoc. 2008;3(4):612-8.Protocol for the induction of arthritis in C57BL/6 mice."@en ; + obo:IAO_0000114 obo:IAO_0000122 ; + obo:IAO_0000115 "a protocol is a plan specification which has sufficient level of detail and quantitative information to communicate it between domain experts, so that different domain experts will reliably be able to independently reproduce the process."@en ; + obo:IAO_0000117 "PlanAndPlannedProcess Branch"@en ; + obo:IAO_0000119 "OBI branch derived + wikipedia (http://en.wikipedia.org/wiki/Protocol_%28natural_sciences%29)"@en ; + obo:IAO_0000412 ; + rdfs:label "Protocol"@en ; + rdfs:subClassOf bibo:Document ; +. +obo:OBI_0000293 + a owl:ObjectProperty ; + obo:IAO_0000111 "has_specified_input" ; + obo:IAO_0000112 "see is_input_of example_of_usage"@en ; + obo:IAO_0000115 "A relation between a planned process and a continuant participating in that process that is not created during the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of."@en ; + obo:IAO_0000116 "8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works." ; + obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en ; + obo:IAO_0000117 "PERSON: Bjoern Peters" ; + obo:IAO_0000117 "PERSON: Larry Hunter" ; + obo:IAO_0000117 "PERSON: Melanie Coutot" ; + rdfs:domain obo:OBI_0000011 ; + rdfs:label "has specified input"@en ; + rdfs:subPropertyOf obo:RO_0002233 ; +. +obo:OBI_0000299 + a owl:ObjectProperty ; + obo:IAO_0000111 "has_specified_output" ; + obo:IAO_0000115 "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of."@en ; + obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en ; + obo:IAO_0000117 "PERSON: Bjoern Peters" ; + obo:IAO_0000117 "PERSON: Larry Hunter" ; + obo:IAO_0000117 "PERSON: Melanie Courtot" ; + rdfs:domain obo:OBI_0000011 ; + rdfs:label "has specified output"@en ; + rdfs:subPropertyOf obo:RO_0002234 ; + owl:inverseOf obo:OBI_0000312 ; +. +obo:OBI_0000304 + a owl:ObjectProperty ; + obo:IAO_0000111 "is_manufactured_by"@en ; + obo:IAO_0000112 "http://www.affymetrix.com/products/arrays/specific/hgu133.affx is_manufactered_by http://www.affymetrix.com/ (if we decide to use these URIs for the actual entities)"@en ; + obo:IAO_0000115 "c is_manufactured_by o means that there was a process p in which c was built in which a person, or set of people or machines did the work(bore the \"Manufacturer Role\", and those people/and or machines were members or of directed by the organization to do this."@en ; + obo:IAO_0000117 "Alan Ruttenberg"@en ; + obo:IAO_0000117 "Liju Fan"@en ; + obo:IAO_0000118 "has_make"@en ; + obo:IAO_0000118 "has_manufacturer"@en ; + rdfs:domain obo:BFO_0000040 ; + rdfs:label "manufactured by"@en ; + rdfs:range ; +. +obo:OBI_0000312 + a owl:ObjectProperty ; + obo:IAO_0000111 "is_specified_output_of" ; + obo:IAO_0000115 "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of."@en ; + obo:IAO_0000117 "Alan Ruttenberg"@en ; + obo:IAO_0000117 "PERSON:Bjoern Peters" ; + rdfs:label "is specified output of"@en ; + rdfs:range obo:OBI_0000011 ; + rdfs:subPropertyOf obo:RO_0002353 ; +. +obo:OBI_0000417 + a owl:ObjectProperty ; + obo:IAO_0000112 "A cell sorting process achieves the objective specification 'material separation objective'" ; + obo:IAO_0000115 "This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process." ; + obo:IAO_0000117 "BP, AR, PPPB branch" ; + obo:IAO_0000119 "PPPB branch derived" ; + obo:IAO_0000232 "modified according to email thread from 1/23/09 in accordince with DT and PPPB branch" ; + rdfs:domain obo:OBI_0000011 ; + rdfs:label "achieves planned objective"@en ; + rdfs:range obo:IAO_0000005 ; + owl:inverseOf obo:OBI_0000833 ; +. +obo:OBI_0000571 + a owl:Class ; +. +obo:OBI_0000643 + a owl:ObjectProperty ; + obo:IAO_0000111 "has grain" ; + obo:IAO_0000115 "the relation of the cells in the finger of the skin to the finger, in which an indeterminate number of grains are parts of the whole by virtue of being grains in a collective that is part of the whole, and in which removing one granular part does not nec- essarily damage or diminish the whole. Ontological Whether there is a fixed, or nearly fixed number of parts - e.g. fingers of the hand, chambers of the heart, or wheels of a car - such that there can be a notion of a single one being missing, or whether, by contrast, the number of parts is indeterminate - e.g., cells in the skin of the hand, red cells in blood, or rubber molecules in the tread of the tire of the wheel of the car." ; + obo:IAO_0000116 "Discussion in Karslruhe with, among others, Alan Rector, Stefan Schulz, Marijke Keet, Melanie Courtot, and Alan Ruttenberg. Definition take from the definition of granular parthood in the cited paper. Needs work to put into standard form"@en ; + obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en ; + obo:IAO_0000119 "PAPER: Granularity, scale and collectivity: When size does and does not matter, Alan Rector, Jeremy Rogers, Thomas Bittner, Journal of Biomedical Informatics 39 (2006) 333-349" ; + obo:IAO_0000412 ; + rdfs:label "has grain"@en ; + rdfs:subPropertyOf obo:BFO_0000051 ; +. +obo:OBI_0000833 + a owl:ObjectProperty ; + obo:IAO_0000115 "This relation obtains between a a objective specification and a planned process when the criteria specified in the objective specification are met at the end of the planned process." ; + obo:IAO_0000116 "definition needs clean up to indicate directionality" ; + rdfs:domain obo:IAO_0000005 ; + rdfs:label "objective achieved by"@en ; + rdfs:range obo:OBI_0000011 ; +. +obo:OBI_0000835 + a owl:Class ; + obo:IAO_0000114 obo:IAO_0000124 ; + obo:IAO_0000115 "A person or organization that has a manufacturer role" ; + rdfs:label "Manufacturer"@en ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Class ; + owl:unionOf ( + + + ) ; + ] + [ + a owl:Restriction ; + owl:onProperty obo:RO_0000053 ; + owl:someValuesFrom obo:OBI_0000571 ; + ] + ) ; + ] ; +. +obo:OBI_0001554 + a owl:Class ; + rdfs:label "Rate Measurement Datum"@en ; + rdfs:subClassOf obo:IAO_0000032 ; +. +obo:OBI_0100026 + a owl:Class ; + obo:IAO_0000111 "organism"@en ; + obo:IAO_0000112 "animal"@en ; + obo:IAO_0000112 "fungus"@en ; + obo:IAO_0000112 "plant"@en ; + obo:IAO_0000112 "virus"@en ; + obo:IAO_0000114 obo:IAO_0000121 ; + obo:IAO_0000115 "A material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment. An organism may be unicellular or made up, like humans, of many billions of cells divided into specialized tissues and organs."@en ; + obo:IAO_0000117 "GROUP: OBI Biomaterial Branch" ; + obo:IAO_0000119 "WEB: http://en.wikipedia.org/wiki/Organism"@en ; + obo:IAO_0000412 ; + rdfs:label "Organism"@en ; + rdfs:subClassOf obo:BFO_0000040 ; +. +obo:OBI_0500000 + a owl:Class ; + obo:IAO_0000111 "study design"@en ; + obo:IAO_0000115 "A study design is a plan specification comprised of protocols (which may specify how and what kinds of data will be gathered) that are executed as part of an investigation and is realized during a study design execution." ; + obo:IAO_0000412 ; + rdfs:label "Study Design"@en ; + rdfs:subClassOf obo:IAO_0000104 ; +. +obo:RO_0000052 + a owl:FunctionalProperty ; + a owl:ObjectProperty ; + obo:IAO_0000116 "This clarifies that only specifically dependent continuants inhere in (specifically) one independent continuant over all time. For GDCs, there in implicitly inherence to all the independent continuants in which the concretizations inhere. Should add a 'cardinality 1' restriction to the definition of specifically dependent continuant." ; + obo:IAO_0000116 "This relation belongs in BFO/RO, and will be in BFO 2" ; + rdfs:domain obo:BFO_0000020 ; + rdfs:label "inheres in"@en ; + rdfs:range obo:BFO_0000004 ; + owl:inverseOf obo:RO_0000053 ; +. +obo:RO_0000053 + a owl:ObjectProperty ; + rdfs:domain obo:BFO_0000004 ; + rdfs:label "bearer of"@en ; + rdfs:range obo:BFO_0000020 ; +. +obo:RO_0000056 + a owl:ObjectProperty ; + rdfs:domain obo:BFO_0000002 ; + rdfs:label "participates in"@en ; + rdfs:range obo:BFO_0000003 ; + owl:inverseOf obo:RO_0000057 ; +. +obo:RO_0000057 + a owl:ObjectProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:label "has participant"@en ; + rdfs:range obo:BFO_0000002 ; +. +obo:RO_0001000 + a owl:ObjectProperty ; + rdfs:label "derives from"@en ; +. +obo:RO_0001015 + a owl:ObjectProperty ; + rdfs:label "location of"@en ; + owl:inverseOf obo:RO_0001025 ; +. +obo:RO_0001018 + a owl:ObjectProperty ; + rdfs:label "contained in"@en ; + owl:inverseOf obo:RO_0001019 ; +. +obo:RO_0001019 + a owl:ObjectProperty ; + rdfs:label "contains"@en ; +. +obo:RO_0001025 + a owl:ObjectProperty ; + rdfs:label "located in"@en ; +. +obo:RO_0002220 + a owl:ObjectProperty ; + rdfs:label "adjacent to"@en ; +. +obo:RO_0002233 + a owl:ObjectProperty ; + rdfs:label "has input"@en ; + rdfs:subPropertyOf obo:RO_0000057 ; +. +obo:RO_0002234 + a owl:ObjectProperty ; + rdfs:label "has output"@en ; + rdfs:subPropertyOf obo:RO_0000057 ; + owl:inverseOf obo:RO_0002353 ; +. +obo:RO_0002350 + a owl:ObjectProperty ; + rdfs:label "member of"@en ; + owl:inverseOf obo:RO_0002351 ; +. +obo:RO_0002351 + a owl:ObjectProperty ; + rdfs:label "has member"@en ; +. +obo:RO_0002353 + a owl:ObjectProperty ; + rdfs:label "output of"@en ; + rdfs:subPropertyOf obo:RO_0000056 ; +. +obo:RO_0003000 + a owl:ObjectProperty ; + obo:IAO_0000115 "a produces b if some process that occurs_in a has_output b, where a and b are material entities. Examples: hybridoma cell line produces monoclonal antibody reagent; chondroblast produces avascular GAG-rich matrix." ; + obo:IAO_0000117 "Melissa Haendel" ; + obo:IAO_0000412 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:label "produces"@en ; + rdfs:range obo:BFO_0000040 ; + owl:inverseOf obo:RO_0003001 ; +. +obo:RO_0003001 + a owl:ObjectProperty ; + rdfs:domain obo:BFO_0000040 ; + rdfs:label "produced by"@en ; + rdfs:range obo:BFO_0000040 ; +. +obo:UO_0000280 + a owl:Class ; + rdfs:label "Rate Unit"@en ; + rdfs:subClassOf obo:IAO_0000003 ; +. + + a owl:Class ; + obo:IAO_0000112 "Only use if no specific subclasses of event:Event are appropriate." ; + obo:IAO_0000112 """This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series. + +The previous short definition was: \"An arbitrary classification of a space/time region, by a cognitive agent.\"""" ; + obo:IAO_0000115 "Something that happens at a given place and time." ; + rdfs:label "Event"@en ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom bibo:Document ; + owl:onProperty bibo:presents ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:GeographicLocation ; + owl:onProperty obo:RO_0001025 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:GeographicRegion ; + owl:onProperty core:geographicFocus ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:contactInformation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:description ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom owl:Thing ; + owl:onProperty core:hasSubjectArea ; + ] ; +. +terms:contributor + a owl:ObjectProperty ; + rdfs:label "contributor"@en ; +. +terms:description + a owl:AnnotationProperty ; +. +terms:source + a owl:AnnotationProperty ; +. + + a owl:Class ; +. +statistics:curator + a owl:AnnotationProperty ; +. + + a owl:Class ; + obo:IAO_0000115 """Phase describes the level of a trial required of drugs before (and after) they are routinely used in clinical practice: +- Phase I trials assess toxic effects on humans (not many people participate in them, and usually without controls); +- Phase ll trials assess therapeutic benefit (usually involving a few hundred people, usually with controls, but not always); +- Phase III trials compare the new treatment against standard (or placebo) treatment (usually a full randomised controlled trial). At this point, a drug can be approved for community use. +- Phase IV monitors a new treatment in the community, often to evaluate longterm safety and effectiveness. [Glossary of Terms in The Cochrane Collaboration] + +A trial can be of a combination phase (e.g., I/II). +The concept of phase is not applicable to trials studying certain interventions (e.g., device, procedure, behavioral)""" ; + obo:IAO_0000117 "Simona" ; + rdfs:label "Phase"@en ; + rdfs:subClassOf obo:BFO_0000015 ; +. + + a owl:Class ; + obo:IAO_0000115 "A Phase 0 trial is an exploratory trial involving very limited human exposure, with no therapeutic or diagnostic intent (e.g., screening study, microdose study). [http://prsinfo.clinicaltrials.gov/definitions.html]" ; + statistics:curator "Simona" ; + rdfs:label "Phase 0"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + obo:IAO_0000115 "A Phase I trial assesses toxic effects on humans (not many people participate, and usually without controls) [Glossary of Terms in The Cochrane Collaboration]" ; + statistics:curator "Simona" ; + rdfs:label "Phase 1"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + obo:IAO_0000115 "A Phase ll trial assesses therapeutic benefit (usually involving a few hundred people, usually with controls, but not always) [Glossary of Terms in The Cochrane Collaboration]" ; + statistics:curator "Simona" ; + rdfs:label "Phase 2"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + obo:IAO_0000115 """A Phase III trial compares the new treatment against standard (or placebo) treatment (usually a full +randomised controlled trial). At this point, a drug can be approved for community use. [Glossary of Terms in The Cochrane Collaboration]""" ; + statistics:curator "Simona" ; + rdfs:label "Phase 3"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + obo:IAO_0000115 "A Phase IV study monitors a new treatment in the community, often to evaluate longterm safety and effectiveness. [Glossary of Terms in The Cochrane Collaboration]" ; + statistics:curator "Simona" ; + rdfs:label "Phase 4"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + obo:IAO_0000115 """A single group study is an interventional study that has only a single allocation group and no contemporaneuos comparison group. +A study in which an individual acts has his/her own comparison does not fall into this category, since an individual is not a group.""" ; + statistics:curator "Simona" ; + study_protocol:develop_comment "Simona: to be reviewed" ; + rdfs:label "Single Group Study"@en ; + rdfs:subClassOf ; +. +study_protocol:develop_comment + a owl:AnnotationProperty ; +. +bibo:AcademicArticle + a owl:Class ; + obo:IAO_0000112 "A specific academic journal article" ; + obo:IAO_0000115 "Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography" ; + rdfs:comment "A scholarly academic article, typically published in a journal."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Academic Article"@en ; + rdfs:subClassOf bibo:Article ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom bibo:Journal ; + owl:onProperty core:hasPublicationVenue ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:eanucc13 ; + ] ; + ns:term_status "stable" ; +. +bibo:Article + a owl:Class ; + obo:IAO_0000112 "A specific journal article" ; + obo:IAO_0000112 "Short Definition modified from the bibo ontology." ; + obo:IAO_0000115 "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a periodical or book" ; + rdfs:comment "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Article"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:doi ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:pageEnd ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:pageStart ; + ] ; + ns:term_status "stable" ; +. +bibo:AudioDocument + a owl:Class ; + obo:IAO_0000112 "phonograph record; tape; CD; DVD; DAT" ; + obo:IAO_0000115 "Recorded audio in any format" ; + rdfs:comment "An audio document; aka record."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Audio Document"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty bibo:distributor ; + ] ; + ns:term_status "stable" ; +. +bibo:AudioVisualDocument + a owl:Class ; + obo:IAO_0000112 "film; video; Blu-ray" ; + obo:IAO_0000115 "Audiovisual recording in any format" ; + rdfs:comment "An audio-visual document; film, video, and so forth."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Audio-Visual Document"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty bibo:distributor ; + ] ; + ns:term_status "stable" ; +. +bibo:Bill + a owl:Class ; + obo:IAO_0000112 "Short Definition from the bibo ontology" ; + obo:IAO_0000115 "Draft legislation presented for discussion to a legal body" ; + rdfs:comment "Draft legislation presented for discussion to a legal body."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Bill"@en ; + rdfs:subClassOf bibo:Legislation ; + ns:term_status "stable" ; +. +bibo:Book + a owl:Class ; + obo:IAO_0000112 "Short Definition copied from bibo ontology" ; + obo:IAO_0000115 "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers" ; + rdfs:comment "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Book"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:edition ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:lccn ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:placeOfPublication ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:publisher ; + ] ; + ns:term_status "stable" ; +. +bibo:BookSection + a owl:Class ; + obo:IAO_0000112 "Short Definition from the bibo ontology " ; + obo:IAO_0000115 "A section of a book" ; + rdfs:comment "A section of a book."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Book Section"@en ; + rdfs:subClassOf bibo:DocumentPart ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:edition ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:pageEnd ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:pageStart ; + ] ; + ns:term_status "unstable" ; +. +bibo:Brief + a owl:Class ; + obo:IAO_0000115 "A document stating the facts and points of law of a client's case" ; + rdfs:comment "A written argument submitted to a court."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Brief"@en ; + rdfs:subClassOf bibo:LegalCaseDocument ; + ns:term_status "unstable" ; +. +bibo:Chapter + a owl:Class ; + obo:IAO_0000115 "A main division of a book" ; + rdfs:comment "A chapter of a book."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Chapter"@en ; + rdfs:subClassOf bibo:BookSection ; + ns:term_status "unstable" ; +. +bibo:Code + a owl:Class ; + obo:IAO_0000112 "Code of Federal Regulations" ; + obo:IAO_0000112 "Short Definition from OCLC Input Standards, EntW" ; + obo:IAO_0000115 "A work consisting of texts of rules and regulations related to statutes issued by executive or administrative agencies" ; + rdfs:comment "A collection of statutes."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Code"@en ; + rdfs:subClassOf bibo:Periodical ; + ns:term_status "stable" ; +. +bibo:CollectedDocument + a owl:Class ; + obo:IAO_0000112 "Short Definition is the Medical Subject Heading (MeSH) definition" ; + obo:IAO_0000115 "Work consisting of collections of previously published works" ; + rdfs:comment "A document that simultaneously contains other documents."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Collected Document"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:publisher ; + ] ; + ns:term_status "stable" ; +. +bibo:Collection + a owl:Class ; + obo:IAO_0000112 "Collection of information resources that have a unified identity. Archives, museums and libraries often acquire collections on specific subjects and from distinguished authors or researchers. Also includes collections of resources bundled into a license." ; + obo:IAO_0000112 "Hill Ornithology Collection; Wiley Interscience Online Books Biochemisty Collection" ; + obo:IAO_0000115 "Collection of information resources that have a unified identity" ; + rdfs:comment "A collection of Documents or Collections"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Collection"@en ; + rdfs:subClassOf obo:IAO_0000030 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:oclcnum ; + ] ; + ns:term_status "stable" ; +. +bibo:Conference + a owl:Class ; + obo:IAO_0000112 "2010 International Congress on Autoimmunity; American Libraries Association 2009" ; + obo:IAO_0000112 "core:Seminar and bibo:Conference are very similar." ; + obo:IAO_0000115 "A meeting for consultation or discussion." ; + rdfs:comment "A meeting for consultation or discussion."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Conference"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:abbreviation ; + ] ; + ns:term_status "stable" ; +. +bibo:CourtReporter + a owl:Class ; + obo:IAO_0000112 "Supreme Court Reporter" ; + obo:IAO_0000115 "Collection of legal cases" ; + rdfs:comment "A collection of legal cases."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Court Reporter"@en ; + rdfs:subClassOf bibo:Periodical ; + ns:term_status "stable" ; +. +bibo:Document + a owl:Class ; + obo:IAO_0000111 "document"@en ; + obo:IAO_0000112 "A journal article, patent application, laboratory notebook, or a book"@en ; + obo:IAO_0000112 "Short Definition from the bibo ontology" ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A bounded physical representation of a body of information designed with the capacity (and usually intent) to communicate" ; + obo:IAO_0000115 "A collection of information content entities intended to be understood together as a whole"@en ; + obo:IAO_0000117 "PERSON: Lawrence Hunter"@en ; + obo:IAO_0000412 ; + rdfs:comment "A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Document"@en ; + rdfs:subClassOf obo:IAO_0000030 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:Dataset ; + owl:onProperty ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:abstract ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:numPages ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:oclcnum ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:features ; + ] ; +. +bibo:DocumentPart + a owl:Class ; + obo:IAO_0000112 "Short Definition from the bibo ontology " ; + obo:IAO_0000115 "A distinct part of a larger document or collected document" ; + rdfs:comment "a distinct part of a larger document or collected document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Document Part"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:placeOfPublication ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:publisher ; + ] ; + ns:term_status "unstable" ; +. +bibo:DocumentStatus + a owl:Class ; + obo:IAO_0000112 "The status of a document with respect to its publication. The statuses are represented as individuals of this class. Use the \"show all individuals of this class\" button on the class control panel to see the currently defined statuses." ; + obo:IAO_0000112 "submitted; accepted; in-press; published; invited; refereed." ; + obo:IAO_0000115 "The status of a document with respect to its publication." ; + rdfs:comment "The status of the publication of a document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Document Status"@en ; + ns:term_status "stable" ; +. +bibo:EditedBook + a owl:Class ; + obo:IAO_0000112 "Best American Science Writing 2009" ; + obo:IAO_0000115 "An edited collection of stand-alone articles published as a book" ; + rdfs:comment "An edited book."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Edited Book"@en ; + rdfs:subClassOf bibo:CollectedDocument ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:edition ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:placeOfPublication ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:publisher ; + ] ; + ns:term_status "stable" ; +. +bibo:Excerpt + a owl:Class ; + obo:IAO_0000112 "Short Definition from the bibo ontology" ; + obo:IAO_0000115 "A passage selected from a larger work" ; + rdfs:comment "A passage selected from a larger work."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Excerpt"@en ; + rdfs:subClassOf bibo:DocumentPart ; + ns:term_status "stable" ; +. +bibo:Film + a owl:Class ; + obo:IAO_0000115 "Audiovisual recording in film format" ; + rdfs:comment "aka movie."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Film"@en ; + rdfs:subClassOf bibo:AudioVisualDocument ; + ns:term_status "stable" ; +. +bibo:Hearing + a owl:Class ; + obo:IAO_0000112 "Definiton from Bibo here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + obo:IAO_0000115 "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit." ; + rdfs:comment "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Hearing"@en ; + rdfs:subClassOf ; + ns:term_status "stable" ; +. +bibo:Image + a owl:Class ; + obo:IAO_0000112 """ +""" ; + obo:IAO_0000112 "photograph; diagram" ; + obo:IAO_0000115 "A visual representation such as a photograph or graph" ; + rdfs:comment "A document that presents visual or diagrammatic information."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Image"@en ; + rdfs:subClassOf bibo:Document ; + ns:term_status "stable" ; +. +bibo:Interview + a owl:Class ; + obo:IAO_0000112 "radio or newspaper interview" ; + obo:IAO_0000115 "A conversation between two or more people where questions are asked by the interviewer to obtain information from the interviewee." ; + rdfs:comment "A formalized discussion between two or more people."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Interview"@en ; + rdfs:subClassOf ; + ns:term_status "stable" ; +. +bibo:Issue + a owl:Class ; + obo:IAO_0000112 "Short Definition from the bibo ontology" ; + obo:IAO_0000115 "something that is printed or published and distributed, esp. a given number of a periodical" ; + rdfs:comment "something that is printed or published and distributed, esp. a given number of a periodical"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Issue"@en ; + rdfs:subClassOf bibo:CollectedDocument ; + ns:term_status "stable" ; +. +bibo:Journal + a owl:Class ; + obo:IAO_0000112 "Articles usually contain abstracts and bibliographies. Includes peer-reviewed, non-peer-reviewed, and open access journals. Journals are usually indexed in the major academic databases such as PubMed and Web of Science." ; + obo:IAO_0000112 "Journal of Information Science; IEEE Intelligent System; Scientometrics" ; + obo:IAO_0000115 "Contains original scholarly research or review articles by experts in the field" ; + rdfs:comment "A periodical of scholarly journal Articles."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Journal"@en ; + rdfs:subClassOf bibo:Periodical ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty core:abbreviation ; + ] ; + ns:term_status "stable" ; +. +bibo:LegalCaseDocument + a owl:Class ; + obo:IAO_0000115 "Official court papers for a case" ; + rdfs:comment "A document accompanying a legal case."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Legal Case Document"@en ; + rdfs:subClassOf bibo:LegalDocument ; + ns:term_status "unstable" ; +. +bibo:LegalDecision + a owl:Class ; + obo:IAO_0000115 "The written determination of a case, motion or claim by a court or tribunal" ; + rdfs:comment "A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Decision"@en ; + rdfs:subClassOf bibo:LegalCaseDocument ; + ns:term_status "unstable" ; +. +bibo:LegalDocument + a owl:Class ; + obo:IAO_0000115 "a document that states some contractual relationship or grants some right" ; + rdfs:comment "A legal document; for example, a court decision, a brief, and so forth."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Legal Document"@en ; + rdfs:subClassOf bibo:Document ; + ns:term_status "stable" ; +. +bibo:Legislation + a owl:Class ; + obo:IAO_0000112 "From OCLC Input Standards, EntW" ; + obo:IAO_0000115 "Enactments of legislative bodies, published in either statute or code form" ; + rdfs:comment "A legal document proposing or enacting a law or a group of laws."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Legislation"@en ; + rdfs:subClassOf bibo:LegalDocument ; + ns:term_status "unstable" ; +. +bibo:Letter + a owl:Class ; + obo:IAO_0000112 "A written or printed communication addressed to a person or organization and usually transmitted by mail" ; + obo:IAO_0000115 "A written or printed communication addressed to a person or organization and usually transmitted by mail" ; + rdfs:label "Letter"@en ; + rdfs:subClassOf bibo:PersonalCommunicationDocument ; +. +bibo:Magazine + a owl:Class ; + obo:IAO_0000112 "Abstracts and bibliographies are usually not included in magazines. " ; + obo:IAO_0000112 "New Yorker" ; + obo:IAO_0000115 "Contains articles of current events or general interest, geared to the reading public as being informative or recreational" ; + rdfs:comment "A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Magazine"@en ; + rdfs:subClassOf bibo:Periodical ; + ns:term_status "stable" ; +. +bibo:Manual + a owl:Class ; + obo:IAO_0000112 "SDB User Manual" ; + obo:IAO_0000115 "A book of instructions or guide to a specific topic" ; + rdfs:comment "A small reference book, especially one giving instructions."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Manual"@en ; + rdfs:subClassOf bibo:Document ; + ns:term_status "unstable" ; +. +bibo:Manuscript + a owl:Class ; + obo:IAO_0000112 "Short Definition is the Medical Subject Heading (MeSH) definition" ; + obo:IAO_0000115 "Works prepared by hand including handwritten or typescript drafts of pre-publication papers or works not otherwise reproduced in multiple copies" ; + rdfs:comment "An unpublished Document, which may also be submitted to a publisher for publication."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "manuscript"@en ; + rdfs:subClassOf bibo:Document ; + ns:term_status "stable" ; +. +bibo:Map + a owl:Class ; + obo:IAO_0000112 "The Short Definition is how the bibo ontology defines Map. It has been extended to include more broader concept of map which includes science maps, social network maps." ; + obo:IAO_0000115 "A graphical depiction of geographic features, scientific discipline, scientific data analytical results" ; + rdfs:comment "A graphical depiction of geographic features."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Map"@en ; + rdfs:subClassOf bibo:Image ; + ns:term_status "unstable" ; +. +bibo:Newspaper + a owl:Class ; + obo:IAO_0000112 "USA Today" ; + obo:IAO_0000115 "Contains news articles, opinions, features, advertising, and is usually issued daily or weekly" ; + rdfs:comment "A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Newspaper"@en ; + rdfs:subClassOf bibo:Periodical ; + ns:term_status "stable" ; +. +bibo:Note + a owl:Class ; + obo:IAO_0000112 "Short Definition from bibo ontology" ; + obo:IAO_0000115 "Notes or annotations about a resource" ; + rdfs:comment "Notes or annotations about a resource."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Note"@en ; + rdfs:subClassOf bibo:Document ; + ns:term_status "stable" ; +. +bibo:Patent + a owl:Class ; + obo:IAO_0000112 "A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem. In order to be patentable, the invention must fulfill certain conditions. (http://www.wipo.int/patentscope/en/)" ; + obo:IAO_0000115 "(from BIBO) A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years" ; + rdfs:comment "A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Patent"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeValue ; + owl:onProperty core:dateIssued ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:publisher ; + ] ; + ns:term_status "stable" ; +. +bibo:Performance + a owl:Class ; + obo:IAO_0000115 "Something carried out, acted or rendered." ; + rdfs:comment "A public performance."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Performance"@en ; + rdfs:subClassOf ; + ns:term_status "unstable" ; +. +bibo:Periodical + a owl:Class ; + rdfs:comment "A group of related documents issued at regular intervals."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Periodical"@en ; + rdfs:subClassOf bibo:Collection ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:eissn ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:issn ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:publisher ; + ] ; + ns:term_status "stable" ; +. +bibo:PersonalCommunicationDocument + a owl:Class ; + obo:IAO_0000112 "A personal communication manifested in some document." ; + obo:IAO_0000115 "A personal communication manifested in some document." ; + rdfs:label "Personal Communication Document"@en ; + rdfs:subClassOf bibo:Document ; +. +bibo:Proceedings + a owl:Class ; + obo:IAO_0000112 "Short Definition copied from bibo ontology" ; + obo:IAO_0000115 "A compilation of documents published from an event, such as a conference" ; + rdfs:comment "A compilation of documents published from an event, such as a conference."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Proceedings"@en ; + rdfs:subClassOf bibo:Book ; + ns:term_status "unstable" ; +. +bibo:Quote + a owl:Class ; + obo:IAO_0000112 "Short Definition from the bibo ontology" ; + obo:IAO_0000115 "An excerpted collection of words" ; + rdfs:comment "An excerpted collection of words."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Quote"@en ; + rdfs:subClassOf bibo:Excerpt ; + ns:term_status "stable" ; +. +bibo:ReferenceSource + a owl:Class ; + obo:IAO_0000112 "Short Definition from the bibo ontology" ; + obo:IAO_0000115 "A document that presents authoritative reference information, such as a dictionary or encylopedia" ; + rdfs:comment "A document that presents authoritative reference information, such as a dictionary or encylopedia ."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Reference Source"@en ; + rdfs:subClassOf bibo:Document ; + ns:term_status "unstable" ; +. +bibo:Report + a owl:Class ; + obo:IAO_0000112 "Medical Subject Heading (MeSH) definition of Technical Report: Work consisting of a formal report giving details of the investigation and results of a medical or other scientific problem. When issued by a government agency or comparable official body, its contents may be classified, unclassified, or declassified with regard to security clearance. This publication type may also cover a scientific paper or article that records the current state or current position of scientific research and development. If so labeled by the editor or publisher, this publication type may be properly used for journal articles." ; + obo:IAO_0000115 "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc." ; + rdfs:comment "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Report"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty bibo:distributor ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:publisher ; + ] ; + ns:term_status "stable" ; +. +bibo:Series + a owl:Class ; + obo:IAO_0000112 "Methods in Molecular Biology" ; + obo:IAO_0000115 "A thematic collection of documents, usually books, issued at regular or irregular intervals" ; + rdfs:comment "A loose, thematic, collection of Documents, often Books."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Series"@en ; + rdfs:subClassOf bibo:Collection ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:eissn ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:issn ; + ] ; + ns:term_status "stable" ; +. +bibo:Slide + a owl:Class ; + obo:IAO_0000112 "Short Definition from the bibo ontology" ; + obo:IAO_0000115 "A slide in a slideshow" ; + rdfs:comment "A slide in a slideshow"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Slide"@en ; + rdfs:subClassOf bibo:DocumentPart ; + ns:term_status "unstable" ; +. +bibo:Slideshow + a owl:Class ; + obo:IAO_0000112 "Short Definition from the bibo ontology" ; + obo:IAO_0000115 "A presentation of a series of slides, usually presented in front of an audience with written text and images" ; + rdfs:comment "A presentation of a series of slides, usually presented in front of an audience with written text and images."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Slideshow"@en ; + rdfs:subClassOf bibo:Document ; + ns:term_status "stable" ; +. +bibo:Standard + a owl:Class ; + obo:IAO_0000112 "Short Definition from OCLC Input Standards, EntW" ; + obo:IAO_0000115 "A specification giving a precise statement of a process or a service requirement, often sanctioned by a nation or industry" ; + rdfs:comment "A document describing a standard"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Standard"@en ; + rdfs:subClassOf bibo:Document ; + ns:term_status "stable" ; +. +bibo:Statute + a owl:Class ; + obo:IAO_0000112 "Short Definition from bibo ontology" ; + obo:IAO_0000115 "A bill enacted into law" ; + rdfs:comment "A bill enacted into law."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Statute"@en ; + rdfs:subClassOf bibo:Legislation ; + ns:term_status "stable" ; +. +bibo:Thesis + a owl:Class ; + obo:IAO_0000112 "Short Definition from OCLC Input Standards, EntW" ; + obo:IAO_0000115 "Works created to satisfy the requirements for an academic certification or degree; also called dissertation" ; + rdfs:comment "A document created to summarize research findings associated with the completion of an academic degree."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Thesis"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:abbreviation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:placeOfPublication ; + ] ; + ns:term_status "stable" ; +. +bibo:ThesisDegree + a owl:Class ; + obo:IAO_0000112 "Different from general academic degree, thesis degree is achieved through one's completed thesis. Thesis is a document submitted in support of candidature for a degree or professional qualification presenting the author's research and findings(http://en.wikipedia.org/wiki/Thesis_or_dissertation)." ; + obo:IAO_0000112 "Doctor of Philosophy (Ph.D.)" ; + obo:IAO_0000115 "The academic degree of a Thesis." ; + rdfs:comment "The academic degree of a Thesis"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Thesis Degree"@en ; + rdfs:subClassOf core:AcademicDegree ; + ns:term_status "stable" ; +. +bibo:Webpage + a owl:Class ; + obo:IAO_0000115 "One section of a website that appears at a unique address within the parent site's address or URL on the World Wide Web " ; + rdfs:comment "A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Webpage"@en ; + rdfs:subClassOf bibo:Document ; + ns:term_status "unstable" ; +. +bibo:Website + a owl:Class ; + obo:IAO_0000112 "Facebook; VIVOweb.org; Flickr" ; + obo:IAO_0000115 "A group of webpages available within a specific parent address or URL on the World Wide Web" ; + rdfs:comment "A group of Webpages accessible on the Web."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Website"@en ; + rdfs:subClassOf bibo:Collection ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:publisher ; + ] ; + ns:term_status "unstable" ; +. +bibo:Workshop + a owl:Class ; + obo:IAO_0000115 "Bibo Definition: A seminar, discussion group, or the like, that emphasizes exchange of ideas and the demonstration and application of techniques, skills, etc." ; + rdfs:comment "A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Workshop"@en ; + rdfs:subClassOf ; + ns:term_status "stable" ; +. +bibo:abstract + a owl:DatatypeProperty ; + obo:IAO_0000112 "http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A summary of the resource." ; + rdfs:domain obo:IAO_0000030 ; + rdfs:isDefinedBy "http://purl.org/dc/terms/"^^xsd:anyURI ; + rdfs:label "abstract"@en ; + ns:term_status "stable" ; +. +bibo:affirmedBy + a owl:ObjectProperty ; + obo:IAO_0000112 "The public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A legal decision that affirms a ruling."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "affirmed by"@en ; +. +bibo:annotates + a owl:ObjectProperty ; + obo:IAO_0000112 "The public description source is: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html." ; + rdfs:comment "Critical or explanatory note for a Document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "annotates"@en ; + ns:term_status "stable" ; +. +bibo:asin + a owl:DatatypeProperty ; + obo:IAO_0000112 "020530902X" ; + obo:IAO_0000112 "Amazon standard identification number. Source: http://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number." ; + rdfs:comment "Amazon Standard Identification Number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Amazon Standard Identification Number (ASIN)"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:chapter + a owl:DatatypeProperty ; + rdfs:comment "An chapter number"@en ; + rdfs:domain bibo:BookSection ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "chapter number"@en ; + rdfs:subPropertyOf bibo:locator ; + ns:term_status "unstable" ; +. +bibo:citedBy + a owl:ObjectProperty ; + rdfs:domain bibo:Document ; + rdfs:label "cited by"@en ; + rdfs:range bibo:Document ; + owl:inverseOf bibo:cites ; +. +bibo:cites + a owl:ObjectProperty ; + rdfs:domain bibo:Document ; + rdfs:label "cites"@en ; + rdfs:range bibo:Document ; +. +bibo:coden + a owl:DatatypeProperty ; + obo:IAO_0000112 """CODEN became particularly common in the scientific community as a citation system for periodicals cited in technical- as well in chemistry-related publications and as a search tool in many bibliographic catalogues. +Definition and description came from Wikipedia here: http://en.wikipedia.org/wiki/CODEN """ ; + rdfs:comment "An identifier of serials, still in use by libraries, but replaced by ISSN for any new work"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "coden"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:court + a owl:ObjectProperty ; + obo:IAO_0000112 "Public description take from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this property \"unstable\"." ; + rdfs:comment "A court associated with a legal document; for example, that which issues a decision."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Court"@en ; + ns:term_status "unstable" ; +. +bibo:degree + a owl:ObjectProperty ; + obo:IAO_0000112 "The source of the public description and this info is found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this term \"unstable\". The bibo editorial note is: \"We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen.\"" ; + rdfs:comment "The thesis degree."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "related degree"@en ; + rdfs:range bibo:ThesisDegree ; + ns:term_status "unstable" ; + skos2:editorialNote "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen."@en ; +. +bibo:director + a owl:ObjectProperty ; + obo:IAO_0000112 "Definition take from this site: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:comment "A Film director."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "director"@en ; + ns:term_status "stable" ; +. +bibo:distributor + a owl:ObjectProperty ; + vitro:descriptionAnnot "Public Description for bibo:distributor taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:label "distributor"@en ; + owl:inverseOf core:distributes ; +. +bibo:doi + a owl:DatatypeProperty ; + rdfs:comment "Digital Object Identifier"@en ; + rdfs:domain obo:IAO_0000030 ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Digital Object Identifier (DOI)"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:eanucc13 + a owl:DatatypeProperty ; + obo:IAO_0000112 """Definition source: http://en.wikipedia.org/wiki/European_Article_Numbering-Uniform_Code_Council. +The Uniform Code Council (UCC) was the Numbering Organization in the USA to administer and manage the EAN.UCC System. In 2005 the UCC changed its name to GS1 US.""" ; + rdfs:comment "European Article Number/Uniform Commercier Code 13"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "EAN International-Uniform Code Council (EAN-UCC) 13"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:edition + a owl:DatatypeProperty ; + rdfs:comment "The name defining a special edition of a document. Normally its a literal value composed of a version number and words."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "edition"@en ; + ns:term_status "stable" ; +. +bibo:eissn + a owl:DatatypeProperty ; + obo:IAO_0000112 "eissn stands for Electronic International Standard Serial Number. source: http://www.definition-of.com/EISSN" ; + rdfs:comment "The electronic ISSN number of a periodical."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Electronic International Standard Serial Number (EISSN)"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:gtin14 + a owl:DatatypeProperty ; + obo:IAO_0000112 "http://en.wikipedia.org/wiki/Global_Trade_Item_Number." ; + rdfs:comment "Global Trade Item Number 14"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Global Trade Item Number (GTIN-14)"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:identifier + a owl:DatatypeProperty ; + rdfs:label "identifier"@en ; + rdfs:subPropertyOf core:identifier ; +. +bibo:interviewee + a owl:ObjectProperty ; + rdfs:comment "An agent that is interviewed by another agent."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "interviewee"@en ; + ns:term_status "stable" ; +. +bibo:interviewer + a owl:ObjectProperty ; + rdfs:comment "An agent that interview another agent."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "interviewer"@en ; + ns:term_status "stable" ; +. +bibo:isbn10 + a owl:DatatypeProperty ; + obo:IAO_0000112 "http://en.wikipedia.org/wiki/Isbn." ; + rdfs:domain bibo:Book ; + rdfs:label "International Standard Book Number (ISBN) 10"@en ; + rdfs:subPropertyOf bibo:identifier ; +. +bibo:isbn13 + a owl:DatatypeProperty ; + obo:IAO_0000112 "source: http://en.wikipedia.org/wiki/Isbn." ; + rdfs:domain bibo:Book ; + rdfs:label "International Standard Book Number (ISBN) 13"@en ; + rdfs:subPropertyOf bibo:identifier ; +. +bibo:issn + a owl:DatatypeProperty ; + obo:IAO_0000112 "source: http://en.wikipedia.org/wiki/Issn" ; + rdfs:comment "International Standard Serial Number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "International Standard Serial Number (ISSN)"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:issue + a owl:DatatypeProperty ; + obo:IAO_0000112 "Bibo has the domain of bibo:issue as the class Issue, but an example on their site uses it with Article, referring to the issue number \"4\"" ; + rdfs:domain bibo:Article ; + rdfs:label "issue"@en ; + rdfs:subPropertyOf bibo:locator ; +. +bibo:issuer + a owl:ObjectProperty ; + vitro:descriptionAnnot "An entity responsible for issuing often informally published documents such as press releases, reports, etc. This term is classified as unstable by bibo." ; + rdfs:comment "An entity responsible for issuing often informally published documents such as press releases, reports, etc." ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "issuer"@en ; + rdfs:range ; + ns:term_status "unstable" ; +. +bibo:lccn + a owl:DatatypeProperty ; + obo:IAO_0000112 "Source: http://en.wikipedia.org/wiki/Library_of_Congress_Control_Number." ; + rdfs:comment "Library of Congress Control Number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Library of Congress Control Number (LCCN)"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:locator + a owl:DatatypeProperty ; + obo:IAO_0000112 "definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A description (often numeric) that locates an item within a containing document or collection."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "locator"@en ; + ns:term_status "stable" ; +. +bibo:numPages + a owl:DatatypeProperty ; + rdfs:label "number of pages"@en ; + rdfs:subPropertyOf bibo:locator ; +. +bibo:number + a owl:DatatypeProperty ; + obo:IAO_0000112 "Definition from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:label "number"@en ; +. +bibo:oclcnum + a owl:DatatypeProperty ; + obo:IAO_0000112 """http://info-uri.info/registry/OAIHandler?verb=GetRecord&metadataPrefix=reg&identifier=info:oclcnum/. + + +bibo has the domain of this property set to the union of Collection and Document.""" ; + rdfs:comment "OCLC Identifier"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Online Computer Library Center (OCLC) number"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:pageEnd + a owl:DatatypeProperty ; + rdfs:comment "Ending page number within a continuous page range."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "end page"@en ; + rdfs:subPropertyOf bibo:locator ; + ns:term_status "stable" ; +. +bibo:pageStart + a owl:DatatypeProperty ; + rdfs:comment "Starting page number within a continuous page range."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "start page"@en ; + rdfs:subPropertyOf bibo:locator ; + ns:term_status "stable" ; +. +bibo:performer + a owl:ObjectProperty ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "performer"@en ; + rdfs:subPropertyOf terms:contributor ; + ns:term_status "stable" ; +. +bibo:pmid + a owl:DatatypeProperty ; + obo:IAO_0000112 "The PubMed ID (PMID) identifies a citation record (rather than full-text) in the PubMed database. It is not evidence of compliance with the NIH Public Access Policy, because it does not identify a full-text submission of any kind." ; + rdfs:comment "PubMed Identifier"@en ; + rdfs:domain bibo:Document ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "PubMed ID"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:prefixName + a owl:DatatypeProperty ; + obo:IAO_0000112 "Mr; Ms; Mrs" ; + obo:IAO_0000112 "http://dictionary.reference.com/browse/prefix" ; + rdfs:comment "The prefix of a name"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "name prefix"@en ; + ns:term_status "stable" ; +. +bibo:presentedAt + a owl:ObjectProperty ; + vitro:descriptionAnnot "Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product." ; + rdfs:comment "Relates a document to an event; for example, a paper to a conference."@en ; + rdfs:domain bibo:Document ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "presented at event"@en ; + rdfs:range ; + owl:inverseOf bibo:presents ; + ns:term_status "unstable" ; +. +bibo:presents + a owl:ObjectProperty ; + obo:IAO_0000112 "Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product." ; + rdfs:comment "Relates an event to associated documents; for example, conference to a paper."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "related documents"@en ; + ns:term_status "unstable" ; +. +bibo:recipient + a owl:ObjectProperty ; + rdfs:comment "An agent that receives a communication document."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "recipient"@en ; + ns:term_status "stable" ; +. +bibo:reproducedIn + a owl:ObjectProperty ; + rdfs:domain bibo:Document ; + rdfs:label "reproduced in"@en ; + rdfs:range bibo:Document ; + rdfs:subPropertyOf obo:BFO_0000050 ; + owl:inverseOf core:reproduces ; +. +bibo:reversedBy + a owl:ObjectProperty ; + obo:IAO_0000112 "The first sentence of the public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A legal decision that reverses a ruling."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "reversed by"@en ; +. +bibo:reviewOf + a owl:ObjectProperty ; + obo:IAO_0000112 "The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used." ; + rdfs:label "review of"@en ; + owl:inverseOf core:reviewedIn ; +. +bibo:section + a owl:DatatypeProperty ; + obo:IAO_0000112 """Di Rado, Alicia. 1995. Trekking through college: Classes explore +modern society using the world of Star trek. Los Angeles Times, March +15, sec. A, p. 3."""@en ; + rdfs:comment "An section number"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "section"@en ; + rdfs:subPropertyOf bibo:locator ; + ns:term_status "unstable" ; +. +bibo:shortDescription + a owl:DatatypeProperty ; + rdfs:comment "A short description of the resource." ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "short description"@en ; + ns:term_status "unstable" ; + skos:scopeNote "The idea here is that while dcterms:description may involve length descriptions, this for short (two or three word) descriptions that could go in a bibliographic entry."@en ; +. +bibo:sici + a owl:DatatypeProperty ; + obo:IAO_0000112 "A sub property of identifier (http://en.wikipedia.org/wiki/SICI)." ; + rdfs:comment "Serial Item and Contribution Identifier"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Serial Item and Contribution Identifier (SICI)"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:status + a owl:ObjectProperty ; + obo:IAO_0000112 "paraphrased editorial note from the bibo ontology: We are not defining, using an enumeration, the range of the bibo:status to be a defined list of bibo:DocumentStatus. This is because we want people to be able to define new statuses if needed; and creating such an enumeration would prevent this." ; + rdfs:domain bibo:Document ; + rdfs:label "status"@en ; + rdfs:range bibo:DocumentStatus ; +. +bibo:subsequentLegalDecision + a owl:ObjectProperty ; + obo:IAO_0000112 "Public description is from comments of this object property in bibo ontology located here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:comment "A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.)."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "subsequent legal decision"@en ; +. +bibo:transcriptOf + a owl:ObjectProperty ; + obo:IAO_0000112 "The bibo:transcriptOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers this term unstable." ; + rdfs:comment "Relates a document to some transcribed original."@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "transcript of"@en ; + ns:term_status "unstable" ; +. +bibo:translationOf + a owl:ObjectProperty ; + obo:IAO_0000112 "Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:comment "Relates a translated document to the original document."@en ; + rdfs:domain bibo:Document ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "translation of"@en ; + rdfs:range bibo:Document ; + owl:inverseOf core:hasTranslation ; + ns:term_status "stable" ; +. +bibo:translator + a owl:ObjectProperty ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + bibo:Collection + bibo:Document + ) ; + ] ; + rdfs:label "translator"@en ; + rdfs:range ; + rdfs:subPropertyOf terms:contributor ; + owl:inverseOf core:translatorOf ; +. +bibo:upc + a owl:DatatypeProperty ; + obo:IAO_0000112 "source for public description: http://en.wikipedia.org/wiki/Universal_Product_Code." ; + rdfs:comment "Universal Product Code"@en ; + rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; + rdfs:label "Universal Product Code (UPC)"@en ; + rdfs:subPropertyOf bibo:identifier ; + ns:term_status "stable" ; +. +bibo:uri + a owl:DatatypeProperty ; + obo:IAO_0000112 "Definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; + rdfs:label "URI"@en ; + rdfs:subPropertyOf bibo:identifier ; +. +bibo:volume + a owl:DatatypeProperty ; + rdfs:domain bibo:Document ; + rdfs:label "volume"@en ; + rdfs:subPropertyOf bibo:locator ; +. + + a owl:Class ; + obo:IAO_0000115 "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus." ; + vitro:descriptionAnnot "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus." ; + rdfs:label "Bibliographic Information Source"@en ; + rdfs:subClassOf obo:ERO_0001716 ; +. + + a owl:Class ; + obo:IAO_0000115 "The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date." ; + vitro:descriptionAnnot "The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date." ; + rdfs:label "Global Citation Count"@en ; + rdfs:subClassOf obo:IAO_0000032 ; +. + + a owl:ObjectProperty ; + obo:IAO_0000115 "A property linking a publication entity to an instance of c40:GlobalCitationCount that specifies how many times a work has been cited by others, according to a particular information source on a particular date." ; + vitro:descriptionAnnot "A property linking a publication entity to the property c40:GlobalCitationCount that specify how many times a work has been cited by others, according to a particular information source on a particular date." ; + rdfs:label "has global citation frequency"@en ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + obo:IAO_0000115 "The date on which the global citation count of the cited entity was recorded from a named bibliographic information source." ; + rdfs:domain ; + rdfs:label "has global count date"@en ; + rdfs:range xsd:date ; +. + + a owl:ObjectProperty ; + obo:IAO_0000115 "A property linking an instance of c40:GlobalCitationCount to the bibliographic information source providing the global citation count information for a particular publication on a particular date." ; + vitro:descriptionAnnot "A property linking the property c40:GlobalCitationCount to the bibliographic information source providing the global citation count information for a particular publication on a particular date." ; + rdfs:domain ; + rdfs:label "has global count source"@en ; + rdfs:range ; +. + + a owl:DatatypeProperty ; + obo:IAO_0000115 "An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date." ; + vitro:descriptionAnnot "An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date." ; + rdfs:domain ; + rdfs:label "has global count value"@en ; + rdfs:range xsd:int ; +. + + a owl:ObjectProperty ; + rdfs:comment "The citing entity cites the cited entity as source of data."@en ; + rdfs:label "cites as data source"@en ; + owl:inverseOf ; +. + + a owl:ObjectProperty ; + rdfs:comment "The cited entity is cited as a data source by the citing entity."@en ; + rdfs:label "is cited as data source by"@en ; +. + + a owl:Class ; + obo:IAO_0000115 "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work." ; + rdfs:label "Clinical Guideline"@en ; + rdfs:subClassOf bibo:Document ; +. + + a owl:Class ; + obo:IAO_0000115 """A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by a special syntactic symbol that ensures they are ignored during execution of the program. + +has super-classes""" ; + obo:IAO_0000115 "A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by" ; + rdfs:label "Comment"@en ; + rdfs:subClassOf bibo:Document ; +. + + a owl:Class ; + obo:IAO_0000115 "A formal correction to an error introduced by the publisher into a previously published document." ; + rdfs:label "Erratum"@en ; + rdfs:subClassOf bibo:Document ; +. + + a owl:DatatypeProperty ; + rdfs:label "preferred namespace URI"@en ; +. +vitro:descriptionAnnot + a owl:AnnotationProperty ; +. +vitro:exampleAnnot + a owl:AnnotationProperty ; +. +vitro:stubObjectPropertyAnnot + a owl:AnnotationProperty ; +. + + a owl:Ontology ; + rdfs:label "VIVO Core Ontology"@en-US ; +. +core:Abstract + a owl:Class ; + obo:IAO_0000115 "An abstract that is published as a standalone document or in a journal of abstracts" ; + rdfs:label "Abstract"@en ; + rdfs:subClassOf bibo:Document ; +. +core:AcademicDegree + a owl:Class ; + obo:IAO_0000112 "B.A. Bachelor of Arts"@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 """An academic degree at any level, both as + reported by individuals for employment and as offered by academic degree programs."""@en ; + obo:IAO_0000116 """The ObjectProperty relates is used to associate an AcademicDegree with an AwardedDegree. A preferred + approach would be to recognize the AwardedDegree as an information artifact which is the output of an AcademicDegree process. + This would eliminate the use of relates and relatedBy in the + representation of Academic Degrees and Awarded Degrees, provide correct subsumption, and avoid the use of vivo:Relationship. Further, we could + rename AwardedDegree AcademicDegree (!) and rename AcademicDegree to AcademicDegreeProcess and eliminate the need for + the EducationalProcess currently in the model. + """@en ; + obo:IAO_0000117 "PERSON: Michael Conlon"@en ; + obo:IAO_0000119 "Merriam Webster (https://www.merriam-webster.com/dictionary/degree)"@en ; + rdfs:label "Academic Degree"@en ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:abbreviation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onDataRange xsd:nonNegativeInteger ; + owl:onProperty core:abbreviation ; + ] ; +. +core:AcademicDepartment + a owl:Class ; + obo:IAO_0000112 "Endodontics (department within a College of Dentistry); English (department within a College of Liberal Arts)" ; + obo:IAO_0000115 "A distinct, usually specialized educational unit within an educational organization." ; + rdfs:label "Academic Department"@en ; + rdfs:subClassOf core:Department ; +. +core:AcademicTerm + a owl:Class ; + obo:IAO_0000115 "An explicit individual academic term, quarter, or semester rather than the generic fall, spring or summer semester." ; + rdfs:label "Academic Term"@en ; + rdfs:subClassOf core:DateTimeInterval ; +. +core:AcademicYear + a owl:Class ; + obo:IAO_0000115 "An explicit individual period considered by an academic institution to be its primary academic cycle." ; + rdfs:label "Academic Year"@en ; + rdfs:subClassOf core:DateTimeInterval ; +. +core:AdministratorRole + a owl:Class ; + rdfs:label "Administrator Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:AdviseeRole + a owl:Class ; + rdfs:label "Advisee Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:AdvisingProcess + a owl:Class ; + rdfs:label "Advising Process"@en ; + rdfs:subClassOf obo:BFO_0000015 ; +. +core:AdvisingRelationship + a owl:Class ; + obo:IAO_0000115 "A dual relationship of one person being advised or mentored by another person, typically including start and end dates" ; + rdfs:label "Advising Relationship"@en ; + rdfs:subClassOf core:Relationship ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom owl:Thing ; + owl:onProperty core:hasSubjectArea ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom core:AdviseeRole ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom core:AdvisorRole ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom ; + ] ; +. +core:AdvisorRole + a owl:Class ; + rdfs:label "Advisor Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:Association + a owl:Class ; + obo:IAO_0000112 "Special Libraries Association; Association for Computing Machinery(ACM); American Medical Informatics Association(AMIA)" ; + obo:IAO_0000115 "A formal organization of people or groups of people around a subject or practice." ; + obo:IAO_0000115 "A group of persons or organizations organized for a common purpose." ; + rdfs:label "Association"@en ; + rdfs:subClassOf ; +. +core:AttendeeRole + a owl:Class ; + obo:IAO_0000115 "A role of attending an Event or EventSeries" ; + rdfs:label "Attendee Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:AttendingProcess + a owl:Class ; + rdfs:label "Attending Process"@en ; + rdfs:subClassOf obo:BFO_0000015 ; +. +core:Authorship + a owl:Class ; + obo:IAO_0000112 """Authorship of journal articles, books and other original works is a means by which academics communicate the results of their scholarly work, establish priority for their discoveries, and build their reputation among their peers. +This class allows for linking an author to a publication while indicating information about that author's authorship.""" ; + obo:IAO_0000112 "Currently any abstract name is given to members of this class. This could change in the future." ; + obo:IAO_0000115 "Contains the authors name, their rank in the publication, and whether or not they are a corresponding author on the publication." ; + rdfs:comment "" ; + rdfs:label "Authorship"@en ; + rdfs:subClassOf core:Relationship ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:boolean ; + owl:onProperty core:hideFromDisplay ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom obo:IAO_0000030 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom ; + ] ; +. +core:Award + a owl:Class ; + obo:IAO_0000112 """The Wiley Prize in Biomedicine is awarded each year to a researcher for outstanding + contributions to biomedicine."""@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "A recognition of outstanding work or action."@en ; + obo:IAO_0000116 """The ObjectProperty relates is used to associate an Award with an AwardReceipt. A preferred + approach would be to recognize the AwardReceipt as an information artifact which is the output of the Award process. + The award receipt is about the recipient of the award. This would eliminate the use of relates and relatedBy in the + representation of Awards and AwardReceipts, provide correct subsumption, and avoid the use of vivo:Relationship. We + could then rename AwardReceipt to Award (!) and Award to AwardProcess to reflect their natures (this is why ontologies use numbered + class names -- to avoid renaming) + """@en ; + obo:IAO_0000117 "PERSON: Michael Conlon"@en ; + obo:IAO_0000119 "Merriam Webster (https://www.merriam-webster.com/dictionary/award)"@en ; + rdfs:label "Award or Honor"@en ; +. +core:AwardReceipt + a owl:Class ; + obo:IAO_0000112 "The award bestowed may be represented with the Award class." ; + obo:IAO_0000115 "The bestowal of an award, honor, or distinction to a person or person's at a particular time. " ; + rdfs:label "Award or Honor Receipt"@en ; + rdfs:subClassOf core:Relationship ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeValue ; + owl:onProperty core:dateTimeValue ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:description ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:assignedBy ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom core:Award ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom ; + ] ; +. +core:AwardedDegree + a owl:Class ; + obo:IAO_0000115 "The awarding of a degree by an agent to another agent. It is mostly for academic degrees." ; + rdfs:label "Awarded Degree"@en ; + rdfs:subClassOf core:Relationship ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom core:AcademicDegree ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom ; + ] ; +. +core:Blog + a owl:Class ; + obo:IAO_0000112 "Blog is short for weblog. " ; + obo:IAO_0000112 "Library of Congress Blog" ; + obo:IAO_0000115 "Regularly updated online journal or newsletter by one or more writers, called bloggers, containing articles and commentary of interest to the blogger" ; + rdfs:label "Blog"@en ; + rdfs:subClassOf bibo:Website ; +. +core:BlogPosting + a owl:Class ; + obo:IAO_0000112 "A specific blog posting" ; + obo:IAO_0000115 "An online article or commentary appearing on a blog" ; + rdfs:label "Blog Posting"@en ; + rdfs:subClassOf bibo:Article ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:Blog ; + owl:onProperty core:hasPublicationVenue ; + ] ; +. +core:Building + a owl:Class ; + obo:IAO_0000112 "Enter building name. If the building's name is a number (as in many governmental organizations such as national laboratories and military bases), then enter it. Do not confuse with the number that appears in a postal address." ; + obo:IAO_0000112 "Martha Van Rensselaer Hall (VR); Caldwell Hall (CD); University Auditorium" ; + obo:IAO_0000115 "Building that provides a particular service or is used for a particular activity." ; + rdfs:label "Building"@en ; + rdfs:subClassOf core:Facility ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:Facility ; + owl:onProperty obo:BFO_0000050 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:Room ; + owl:onProperty obo:BFO_0000051 ; + ] ; +. +core:Campus + a owl:Class ; + obo:IAO_0000112 "Cornell Ithaca; Cornell Geneva; Cornell New York City; Cornell Qatar" ; + obo:IAO_0000112 "Definition taken from dictionary.com (http://dictionary.reference.com/browse/campus)." ; + obo:IAO_0000115 "The grounds of a school, college, university, or hospital. Or, a large, usually suburban, landscaped business or industrial site." ; + rdfs:label "Campus"@en ; + rdfs:subClassOf core:GeographicLocation ; +. +core:CaseStudy + a owl:Class ; + obo:IAO_0000112 "A form of qualitative descriptive research that is used to study individuals, a small group of participants, or a group as a whole. Medical usage (from MeSH): clinical presentations that may be followed by evaluative studies that eventually lead to a diagnosis. " ; + obo:IAO_0000115 "A qualitative descriptive research study of individuals or a group" ; + rdfs:label "Case Study"@en ; + rdfs:subClassOf bibo:Document ; +. +core:Catalog + a owl:Class ; + obo:IAO_0000112 "NLM Catalog" ; + obo:IAO_0000112 "Short Definition is the Medical Subject Heading (MeSH) definition " ; + obo:IAO_0000115 "A list of items in a collection; an ordered compilation of item descriptions and sufficient information to afford access to them" ; + rdfs:label "Catalog"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:placeOfPublication ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:publisher ; + ] ; +. +core:Center + a owl:Class ; + obo:IAO_0000112 "Alchohol Education Center; Center for Arts and Public Policy; Hearing Research Center" ; + obo:IAO_0000112 "Short Definition take from http://www.thefreedictionary.com/center." ; + obo:IAO_0000115 "A place where a particular activity or service is concentrated." ; + obo:IAO_0000115 "An organization where a specified activity is concentrated." ; + rdfs:label "Center"@en ; + rdfs:subClassOf ; +. +core:Certificate + a owl:Class ; + obo:IAO_0000112 "A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment." ; + obo:IAO_0000115 "A document confirming certain characteristics of a person or organization, usually provided by some form of external review, education, or assessment." ; + rdfs:label "Certificate"@en ; + rdfs:subClassOf core:Credential ; +. +core:Certification + a owl:Class ; + obo:IAO_0000112 "see also core:Certificate" ; + obo:IAO_0000115 "An issued certificate" ; + rdfs:label "Certification"@en ; + rdfs:subClassOf core:IssuedCredential ; +. +core:ClinicalOrganization + a owl:Class ; + obo:IAO_0000112 "In the future we may be able to make this a defined class that would not need to be directly asserted, but the consensus seems to be that some organizations \"are\" clinical and some \"are\" research organizations and that the distinction is important enough to warrant the additional class and class assertions" ; + obo:IAO_0000115 "Any organization that offers significant health services or routinely provides medical care to patients." ; + obo:IAO_0000115 "Any organization with a significant clinical function as a matter of course and not just through occasional clinical roles" ; + rdfs:label "Clinical Organization"@en ; + rdfs:subClassOf ; +. +core:ClinicalRole + a owl:Class ; + obo:IAO_0000115 "A role of observing or treating patients" ; + rdfs:label "Clinical Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:CoPrincipalInvestigatorRole + a owl:Class ; + obo:IAO_0000115 "Role of co-principal investigator of an Agreement (for example, a grant), who devotes a specified percentage of time and is considered key personnel." ; + rdfs:label "Co-Principal Investigator Role"@en ; + rdfs:subClassOf core:InvestigatorRole ; +. +core:CollectionProcess + a owl:Class ; + obo:IAO_0000112 "Jane is collector of Collection c. Jane is a person. Jane bearer_of collectorRole r. r realized_in CollectionProcess p. p has_output c."@en ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "A process which has as its output, a collection of material entities and/or information content entities"@en ; + obo:IAO_0000116 "Under development. The restriction applies to has output assertions. Collections of material entities are material entities. Collections of information content entities are information content entities."@en ; + obo:IAO_0000117 "Person: Michael Conlon"@en ; + obo:IAO_0000119 ""@en ; + vitro:descriptionAnnot "Process resulting in a collection" ; + rdfs:label "Collection Process"@en ; + rdfs:subClassOf obo:BFO_0000015 ; +. +core:College + a owl:Class ; + obo:IAO_0000112 "College of Arts & Sciences; Ivy Tech Community College" ; + obo:IAO_0000115 "A primary academic unit within a University or a free-standing higher education organization without graduate degree programs" ; + obo:IAO_0000115 "A primary academic unit within a University or a free-standing higher education organization without graduate degree programs." ; + rdfs:label "College"@en ; + rdfs:subClassOf ; +. +core:Committee + a owl:Class ; + obo:IAO_0000112 "Curriculum Steering Committee; PhD Advisory Committee" ; + obo:IAO_0000112 "There could be many subclasses such as thesis committee or tenure committee, but these may typically be differentiated via the moniker unless distinct properties become important." ; + obo:IAO_0000115 "A group of people organized for a specific purpose (e.g., a reporting or advisory role), often with a charge and for a specific duration" ; + obo:IAO_0000115 "A group of people organized for a specific purpose, whose members are often selected from a larger group to serve for designated periods of time." ; + rdfs:label "Committee"@en ; + rdfs:subClassOf ; +. +core:Company + a owl:Class ; + obo:IAO_0000112 "from Wikipedia: \"A company is a form of business organization. It is an association or collection of individual real persons and/or other companies ... This collection, group or association of persons can be made to exist in law and then a company is itself considered a \"legal person\". The name company arose because, at least originally, it represented or was owned by more than one real or legal person.\"" ; + obo:IAO_0000115 "A legally-recognized business organization" ; + obo:IAO_0000115 "A legally-recognized business organization." ; + rdfs:label "Company"@en ; + rdfs:subClassOf ; +. +core:Competition + a owl:Class ; + obo:IAO_0000112 "Intel Talent Search; poetry contest" ; + obo:IAO_0000112 "Not the same as an award or distinction." ; + obo:IAO_0000115 "An occasion on which a winner is selected from among two or more contestants." ; + rdfs:label "Competition"@en ; + rdfs:subClassOf ; +. +core:ConferencePaper + a owl:Class ; + obo:IAO_0000115 "A paper presented at a conference; optionally collected into a Proceedings or a special Journal issue" ; + rdfs:label "Conference Paper"@en ; + rdfs:subClassOf bibo:Article ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom bibo:Conference ; + owl:onProperty bibo:presentedAt ; + ] ; +. +core:ConferencePoster + a owl:Class ; + obo:IAO_0000115 "The digital file (or physical equivalent), if available after the conference, vs. the act of attending/presenting: use ConferencePresentation for information about date/time/location/name of the event where the poster was presented" ; + rdfs:label "Conference Poster"@en ; + rdfs:subClassOf bibo:Document ; +. +core:ConferenceSeries + a owl:Class ; + obo:IAO_0000112 "For individual, separate conferences, use conference instead. core:ConferenceSeries and core:SeminarSeries are very similar." ; + obo:IAO_0000115 "An organized series of a meeting for consultation or discussion." ; + rdfs:label "Conference Series"@en ; + rdfs:subClassOf core:EventSeries ; +. +core:Consortium + a owl:Class ; + obo:IAO_0000112 "Committee on Institutional Cooperation (CIC); The Five Colleges of Ohio" ; + obo:IAO_0000115 "A group of independent organizations working together toward a common goal, under an expressed agreement." ; + rdfs:label "Consortium"@en ; + rdfs:subClassOf ; +. +core:Continent + a owl:Class ; + obo:IAO_0000112 "Short Definition take from http://en.wiktionary.org/wiki/continent." ; + obo:IAO_0000112 "The seven commonly recognized continents are Africa; Antarctica; Asia; Australia; Europe; North America; South America" ; + obo:IAO_0000115 "A large contiguous landmass that is at least partially surrounded by water, together with any islands on its continental shelf." ; + rdfs:label "Continent"@en ; + rdfs:subClassOf core:GeographicRegion ; +. +core:Contract + a owl:Class ; + obo:IAO_0000115 "An agreement involving specific deliverables and payment" ; + rdfs:label "Contract"@en ; + rdfs:subClassOf core:Relationship ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom obo:IAO_0000030 ; + owl:onProperty core:supportedInformationResource ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:abstract ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:assignedBy ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom obo:BFO_0000023 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom ; + ] ; +. +core:CoreLaboratory + a owl:Class ; + obo:IAO_0000115 "A lab providing services such as training, protocols, or access to instruments or software" ; + rdfs:label "Core Laboratory"@en ; + rdfs:subClassOf core:ServiceProvidingLaboratory ; +. +core:Country + a owl:Class ; + obo:IAO_0000112 "Afghanistan; Antigua and Barbuda; Cameroon; Iceland; Jamaica; Nigeria; United States of America" ; + obo:IAO_0000112 "Source of the Short Definition: http://www.thefreedictionary.com/country. This is also the same as geopolitical.owl:self_governing." ; + obo:IAO_0000115 "An area of land distinguished by its political autonomy. Politically independent territories." ; + rdfs:label "Country"@en ; + rdfs:subClassOf core:GeopoliticalEntity ; +. +core:County + a owl:Class ; + obo:IAO_0000112 "Alachua; Baker; Bradford; Kenora; Ottawa; Waterloo" ; + obo:IAO_0000112 "Short Definition modified from the one found here: http://www.thefreedictionary.com/county." ; + obo:IAO_0000115 "The largest administrative division of most states or provinces." ; + rdfs:label "County"@en ; + rdfs:subClassOf core:GeopoliticalEntity ; +. +core:Course + a owl:Class ; + obo:IAO_0000112 "A course as taught in one time period (such as a semester; although note that a course could consist of only one meeting (teaching session)) by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010" ; + obo:IAO_0000115 "A course as taught in one time period by one or more instructors, normally but not always for credit. Does not represent either each meeting of the course or the course offering such as Biology 101 taught every semester from 1980 to 2010" ; + rdfs:label "Course"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:courseCredits ; + ] ; +. +core:Credential + a owl:Class ; + obo:IAO_0000112 "A driver's license is the result of a credentialing process"@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 """An attestation of qualification, competence, or authority issued to an individual by a third + party with a relevant or de facto authority or assumed competence to do so."""@en ; + obo:IAO_0000116 """The ObjectProperty relates is used to associate a Credential with an IssuedCredential. A preferred + approach would be to recognize the IssuedCredential as an information artifact which is the output of the Credential process. + The IssuedCredential is about the recipient of the issued credential. This would eliminate the use of relates and relatedBy in the + representation of Credentials and IssuedCredentials, provide correct subsumption, and avoid the use of vivo:Relationship. We could + then rename IssuedCredential to Credential (!) and Credential to CredentialingProcess which would reflect their true nature. Other + ontologies used numbered class names to avoid the need to rename in such cases. + """@en ; + obo:IAO_0000117 "PERSON: Michael Conlon"@en ; + obo:IAO_0000119 "Merriam Webster (https://www.merriam-webster.com/dictionary/credential)"@en ; + rdfs:label "Credential"@en ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:GeographicLocation ; + owl:onProperty core:validIn ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom owl:Thing ; + owl:onProperty core:hasSubjectArea ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:hasGoverningAuthority ; + ] ; +. +core:CurationProcess + a owl:Class ; + obo:IAO_0000112 "Jane is curator of Collection c. Jane is a person. Jane bearer_of curatorRole r. r realized_in CurationProcess p. p has_input c."@en ; + obo:IAO_0000114 obo:IAO_0000123 ; + obo:IAO_0000115 "A process which has as its input, a collection of material entities and/or information content entities"@en ; + obo:IAO_0000116 "Under development. The restriction applies to has input assertions. Collections of material entities are material entities. Collection of information content entities are information content entities."@en ; + obo:IAO_0000117 "PERSON: Michael Conlon"@en ; + obo:IAO_0000119 ""@en ; + vitro:descriptionAnnot "The curation of a collection" ; + rdfs:label "Curation Process"@en ; + rdfs:subClassOf obo:BFO_0000015 ; +. +core:Database + a owl:Class ; + obo:IAO_0000112 "PubMed" ; + obo:IAO_0000112 "Short Definition is the Medical Subject Heading (MeSH) definition" ; + obo:IAO_0000115 "A structured file of information or a set of logically related data stored and retrieved using computer-based means" ; + rdfs:label "Database"@en ; + rdfs:subClassOf bibo:CollectedDocument ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:publisher ; + ] ; +. +core:Dataset + a owl:Class ; + obo:IAO_0000112 "US Patent Data; US Job Data" ; + obo:IAO_0000115 "A named collection of data, usually containing only one type of data" ; + rdfs:label "Dataset"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom bibo:Document ; + owl:onProperty ; + ] ; +. +core:DateTimeInterval + a owl:Class ; + obo:IAO_0000115 "a specific period or duration, defined by (optional) start and end date/times." ; + rdfs:label "Date/Time Interval"@en ; + rdfs:subClassOf obo:BFO_0000038 ; +. +core:DateTimeValue + a owl:Class ; + obo:IAO_0000115 "A date and/or time" ; + rdfs:label "Date/Time Value"@en ; + rdfs:subClassOf obo:BFO_0000148 ; +. +core:DateTimeValuePrecision + a owl:Class ; + obo:IAO_0000112 "A dateTimeValue may have yearDateTimePrecision indicating that only the year is known."@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "The precision of a DateTimeValue"@en ; + obo:IAO_0000116 "DateTimeValuePrecisions are represented as individuals of this class."@en ; + obo:IAO_0000117 "PERSON: Michael Conlon"@en ; + rdfs:label "DateTime Value Precision"@en ; + rdfs:subClassOf obo:BFO_0000019 ; +. +core:Department + a owl:Class ; + obo:IAO_0000112 "Definition modified from the definition here: http://dictionary.reference.com/browse/department. It is difficult to tell the difference between and department and a division." ; + obo:IAO_0000112 "Legal (department within a company); Use for any non-academic department" ; + obo:IAO_0000115 "A unit within a larger organization that addresses a specific subject or area of activity." ; + rdfs:label "Department"@en ; + rdfs:subClassOf ; +. +core:Division + a owl:Class ; + obo:IAO_0000112 "Cardiovascular Medicine (division within medicine)" ; + obo:IAO_0000112 "Definition modified from http://www.thefreedictionary.com/division. It is difficult to tell the difference between a division and a department." ; + obo:IAO_0000115 "A major unit or section within a larger organization." ; + rdfs:label "Division"@en ; + rdfs:subClassOf ; +. +core:EditorRole + a owl:Class ; + obo:IAO_0000112 "An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series" ; + obo:IAO_0000115 "An ongoing editorial responsibility for a bibo:Collection, such as a Journal or Series" ; + rdfs:label "Editor Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:EditorialArticle + a owl:Class ; + obo:IAO_0000115 "An article of opinion, typically published in a newspaper. For academics, most commonly Op Ed pieces" ; + rdfs:label "Editorial Article"@en ; + rdfs:subClassOf bibo:Article ; +. +core:Editorship + a owl:Class ; + obo:IAO_0000115 "A relationship that represents the recognition of an agent as an editor." ; + rdfs:label "Editorship"@en ; + rdfs:subClassOf core:Relationship ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom obo:IAO_0000030 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom ; + ] ; +. +core:EducationalProcess + a owl:Class ; + obo:IAO_0000112 "Currently any abstract name is given to individuals of this class. This could change in the future." ; + obo:IAO_0000115 "Represents educational training that has been received." ; + vitro:descriptionAnnot "This connects person to their academic degree through this educational training, but can also be used when the training does not result in a degree." ; + rdfs:label "Educational Process"@en ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty core:supplementalInformation ; + ] ; +. +core:EmeritusFaculty + a owl:Class ; + obo:IAO_0000115 "A retired faculty member who has retained their rank, title and privileges." ; + rdfs:label "Faculty Member Emeritus"@en ; + rdfs:subClassOf ; +. +core:EmeritusLibrarian + a owl:Class ; + obo:IAO_0000115 "A retired librarian who has retained their rank, title and privileges." ; + rdfs:label "Librarian Emeritus"@en ; + rdfs:subClassOf ; +. +core:EmeritusProfessor + a owl:Class ; + obo:IAO_0000115 "A retired professor who has retained their rank, title and privileges." ; + rdfs:label "Professor Emeritus"@en ; + rdfs:subClassOf core:EmeritusFaculty ; + rdfs:subClassOf ; +. +core:Equipment + a owl:Class ; + obo:IAO_0000112 "A network server is one example. Medical schools and research laboratories can list professional equipment, such as microscopes." ; + obo:IAO_0000112 "server; Bruker Vector-33 FT-IR" ; + obo:IAO_0000115 "A physical object provided for specific purpose, task or occupation. " ; + rdfs:label "Equipment"@en ; + rdfs:subClassOf obo:BFO_0000040 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty core:freetextKeyword ; + ] ; +. +core:EventSeries + a owl:Class ; + obo:IAO_0000112 "A generic class which may include a conference series, a course section, a seminar series, or a workshop series. When possible, use one of these more specific classes." ; + obo:IAO_0000112 "Only use if no specific subclasses of core:EventSeries desribe the activity." ; + obo:IAO_0000115 "Two or more events that occur at different times and are connected to each other." ; + rdfs:label "Event Series"@en ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:contactInformation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:description ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom owl:Thing ; + owl:onProperty core:hasSubjectArea ; + ] ; +. +core:Exhibit + a owl:Class ; + obo:IAO_0000115 "The showing of an object or a collection of objects, in an organized manner." ; + rdfs:label "Exhibit"@en ; + rdfs:subClassOf ; +. +core:ExtensionUnit + a owl:Class ; + obo:IAO_0000112 "Alachua County Extension Office" ; + obo:IAO_0000115 "A unit devoted primarily to extension activities, whether for outreach or research" ; + obo:IAO_0000115 "A unit devoted primarily to extension activities, whether for outreach or research." ; + rdfs:label "Extension Unit"@en ; + rdfs:subClassOf ; +. +core:F1000Link + a owl:Class ; + obo:IAO_0000112 "F1000 is a place where faculty go to critique papers published in PubMed. Any given record in F1000 might have anywhere from one to dozens of reviews." ; + rdfs:label "F1000 Link"@en ; + rdfs:subClassOf vcard:URL ; +. +core:Facility + a owl:Class ; + obo:IAO_0000112 "Distinct from the organization that runs it; e.g., a laboratory may be an organization but may be run by another organization and only consist of facilities housing equipment or services. Can be a building or place that provides a particular service or is used for a particular activity. Use the specific Building or Room whenever possible. Short definition from http://dictionary.reference.com/browse/facility." ; + obo:IAO_0000112 "Use subclasses of core:Facility subclasses instead of this class if possible" ; + obo:IAO_0000115 "Something designed, built, installed, etc., to serve a specific function or activity affording a convenience or service." ; + rdfs:label "Facility"@en ; + rdfs:subClassOf obo:BFO_0000029 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom obo:BFO_0000029 ; + owl:onProperty obo:BFO_0000050 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:Facility ; + owl:onProperty obo:BFO_0000051 ; + ] ; +. +core:FacultyAdministrativePosition + a owl:Class ; + obo:IAO_0000112 "Associate Dean" ; + obo:IAO_0000112 "That is a position held by an academic faculty member who works for administration." ; + obo:IAO_0000115 "An academic administrative position (associate dean, etc.) as distinct from a professional administrative position (non-academic)" ; + rdfs:label "Faculty Administrative Position"@en ; + rdfs:subClassOf core:Position ; +. +core:FacultyMember + a owl:Class ; + obo:IAO_0000115 "A person with at least one academic appointment to a specific faculty of a university or institution of higher learning." ; + vitro:descriptionAnnot "Definition from here: http://research.carleton.ca/htr/defs.php." ; + rdfs:label "Faculty Member"@en ; + rdfs:subClassOf ; +. +core:FacultyMentoringRelationship + a owl:Class ; + obo:IAO_0000115 "An advisory relationship in which one faculty member mentors another faculty member." ; + rdfs:label "Faculty Mentoring Relationship"@en ; + rdfs:subClassOf core:AdvisingRelationship ; +. +core:FacultyPosition + a owl:Class ; + obo:IAO_0000112 "Professor, associate professor and assistant professor are common positions for academic faculty." ; + obo:IAO_0000112 "Professor; Associate Professor; Assistant Professor" ; + obo:IAO_0000115 "Academic position in a university or institution" ; + rdfs:label "Faculty Position"@en ; + rdfs:subClassOf core:Position ; +. +core:Foundation + a owl:Class ; + obo:IAO_0000112 "Definition take from: http://dictionary.reference.com/browse/foundation." ; + obo:IAO_0000112 "The Ford Foundation" ; + obo:IAO_0000115 "An institution founded with an endowment to support educational, research, artistic or other charitable activities." ; + rdfs:label "Foundation"@en ; + rdfs:subClassOf ; +. +core:FundingOrganization + a owl:Class ; + obo:IAO_0000112 "National Institute of Health (NIH)" ; + obo:IAO_0000115 "A defined class of organizations that fund Grants" ; + obo:IAO_0000115 "An organization that provides financial support to individuals or organizations to carry out specified activities." ; + rdfs:label "Funding Organization"@en ; + rdfs:subClassOf ; + owl:equivalentClass [ + a owl:Restriction ; + owl:onProperty core:assigns ; + owl:someValuesFrom core:Grant ; + ] ; +. +core:GeographicLocation + a owl:Class ; + obo:IAO_0000112 "Removed the word \"stable\" because disputed territories from geopolitical.owl are included. This could imply that the geographic coordinates could change. I've also copied this definition to core:Geographic Location. I think core:Geographic Location and core:Geographic Region are both the same and only one is needed. There is also geopolitical.owl:geographical_region which further causes confusion." ; + obo:IAO_0000112 "Use subclasses of core:Geographic Location subclasses instead of this class if possible." ; + obo:IAO_0000115 "A location having coordinates in geographic space." ; + rdfs:label "Geographic Location"@en ; + rdfs:subClassOf core:Location ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:GeographicLocation ; + owl:onProperty obo:BFO_0000050 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:GeographicLocation ; + owl:onProperty obo:BFO_0000051 ; + ] ; +. +core:GeographicRegion + a owl:Class ; + obo:IAO_0000112 "Removed the word \"stable\" because disputed territories from geopolitical.owl are included. This could imply that the geographic coordinates could change. This definition was originally in core:Geographic Location. I simply copied the definition from there. I think core:Geographic Location and core:Geographic Region are both the same and only one is needed. There is also geopolitical.owl:geographical_region which further causes confusion." ; + obo:IAO_0000112 "Use subclasses of core:Geographic Region subclasses instead of this class if possible." ; + obo:IAO_0000115 "A location having coordinates in geographic space." ; + rdfs:label "Geographic Region"@en ; + rdfs:subClassOf core:GeographicLocation ; +. +core:GeopoliticalEntity + a owl:Class ; + obo:IAO_0000112 "Short definition obtained here: http://en.wiktionary.org/wiki/geopolitical_entity." ; + obo:IAO_0000112 "Use subclasses of core:GeopoliticalEntity subclasses instead of this class if possible." ; + obo:IAO_0000115 "A geographical area which is associated with some sort of political structure." ; + rdfs:label "Geopolitical Entity"@en ; + rdfs:subClassOf core:GeographicRegion ; +. +core:GovernmentAgency + a owl:Class ; + obo:IAO_0000112 "Definition take from: http://en.wikipedia.org/wiki/Government_agency." ; + obo:IAO_0000112 "United States Library of Congress" ; + obo:IAO_0000115 "A unit of government responsible for oversight and regulation of certain activities or the administration and provision of specific services." ; + rdfs:label "Government Agency"@en ; + rdfs:subClassOf ; +. +core:GraduateAdvisingRelationship + a owl:Class ; + obo:IAO_0000115 "An advisory relationship in which a professor advises a graduate student." ; + rdfs:label "Graduate Advising Relationship"@en ; + rdfs:subClassOf core:AdvisingRelationship ; +. +core:GraduateStudent + a owl:Class ; + obo:IAO_0000115 "A person who has already received a bachelor's degree and is working toward a Master's or Doctoral degree." ; + rdfs:label "Graduate Student"@en ; + rdfs:subClassOf core:Student ; +. +core:Grant + a owl:Class ; + obo:IAO_0000112 "An intramural or extramural award to support scholarly work, such as UF09179 (VIVO)" ; + obo:IAO_0000112 "Short definition is from the Glossary of NIH Terms." ; + obo:IAO_0000115 "Financial assistance mechanism providing money, property, or both to an eligible entity to carry out an approved project or activity" ; + rdfs:label "Grant"@en ; + rdfs:subClassOf core:Relationship ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom obo:IAO_0000030 ; + owl:onProperty core:supportedInformationResource ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty bibo:abstract ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty core:assignedBy ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom obo:BFO_0000023 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom ; + ] ; +. +core:Hospital + a owl:Class ; + obo:IAO_0000112 "Definition take from: http://dictionary.reference.com/browse/hospital." ; + obo:IAO_0000112 "Shands at the University of Florida" ; + obo:IAO_0000115 "An institution that provides medical, surgical, psychiatric or nursing care." ; + rdfs:label "Hospital"@en ; + rdfs:subClassOf ; +. +core:Institute + a owl:Class ; + obo:IAO_0000112 "Institute for Fundamental Theory" ; + obo:IAO_0000115 "An Institute normally has a research focus but may also fulfill instructional or outreach roles" ; + obo:IAO_0000115 "An organization founded to pursue or promote certain research, educational or public policy interests or activities." ; + rdfs:label "Institute"@en ; + rdfs:subClassOf ; +. +core:Internship + a owl:Class ; + obo:IAO_0000115 "Typically a student or a recent graduate undergoing supervised practical training." ; + rdfs:label "Internship"@en ; + rdfs:subClassOf core:EducationalProcess ; +. +core:InvestigatorRole + a owl:Class ; + obo:IAO_0000115 "A role in an Agreement (for example, a grant) as a named investigator or key personnel." ; + rdfs:label "Investigator Role"@en ; + rdfs:subClassOf core:ResearcherRole ; +. +core:InvitedTalk + a owl:Class ; + rdfs:label "Invited Talk"@en ; + rdfs:subClassOf core:Presentation ; +. +core:IssuedCredential + a owl:Class ; + rdfs:label "Issued Credential"@en ; + rdfs:subClassOf core:Relationship ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeValue ; + owl:onProperty core:dateIssued ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeValue ; + owl:onProperty core:expirationDate ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:GeographicLocation ; + owl:onProperty core:validIn ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:description ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom owl:Thing ; + owl:onProperty core:hasSubjectArea ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom core:Credential ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom ; + ] ; +. +core:Laboratory + a owl:Class ; + obo:IAO_0000115 "An organization unit that facilitates or conduits observation, testing, experimentation, or research in a field of study or practice." ; + obo:IAO_0000115 "An organizational unit (as opposed to the physical facility) that performs research, provides services, or processes materials" ; + rdfs:label "Laboratory"@en ; + rdfs:subClassOf ; +. +core:LeaderRole + a owl:Class ; + obo:IAO_0000112 "A broad-ranging leader concept, from leading a small temporary committee to head of a large international organization." ; + obo:IAO_0000115 "A leadership role" ; + rdfs:label "Leader Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:Librarian + a owl:Class ; + obo:IAO_0000115 "A person working in a position of librarian or information professional, or academic or technical expert in support of providing information services or materials." ; + rdfs:label "Librarian"@en ; + rdfs:subClassOf ; +. +core:LibrarianPosition + a owl:Class ; + obo:IAO_0000112 "It is the common position in libraries." ; + obo:IAO_0000112 "Librarian; Library Systems Analyst; Music Bibliographer" ; + obo:IAO_0000115 "A position held by library and information science professionals, or academic or technical experts, in support of providing information services or materials" ; + rdfs:label "Librarian Position"@en ; + rdfs:subClassOf core:Position ; +. +core:Library + a owl:Class ; + obo:IAO_0000112 "Marston Science Library" ; + obo:IAO_0000112 "Used information from this definition: http://dictionary.reference.com/browse/library." ; + obo:IAO_0000115 "An organization maintaining one or more collections of physical and/or electronic information resources for access or lending." ; + rdfs:label "Library"@en ; + rdfs:subClassOf ; +. +core:License + a owl:Class ; + obo:IAO_0000112 "Licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill. See also core:Licensure." ; + obo:IAO_0000115 "Official or legal permission to do something" ; + rdfs:label "License"@en ; + rdfs:subClassOf core:Credential ; +. +core:Licensure + a owl:Class ; + obo:IAO_0000112 "A granted license, which gives a 'permission to practice.' Such licenses are usually issued in order to regulate some activity that is deemed to be dangerous or a threat to the person or the public or which involves a high level of specialized skill. See also core:License." ; + obo:IAO_0000115 "A granted license, which gives a 'permission to practice.'" ; + rdfs:label "Licensure"@en ; + rdfs:subClassOf core:IssuedCredential ; +. +core:Location + a owl:Class ; + obo:IAO_0000112 "It's anticipated that the subclasses will be used when classifying items. And, all locations can be viewable via this class." ; + obo:IAO_0000112 "Use subclasses of core:Location when classsifying items." ; + obo:IAO_0000115 "Top level of all location classes." ; + rdfs:label "Location"@en ; + rdfs:subClassOf obo:BFO_0000006 ; +. +core:MedicalResidency + a owl:Class ; + obo:IAO_0000115 "Residency is a stage of graduate medical training. " ; + rdfs:label "Medical Residency"@en ; + rdfs:subClassOf core:EducationalProcess ; +. +core:Meeting + a owl:Class ; + obo:IAO_0000115 "A gathering of people for a defined purpose, not necessarily public or announced" ; + rdfs:label "Meeting"@en ; + rdfs:subClassOf ; +. +core:MemberRole + a owl:Class ; + obo:IAO_0000115 "A role of being a member in a Process or an Organization" ; + rdfs:label "Member Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:Museum + a owl:Class ; + obo:IAO_0000112 "Definition was take from here: http://dictionary.reference.com/browse/museum" ; + obo:IAO_0000112 "The Getty Museum" ; + obo:IAO_0000115 "An organization devoted to the acquisition, conservation, study, exhibition, and educational interpretation of objects having scientific, historical, cultural or artistic value." ; + rdfs:label "Museum"@en ; + rdfs:subClassOf ; +. +core:NewsRelease + a owl:Class ; + obo:IAO_0000115 "A short written piece focused on an event or announcement of note, having a defined publication time and of less enduring interest than a news feature." ; + rdfs:label "News Release"@en ; + rdfs:subClassOf bibo:Document ; +. +core:Newsletter + a owl:Class ; + obo:IAO_0000112 "The Ornithological Newsletter" ; + obo:IAO_0000115 "Usually issued periodically, prepared by or for a group or institution to present information to a specific audience, often also made available to the press and public" ; + rdfs:label "Newsletter"@en ; + rdfs:subClassOf bibo:Periodical ; +. +core:NonAcademic + a owl:Class ; + obo:IAO_0000115 "A person holding a position that is not considered to be an academic appointment." ; + rdfs:label "Non-Academic"@en ; + rdfs:subClassOf ; +. +core:NonAcademicPosition + a owl:Class ; + obo:IAO_0000112 "Accounting & Research Services Assistant; Director of Information Technology" ; + obo:IAO_0000112 "Staff, support, and other non-academic positions." ; + obo:IAO_0000115 "A position classified as professional, staff, support, or any other non-academic role" ; + rdfs:label "Non-Academic Position"@en ; + rdfs:subClassOf core:Position ; +. +core:NonFacultyAcademic + a owl:Class ; + obo:IAO_0000115 "A person not considered a faculty member but holding an academic appointment." ; + rdfs:label "Non-Faculty Academic"@en ; + rdfs:subClassOf ; +. +core:NonFacultyAcademicPosition + a owl:Class ; + obo:IAO_0000112 "Researcher; Academic Extension Associate; Postdoctoral Associate" ; + obo:IAO_0000112 "Those positions are held by people who do academic work but do not have faculty positions in universities or institutes." ; + obo:IAO_0000115 "A position involving academic work but without faculty status" ; + rdfs:label "Non-Faculty Academic Position"@en ; + rdfs:subClassOf core:Position ; +. +core:OrganizerRole + a owl:Class ; + obo:IAO_0000115 "A role of organizing" ; + rdfs:label "Organizer Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:OrganizingProcess + a owl:Class ; + rdfs:label "Organizing Process"@en ; + rdfs:subClassOf obo:BFO_0000015 ; +. +core:OutreachProviderRole + a owl:Class ; + obo:IAO_0000112 "Communicating Astronomy to the Public" ; + obo:IAO_0000112 "The example is one outreach role required by US space agency NASA, which is related with one project in NASA. Name of the outreach role should be put here." ; + obo:IAO_0000115 "An outreach or community service role directed outside a person's primary profession and institution" ; + rdfs:label "Outreach Provider Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:PeerReviewerRole + a owl:Class ; + obo:IAO_0000112 """is a generic term for a process of self-regulation by a profession or a process of evaluation involving qualified individuals within the relevant field. Peer review methods are employed to maintain standards, improve performance and provide credibility. In academia the term is often used to denote a prepublication review of academic papers; reviewing an academic paper is often called refereeing. +Contents +[hide]""" ; + obo:IAO_0000115 "A role of peer reviewing" ; + rdfs:label "Peer Reviewer Role"@en ; + rdfs:subClassOf core:ReviewerRole ; +. +core:PopulatedPlace + a owl:Class ; + obo:IAO_0000115 "Either city or town - a thickly populated area having fixed boundaries and certain local powers of government." ; + rdfs:label "Populated Place"@en ; + rdfs:subClassOf core:GeopoliticalEntity ; +. +core:Position + a owl:Class ; + obo:IAO_0000112 "An employment activity, whether compensated or not. Short definition comes from http://en.wikipedia.org/wiki/Position, and has been modified." ; + obo:IAO_0000112 "Director of Admissions and Placement; Associate University Librarian" ; + obo:IAO_0000115 "Particular position in an organization, commonly identified by job title, and normally associated with a job description that details the tasks and responsibilities that go with the position." ; + rdfs:label "Position"@en ; + rdfs:subClassOf core:Relationship ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:int ; + owl:onProperty core:rank ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty core:relates ; + owl:someValuesFrom ; + ] ; +. +core:Postdoc + a owl:Class ; + obo:IAO_0000115 "A Person holding an academic employment appointment focused on research rather than teaching; temporary (or for some defined term)" ; + rdfs:label "Postdoc"@en ; + rdfs:subClassOf core:NonFacultyAcademic ; +. +core:PostdocOrFellowAdvisingRelationship + a owl:Class ; + obo:IAO_0000115 "An advisory relationship in which the advisee is a Postdoc or Fellow." ; + rdfs:label "Postdoc or Fellow Advising Relationship"@en ; + rdfs:subClassOf core:AdvisingRelationship ; +. +core:PostdocPosition + a owl:Class ; + obo:IAO_0000115 "A postdoctoral training appointment (job)" ; + rdfs:label "Postdoctoral Position"@en ; + rdfs:subClassOf core:NonFacultyAcademicPosition ; +. +core:PostdoctoralTraining + a owl:Class ; + obo:IAO_0000115 "Postdoctoral research is academic or scholarly research conducted by a person who has completed his or her doctoral studies, normally within the following five years. It is intended to further deepen expertise in a specialist subject." ; + rdfs:label "Postdoctoral Training"@en ; + rdfs:subClassOf core:EducationalProcess ; +. +core:Presentation + a owl:Class ; + obo:IAO_0000115 "Encompasses talk, speech, lecture, slide lecture, conference presentation" ; + rdfs:label "Presentation"@en ; + rdfs:subClassOf ; +. +core:PresenterRole + a owl:Class ; + obo:IAO_0000112 "Are we assuming that a PresenterRole is in a Presentation? Or could you have a PresenterRole in, say, a committee?" ; + obo:IAO_0000115 "A role of presenting information" ; + rdfs:label "Presenter Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:PresentingProcess + a owl:Class ; + rdfs:label "Presenting Process"@en ; + rdfs:subClassOf obo:BFO_0000015 ; +. +core:PrimaryPosition + a owl:Class ; + obo:IAO_0000112 "A position designated as primary by the organization or group where it is held. This designation may be applied to zero or more of an agent's positions and may be asserted in conjunction with other subclasses of position." ; + obo:IAO_0000115 "A position designated as primary by the organization where it is held." ; + rdfs:label "Primary Position"@en ; + rdfs:subClassOf core:Position ; +. +core:PrincipalInvestigatorRole + a owl:Class ; + obo:IAO_0000115 "Role of a person to direct a project or activity being supported by an Agreement (for example, a grant), and who is accountable to the grantee for the proper conduct of the project or activity. Also known as Program Director or Project Director." ; + rdfs:label "Principal Investigator Role"@en ; + rdfs:subClassOf core:InvestigatorRole ; +. +core:PrivateCompany + a owl:Class ; + obo:IAO_0000112 "Definition obtained here: http://answers.ask.com/Business/Finance/what_is_a_private_company. Examples of private companies found here: http://www.forbes.com/2008/11/03/largest-private-companies-biz-privates08-cx_sr_1103private_land.html" ; + obo:IAO_0000112 "Publix Super Markets; Ernst & Young; PricewaterhouseCoopers" ; + obo:IAO_0000115 "A private company is one that is privately-owned, and thus, is not publicly-traded in the stock market. Members of the general public cannot purchase stock in a private company unless that company chooses to go public and become a public company." ; + rdfs:label "Private Company"@en ; + rdfs:subClassOf core:Company ; +. +core:Program + a owl:Class ; + obo:IAO_0000112 "A Cornell graduate field (http://vivo.cornell.edu/index.jsp?home=65535&collection=820)" ; + obo:IAO_0000115 "An ongoing academic initiative not formalized with department or division status." ; + rdfs:label "Program"@en ; + rdfs:subClassOf ; +. +core:Project + a owl:Class ; + obo:IAO_0000112 """An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim. +""" ; + obo:IAO_0000115 "An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim." ; + rdfs:label "Project"@en ; + rdfs:subClassOf obo:BFO_0000015 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:GeographicRegion ; + owl:onProperty core:geographicFocus ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:description ; + ] ; +. +core:Publisher + a owl:Class ; + obo:IAO_0000112 "Definition found here: http://dictionary.reference.com/browse/publisher" ; + obo:IAO_0000112 "Elsevier; Harper & Row; Indiana University Press" ; + obo:IAO_0000115 "A person or company whose business is the publishing of books, periodicals, engravings, computer software, etc." ; + rdfs:label "Publisher"@en ; + rdfs:subClassOf ; +. +core:Relationship + a owl:Class ; + obo:IAO_0000112 "functions as an n-ary predicate" ; + obo:IAO_0000115 "a reified relationship" ; + rdfs:label "Relationship"@en ; + rdfs:subClassOf obo:BFO_0000020 ; +. +core:ResearchOrganization + a owl:Class ; + obo:IAO_0000115 "Any organization (likely also asserted as another class of Organization) with a primary, ongoing research function, not just through occasional roles" ; + rdfs:label "Research Organization"@en ; + rdfs:subClassOf ; +. +core:ResearchProposal + a owl:Class ; + obo:IAO_0000115 "A proposal for a research grant that has been submitted but not approved; does not represent an existing activity" ; + rdfs:label "Research Proposal"@en ; + rdfs:subClassOf bibo:Document ; +. +core:ResearcherRole + a owl:Class ; + obo:IAO_0000112 "Examples of research can be seen at: http://www.ufl.edu/research/products/index.html. Note these may have been funded, but the research doesn't have to be funded. Also, the research may be linked to an Agreement (for example, a Grant), but does not need to be." ; + obo:IAO_0000115 "A role of conducting funded or unfunded research, sometimes linked to an Agreement." ; + rdfs:label "Researcher Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:Review + a owl:Class ; + obo:IAO_0000115 "An article reviewing one or more other information resources (a book, one or more other articles, movies, etc)" ; + rdfs:label "Review"@en ; + rdfs:subClassOf bibo:Article ; +. +core:ReviewerRole + a owl:Class ; + obo:IAO_0000112 "A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper." ; + obo:IAO_0000115 "A role that encompasses both ongoing reviewer responsibility for a bibo:Collection, such as a Journal or Series, and also a review performed for a bibo:Document, such as a book, academic article or conference paper." ; + rdfs:label "Reviewer Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:Room + a owl:Class ; + obo:IAO_0000112 "100 Caldwell Hall; 114 Martha Van Rensselaer (Rushmore Conference Room)" ; + obo:IAO_0000112 "Enter room number of name." ; + obo:IAO_0000115 "Room that provides a particular service or is used for a particular activity." ; + rdfs:label "Room"@en ; + rdfs:subClassOf core:Facility ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:Facility ; + owl:onProperty obo:BFO_0000050 ; + ] ; +. +core:School + a owl:Class ; + obo:IAO_0000112 "Definition take from here: http://dictionary.reference.com/browse/school." ; + obo:IAO_0000112 "School of Architecture; School of Music" ; + obo:IAO_0000115 "An institution for instruction in a particular skill or field." ; + rdfs:label "School"@en ; + rdfs:subClassOf ; +. +core:Score + a owl:Class ; + obo:IAO_0000115 "Written musical composition for voice or instruments or both" ; + rdfs:label "Score"@en ; + rdfs:subClassOf bibo:Document ; +. +core:Screenplay + a owl:Class ; + obo:IAO_0000115 "Written script for a film production, including dialogue and descriptions of gestures, actions, shooting directions" ; + rdfs:label "Screenplay"@en ; + rdfs:subClassOf bibo:Document ; +. +core:SeminarSeries + a owl:Class ; + obo:IAO_0000112 "Applied Microeconomics Seminars; Future of Rural New York Seminar Series" ; + obo:IAO_0000112 "For individual seminars, use seminar instead. core:ConferenceSeries and core:SeminarSeries are very similar." ; + obo:IAO_0000115 "An organized series of a meeting for an exchange of ideas, typically put on by a department or center." ; + rdfs:label "Seminar Series"@en ; + rdfs:subClassOf core:EventSeries ; +. +core:ServiceProvidingLaboratory + a owl:Class ; + obo:IAO_0000112 "Ideally a defined class -- a Laboratory the provides some Service via the property" ; + obo:IAO_0000115 "A laboratory that provides services" ; + rdfs:label "Service Providing Lab"@en ; + rdfs:subClassOf core:Laboratory ; +. +core:Speech + a owl:Class ; + obo:IAO_0000115 "Text of a speech written in preparation for delivery of the speech." ; + rdfs:label "Speech"@en ; + rdfs:subClassOf bibo:Document ; +. +core:StateOrProvince + a owl:Class ; + obo:IAO_0000112 "Minnesota; Michigan; Indiana; New York; Quebec; Manitoba; Ontario" ; + obo:IAO_0000112 "Source of the Short Definition: http://www.thefreedictionary.com/state." ; + obo:IAO_0000115 "One of a number of areas or communities having their own governments and forming a federation under a sovereign government, as in the US." ; + rdfs:label "State or Province"@en ; + rdfs:subClassOf core:GeopoliticalEntity ; +. +core:Student + a owl:Class ; + obo:IAO_0000112 "Use only if no specific subclasses of core:Student describe the person." ; + obo:IAO_0000115 "A person who is enrolled in an educational institution." ; + rdfs:label "Student"@en ; + rdfs:subClassOf ; +. +core:StudentOrganization + a owl:Class ; + obo:IAO_0000112 "Dancin' Gators" ; + obo:IAO_0000112 "Definition take from here: http://en.wikipedia.org/wiki/Student_society" ; + obo:IAO_0000115 "A student organization is an organization, operated by students at a university, whose membership normally consists only of students." ; + rdfs:label "Student Organization"@en ; + rdfs:subClassOf ; +. +core:SubnationalRegion + a owl:Class ; + obo:IAO_0000112 "Boroughs; townships; districts; the Midwest" ; + obo:IAO_0000112 "Short definition was partially taken from http://en.wikipedia.org/wiki/Subnational_entity." ; + obo:IAO_0000115 "Smaller administrative division into which a country may be divided." ; + rdfs:comment "For example, the Midwest, northeast U.S." ; + rdfs:label "Subnational Region"@en ; + rdfs:subClassOf core:GeographicRegion ; +. +core:TeacherRole + a owl:Class ; + obo:IAO_0000115 "A role of serving as an educator" ; + rdfs:label "Teacher Role"@en ; + rdfs:subClassOf obo:BFO_0000023 ; +. +core:Team + a owl:Class ; + obo:IAO_0000112 "VIVO Outreach Team; VIVO Ontology Team" ; + obo:IAO_0000115 "A group of people working together." ; + obo:IAO_0000115 "An informal organization brought together for the purposes of a project or event" ; + rdfs:label "Team"@en ; + rdfs:subClassOf ; +. +core:Translation + a owl:Class ; + obo:IAO_0000115 "The result of rendering a work from one language to another" ; + rdfs:label "Translation"@en ; + rdfs:subClassOf bibo:Document ; +. +core:UndergraduateAdvisingRelationship + a owl:Class ; + obo:IAO_0000115 "An advisory relationship in which a professor advises an undergraduate student." ; + rdfs:label "Undergraduate Advising Relationship"@en ; + rdfs:subClassOf core:AdvisingRelationship ; +. +core:UndergraduateStudent + a owl:Class ; + obo:IAO_0000115 "A person registered in an undergraduate program leading to a bachelor's degree or an undergraduate diploma or certificate." ; + rdfs:label "Undergraduate Student"@en ; + rdfs:subClassOf core:Student ; +. +core:University + a owl:Class ; + obo:IAO_0000112 "Definition taken from: http://en.wikipedia.org/wiki/University" ; + obo:IAO_0000112 "University of Florida; Washington University in St. Louis" ; + obo:IAO_0000115 "An institution of higher education and research, which grants academic degrees in a variety of subjects, and provides both undergraduate education and postgraduate education." ; + rdfs:label "University"@en ; + rdfs:subClassOf ; +. +core:Video + a owl:Class ; + obo:IAO_0000115 "Audiovisual recording in video format" ; + rdfs:label "Video"@en ; + rdfs:subClassOf bibo:AudioVisualDocument ; +. +core:WorkingPaper + a owl:Class ; + obo:IAO_0000115 "A document created as a basis for discussion or a very early draft of a formal paper" ; + rdfs:label "Working Paper"@en ; + rdfs:subClassOf bibo:Document ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:placeOfPublication ; + ] ; +. +core:WorkshopSeries + a owl:Class ; + obo:IAO_0000112 "Use workshop for individual events." ; + obo:IAO_0000115 "An organized series of workshop events, whether repetitions of the same workshop or multiple different workshops." ; + rdfs:label "Workshop Series"@en ; + rdfs:subClassOf core:EventSeries ; +. +core:abbreviation + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000112 "A short form for an longer title or name." ; + obo:IAO_0000112 "B.A." ; + rdfs:label "abbreviation"@en ; +. +core:affiliatedOrganization + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "has affiliated organization"@en ; + rdfs:range ; +. +core:assignedBy + a owl:ObjectProperty ; + obo:IAO_0000115 "Relates a Relationship (as a predicate or n-ary relation over one or more Thing) to an Agent that defined or instantiated the predicate instance. "@en ; + rdfs:label "assigned by"@en ; + owl:inverseOf core:assigns ; +. +core:assignee + a owl:ObjectProperty ; + rdfs:domain bibo:Patent ; + rdfs:label "assignee"@en ; + rdfs:range ; + owl:inverseOf core:assigneeFor ; +. +core:assigneeFor + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "assignee for patent"@en ; + rdfs:range bibo:Patent ; +. +core:assigns + a owl:ObjectProperty ; + rdfs:label "assigns"@en ; +. +core:cclCode + a owl:DatatypeProperty ; + rdfs:domain bibo:Patent ; + rdfs:label "published US Classification Class/subclass (CCL) code"@en ; +. +core:conceptAssociatedWith + a owl:ObjectProperty ; + rdfs:label "concept for"@en ; + owl:inverseOf core:hasAssociatedConcept ; +. +core:confirmedOrcidId + a owl:ObjectProperty ; + rdfs:comment "Indicates that the Orcid ID has been confirmed by this Person" ; + rdfs:label "Orcid ID confirmation"@en-us ; + rdfs:range ; +. +core:contactInformation + a owl:DatatypeProperty ; + rdfs:label "contact information"@en ; +. +core:contributingRole + a owl:ObjectProperty ; + rdfs:label "contributor"@en ; + rdfs:range obo:BFO_0000023 ; + owl:inverseOf core:roleContributesTo ; +. +core:courseCredits + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:label "credits"@en ; +. +core:dateFiled + a owl:ObjectProperty ; + rdfs:domain bibo:Patent ; + rdfs:label "date filed"@en ; + rdfs:range core:DateTimeValue ; + rdfs:subPropertyOf core:dateTimeValue ; +. +core:dateIssued + a owl:ObjectProperty ; + rdfs:label "date issued"@en ; + rdfs:range core:DateTimeValue ; + rdfs:subPropertyOf core:dateTimeValue ; +. +core:dateTime + a owl:DatatypeProperty ; + rdfs:domain core:DateTimeValue ; + rdfs:label "date/time"@en ; + rdfs:range xsd:dateTime ; +. +core:dateTimeInterval + a owl:ObjectProperty ; + rdfs:label "date/time interval"@en ; + rdfs:range core:DateTimeInterval ; +. +core:dateTimePrecision + a owl:ObjectProperty ; + rdfs:domain core:DateTimeValue ; + rdfs:label "date/time precision"@en ; + rdfs:range core:DateTimeValuePrecision ; +. +core:dateTimeValue + a owl:ObjectProperty ; + rdfs:label "date/time value"@en ; + rdfs:range core:DateTimeValue ; +. +core:degreeCandidacy + a owl:ObjectProperty ; + rdfs:domain core:AdvisingRelationship ; + rdfs:label "degree candidacy"@en ; + rdfs:range core:AcademicDegree ; +. +core:departmentOrSchool + a owl:DatatypeProperty ; + vitro:descriptionAnnot "Not intended to be an institution name." ; + rdfs:domain core:EducationalProcess ; + rdfs:label "department or school name within institution"@en ; +. +core:description + a owl:DatatypeProperty ; + rdfs:label "description"@en ; +. +core:distributes + a owl:ObjectProperty ; + vitro:descriptionAnnot "Public Description for bibo:distributor taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:label "distributes"@en ; +. +core:distributesFundingFrom + a owl:ObjectProperty ; + vitro:descriptionAnnot "For example, National Science Foundation providesFundingThrough Graduate Research Fellowship Program; National Institutes of Health providesFundingThrough National Center for Research Resources. " ; + rdfs:domain core:FundingOrganization ; + rdfs:label "distributes funding from"@en ; + rdfs:range core:FundingOrganization ; + owl:inverseOf core:providesFundingThrough ; +. +core:eRACommonsId + a owl:DatatypeProperty ; + rdfs:domain ; + rdfs:label "eRA Commons ID"@en ; + rdfs:subPropertyOf core:identifier ; +. +core:eligibleFor + a owl:ObjectProperty ; + rdfs:label "credential eligibility attained"@en ; + rdfs:range core:Credential ; +. +core:end + a owl:ObjectProperty ; + rdfs:domain core:DateTimeInterval ; + rdfs:label "end"@en ; + rdfs:range core:DateTimeValue ; + rdfs:subPropertyOf core:dateTimeValue ; +. +core:entryTerm + a owl:DatatypeProperty ; + rdfs:label "entry term"@en ; +. +core:equipmentFor + a owl:ObjectProperty ; + rdfs:domain core:Equipment ; + rdfs:label "equipment for"@en-us ; + rdfs:range ; + rdfs:subPropertyOf ; + owl:inverseOf core:hasEquipment ; +. +core:expirationDate + a owl:ObjectProperty ; + rdfs:label "expiration date"@en ; + rdfs:subPropertyOf core:dateTimeValue ; +. +core:facilityFor + a owl:ObjectProperty ; + rdfs:domain core:Facility ; + owl:inverseOf core:hasFacility ; +. +core:featuredIn + a owl:ObjectProperty ; + vitro:descriptionAnnot "This is done through a restriction on the foaf:Person class." ; + rdfs:label "featured in"@en ; + rdfs:range obo:IAO_0000030 ; + owl:inverseOf core:features ; +. +core:features + a owl:ObjectProperty ; + obo:IAO_0000112 "This is done through a restriction on the foaf:Person class." ; + rdfs:domain obo:IAO_0000030 ; + rdfs:label "features"@en ; + rdfs:range ; +. +core:freetextKeyword + a owl:DatatypeProperty ; + obo:IAO_0000112 """conservation + +use one freetextKeyword assertion for each keyword or phrase.""" ; + obo:IAO_0000112 "one keyword or phrase per freetextKeyword assertion" ; + rdfs:label "keywords"@en ; +. +core:fundingVehicleFor + a owl:ObjectProperty ; + rdfs:domain core:Grant ; + rdfs:label "provides funding for"@en ; + rdfs:subPropertyOf core:supports ; + owl:inverseOf core:hasFundingVehicle ; +. +core:geographicFocus + a owl:ObjectProperty ; + rdfs:label "geographic focus"@en ; + rdfs:range core:GeographicRegion ; + owl:inverseOf core:geographicFocusOf ; +. +core:geographicFocusOf + a owl:ObjectProperty ; + rdfs:domain core:GeographicRegion ; + rdfs:label "geographic focus of"@en ; +. +core:governingAuthorityFor + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "governing authority for"@en ; + owl:inverseOf core:hasGoverningAuthority ; +. +core:grantDirectCosts + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + core:Contract + core:Grant + ) ; + ] ; + rdfs:label "direct costs"@en ; +. +core:grantSubcontractedThrough + a owl:ObjectProperty ; + rdfs:domain core:Grant ; + rdfs:label "subcontracted through"@en ; + rdfs:range ; + owl:inverseOf core:subcontractsGrant ; +. +core:hasAssociatedConcept + a owl:ObjectProperty ; + rdfs:label "associated concept"@en ; +. +core:hasCollaborator + a owl:ObjectProperty ; + a owl:SymmetricProperty ; + obo:IAO_0000112 "Fran has collaborator Jim, they work together regularly."@en ; + obo:IAO_0000114 obo:IAO_0000120 ; + obo:IAO_0000115 "Two agents are collaborators if they work together to produce common results."@en ; + obo:IAO_0000117 "PERSON: Michael Conlon"@en ; + obo:IAO_0000119 "Merriam Webster (https://www.merriam-webster.com/dictionary/collaborator)"@en ; + rdfs:domain ; + rdfs:label "has collaborator"@en ; + rdfs:range ; +. +core:hasEquipment + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "has equipment"@en ; + rdfs:range core:Equipment ; +. +core:hasFacility + a owl:ObjectProperty ; + rdfs:label "has facility"@en ; + rdfs:range core:Facility ; +. +core:hasFundingVehicle + a owl:ObjectProperty ; + rdfs:label "funding provided via"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + core:Contract + core:Grant + ) ; + ] ; +. +core:hasGoverningAuthority + a owl:ObjectProperty ; + rdfs:label "governing authority"@en ; + rdfs:range ; +. +core:hasMonetaryAmount + a owl:DatatypeProperty ; + rdfs:label "has monetary amount"@en ; +. +core:hasPredecessorOrganization + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "predecessor organization"@en ; + rdfs:range ; + owl:inverseOf core:hasSuccessorOrganization ; +. +core:hasPrerequisite + a owl:ObjectProperty ; + rdfs:domain core:Course ; + rdfs:label "has prerequisite"@en ; + rdfs:range core:Course ; + owl:inverseOf core:prerequisiteFor ; +. +core:hasProceedings + a owl:ObjectProperty ; + vitro:descriptionAnnot "A possible working example: The conference proceeding of the SPIE was generated from the conference - International Society for Optical Engineering." ; + rdfs:domain bibo:Conference ; + rdfs:label "proceedings"@en ; + rdfs:range bibo:Proceedings ; + owl:inverseOf core:proceedingsOf ; +. +core:hasPublicationVenue + a owl:ObjectProperty ; + rdfs:label "published in"@en ; + owl:inverseOf core:publicationVenueFor ; +. +core:hasResearchArea + a owl:ObjectProperty ; + rdfs:label "research areas"@en ; + rdfs:subPropertyOf core:hasAssociatedConcept ; + owl:inverseOf core:researchAreaOf ; +. +core:hasSubjectArea + a owl:ObjectProperty ; + rdfs:label "has subject area"@en ; + rdfs:subPropertyOf core:hasAssociatedConcept ; + owl:inverseOf core:subjectAreaOf ; +. +core:hasSuccessorOrganization + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "successor organization"@en ; + rdfs:range ; +. +core:hasTranslation + a owl:ObjectProperty ; + obo:IAO_0000112 "Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; + rdfs:domain bibo:Document ; + rdfs:label "has translation"@en ; + rdfs:range bibo:Document ; +. +core:hasValue + a owl:DatatypeProperty ; + rdfs:label "has value"@en ; +. +core:hideFromDisplay + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:label "hide from display"@en ; + rdfs:range xsd:boolean ; +. +core:hrJobTitle + a owl:DatatypeProperty ; + vitro:descriptionAnnot "Definition http://en.wikipedia.org/wiki/Job_title#Job_title." ; + vitro:exampleAnnot "administrative secretary" ; + rdfs:domain core:Position ; + rdfs:label "HR job title"@en ; +. +core:iclCode + a owl:DatatypeProperty ; + obo:IAO_0000112 """The International classification(s) to which the published application has been assigned. +""" ; + rdfs:domain bibo:Patent ; + rdfs:label "International Classification (ICL) code"@en ; +. +core:identifier + a owl:DatatypeProperty ; + rdfs:label "identifier"@en ; +. +core:informationResourceSupportedBy + a owl:ObjectProperty ; + vitro:descriptionAnnot "an information resource (typically a publication) supported by (typically via funding) an agreement (such as a grant)" ; + rdfs:domain obo:IAO_0000030 ; + rdfs:label "supported by"@en ; + rdfs:subPropertyOf core:supportedBy ; + owl:inverseOf core:supportedInformationResource ; +. +core:isCorrespondingAuthor + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + vitro:exampleAnnot "True; False" ; + rdfs:domain core:Authorship ; + rdfs:label "Is this person a corresponding author?"@en ; + rdfs:range xsd:boolean ; +. +core:licenseNumber + a owl:DatatypeProperty ; + rdfs:domain core:Licensure ; + rdfs:label "license number"@en ; +. +core:localAwardId + a owl:DatatypeProperty ; + obo:IAO_0000112 "core:localAwardId has a domain of core:Grant, and should be public since that's its public identifier for local use by OSP, accounting, department admins, and the PI " ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + core:Contract + core:Grant + ) ; + ] ; + rdfs:label "local award ID"@en ; + rdfs:subPropertyOf core:identifier ; +. +core:majorField + a owl:DatatypeProperty ; + obo:IAO_0000112 "Information Science; Computer Science; Anthropology" ; + rdfs:domain core:EducationalProcess ; + rdfs:label "major field of degree"@en ; +. +core:middleName + a owl:DatatypeProperty ; + rdfs:label "middle name or initial"@en ; +. +core:nihmsid + a owl:DatatypeProperty ; + rdfs:domain bibo:Article ; + rdfs:label "NIH Manuscript Submission System ID"@en ; + rdfs:subPropertyOf bibo:identifier ; +. +core:offeredBy + a owl:ObjectProperty ; + rdfs:label "offered by"@en ; + owl:inverseOf core:offers ; +. +core:offers + a owl:ObjectProperty ; + rdfs:label "offers"@en ; +. +core:orcidId + a owl:ObjectProperty ; + obo:IAO_0000112 "This is now an object property where the object value is a resource of the form . This is to support connecting VIVO and ORCID in the linked data web. Note: a person can have multiple ORCID iDs." ; + vitro:stubObjectPropertyAnnot true ; + rdfs:domain ; + rdfs:label "ORCID iD"@en ; +. +core:outreachOverview + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000112 "My extension program consists of developing and reporting disease management strategies that are both economically and environmentally sound for fresh market vegetable production. We hope that some of this testing will result in practices adaptable for organic production." ; + obo:IAO_0000112 "Used for a single narrative summary of outreach, typically covering a wide range of activities and time periods; use Outreach Provider Role for information on individual activities" ; + rdfs:domain ; + rdfs:label "outreach overview"@en ; +. +core:overview + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000112 "My research focuses on diseases of pine crops in the southeastern United States."@en ; + obo:IAO_0000115 "Short text for presentation describing the agent's purpose, activities, and/or accomplishments."@en ; + rdfs:domain ; + rdfs:label "overview"@en ; +. +core:patentNumber + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000112 "source of definition: http://www.uspto.gov/main/glossary/#p . The following site has patent number formats: http://www.uspto.gov/patents/ebc/kindcodesum.jsp ." ; + rdfs:domain bibo:Patent ; + rdfs:label "patent number"@en ; + rdfs:subPropertyOf bibo:identifier ; +. +core:placeOfPublication + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:label "place of publication"@en ; +. +core:pmcid + a owl:DatatypeProperty ; + obo:IAO_0000112 " A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available in PubMed Central. The PMCID is issued shortly after the PI or author approves the PubMed Central formatted web version of the submission. " ; + rdfs:domain bibo:Article ; + rdfs:label "PubMed Central ID"@en ; + rdfs:subPropertyOf bibo:identifier ; +. +core:preferredDisplayOrder + a owl:DatatypeProperty ; + rdfs:label "preferred display order"@en ; +. +core:prerequisiteFor + a owl:ObjectProperty ; + rdfs:domain core:Course ; + rdfs:label "prerequisite for"@en ; + rdfs:range core:Course ; +. +core:proceedingsOf + a owl:ObjectProperty ; + vitro:descriptionAnnot "A possible working example: The conference proceeding of the SPIE was generated from the conference - International Society for Optical Engineering." ; + rdfs:domain bibo:Proceedings ; + rdfs:label "proceedings of"@en ; + rdfs:range bibo:Conference ; +. +core:providesFundingThrough + a owl:ObjectProperty ; + obo:IAO_0000112 "For example, National Science Foundation providesFundingThrough Graduate Research Fellowship Program; National Institutes of Health providesFundingThrough National Center for Research Resources. " ; + rdfs:domain core:FundingOrganization ; + rdfs:label "provides funding through"@en ; + rdfs:range core:FundingOrganization ; +. +core:publicationVenueFor + a owl:ObjectProperty ; + rdfs:label "publication venue for"@en ; +. +core:publisher + a owl:ObjectProperty ; + obo:IAO_0000112 "Public Definition source (http://www.answers.com/topic/publisher)." ; + rdfs:label "publisher"@en ; + rdfs:range ; + owl:inverseOf core:publisherOf ; +. +core:publisherOf + a owl:ObjectProperty ; + obo:IAO_0000112 "Public Definition source (http://www.answers.com/topic/publisher)." ; + rdfs:domain ; + rdfs:label "publisher of"@en ; + rdfs:range obo:IAO_0000030 ; +. +core:rank + a owl:DatatypeProperty ; + obo:IAO_0000112 "this number indicates a position in a list" ; + rdfs:label "rank"@en ; + rdfs:range xsd:int ; +. +core:relatedBy + a owl:ObjectProperty ; + obo:IAO_0000115 "Relates a Thing to a Relationship as a Thing that is somehow related to other Thing in the same Relationship instance. A Relationship instnace is a predicate over Thing and is created by an Agent."@en ; + rdfs:label "related by"@en ; + owl:inverseOf core:relates ; +. +core:relates + a owl:ObjectProperty ; + obo:IAO_0000115 "Relates a Relationship instance to the one or more Thing of the Relationship. There is a separate property (assigned by) to relate to the Agent that defines the Relationship."@en ; + rdfs:label "relates"@en ; +. +core:reportId + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:domain bibo:Report ; + rdfs:label "report identifier"@en ; + rdfs:subPropertyOf bibo:identifier ; +. +core:reproduces + a owl:ObjectProperty ; + rdfs:domain bibo:Document ; + rdfs:label "reproduces"@en ; + rdfs:range bibo:Document ; + rdfs:subPropertyOf obo:BFO_0000051 ; +. +core:researchAreaOf + a owl:ObjectProperty ; + rdfs:label "research area of"@en ; + rdfs:subPropertyOf core:conceptAssociatedWith ; +. +core:researchOverview + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000112 "Used for a single narrative summary of research, typically covering a wide range of activities and time periods; use Researcher Role for information on individual activities" ; + rdfs:domain ; + rdfs:label "research overview"@en ; +. +core:researcherId + a owl:DatatypeProperty ; + obo:IAO_0000112 """RearcherID is a Thomson Reuters project where researchers have a place to manage and share their professional information. It will allow them to solve author identity issues while simultaneously adding dynamic citation metrics and collaboration networks to your personal profile. +Definition source: http://isiwebofknowledge.com/researcherid/""" ; + rdfs:domain ; + rdfs:label "ISI Researcher ID"@en ; + rdfs:subPropertyOf core:identifier ; +. +core:reviewedIn + a owl:ObjectProperty ; + vitro:descriptionAnnot "The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used." ; + rdfs:label "reviewed in"@en ; + rdfs:range core:Review ; +. +core:roleContributesTo + a owl:ObjectProperty ; + rdfs:domain obo:BFO_0000023 ; + rdfs:label "contributes to"@en ; +. +core:scopusId + a owl:DatatypeProperty ; + obo:IAO_0000112 "Home page for Scopus: http://www.scopus.com/home.url" ; + rdfs:domain ; + rdfs:label "Scopus ID"@en ; + rdfs:subPropertyOf core:identifier ; +. +core:seatingCapacity + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000112 "55" ; + obo:IAO_0000112 "definition modified from: source (http://en.wikipedia.org/wiki/Seating_capacity)." ; + rdfs:domain core:Room ; + rdfs:label "seating capacity"@en ; + rdfs:range xsd:int ; +. +core:sponsorAwardId + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000112 """Has a domain of Grant. There is not a strong reason have this be publically visible, since most users would care more about the name of the sponsoring agency than its identifier, but it does no harm to be public. + + +See also core:localAwardId. +""" ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + core:Contract + core:Grant + ) ; + ] ; + rdfs:label "sponsor award ID"@en ; + rdfs:subPropertyOf core:identifier ; +. +core:sponsoredBy + a owl:ObjectProperty ; + rdfs:domain core:Award ; + rdfs:label "award sponsored by"@en ; + rdfs:range ; + owl:inverseOf core:sponsors ; +. +core:sponsors + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "sponsors award or honor"@en ; + rdfs:range core:Award ; +. +core:start + a owl:ObjectProperty ; + rdfs:domain core:DateTimeInterval ; + rdfs:label "start"@en ; + rdfs:range core:DateTimeValue ; + rdfs:subPropertyOf core:dateTimeValue ; +. +core:subcontractsGrant + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "subcontracts grant"@en ; + rdfs:range core:Grant ; +. +core:subjectAreaOf + a owl:ObjectProperty ; + rdfs:label "subject area of"@en ; + rdfs:subPropertyOf core:conceptAssociatedWith ; +. +core:supplementalInformation + a owl:DatatypeProperty ; + rdfs:label "supplemental information"@en ; +. +core:supportedBy + a owl:ObjectProperty ; + vitro:descriptionAnnot "general relationship of support" ; + rdfs:label "supported by"@en ; + owl:inverseOf core:supports ; +. +core:supportedInformationResource + a owl:ObjectProperty ; + vitro:descriptionAnnot "an information resource (typically a publication) supported by (typically via funding) an agreement (such as a grant)" ; + rdfs:label "supported publications or other works"@en ; + rdfs:range obo:IAO_0000030 ; + rdfs:subPropertyOf core:supports ; +. +core:supports + a owl:ObjectProperty ; + vitro:descriptionAnnot "general relationship of support" ; + rdfs:label "supports"@en ; +. +core:teachingOverview + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000112 "Used for a single narrative summary of teaching, typically covering a wide range of courses including for credit and non-credit teaching over multiple semesters; the \"teaches\" property links a person directly with an instance of a Semester Class, typically from an institutional database of record; then use Teacher Role for information about a person's role in non-credit teaching or their specific contribution to individual courses" ; + rdfs:domain ; + rdfs:label "teaching overview"@en ; +. +core:termLabel + a owl:DatatypeProperty ; + rdfs:label "term label"@en ; +. +core:termType + a owl:DatatypeProperty ; + rdfs:label "term type"@en ; +. +core:totalAwardAmount + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + core:Contract + core:Grant + ) ; + ] ; + rdfs:label "total award amount"@en ; +. +core:translatorOf + a owl:ObjectProperty ; + rdfs:domain ; + rdfs:label "translator of"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + bibo:Collection + bibo:Document + ) ; + ] ; +. +core:validIn + a owl:ObjectProperty ; + rdfs:label "valid in"@en ; + rdfs:range core:GeographicLocation ; +. + + a owl:Class ; + obo:IAO_0000115 "Phase 0 Clinical Trial" ; + obo:IAO_0000115 "Phase 0 is a recent designation for exploratory, first-in-human trials conducted in accordance with the United States Food and Drug Administration's (FDA) 2006 Guidance on Exploratory Investigational New Drug (IND) Studies. Phase 0 trials are also known as human microdosing studies and are designed to speed up the development of promising drugs or imaging agents by establishing very early on whether the drug or agent behaves in human subjects as was expected from preclinical studies." ; + rdfs:label "Phase 0 Clinical Trial"@en ; + rdfs:subClassOf obo:ERO_0000016 ; +. + + a owl:Class ; + obo:IAO_0000115 "In Phase I trials, researchers test an experimental drug or treatment in a small group of people (20-80) for the first time to evaluate its safety, determine a safe dosage range, and identify side effects" ; + obo:IAO_0000115 "Phase 1 Clinical Trial" ; + rdfs:label "Phase 1 Clinical Trial"@en ; + rdfs:subClassOf obo:ERO_0000016 ; +. + + a owl:Class ; + obo:IAO_0000115 "In Phase 2 trials, an experimental study drug or treatment is given to a larger group of people (100-300) to see if it is effective and to further evaluate its safety." ; + obo:IAO_0000115 "Phase 2 Clinical Trial" ; + rdfs:label "Phase 2 Clinical Trial"@en ; + rdfs:subClassOf obo:ERO_0000016 ; +. + + a owl:Class ; + obo:IAO_0000115 """In Phase 3 trials, an experimental study drug or treatment is given to large groups of people (1,000-3,000) to confirm its effectiveness, monitor side effects, compare it to commonly used treatments, and collect information that will allow the experimental drug or treatment to be used safely. +""" ; + obo:IAO_0000115 "Phase 3 Clinical Trial" ; + rdfs:label "Phase 3 Clinical Trial"@en ; + rdfs:subClassOf obo:ERO_0000016 ; +. + + a owl:Class ; + obo:IAO_0000115 "In Phase 4 trials, post marketing studies delineate additional information including the drug's or treatment's risks, benefits, and optimal use." ; + obo:IAO_0000115 "Phase 4 Clinical Trial" ; + rdfs:label "Phase 4 Clinical Trial"@en ; + rdfs:subClassOf obo:ERO_0000016 ; +. + + a owl:ObjectProperty ; + rdfs:label "access provided by"@en ; + rdfs:range obo:ERO_0000391 ; +. + + a owl:ObjectProperty ; + rdfs:domain bibo:Document ; + rdfs:label "documentation for project or resource"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000004 + obo:ERO_0000005 + obo:ERO_0000006 + obo:ERO_0000014 + obo:ERO_0000020 + obo:ERO_0000071 + obo:ERO_0001716 + ) ; + ] ; +. + + a owl:DatatypeProperty ; + obo:IAO_0000115 "Every clinical trial in the United States must be approved and monitored by an Institutional Review Board (IRB). An IRB is an independent committee of physicians, statisticians, community advocates and others whose objective is to ensure that a clinical trial is ethical and the rights of study participants are protected. " ; + rdfs:label "Institutional Review Board (IRB) number"@en ; +. + + a owl:DatatypeProperty ; + obo:IAO_0000115 "ClinicalTrials.gov is an ICMJE-acceptable public registry, offering up-to-date information for locating clinical trials for a wide range of diseases and conditions. The U.S. National Institutes of Health (NIH), through its National Library of Medicine (NLM), developed this site in collaboration with the Food and Drug Administration (FDA), as a result of the FDA Modernization Act, which was passed into law in November 1997. This property should be publically visible since it is one of the principal identifiers in a national registry of clinical trials " ; + vitro:exampleAnnot "NCT00000419" ; + rdfs:label "National Clinical Trials (NCT) number"@en ; +. + + a owl:ObjectProperty ; + rdfs:domain obo:OBI_0000272 ; + rdfs:label "protocol realized by"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000005 + obo:ERO_0000014 + ) ; + ] ; +. + + a owl:DatatypeProperty ; + obo:IAO_0000115 "number of human participants in the study (trial)." ; + rdfs:label "study population count"@en ; +. + + a owl:ObjectProperty ; + rdfs:label "implements"@en ; +. + + a owl:ObjectProperty ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + obo:ERO_0000071 + obo:ERO_0001716 + ) ; + ] ; + rdfs:label "is encoded in"@en ; +. + + a owl:Class ; + rdfs:subClassOf obo:IAO_0000102 ; +. + + a owl:Class ; + rdfs:subClassOf obo:IAO_0000102 ; +. + + a owl:Class ; + rdfs:subClassOf obo:IAO_0000102 ; +. + + a owl:Class ; + rdfs:subClassOf obo:IAO_0000102 ; +. + + a owl:ObjectProperty ; + rdfs:label "has agent"@en ; +. +rdf:PlainLiteral + a rdfs:Datatype ; +. +rdfs:Literal + a rdfs:Datatype ; +. +rdfs:comment + a owl:AnnotationProperty ; +. +rdfs:isDefinedBy + a owl:AnnotationProperty ; +. +rdfs:label + a owl:AnnotationProperty ; +. +xsd:anyURI + a rdfs:Datatype ; +. +xsd:boolean + a rdfs:Datatype ; +. +xsd:date + a rdfs:Datatype ; +. +xsd:int + a rdfs:Datatype ; +. +xsd:string + a rdfs:Datatype ; +. +owl:DeprecatedProperty + a owl:ObjectProperty ; + rdfs:label "deprecated property"@en ; +. +owl:minCardinality + a owl:AnnotationProperty ; +. +owl:sameAs + a owl:ObjectProperty ; + rdfs:domain owl:Thing ; + rdfs:label "same as"@en ; + rdfs:range owl:Thing ; + rdfs:subPropertyOf owl:topObjectProperty ; +. +owl:topObjectProperty + a owl:ObjectProperty ; +. +ns:term_status + a owl:AnnotationProperty ; +. +skos:Concept + a owl:Class ; + rdfs:label "Concept"@en ; +. +skos:broader + a owl:ObjectProperty ; + obo:IAO_0000115 "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy ." ; + vitro:descriptionAnnot "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy ." ; + rdfs:domain skos:Concept ; + rdfs:label "broader concept"@en ; + rdfs:range skos:Concept ; + owl:inverseOf skos:narrower ; +. +skos:narrower + a owl:ObjectProperty ; + obo:IAO_0000115 "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy ." ; + vitro:descriptionAnnot "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy ." ; + rdfs:domain skos:Concept ; + rdfs:label "narrower concept"@en ; + rdfs:range skos:Concept ; +. +skos:related + a owl:ObjectProperty ; + a owl:SymmetricProperty ; + rdfs:domain skos:Concept ; + rdfs:label "related concept"@en ; + rdfs:range skos:Concept ; +. +skos:scopeNote + a owl:AnnotationProperty ; +. +vcard:Acquaintance + a owl:Class ; + rdfs:label "Acquaintance"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Address + a owl:Class ; + rdfs:comment "To specify the components of the delivery address for the vCard object" ; + rdfs:label "Address"@en ; + rdfs:subClassOf vcard:Addressing ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:country ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:country ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:locality ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:locality ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:postalCode ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:postalCode ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:region ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:region ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:streetAddress ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:streetAddress ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:Addressing + a owl:Class ; + rdfs:comment "These types are concerned with information related to the delivery addressing or label for the vCard object" ; + rdfs:label "Addressing"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:unionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:geo ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:geo ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:timeZone ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:timeZone ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:language ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:language ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:sortAs ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:sortAs ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:Agent + a owl:Class ; + rdfs:label "Agent"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Calendar + a owl:Class ; + rdfs:label "Calendar"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:geo ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:geo ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:timeZone ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:timeZone ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:CalendarBusy + a owl:Class ; + rdfs:comment """To specify the URI for the busy time associated with the object that the vCard represents. +Was called FBURI in vCard""" ; + rdfs:label "Calendar Busy"@en ; + rdfs:subClassOf vcard:Calendar ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:calendarBusy ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:calendarBusy ; + ] + ) ; + ] ; +. +vcard:CalendarLink + a owl:Class ; + rdfs:comment """To specify the URI for a calendar associated with the object represented by the vCard. +Was called CALURI in vCard.""" ; + rdfs:label "Calendar Link"@en ; + rdfs:subClassOf vcard:Calendar ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:calendarLink ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:calendarLink ; + ] + ) ; + ] ; +. +vcard:CalendarRequest + a owl:Class ; + rdfs:comment """To specify the calendar user address [RFC5545] to which a scheduling request [RFC5546] should be sent for the object represented by the vCard. +Was called CALADRURI in vCard""" ; + rdfs:label "Calendar Request"@en ; + rdfs:subClassOf vcard:Calendar ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:calendarRequest ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:calendarRequest ; + ] + ) ; + ] ; +. +vcard:Category + a owl:Class ; + rdfs:comment "To specify application category information about the vCard, also known as tags. This was called CATEGORIES in vCard." ; + rdfs:label "Category"@en ; + rdfs:subClassOf vcard:Explanatory ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:category ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:category ; + ] + ) ; + ] ; +. +vcard:Cell + a owl:Class ; + rdfs:comment "Also called mobile telephone" ; + rdfs:label "Cell"@en ; + rdfs:subClassOf vcard:TelephoneType ; +. +vcard:Child + a owl:Class ; + rdfs:label "Child"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Code + a owl:Class ; + rdfs:comment "Contains all the Code related Classes that are used to indicate vCard Types" ; + rdfs:label "Code"@en ; +. +vcard:Colleague + a owl:Class ; + rdfs:label "Colleague"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Communication + a owl:Class ; + rdfs:comment "These properties describe information about how to communicate with the object the vCard represents" ; + rdfs:label "Communication"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:unionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:geo ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:geo ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:timeZone ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:timeZone ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:language ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:language ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:sortAs ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:sortAs ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:Contact + a owl:Class ; + rdfs:label "Contact"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Coresident + a owl:Class ; + rdfs:label "Coresident"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Coworker + a owl:Class ; + rdfs:label "Coworker"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Crush + a owl:Class ; + rdfs:label "Crush"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Date + a owl:Class ; + rdfs:label "Date"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Email + a owl:Class ; + rdfs:comment "To specify the electronic mail address for communication with the object the vCard represents" ; + rdfs:label "Email"@en ; + rdfs:subClassOf vcard:Communication ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:email ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:email ; + ] + ) ; + ] ; +. +vcard:Emergency + a owl:Class ; + rdfs:label "Emergency"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Explanatory + a owl:Class ; + rdfs:comment "These properties are concerned with additional explanations, such as that related to informational notes or revisions specific to the vCard" ; + rdfs:label "Explanatory"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:unionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:geo ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:geo ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:timeZone ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:timeZone ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:language ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:language ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:sortAs ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:sortAs ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:Fax + a owl:Class ; + rdfs:label "Fax"@en ; + rdfs:subClassOf vcard:TelephoneType ; +. +vcard:Female + a owl:Class ; + rdfs:label "Female"@en ; + rdfs:subClassOf vcard:Gender ; +. +vcard:FormattedName + a owl:Class ; + rdfs:comment "Specifies the formatted text corresponding to the name of the object the vCard represents" ; + rdfs:label "Formatted Name"@en ; + rdfs:subClassOf vcard:Identification ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:formattedName ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:formattedName ; + ] + ) ; + ] ; +. +vcard:Friend + a owl:Class ; + rdfs:label "Friend"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Gender + a owl:Class ; + rdfs:label "Gender"@en ; + rdfs:subClassOf vcard:Code ; +. +vcard:Geo + a owl:Class ; + rdfs:comment "Used to indicate global positioning information that is specific to an address" ; + rdfs:label "Geo"@en ; + rdfs:subClassOf vcard:Geographical ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:geo ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:geo ; + ] + ) ; + ] ; +. +vcard:Geographical + a owl:Class ; + rdfs:comment "These properties are concerned with information associated with geographical positions or regions associated with the object the vCard represents" ; + rdfs:label "Geographical"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:sortAs ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:sortAs ; + ] + ) ; + ] ; +. +vcard:Group + a owl:Class ; + rdfs:comment "Defines all the properties required to be a Group of Individuals or Organizations" ; + rdfs:label "Group"@en ; + rdfs:subClassOf vcard:Kind ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:hasMember ; + owl:someValuesFrom vcard:Kind ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:hasMember ; + ] + ) ; + ] ; +. +vcard:Home + a owl:Class ; + rdfs:comment "This implies that the property is related to an individual's personal life" ; + rdfs:label "Home"@en ; + rdfs:subClassOf vcard:Type ; +. +vcard:Identification + a owl:Class ; + rdfs:comment "These types are used to capture information associated with the identification and naming of the entity associated with the vCard" ; + rdfs:label "Identification"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:unionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:geo ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:geo ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:timeZone ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:timeZone ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:language ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:language ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:sortAs ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:sortAs ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:Individual + a owl:Class ; + rdfs:comment "Defines all the properties required to be an Individual" ; + rdfs:label "Individual"@en ; + rdfs:subClassOf vcard:Kind ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:hasName ; + owl:someValuesFrom vcard:Name ; + ] + [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:hasName ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:anniversary ; + owl:someValuesFrom xsd:dateTime ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:anniversary ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:birthdate ; + owl:someValuesFrom xsd:dateTime ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:birthdate ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:gender ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:gender ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:InstantMessage + a owl:Class ; + rdfs:comment """To specify the URI for instant messaging and presence protocol communications with the object the vCard represents. +Was called IMPP in vCard.""" ; + rdfs:label "Messaging"@en ; + rdfs:subClassOf vcard:Communication ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty vcard:instantMessage ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:instantMessage ; + ] + ) ; + ] ; +. +vcard:Key + a owl:Class ; + rdfs:label "Key"@en ; + rdfs:subClassOf vcard:Security ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:key ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:key ; + ] + ) ; + ] ; +. +vcard:Kin + a owl:Class ; + rdfs:label "Kin"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Kind + a owl:Class ; + rdfs:comment "The parent class for all vCard Objects" ; + rdfs:label "VCard Kind"@en ; + rdfs:subClassOf obo:ARG_2000379 ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom vcard:Address ; + owl:onProperty vcard:hasAddress ; + ] + [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:hasAddress ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom vcard:Email ; + owl:onProperty vcard:hasEmail ; + ] + [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:hasEmail ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom vcard:FormattedName ; + owl:onProperty vcard:hasFormattedName ; + ] + [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:hasFormattedName ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom vcard:Nickname ; + owl:onProperty vcard:hasNickname ; + ] + [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:hasNickname ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom vcard:Telephone ; + owl:onProperty vcard:hasTelephone ; + ] + [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:hasTelephone ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom vcard:Title ; + owl:onProperty vcard:hasTitle ; + ] + [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:hasTitle ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom vcard:URL ; + owl:onProperty vcard:hasURL ; + ] + [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:hasURL ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:Language + a owl:Class ; + rdfs:comment "To specify the language(s) that may be used for contacting the entity associated with the vCard." ; + rdfs:label "Language"@en ; + rdfs:subClassOf vcard:Communication ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:language ; + ] + [ + a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:language ; + ] + ) ; + ] ; +. +vcard:Location + a owl:Class ; + rdfs:comment "Defines all the properties required to be a Location" ; + rdfs:label "Location"@en ; + rdfs:subClassOf vcard:Kind ; +. +vcard:Logo + a owl:Class ; + rdfs:comment "To specify a graphic image of a logo associated with the object the vCard represents" ; + rdfs:label "Logo"@en ; + rdfs:subClassOf vcard:Organizational ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:logo ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:logo ; + ] + ) ; + ] ; +. +vcard:Male + a owl:Class ; + rdfs:label "Male"@en ; + rdfs:subClassOf vcard:Gender ; +. +vcard:Me + a owl:Class ; + rdfs:label "Me"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Met + a owl:Class ; + rdfs:label "Met"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Muse + a owl:Class ; + rdfs:label "Muse"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Name + a owl:Class ; + rdfs:comment "Specifies the components of the name of the object the vCard represents" ; + rdfs:label "Name"@en ; + rdfs:subClassOf vcard:Identification ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:additionalName ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:additionalName ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:familyName ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:familyName ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:givenName ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:givenName ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:honorificPrefix ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:honorificPrefix ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:honorificSuffix ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:minCardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:honorificSuffix ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:Neighbor + a owl:Class ; + rdfs:label "Neighbor"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Nickname + a owl:Class ; + rdfs:comment "Specifies the text corresponding to the nickname of the object the vCard represents" ; + rdfs:label "Nickname"@en ; + rdfs:subClassOf vcard:Identification ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:nickName ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:nickName ; + ] + ) ; + ] ; +. +vcard:None + a owl:Class ; + rdfs:label "None"@en ; + rdfs:subClassOf vcard:Gender ; +. +vcard:Note + a owl:Class ; + rdfs:comment "To specify supplemental information or a comment that is associated with the vCard" ; + rdfs:label "Note"@en ; + rdfs:subClassOf vcard:Explanatory ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:note ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:note ; + ] + ) ; + ] ; +. +vcard:Organization + a owl:Class ; + rdfs:comment "Defines all the properties required to be an Organization" ; + rdfs:comment "To specify the organizational name associated with the vCard" ; + rdfs:label "Organization"@en ; + rdfs:subClassOf vcard:Kind ; +. +vcard:OrganizationName + a owl:Class ; + rdfs:label "Organization Name"@en ; + rdfs:subClassOf vcard:Organizational ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:organizationName ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:organizationName ; + ] + ) ; + ] ; +. +vcard:OrganizationUnitName + a owl:Class ; + rdfs:label "Organizational Unit Name"@en ; + rdfs:subClassOf vcard:OrganizationName ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:organizationalUnitName ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:organizationalUnitName ; + ] + ) ; + ] ; +. +vcard:Organizational + a owl:Class ; + rdfs:comment "These properties are concerned with information associated with characteristics of the organization or organizational units of the object that the vCard represents" ; + rdfs:label "Organizational"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:geo ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:geo ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:timeZone ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:timeZone ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:language ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:language ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:sortAs ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:sortAs ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:Other + a owl:Class ; + rdfs:label "Other"@en ; + rdfs:subClassOf vcard:Gender ; +. +vcard:Pager + a owl:Class ; + rdfs:label "Pager"@en ; + rdfs:subClassOf vcard:TelephoneType ; +. +vcard:Parent + a owl:Class ; + rdfs:label "Parent"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Photo + a owl:Class ; + rdfs:comment "Specifies an image or photograph information that annotates some aspect of the object the vCard represents" ; + rdfs:label "Photo"@en ; + rdfs:subClassOf vcard:Identification ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:photo ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:photo ; + ] + ) ; + ] ; +. +vcard:Related + a owl:Class ; + rdfs:comment "To specify a relationship between another entity and the entity represented by this vCard" ; + rdfs:label "Related"@en ; + rdfs:subClassOf vcard:Organizational ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:related ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:related ; + ] + ) ; + ] ; +. +vcard:RelatedType + a owl:Class ; + rdfs:label "Relation Type"@en ; + rdfs:subClassOf vcard:Code ; +. +vcard:Role + a owl:Class ; +. +vcard:Security + a owl:Class ; + rdfs:comment "Contains all the Security related Classes" ; + rdfs:label "Security"@en ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:geo ; + owl:someValuesFrom xsd:anyURI ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:geo ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:timeZone ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:timeZone ; + ] + ) ; + ] + [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty vcard:sortAs ; + ] + [ + a owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:sortAs ; + ] + ) ; + ] + ) ; + ] ; +. +vcard:Sibling + a owl:Class ; + rdfs:label "Sibling"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Sound + a owl:Class ; + rdfs:comment "To specify a digital sound content information that annotates some aspect of the vCard. This property is often used to specify the proper pronunciation of the name property value of the vCard" ; + rdfs:label "Sound"@en ; + rdfs:subClassOf vcard:Explanatory ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty vcard:sound ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:sound ; + ] + ) ; + ] ; +. +vcard:Spouse + a owl:Class ; + rdfs:label "Spouse"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Sweetheart + a owl:Class ; + rdfs:label "Sweetheart"@en ; + rdfs:subClassOf vcard:RelatedType ; +. +vcard:Telephone + a owl:Class ; + rdfs:label "Telephone"@en ; + rdfs:subClassOf vcard:Communication ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty vcard:telephone ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:telephone ; + ] + ) ; + ] ; +. +vcard:TelephoneType + a owl:Class ; + rdfs:label "Telephone Type"@en ; + rdfs:subClassOf vcard:Code ; +. +vcard:Text + a owl:Class ; + rdfs:comment "Also called sms telephone" ; + rdfs:label "Text"@en ; + rdfs:subClassOf vcard:TelephoneType ; +. +vcard:TextPhone + a owl:Class ; + rdfs:label "Text Phone"@en ; + rdfs:subClassOf vcard:TelephoneType ; +. +vcard:TimeZone + a owl:Class ; + rdfs:comment "Used to indicate time zone information that is specific to a location or address" ; + rdfs:label "Time Zone"@en ; + rdfs:subClassOf vcard:Geographical ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:timeZone ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:timeZone ; + ] + ) ; + ] ; +. +vcard:Title + a owl:Class ; + rdfs:comment "To specify the position or job of the object the vCard represents" ; + rdfs:label "Title"@en ; + rdfs:subClassOf vcard:Organizational ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:onProperty vcard:title ; + owl:someValuesFrom xsd:string ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:title ; + ] + ) ; + ] ; +. +vcard:Type + a owl:Class ; + rdfs:comment "This is called TYPE in vCard but renamed here to Context for less confusion (with types/class)" ; + rdfs:label "Type"@en ; + rdfs:subClassOf vcard:Code ; +. +vcard:URL + a owl:Class ; + rdfs:comment "To specify a uniform resource locator associated with the object to which the vCard refers. Examples for individuals include personal web sites, blogs, and social networking site identifiers. " ; + rdfs:label "URL"@en ; + rdfs:subClassOf vcard:Explanatory ; + owl:equivalentClass [ + a owl:Class ; + owl:intersectionOf ( + [ + a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty vcard:url ; + ] + [ + a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty vcard:url ; + ] + ) ; + ] ; +. +vcard:Unknown + a owl:Class ; + rdfs:label "Unknown"@en ; + rdfs:subClassOf vcard:Gender ; +. +vcard:Video + a owl:Class ; + rdfs:label "Video"@en ; + rdfs:subClassOf vcard:TelephoneType ; +. +vcard:Voice + a owl:Class ; + rdfs:label "Voice"@en ; + rdfs:subClassOf vcard:TelephoneType ; +. +vcard:Work + a owl:Class ; + rdfs:comment "This implies that the property is related to an individual's work place" ; + rdfs:label "Work"@en ; + rdfs:subClassOf vcard:Type ; +. +vcard:additionalName + a owl:DatatypeProperty ; + rdfs:domain vcard:Name ; + rdfs:label "additional name"@en ; + rdfs:range xsd:string ; +. +vcard:anniversary + a owl:DatatypeProperty ; + rdfs:comment "The date of marriage, or equivalent, of the object the vCard represents" ; + rdfs:domain vcard:Individual ; + rdfs:label "anniversary"@en ; + rdfs:range xsd:dateTime ; +. +vcard:birthdate + a owl:DatatypeProperty ; + rdfs:comment "To specify the birth date of the object the vCard represents" ; + rdfs:domain vcard:Individual ; + rdfs:label "birthdate"@en ; + rdfs:range xsd:dateTime ; +. +vcard:calendarBusy + a owl:DatatypeProperty ; + rdfs:domain vcard:CalendarBusy ; + rdfs:label "calendar busy"@en ; + rdfs:range xsd:anyURI ; +. +vcard:calendarLink + a owl:DatatypeProperty ; + rdfs:domain vcard:CalendarLink ; + rdfs:label "calendar link"@en ; + rdfs:range xsd:anyURI ; +. +vcard:calendarRequest + a owl:DatatypeProperty ; + rdfs:domain vcard:CalendarRequest ; + rdfs:label "calendar request"@en ; + rdfs:range xsd:anyURI ; +. +vcard:category + a owl:DatatypeProperty ; + rdfs:domain vcard:Category ; + rdfs:label "category"@en ; + rdfs:range xsd:string ; +. +vcard:country + a owl:DatatypeProperty ; + rdfs:domain vcard:Address ; + rdfs:label "country"@en ; + rdfs:range xsd:string ; +. +vcard:email + a owl:DatatypeProperty ; + rdfs:domain vcard:Email ; + rdfs:label "email"@en ; + rdfs:range xsd:string ; +. +vcard:familyName + a owl:DatatypeProperty ; + rdfs:comment "Called Family Name in vCard" ; + rdfs:domain vcard:Name ; + rdfs:label "has last name"@en ; + rdfs:range xsd:string ; +. +vcard:formattedName + a owl:DatatypeProperty ; + rdfs:domain vcard:FormattedName ; + rdfs:label "has formatted name"@en ; + rdfs:range xsd:string ; +. +vcard:gender + a owl:DatatypeProperty ; + rdfs:comment """To specify the components of the sex and gender identity of the object the vCard represents. +To enable other Gender/Sex codes to be used, this dataproperty has range URI. The vCard gender code classes are defined under Code/Gender""" ; + rdfs:domain vcard:Individual ; + rdfs:label "gender"@en ; + rdfs:range xsd:anyURI ; +. +vcard:geo + a owl:DatatypeProperty ; + rdfs:comment "Must use the geo URI scheme RFC5870" ; + rdfs:domain vcard:Geo ; + rdfs:label "geo"@en ; + rdfs:range xsd:anyURI ; +. +vcard:givenName + a owl:DatatypeProperty ; + rdfs:comment "called Given Name invCard" ; + rdfs:domain vcard:Name ; + rdfs:label "first name"@en ; + rdfs:range xsd:string ; +. +vcard:hasAddress + a owl:ObjectProperty ; + rdfs:label "has address"@en ; + rdfs:range vcard:Address ; +. +vcard:hasCalendarLink + a owl:ObjectProperty ; + rdfs:label "has calendar link"@en ; + rdfs:range vcard:CalendarLink ; +. +vcard:hasCalendarRequest + a owl:ObjectProperty ; + rdfs:label "has calendar request"@en ; + rdfs:range vcard:CalendarRequest ; +. +vcard:hasCalenderBusy + a owl:ObjectProperty ; + rdfs:label "has calendar busy"@en ; + rdfs:range vcard:CalendarBusy ; +. +vcard:hasCategory + a owl:ObjectProperty ; + rdfs:label "has category"@en ; + rdfs:range vcard:Category ; +. +vcard:hasEmail + a owl:ObjectProperty ; + rdfs:label "has email"@en ; + rdfs:range vcard:Email ; +. +vcard:hasFormattedName + a owl:ObjectProperty ; + rdfs:label "has formatted name"@en ; + rdfs:range vcard:FormattedName ; +. +vcard:hasGeo + a owl:ObjectProperty ; + rdfs:label "has geo"@en ; + rdfs:range vcard:Geo ; +. +vcard:hasInstantMessage + a owl:ObjectProperty ; + rdfs:label "has messaging"@en ; + rdfs:range vcard:InstantMessage ; +. +vcard:hasKey + a owl:ObjectProperty ; + rdfs:label "has key"@en ; + rdfs:range vcard:Key ; +. +vcard:hasLanguage + a owl:ObjectProperty ; + rdfs:label "has language"@en ; + rdfs:range vcard:Language ; +. +vcard:hasLogo + a owl:ObjectProperty ; + rdfs:label "has logo"@en ; + rdfs:range vcard:Logo ; +. +vcard:hasMember + a owl:ObjectProperty ; + rdfs:comment "To include a member in the group this vCard represents" ; + rdfs:domain vcard:Group ; + rdfs:label "member"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + vcard:Individual + vcard:Location + vcard:Organization + ) ; + ] ; +. +vcard:hasName + a owl:ObjectProperty ; + rdfs:label "has name"@en ; + rdfs:range vcard:Name ; +. +vcard:hasNickname + a owl:ObjectProperty ; + rdfs:label "has nickname"@en ; + rdfs:range vcard:Nickname ; +. +vcard:hasNote + a owl:ObjectProperty ; + rdfs:label "has note"@en ; + rdfs:range vcard:Note ; +. +vcard:hasOrganizationName + a owl:ObjectProperty ; + rdfs:label "has organization name"@en ; + rdfs:range vcard:OrganizationName ; +. +vcard:hasOrganizationalUnitName + a owl:ObjectProperty ; + rdfs:label "has organizational unit name"@en ; + rdfs:range vcard:OrganizationUnitName ; +. +vcard:hasPhoto + a owl:ObjectProperty ; + rdfs:label "has photo"@en ; + rdfs:range vcard:Photo ; +. +vcard:hasRelated + a owl:ObjectProperty ; + rdfs:label "has related"@en ; + rdfs:range vcard:Related ; +. +vcard:hasSound + a owl:ObjectProperty ; + rdfs:label "has sound"@en ; + rdfs:range vcard:Sound ; +. +vcard:hasTelephone + a owl:ObjectProperty ; + rdfs:label "has telephone"@en ; + rdfs:range vcard:Telephone ; +. +vcard:hasTimeZone + a owl:ObjectProperty ; + rdfs:label "has time zone"@en ; + rdfs:range vcard:TimeZone ; +. +vcard:hasTitle + a owl:ObjectProperty ; + rdfs:label "has title"@en ; + rdfs:range vcard:Title ; +. +vcard:hasURL + a owl:ObjectProperty ; + rdfs:label "has URL"@en ; + rdfs:range vcard:URL ; +. +vcard:honorificPrefix + a owl:DatatypeProperty ; + rdfs:comment "Called Honorific Prefix in vCard" ; + rdfs:domain vcard:Name ; + rdfs:label "honorific prefix"@en ; + rdfs:range xsd:string ; +. +vcard:honorificSuffix + a owl:DatatypeProperty ; + rdfs:domain vcard:Name ; + rdfs:label "honorific suffix"@en ; + rdfs:range xsd:string ; +. +vcard:instantMessage + a owl:DatatypeProperty ; + rdfs:domain vcard:InstantMessage ; + rdfs:label "instant message"@en ; + rdfs:range xsd:anyURI ; +. +vcard:key + a owl:DatatypeProperty ; + rdfs:domain vcard:Key ; + rdfs:label "key"@en ; + rdfs:range xsd:anyURI ; +. +vcard:language + a owl:DatatypeProperty ; + rdfs:comment "Use 2 char language code from RFC5646" ; + rdfs:label "has language"@en ; + rdfs:range xsd:string ; +. +vcard:locality + a owl:DatatypeProperty ; + rdfs:domain vcard:Address ; + rdfs:label "locality"@en ; + rdfs:range xsd:string ; +. +vcard:logo + a owl:DatatypeProperty ; + rdfs:domain vcard:Logo ; + rdfs:label "logo"@en ; + rdfs:range xsd:anyURI ; +. +vcard:nickName + a owl:DatatypeProperty ; + rdfs:domain vcard:Nickname ; + rdfs:label "nickname"@en ; + rdfs:range xsd:string ; +. +vcard:note + a owl:DatatypeProperty ; + rdfs:domain vcard:Note ; + rdfs:label "note"@en ; + rdfs:range xsd:string ; +. +vcard:organizationName + a owl:DatatypeProperty ; + rdfs:domain vcard:OrganizationName ; + rdfs:label "organization name"@en ; + rdfs:range xsd:string ; +. +vcard:organizationalUnitName + a owl:DatatypeProperty ; + rdfs:domain vcard:OrganizationUnitName ; + rdfs:label "organizational unit name"@en ; + rdfs:range xsd:string ; +. +vcard:photo + a owl:DatatypeProperty ; + rdfs:domain vcard:Photo ; + rdfs:label "photo"@en ; + rdfs:range xsd:anyURI ; +. +vcard:postalCode + a owl:DatatypeProperty ; + rdfs:domain vcard:Address ; + rdfs:label "postal code"@en ; + rdfs:range xsd:string ; +. +vcard:productId + a owl:DatatypeProperty ; + rdfs:label "product ID"@en ; + rdfs:range xsd:string ; +. +vcard:region + a owl:DatatypeProperty ; + rdfs:domain vcard:Address ; + rdfs:label "region"@en ; + rdfs:range xsd:string ; +. +vcard:related + a owl:DatatypeProperty ; + rdfs:domain vcard:Related ; + rdfs:label "related"@en ; + rdfs:range xsd:anyURI ; +. +vcard:revision + a owl:DatatypeProperty ; + rdfs:label "revision"@en ; + rdfs:range xsd:dateTime ; +. +vcard:role + a owl:DatatypeProperty ; + rdfs:domain vcard:Role ; + rdfs:label "role"@en ; + rdfs:range xsd:string ; +. +vcard:sortAs + a owl:DatatypeProperty ; + rdfs:label "sort as"@en ; + rdfs:range xsd:string ; +. +vcard:sound + a owl:DatatypeProperty ; + rdfs:domain vcard:Sound ; + rdfs:label "sound"@en ; + rdfs:range xsd:anyURI ; +. +vcard:source + a owl:DatatypeProperty ; + rdfs:label "source"@en ; + rdfs:range xsd:string ; +. +vcard:streetAddress + a owl:DatatypeProperty ; + rdfs:domain vcard:Address ; + rdfs:label "street address"@en ; + rdfs:range xsd:string ; +. +vcard:telephone + a owl:DatatypeProperty ; + rdfs:label "Telephone"@en ; + rdfs:range xsd:anyURI ; +. +vcard:timeZone + a owl:DatatypeProperty ; + rdfs:domain vcard:TimeZone ; + rdfs:label "timezone"@en ; + rdfs:range xsd:string ; +. +vcard:title + a owl:DatatypeProperty ; + rdfs:domain vcard:Title ; + rdfs:label "title"@en ; + rdfs:range xsd:string ; +. +vcard:uid + a owl:DatatypeProperty ; + rdfs:comment "To specify a value that represents a globally unique identifier corresponding to the entity associated with the vCard" ; + rdfs:label "uid"@en ; + rdfs:range xsd:anyURI ; +. +vcard:url + a owl:DatatypeProperty ; + rdfs:label "URL"@en ; + rdfs:range xsd:anyURI ; +. +skos2:editorialNote + a owl:AnnotationProperty ; +. +skos2:scopeNote + a owl:AnnotationProperty ; +. + + a owl:Class ; + obo:IAO_0000111 "agent" ; + obo:IAO_0000112 "see: http://xmlns.com/foaf/spec/#term_Agent" ; + obo:IAO_0000115 "Agents are things that do stuff" ; + obo:IAO_0000115 "Things that do stuff." ; + obo:IAO_0000117 "PERSON: Scott Hoffmann" ; + obo:IAO_0000118 "" ; + rdfs:comment "An agent" ; + rdfs:label "Agent"@en ; + rdfs:subClassOf obo:BFO_0000004 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom obo:IAO_0000030 ; + owl:onProperty core:featuredIn ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:Relationship ; + owl:onProperty core:relatedBy ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:freetextKeyword ; + ] ; + skos:scopeNote "Used to describe any \"agent\" related to bibliographic items. Such agents can be persons, organizations or groups of any kind."@en ; +. + + a owl:Class ; + obo:IAO_0000111 "group" ; + obo:IAO_0000112 """A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event. + +see: http://xmlns.com/foaf/spec/#term_Group""" ; + obo:IAO_0000115 " A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). " ; + obo:IAO_0000115 "A collection of individual agents." ; + obo:IAO_0000117 "PERSON: Scott Hoffmann" ; + rdfs:comment "A group" ; + rdfs:label "Group"@en ; + rdfs:subClassOf ; +. + + a owl:Class ; + obo:IAO_0000111 "organization" ; + obo:IAO_0000112 "Only use if no specific subclasses of foaf:organization desribe the organization." ; + obo:IAO_0000112 "This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available." ; + obo:IAO_0000115 "A generic class encompassing several types of organizations." ; + obo:IAO_0000115 "A kind of Agent corresponding to social instititutions such as companies, societies etc." ; + obo:IAO_0000117 "PERSON: Scott Hoffmann" ; + obo:IAO_0000118 "" ; + rdfs:comment "An organization" ; + rdfs:label "Organization"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:DateTimeInterval ; + owl:onProperty core:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:GeographicLocation ; + owl:onProperty obo:RO_0001025 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom rdfs:Literal ; + owl:onProperty core:abbreviation ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty obo:BFO_0000051 ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty obo:ARG_2000028 ; + owl:someValuesFrom vcard:Organization ; + ] ; + skos:scopeNote "Ued to describe an organization related to bibliographic items such as a publishing company, etc."@en ; +. + + a owl:Class ; + obo:IAO_0000111 "person" ; + obo:IAO_0000115 "An instance of a human being (Homo sapiens)" ; + obo:IAO_0000115 "The most general classification of a person" ; + obo:IAO_0000117 "PERSON: Melissa Haendel" ; + obo:IAO_0000118 "" ; + rdfs:comment "A person" ; + rdfs:label "Person"@en ; + rdfs:subClassOf ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:Credential ; + owl:onProperty core:eligibleFor ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom core:GeographicRegion ; + owl:onProperty core:geographicFocus ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty core:freetextKeyword ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom owl:Thing ; + owl:onProperty core:hasResearchArea ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty obo:ARG_2000028 ; + owl:someValuesFrom vcard:Individual ; + ] ; +. +[ + owl:minCardinality "1"^^xsd:nonNegativeInteger ; +]. diff --git a/semantic-ontology/vivo_all.ttl b/semantic-ontology/vivo_all.ttl new file mode 100644 index 0000000..f9351ce --- /dev/null +++ b/semantic-ontology/vivo_all.ttl @@ -0,0 +1,32 @@ +# baseURI: http://example.org/vivo_all +# imports: http://data.ehess.fr/ontology/vivo-ehess +# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://spinrdf.org/spl +# imports: http://vivoweb.org/ontology/core +# imports: http://vivoweb.org/ontology/core_fr_FR +# imports: http://vivoweb.org/ontology/vitroAnnotfr_FR +# prefix: vivo_all + +@prefix arg: . +@prefix core_fr_FR: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix sp: . +@prefix spin: . +@prefix spl: . +@prefix vitroAnnotfr_FR: . +@prefix vivo-ehess: . +@prefix vivo_all: . +@prefix xsd: . + + + a owl:Ontology ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:versionInfo "Created with TopBraid Composer" ; +. diff --git a/semantic-ontology/vivo_fr_FR.ttl b/semantic-ontology/vivo_fr_FR.ttl new file mode 100755 index 0000000..f90fff3 --- /dev/null +++ b/semantic-ontology/vivo_fr_FR.ttl @@ -0,0 +1,2667 @@ +# baseURI: http://vivoweb.org/ontology/core_fr_FR +# imports: http://purl.obolibrary.org/obo/arg/label +# imports: http://vivoweb.org/ontology/core +# prefix: core_fr_FR + +@prefix : . +@prefix bibo: . +@prefix core: . +@prefix core_fr_FR: . +@prefix vivo-fr: . +@prefix foaf: . +@prefix geo: . +@prefix ns: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix skos2: . +@prefix source: . +@prefix statistics: . +@prefix study_protocol: . +@prefix terms: . +@prefix vcard: . +@prefix vitro: . +@prefix vivo-rech: . +@prefix xsd: . + + + rdfs:label "Ontologie géopolitique"@fr-FR ; +. +geo:GDP + rdfs:label "PIB"@fr-FR ; +. +geo:GDPNotes + rdfs:label "Notes PIB"@fr-FR ; +. +geo:GDPTotalInCurrentPrices + rdfs:label "Total du PIB en prix courants"@fr-FR ; +. +geo:GDPUnit + rdfs:label "Unité de PIB"@fr-FR ; +. +geo:GDPYear + rdfs:label "GDPYear"@fr-FR ; +. +geo:agriculturalArea + rdfs:label "secteur agricole"@fr-FR ; +. +geo:agriculturalAreaNotes + rdfs:label "notes sur les territoires agricoles"@fr-FR ; +. +geo:agriculturalAreaTotal + rdfs:label "agriculturalAreaTotal"@fr-FR ; +. +geo:agriculturalAreaUnit + rdfs:label "unité territoriale agricole"@fr-FR ; +. +geo:agriculturalAreaYear + rdfs:label "territoireAgricoleAnnée"@fr-FR ; +. +geo:area + rdfs:label "Région"@fr-FR ; +. +geo:codeAGROVOC + rdfs:label "codeAGROVOC"@fr-FR ; +. +geo:codeCurrency + rdfs:label "codeMonnaie"@fr-FR ; +. +geo:codeDBPediaID + rdfs:label "codeDBPediaID"@fr-FR ; +. +geo:codeFAOSTAT + rdfs:label "codeFAOSTAT"@fr-FR ; +. +geo:codeFAOTERM + rdfs:label "codeFAOTERM"@fr-FR ; +. +geo:codeGAUL + rdfs:label "codeGAUL"@fr-FR ; +. +geo:codeISO2 + rdfs:label "codeISO2"@fr-FR ; +. +geo:codeISO3 + rdfs:label "codeISO3"@fr-FR ; +. +geo:codeUN + rdfs:label "codeUN"@fr-FR ; +. +geo:codeUNDP + rdfs:label "codeUNDP"@fr-FR ; +. +geo:countryArea + rdfs:label "paysRégion"@fr-FR ; +. +geo:countryAreaNotes + rdfs:label "note de pays et régions"@fr-FR ; +. +geo:countryAreaTotal + rdfs:label "total pays"@fr-FR ; +. +geo:countryAreaUnit + rdfs:label "Unité de pays"@fr-FR ; +. +geo:countryAreaYear + rdfs:label "paysRégionAnnée"@fr-FR ; +. +geo:disputed + rdfs:label "Contesté"@fr-FR ; +. +geo:economic_region + rdfs:label "Région économique"@fr-FR ; +. +geo:geographical_region + rdfs:label "Région transnationale"@fr-FR ; +. +geo:group + rdfs:label "Groupe"@fr-FR ; +. +geo:hasBorderWith + rdfs:label "frontière avec"@fr-FR ; +. +geo:hasCode + rdfs:label "code"@fr-FR ; +. +geo:hasCoordinate + rdfs:label "coordonnées"@fr-FR ; +. +geo:hasCurrency + rdfs:label "devise"@fr-FR ; +. +geo:hasListName + rdfs:label "has list name "@fr-FR ; +. +geo:hasMaxLatitude + rdfs:label "latitude maximale"@fr-FR ; +. +geo:hasMaxLongitude + rdfs:label "longitude maximale"@fr-FR ; +. +geo:hasMember + rdfs:label "pays ou territoire membre"@fr-FR ; +. +geo:hasMinLatitude + rdfs:label "latitude minimale"@fr-FR ; +. +geo:hasMinLongitude + rdfs:label "longitude minimale"@fr-FR ; +. +geo:hasNationality + rdfs:label "nationalité"@fr-FR ; +. +geo:hasOfficialName + rdfs:label "nom officiel"@fr-FR ; +. +geo:hasShortName + rdfs:label "nom court"@fr-FR ; +. +geo:hasStatistics + rdfs:label "statistiques"@fr-FR ; +. +geo:isAdministeredBy + rdfs:label "est administré par"@fr-FR ; +. +geo:isInGroup + rdfs:label "regroupement géographique"@fr-FR ; +. +geo:isPredecessorOf + rdfs:label "précède"@fr-FR ; +. +geo:isSuccessorOf + rdfs:label "est le successeur de"@fr-FR ; +. +geo:landArea + rdfs:label "zone terrestre"@fr-FR ; +. +geo:landAreaNotes + rdfs:label "notes territoriales"@fr-FR ; +. +geo:landAreaTotal + rdfs:label "superficie totale"@fr-FR ; +. +geo:landAreaUnit + rdfs:label "unité de surface"@fr-FR ; +. +geo:landAreaYear + rdfs:label "territoireAnnée"@fr-FR ; +. +geo:nameCurrencyAR + rdfs:label "nameCurrencyAR"@fr-FR ; +. +geo:nameCurrencyEN + rdfs:label "nameCurrencyEN"@fr-FR ; +. +geo:nameCurrencyES + rdfs:label "nameCurrencyES"@fr-FR ; +. +geo:nameCurrencyFR + rdfs:label "nameCurrencyFR"@fr-FR ; +. +geo:nameCurrencyIT + rdfs:label "nameCurrencyIT"@fr-FR ; +. +geo:nameCurrencyRU + rdfs:label "nameCurrencyRU"@fr-FR ; +. +geo:nameCurrencyZH + rdfs:label "nameCurrencyZH"@fr-FR ; +. +geo:nameListAR + rdfs:label "nameListAR"@fr-FR ; +. +geo:nameListEN + rdfs:label "nameListEN"@fr-FR ; +. +geo:nameListES + rdfs:label "nameListES"@fr-FR ; +. +geo:nameListFR + rdfs:label "nameListFR"@fr-FR ; +. +geo:nameListIT + rdfs:label "nameListIT"@fr-FR ; +. +geo:nameListRU + rdfs:label "nameListRU"@fr-FR ; +. +geo:nameListZH + rdfs:label "nameListZH"@fr-FR ; +. +geo:nameOfficialAR + rdfs:label "nameOfficialAR"@fr-FR ; +. +geo:nameOfficialEN + rdfs:label "nameOfficialEN"@fr-FR ; +. +geo:nameOfficialES + rdfs:label "nameOfficialES"@fr-FR ; +. +geo:nameOfficialFR + rdfs:label "nameOfficialFR"@fr-FR ; +. +geo:nameOfficialIT + rdfs:label "nomOfficielTI"@fr-FR ; +. +geo:nameOfficialRU + rdfs:label "nameOfficialRU"@fr-FR ; +. +geo:nameOfficialZH + rdfs:label "nameOfficialZH"@fr-FR ; +. +geo:nameShortAR + rdfs:label "nameShortAR"@fr-FR ; +. +geo:nameShortEN + rdfs:label "nameShortEN"@fr-FR ; +. +geo:nameShortES + rdfs:label "nameShortES"@fr-FR ; +. +geo:nameShortFR + rdfs:label "nameShortFR"@fr-FR ; +. +geo:nameShortIT + rdfs:label "nameShortIT"@fr-FR ; +. +geo:nameShortRU + rdfs:label "nomRaccourciRU "@fr-FR ; +. +geo:nameShortZH + rdfs:label "nameShortZH"@fr-FR ; +. +geo:nationalityAR + rdfs:label "nationalityAR"@fr-FR ; +. +geo:nationalityEN + rdfs:label "nationalityEN"@fr-FR ; +. +geo:nationalityES + rdfs:label "nationalityES"@fr-FR ; +. +geo:nationalityFR + rdfs:label "nationalitéFR "@fr-FR ; +. +geo:nationalityIT + rdfs:label "nationalityIT"@fr-FR ; +. +geo:nationalityRU + rdfs:label "nationalityRU"@fr-FR ; +. +geo:nationalityZH + rdfs:label "nationalityZH"@fr-FR ; +. +geo:non_self_governing + rdfs:label "Non autonome"@fr-FR ; +. +geo:organization + rdfs:label "Organisation"@fr-FR ; +. +geo:other + rdfs:label "Autre"@fr-FR ; +. +geo:population + rdfs:label "population"@fr-FR ; +. +geo:populationNotes + rdfs:label "notes démographiques"@fr-FR ; +. +geo:populationTotal + rdfs:label "population totale"@fr-FR ; +. +geo:populationUnit + rdfs:label "unité de population"@fr-FR ; +. +geo:populationYear + rdfs:label "populationAnnée"@fr-FR ; +. +geo:self_governing + rdfs:label "Autonome"@fr-FR ; +. +geo:special_group + rdfs:label "Groupe spécial"@fr-FR ; +. +geo:territory + rdfs:label "Territoire"@fr-FR ; +. +geo:validSince + rdfs:label "valide depuis"@fr-FR ; +. +geo:validUntil + rdfs:label "valide jusqu'à"@fr-FR ; +. +obo: + rdfs:label "OBO Foundry"@fr-FR ; +. +obo:ARG_0000001 + rdfs:label "gabarit"@fr-FR ; +. +obo:ARG_0000015 + rdfs:label "étiquette définie par l'utilisateur"@fr-FR ; +. +obo:ARG_0000172 + rdfs:label "ID de patient"@fr-FR ; +. +obo:ARG_0000197 + rdfs:label "ID de service de santé"@fr-FR ; +. +obo:ARG_2000008 + rdfs:label "Sujet mesure de poids"@fr-FR ; +. +obo:ARG_2000009 + rdfs:label "Mesure d'expertise"@fr-FR ; +. +obo:ARG_2000010 + rdfs:label "Processus de mesure du poids du sujet "@fr-FR ; +. +obo:ARG_2000011 + rdfs:label "Processus de mesure de l'expertise"@fr-FR ; +. +obo:ARG_2000012 + rdfs:label "Étiquette de mesure"@fr-FR ; +. +obo:ARG_2000021 + rdfs:label "Expérience"@fr-FR ; +. +obo:ARG_2000022 + rdfs:label "spécialisation"@fr-FR ; +. +obo:ARG_2000028 + rdfs:label "information du contact"@fr-FR ; +. +obo:ARG_2000029 + rdfs:label "Coordonnées pour"@fr-FR ; +. +obo:ARG_2000065 + rdfs:label "American Board of Allergy and Immunology"@fr-FR ; +. +obo:ARG_2000066 + rdfs:label "American Board of Anesthesiology"@fr-FR ; +. +obo:ARG_2000067 + rdfs:label "American Board of Colon and Rectal Surgery"@fr-FR ; +. +obo:ARG_2000068 + rdfs:label "American Board of Dermatology"@fr-FR ; +. +obo:ARG_2000069 + rdfs:label "American Board of Emergency Medicine"@fr-FR ; +. +obo:ARG_2000070 + rdfs:label "American Board of Family Medicine"@fr-FR ; +. +obo:ARG_2000071 + rdfs:label "American Board of Internal Medicine"@fr-FR ; +. +obo:ARG_2000072 + rdfs:label "American Board of Medical Genetics"@fr-FR ; +. +obo:ARG_2000073 + rdfs:label "American Board of Neurological Surgery"@fr-FR ; +. +obo:ARG_2000074 + rdfs:label "American Board of Nuclear Medicine"@fr-FR ; +. +obo:ARG_2000075 + rdfs:label "American Board of Obstetrics and Gynecology"@fr-FR ; +. +obo:ARG_2000076 + rdfs:label "American Board of Ophthalmology"@fr-FR ; +. +obo:ARG_2000077 + rdfs:label "American Board of Orthopaedic Surgery"@fr-FR ; +. +obo:ARG_2000078 + rdfs:label "American Board of Otolaryngology"@fr-FR ; +. +obo:ARG_2000079 + rdfs:label "American Board of Pathology"@fr-FR ; +. +obo:ARG_2000080 + rdfs:label "American Board of Pediatrics"@fr-FR ; +. +obo:ARG_2000081 + rdfs:label "American Board of Physical Medicine and Rehabilitation"@fr-FR ; +. +obo:ARG_2000083 + rdfs:label "American Board of Plastic Surgery"@fr-FR ; +. +obo:ARG_2000084 + rdfs:label "American Board of Preventive Medicine"@fr-FR ; +. +obo:ARG_2000085 + rdfs:label "American Board of Psychiatry and Neurology"@fr-FR ; +. +obo:ARG_2000086 + rdfs:label "American Board of Radiology"@fr-FR ; +. +obo:ARG_2000087 + rdfs:label "American Board of Surgery"@fr-FR ; +. +obo:ARG_2000088 + rdfs:label "American Board of Thoracic Surgery"@fr-FR ; +. +obo:ARG_2000089 + rdfs:label "American Board of Urology"@fr-FR ; +. +obo:ARG_2000376 + rdfs:label "Qualificatif du contact"@fr-FR ; +. +obo:ARG_2000377 + rdfs:label "Profil FOAF"@fr-FR ; +. +obo:ARG_2000379 + rdfs:label "Contact"@fr-FR ; +. +obo:ARG_2000390 + rdfs:label "contexte de"@fr-FR ; +. +obo:ARG_2000391 + rdfs:label "contexte"@fr-FR ; +. +obo:ARG_2000399 + rdfs:label "agent de liaison"@fr-FR ; +. +obo:ARG_2000400 + rdfs:label "nombre par année"@fr-FR ; +. +obo:BFO_0000001 + rdfs:label "Entité"@fr-FR ; +. +obo:BFO_0000002 + rdfs:label "Continuant"@fr-FR ; +. +obo:BFO_0000003 + rdfs:label "occurrence"@fr-FR ; +. +obo:BFO_0000004 + rdfs:label "Entité continuante indépendante "@fr-FR ; +. +obo:BFO_0000006 + rdfs:label "Région spatiale"@fr-FR ; +. +obo:BFO_0000008 + rdfs:label "Région temporelle"@fr-FR ; +. +obo:BFO_0000015 + rdfs:label "Processus"@fr-FR ; +. +obo:BFO_0000016 + rdfs:label "Disposition"@fr-FR ; +. +obo:BFO_0000017 + rdfs:label "Entité réalisable"@fr-FR ; +. +obo:BFO_0000019 + rdfs:label "Qualité"@fr-FR ; +. +obo:BFO_0000020 + rdfs:label "Continuant dépendant spécifiquement"@fr-FR ; +. +obo:BFO_0000023 + rdfs:label "Rôle"@fr-FR ; +. +obo:BFO_0000029 + rdfs:label "Site"@fr-FR ; +. +obo:BFO_0000031 + rdfs:label "Continuant génériquement dépendant"@fr-FR ; +. +obo:BFO_0000034 + rdfs:label "Fonction"@fr-FR ; +. +obo:BFO_0000038 + rdfs:label "Région temporelle unidimensionnelle"@fr-FR ; +. +obo:BFO_0000040 + rdfs:label "Entité matérielle"@fr-FR ; +. +obo:BFO_0000050 + rdfs:label "partie de"@fr-FR ; +. +obo:BFO_0000051 + rdfs:label "partie"@fr-FR ; +. +obo:BFO_0000054 + rdfs:label "réalisé dans"@fr-FR ; +. +obo:BFO_0000055 + rdfs:label "réalise"@fr-FR ; +. +obo:BFO_0000141 + rdfs:label "Entité immatérielle"@fr-FR ; +. +obo:BFO_0000148 + rdfs:label "Région temporelle à dimension zéro"@fr-FR ; +. +obo:ERO_0000004 + rdfs:label "Instrument"@fr-FR ; +. +obo:ERO_0000005 + rdfs:label "Service"@fr-FR ; +. +obo:ERO_0000006 + rdfs:label "Réactif"@fr-FR ; +. +obo:ERO_0000007 + rdfs:label "Technique"@fr-FR ; +. +obo:ERO_0000012 + rdfs:label "Rôle de fournisseur de service"@fr-FR ; +. +obo:ERO_0000014 + rdfs:label "Projet de recherche"@fr-FR ; +. +obo:ERO_0000015 + rdfs:label "Étude sur des sujets humains"@fr-FR ; +. +obo:ERO_0000016 + rdfs:label "Essai clinique"@fr-FR ; +. +obo:ERO_0000020 + rdfs:label "Spécimen biologique"@fr-FR ; +. +obo:ERO_0000029 + rdfs:label "fournit l'accès à"@fr-FR ; +. +obo:ERO_0000031 + rdfs:label "utilise"@fr-FR ; +. +obo:ERO_0000033 + rdfs:label "expertise technique"@fr-FR ; +. +obo:ERO_0000034 + rdfs:label "manufacturier"@fr-FR ; +. +obo:ERO_0000037 + rdfs:label "contact ou fournisseur de service"@fr-FR ; +. +obo:ERO_0000038 + rdfs:label "spécifie l'usage de"@fr-FR ; +. +obo:ERO_0000044 + rdfs:label "numéro d'inventaire"@fr-FR ; +. +obo:ERO_0000045 + rdfs:label "restrictions"@fr-FR ; +. +obo:ERO_0000046 + rdfs:label "restriction géographique"@fr-FR ; +. +obo:ERO_0000050 + rdfs:label "numéro de modèle"@fr-FR ; +. +obo:ERO_0000054 + rdfs:label "format de données de labo"@fr-FR ; +. +obo:ERO_0000070 + rdfs:label "utilisé par"@fr-FR ; +. +obo:ERO_0000071 + rdfs:label "Software"@fr-FR ; +. +obo:ERO_0000072 + rdfs:label "version"@fr-FR ; +. +obo:ERO_0000224 + rdfs:label "Rôle de financement"@fr-FR ; +. +obo:ERO_0000225 + rdfs:label "Rôle d'enseignant"@fr-FR ; +. +obo:ERO_0000390 + rdfs:label "service fourni par"@fr-FR ; +. +obo:ERO_0000391 + rdfs:label "Service d'accès"@fr-FR ; +. +obo:ERO_0000392 + rdfs:label "Service de stockage"@fr-FR ; +. +obo:ERO_0000393 + rdfs:label "Service de formation"@fr-FR ; +. +obo:ERO_0000394 + rdfs:label "Service de traitement matériel"@fr-FR ; +. +obo:ERO_0000395 + rdfs:label "Service d'analyse matérielle"@fr-FR ; +. +obo:ERO_0000396 + rdfs:label "Service de production de matières"@fr-FR ; +. +obo:ERO_0000397 + rdfs:label "réalise la technique"@fr-FR ; +. +obo:ERO_0000398 + rdfs:label "effectué par"@fr-FR ; +. +obo:ERO_0000424 + rdfs:label "étude démographique"@fr-FR ; +. +obo:ERO_0000460 + rdfs:label "documentation"@fr-FR ; +. +obo:ERO_0000481 + rdfs:label "réalise le protocole"@fr-FR ; +. +obo:ERO_0000482 + rdfs:label "logiciel"@fr-FR ; +. +obo:ERO_0000543 + rdfs:label "technique associée"@fr-FR ; +. +obo:ERO_0000565 + rdfs:label "Bureau du transfert technologique"@fr-FR ; +. +obo:ERO_0000572 + rdfs:label "étude sur"@fr-FR ; +. +obo:ERO_0000595 + rdfs:label "Opportunité de recherche"@fr-FR ; +. +obo:ERO_0000774 + rdfs:label "critères d'éligibilité"@fr-FR ; +. +obo:ERO_0000775 + rdfs:label "conditions de résidence"@fr-FR ; +. +obo:ERO_0000776 + rdfs:label "Rôle de résident (É.-U.)"@fr-FR ; +. +obo:ERO_0000777 + rdfs:label "Rôle de citoyen (É.-U.)"@en ; +. +obo:ERO_0000778 + rdfs:label "citoyen non américain"@fr-FR ; +. +obo:ERO_0000779 + rdfs:label "Rôle de résident permanent"@fr-FR ; +. +obo:ERO_0000780 + rdfs:label "Rôle de résident non-permanent"@fr-FR ; +. +obo:ERO_0000783 + rdfs:label "Rôle d'étudiant"@fr-FR ; +. +obo:ERO_0000784 + rdfs:label "Rôle d'étudiant de premier cycle"@fr-FR ; +. +obo:ERO_0000785 + rdfs:label "Rôle d'étudiant diplômé"@fr-FR ; +. +obo:ERO_0000786 + rdfs:label "Rôle d'élève du secondaire"@fr-FR ; +. +obo:ERO_0000787 + rdfs:label "Rôle d'employé"@fr-FR ; +. +obo:ERO_0000788 + rdfs:label "Rôle de professeur"@fr-FR ; +. +obo:ERO_0000789 + rdfs:label "Rôle d'employé"@fr-FR ; +. +obo:ERO_0000790 + rdfs:label "Stagiaire post-baccalauréat"@fr-FR ; +. +obo:ERO_0000914 + rdfs:label "Rôle de l'étudiant stagiaire de cycle supérieur"@fr-FR ; +. +obo:ERO_0000918 + rdfs:label "projet de recherche associé"@fr-FR ; +. +obo:ERO_0000919 + rdfs:label "spécimen biologique associé"@fr-FR ; +. +obo:ERO_0001245 + rdfs:label "Licences d'utilisation"@fr-FR ; +. +obo:ERO_0001254 + rdfs:label "Service de transport"@fr-FR ; +. +obo:ERO_0001255 + rdfs:label "Service de support"@fr-FR ; +. +obo:ERO_0001256 + rdfs:label "Service d'entreposage matériel"@fr-FR ; +. +obo:ERO_0001257 + rdfs:label "Service de stockage de données"@fr-FR ; +. +obo:ERO_0001258 + rdfs:label "Service d'entretien"@fr-FR ; +. +obo:ERO_0001259 + rdfs:label "Service d'entretien matériel"@fr-FR ; +. +obo:ERO_0001260 + rdfs:label "Service d'entretien de données"@fr-FR ; +. +obo:ERO_0001261 + rdfs:label "Service d'analyse"@fr-FR ; +. +obo:ERO_0001262 + rdfs:label "Service d'analyse de données"@fr-FR ; +. +obo:ERO_0001263 + rdfs:label "Service de modification matérielle"@fr-FR ; +. +obo:ERO_0001518 + rdfs:label "phase"@fr-FR ; +. +obo:ERO_0001520 + rdfs:label "effectue des études sur les humains"@fr-FR ; +. +obo:ERO_0001521 + rdfs:label "réalisé par l'organisation"@fr-FR ; +. +obo:ERO_0001716 + rdfs:label "Base de données"@fr-FR ; +. +obo:IAO_0000003 + rdfs:label "Étiquette d'unité de mesure"@fr-FR ; +. +obo:IAO_0000005 + rdfs:label "Spécification des objectifs"@fr-FR ; +. +obo:IAO_0000007 + rdfs:label "Spécification des actions"@fr-FR ; +. +obo:IAO_0000009 + rdfs:label "Étiquette de référence"@fr-FR ; +. +obo:IAO_0000013 + rdfs:label "Article"@fr-FR ; +. +obo:IAO_0000027 + rdfs:label "Élément de données"@fr-FR ; +. +obo:IAO_0000030 + rdfs:label "ressource"@fr-FR ; +. +obo:IAO_0000032 + rdfs:label "Point de référence de la mesure scalaire"@fr-FR ; +. +obo:IAO_0000033 + rdfs:label "Entité de directives"@fr-FR ; +. +obo:IAO_0000039 + rdfs:label "étiquette d'unité de mesure"@fr-FR ; +. +obo:IAO_0000102 + rdfs:label "Données sur une partie de l'ontologie"@fr-FR ; +. +obo:IAO_0000104 + rdfs:label "Spécification du plan"@fr-FR ; +. +obo:IAO_0000109 + rdfs:label "Référence de mesure"@fr-FR ; +. +obo:IAO_0000124 + rdfs:label "non préservé "@fr-FR ; +. +obo:IAO_0000136 + rdfs:label "traite de"@fr-FR ; +. +obo:IAO_0000142 + rdfs:label "mentions"@fr-FR ; +. +obo:IAO_0000144 + rdfs:label "Conclusion (texte)"@fr-FR ; +. +obo:IAO_0000221 + rdfs:label "mesure de qualité de"@fr-FR ; +. +obo:IAO_0000227 + rdfs:label "termes fusionnés"@fr-FR ; +. +obo:IAO_0000300 + rdfs:label "Entité textuelle"@fr-FR ; +. +obo:IAO_0000417 + rdfs:label "fait l'objet d'une évaluation qualitative "@fr-FR ; +. +obo:OBI_0000011 + rdfs:label "Processus planifié"@fr-FR ; +. +obo:OBI_0000017 + rdfs:label "Rôle réglementaire"@fr-FR ; +. +obo:OBI_0000272 + rdfs:label "Protocole"@fr-FR ; +. +obo:OBI_0000293 + rdfs:label "intrant spécifique"@fr-FR ; +. +obo:OBI_0000299 + rdfs:label "résultat défini"@fr-FR ; +. +obo:OBI_0000304 + rdfs:label "manufacturé par"@fr-FR ; +. +obo:OBI_0000312 + rdfs:label "résultat spécifique de"@fr-FR ; +. +obo:OBI_0000417 + rdfs:label "atteint l'objectif fixé"@fr-FR ; +. +obo:OBI_0000643 + rdfs:label "grain "@fr-FR ; +. +obo:OBI_0000833 + rdfs:label "objectif atteint par"@fr-FR ; +. +obo:OBI_0000835 + rdfs:label "Manufacturier"@fr-FR ; +. +obo:OBI_0001554 + rdfs:label "Référence de mesure du taux"@fr-FR ; +. +obo:OBI_0100026 + rdfs:label "Organisme"@fr-FR ; +. +obo:OBI_0500000 + rdfs:label "Plan d'étude"@fr-FR ; +. +obo:RO_0000052 + rdfs:label "inhérent à"@fr-FR ; +. +obo:RO_0000053 + rdfs:label "détenteur de"@fr-FR ; +. +obo:RO_0000056 + rdfs:label "participe à"@fr-FR ; +. +obo:RO_0000057 + rdfs:label "participants"@fr-FR ; +. +obo:RO_0001000 + rdfs:label "dérivé de"@fr-FR ; +. +obo:RO_0001015 + rdfs:label "lieu de"@fr-FR ; +. +obo:RO_0001018 + rdfs:label "contenu dans"@fr-FR ; +. +obo:RO_0001019 + rdfs:label "contient"@fr-FR ; +. +obo:RO_0001025 + rdfs:label "situé en"@fr-FR ; +. +obo:RO_0002220 + rdfs:label "adjacent à"@fr-FR ; +. +obo:RO_0002233 + rdfs:label "intrant"@fr-FR ; +. +obo:RO_0002234 + rdfs:label "résultat"@fr-FR ; +. +obo:RO_0002350 + rdfs:label "membre de"@fr-FR ; +. +obo:RO_0002351 + rdfs:label "membre"@fr-FR ; +. +obo:RO_0002353 + rdfs:label "résultat de"@fr-FR ; +. +obo:RO_0003000 + rdfs:label "produit"@fr-FR ; +. +obo:RO_0003001 + rdfs:label "produit par"@fr-FR ; +. +obo:UO_0000280 + rdfs:label "Unité tarifaire"@fr-FR ; +. + + rdfs:label "Événement ontologique"@fr-FR ; +. + + rdfs:label "Événement"@fr-FR ; +. +terms:contributor + rdfs:label "contributeur"@fr-FR ; +. +terms:relation + rdfs:label "relation"@fr-FR ; +. + + rdfs:label "Recherche OCRe"@fr-FR ; +. + + rdfs:label "planification des recherches (OCRe)"@fr-FR ; +. + + rdfs:label "Phase"@fr-FR ; +. + + rdfs:label "Phase 0"@fr-FR ; +. + + rdfs:label "Phase 1"@fr-FR ; +. + + rdfs:label "Phase 2"@fr-FR ; +. + + rdfs:label "Phase 3"@fr-FR ; +. + + rdfs:label "Phase 4"@fr-FR ; +. + + rdfs:label "Étude d'un seul groupe"@fr-FR ; +. +bibo: + rdfs:label "Ontologie Bibo"@fr-FR ; +. +bibo:AcademicArticle + rdfs:label "Article de recherche"@fr-FR ; +. +bibo:Article + rdfs:label "Article"@fr-FR ; +. +bibo:AudioDocument + rdfs:label "Document audio"@fr-FR ; +. +bibo:AudioVisualDocument + rdfs:label "Document audiovisuel"@fr-FR ; +. +bibo:Bill + rdfs:label "Loi"@fr-FR ; +. +bibo:Book + rdfs:label "Livre"@fr-FR ; +. +bibo:BookSection + rdfs:label "Section d'un livre"@fr-FR ; +. +bibo:Brief + rdfs:label "Dossier"@fr-FR ; +. +bibo:Chapter + rdfs:label "Chapitre"@fr-FR ; +. +bibo:Code + rdfs:label "Code"@fr-FR ; +. +bibo:CollectedDocument + rdfs:label "Documents recueillis"@fr-FR ; +. +bibo:Collection + rdfs:label "Collection"@fr-FR ; +. +bibo:Conference + rdfs:label "Conférence"@fr-FR ; +. +bibo:CourtReporter + rdfs:label "Greffier"@fr-FR ; +. +bibo:Document + rdfs:label "Document"@fr-FR ; +. +bibo:DocumentPart + rdfs:label "Partie du document"@fr-FR ; +. +bibo:DocumentStatus + rdfs:label "Statut du document"@fr-FR ; +. +bibo:EditedBook + rdfs:label "Livre édité"@fr-FR ; +. +bibo:Excerpt + rdfs:label "Extrait"@fr-FR ; +. +bibo:Film + rdfs:label "Film"@fr-FR ; +. +bibo:Hearing + rdfs:label "Audience"@fr-FR ; +. +bibo:Image + rdfs:label "Image"@fr-FR ; +. +bibo:Interview + rdfs:label "Interview"@fr-FR ; +. +bibo:Issue + rdfs:label "numéro"@fr-FR ; +. +bibo:Journal + rdfs:label "Revue"@fr-FR ; +. +bibo:LegalCaseDocument + rdfs:label "Document de cas juridique"@fr-FR ; +. +bibo:LegalDecision + rdfs:label "Décision"@fr-FR ; +. +bibo:LegalDocument + rdfs:label "Document légal"@fr-FR ; +. +bibo:Legislation + rdfs:label "Législation"@fr-FR ; +. +bibo:Letter + rdfs:label "Lettre"@fr-FR ; +. +bibo:Magazine + rdfs:label "Revue"@fr-FR ; +. +bibo:Manual + rdfs:label "Manuel"@fr-FR ; +. +bibo:Manuscript + rdfs:label "manuscrit"@fr-FR ; +. +bibo:Map + rdfs:label "Carte"@fr-FR ; +. +bibo:Newspaper + rdfs:label "Journal"@fr-FR ; +. +bibo:Note + rdfs:label "Note"@fr-FR ; +. +bibo:Patent + rdfs:label "Brevet"@fr-FR ; +. +bibo:Performance + rdfs:label "Performance"@fr-FR ; +. +bibo:Periodical + rdfs:label "Périodique"@fr-FR ; +. +bibo:PersonalCommunicationDocument + rdfs:label "Document de communication personnel"@fr-FR ; +. +bibo:Proceedings + rdfs:label "Actes"@fr-FR ; +. +bibo:Quote + rdfs:label "Citation"@fr-FR ; +. +bibo:ReferenceSource + rdfs:label "Source de référence"@fr-FR ; +. +bibo:Report + rdfs:label "Rapport"@fr-FR ; +. +bibo:Series + rdfs:label "Collection"@fr-FR ; +. +bibo:Slide + rdfs:label "Diapositive"@fr-FR ; +. +bibo:Slideshow + rdfs:label "Diaporama"@fr-FR ; +. +bibo:Standard + rdfs:label "Standard"@fr-FR ; +. +bibo:Statute + rdfs:label "Statut"@fr-FR ; +. +bibo:Thesis + rdfs:label "Thèse"@fr-FR ; +. +bibo:ThesisDegree + rdfs:label "Diplôme de thèse"@fr-FR ; +. +bibo:Webpage + rdfs:label "Page web"@fr-FR ; +. +bibo:Website + rdfs:label "Site web"@fr-FR ; +. +bibo:Workshop + rdfs:label "Atelier"@fr-FR ; +. +bibo:abstract + rdfs:label "résumé"@fr-FR ; +. +bibo:accepted + rdfs:label "accepté"@fr-FR ; +. +bibo:affirmedBy + rdfs:label "affirmé par"@fr-FR ; +. +bibo:annotates + rdfs:label "annote"@fr-FR ; +. +bibo:asin + rdfs:label "Amazon Standard Identification Number (ASIN)"@fr-FR ; +. +bibo:chapter + rdfs:label "numéro de chapitre"@fr-FR ; +. +bibo:citedBy + rdfs:label "cité par"@fr-FR ; +. +bibo:cites + rdfs:label "cite"@fr-FR ; +. +bibo:coden + rdfs:label "coden"@fr-FR ; +. +bibo:court + rdfs:label "Tribunal "@fr-FR ; +. +bibo:degree + rdfs:label "diplôme associé"@fr-FR ; +. +bibo:director + rdfs:label "directeur"@fr-FR ; +. +bibo:distributor + rdfs:label "distributeur"@fr-FR ; +. +bibo:doi + rdfs:label "Digital Object Identifier (DOI)"@fr-FR ; +. +bibo:draft + rdfs:label "brouillon"@fr-FR ; +. +bibo:eanucc13 + rdfs:label "EAN International-Uniform Code Council (EAN-UCC) 13"@fr-FR ; +. +bibo:edition + rdfs:label "édition"@fr-FR ; +. +bibo:eissn + rdfs:label "Electronic International Standard Serial Number (EISSN)"@fr-FR ; +. +bibo:gtin14 + rdfs:label "Global Trade Item Number (GTIN-14)"@fr-FR ; +. +bibo:identifier + rdfs:label "identifiant"@fr-FR ; +. +bibo:interviewee + rdfs:label "personne interviewée"@fr-FR ; +. +bibo:interviewer + rdfs:label "intervieweur"@fr-FR ; +. +bibo:isbn10 + rdfs:label "International Standard Book Number (ISBN) 10"@fr-FR ; +. +bibo:isbn13 + rdfs:label "International Standard Book Number (ISBN) 13"@fr-FR ; +. +bibo:issn + rdfs:label "International Standard Serial Number (ISSN)"@fr-FR ; +. +bibo:issue + rdfs:label "numéro"@fr-FR ; +. +bibo:issuer + rdfs:label "émetteur"@fr-FR ; +. +bibo:lccn + rdfs:label " numéro de contrôle de Library of Congress (LCCN)"@fr-FR ; +. +bibo:locator + rdfs:label "localisateur"@fr-FR ; +. +bibo:numPages + rdfs:label "nombre de pages"@fr-FR ; +. +bibo:number + rdfs:label "numéro"@fr-FR ; +. +bibo:oclcnum + rdfs:label " numéro de Online Computer Library Center (OCLC)"@fr-FR ; +. +bibo:pageEnd + rdfs:label "page de fin"@fr-FR ; +. +bibo:pageStart + rdfs:label "Page de début"@fr-FR ; +. +bibo:peerReviewed + rdfs:label "revu par les pairs"@fr-FR ; +. +bibo:performer + rdfs:label "interprète"@fr-FR ; +. +bibo:pmid + rdfs:label "ID PubMed"@fr-FR ; +. +bibo:prefixName + rdfs:label "préfixe de nom"@fr-FR ; +. +bibo:presentedAt + rdfs:label "présenté à l'événement"@fr-FR ; +. +bibo:presents + rdfs:label "documents associés"@fr-FR ; +. +bibo:published + rdfs:label "publié"@fr-FR ; +. +bibo:recipient + rdfs:label "destinataire"@fr-FR ; +. +bibo:rejected + rdfs:label "rejeté"@fr-FR ; +. +bibo:reproducedIn + rdfs:label "reproduit dans"@fr-FR ; +. +bibo:reversedBy + rdfs:label "inversé par"@fr-FR ; +. +bibo:reviewOf + rdfs:label "critique de"@fr-FR ; +. +bibo:section + rdfs:label "section"@fr-FR ; +. +bibo:shortDescription + rdfs:label "courte description"@fr-FR ; +. +bibo:sici + rdfs:label "Serial Item and Contribution Identifier (SICI)"@fr-FR ; +. +bibo:status + rdfs:label "statut"@fr-FR ; +. +bibo:subsequentLegalDecision + rdfs:label "décision légale subséquente"@fr-FR ; +. +bibo:transcriptOf + rdfs:label "transcription de"@fr-FR ; +. +bibo:translationOf + rdfs:label "traduction de"@fr-FR ; +. +bibo:translator + rdfs:label "traducteur"@fr-FR ; +. +bibo:unpublished + rdfs:label "non publié"@fr-FR ; +. +bibo:upc + rdfs:label "Code universel de produit (UPC)"@fr-FR ; +. +bibo:uri + rdfs:label "URI"@fr-FR ; +. +bibo:volume + rdfs:label "volume"@fr-FR ; +. + + rdfs:label "Citation Counting and Context Characterization Ontology"@fr-FR ; +. + + rdfs:label "Source de données bibliographiques"@fr-FR ; +. + + rdfs:label "Nombre total de citations"@fr-FR ; +. + + rdfs:label "fréquence globale de citation"@fr-FR ; +. + + rdfs:label "Date du compteur global des citations"@fr-FR ; +. + + rdfs:label "source de compte global"@fr-FR ; +. + + rdfs:label "compteur global"@fr-FR ; +. + + rdfs:label "CiTO (Citation Typing Ontology)"@fr-FR ; +. + + rdfs:label "cite comme source de données"@fr-FR ; +. + + rdfs:label "est cité comme source par"@fr-FR ; +. + + rdfs:label "FaBiO (FRBR-Aligned Bibliographic Ontology)"@fr-FR ; +. + + rdfs:label "Recommandation clinique"@fr-FR ; +. + + rdfs:label "Commentaire"@fr-FR ; +. + + rdfs:label "Erratum"@fr-FR ; +. + + rdfs:label "espace de nommage URI préféré"@fr-FR ; +. + + rdfs:label "interne à Vitro"@fr-FR ; +. +vitro:moniker + rdfs:label "moniker (deprecated) "@fr-FR ; +. + + rdfs:label "Vitro Public Ontology"@fr-FR ; +. + + rdfs:label "Dossier"@fr-FR ; +. + + rdfs:label "FichierOctetFlux"@fr-FR ; +. + + rdfs:label "VIVO Core"@fr-FR ; +. +core:Abstract + rdfs:label "Résumé"@fr-FR ; +. +core:AcademicDegree + rdfs:label "Diplôme universitaire"@fr-FR ; +. +core:AcademicDepartment + rdfs:label "Département (académique)"@fr-FR ; +. +core:AcademicTerm + rdfs:label "Période académique"@fr-FR ; +. +core:AcademicYear + rdfs:label "Année académique"@fr-FR ; +. +core:AdministratorRole + rdfs:label "Rôle d'administrateur"@fr-FR ; +. +core:AdviseeRole + rdfs:label "Rôle de personne conseillée"@fr-FR ; +. +core:AdvisingProcess + rdfs:label "Processus de consultation"@fr-FR ; +. +core:AdvisingRelationship + rdfs:label "Relation de conseil"@fr-FR ; +. +core:AdvisorRole + rdfs:label "Rôle de conseiller"@fr-FR ; +. +core:Association + rdfs:label "Association"@fr-FR ; +. +core:AttendeeRole + rdfs:label "Rôle de participant"@fr-FR ; +. +core:AttendingProcess + rdfs:label "Processus de participation"@fr-FR ; +. +core:Authorship + rdfs:label "Paternité"@fr-FR ; +. +core:Award + rdfs:label "Prix et distinctions"@fr-FR ; +. +core:AwardReceipt + rdfs:label "Prix ou distinction reçu"@fr-FR ; +. +core:AwardedDegree + rdfs:label "Diplôme accordé"@fr-FR ; +. +core:Blog + rdfs:label "Blogue"@fr-FR ; +. +core:BlogPosting + rdfs:label "Publication de blogue"@fr-FR ; +. +core:Building + rdfs:label "Édifice"@fr-FR ; +. +core:Campus + rdfs:label "Campus"@fr-FR ; +. +core:CaseStudy + rdfs:label "Étude de cas"@fr-FR ; +. +core:Catalog + rdfs:label "Catalogue"@fr-FR ; +. +core:Center + rdfs:label "Centre"@fr-FR ; +. +core:Certificate + rdfs:label "Certificat"@fr-FR ; +. +core:Certification + rdfs:label "Certification"@fr-FR ; +. +core:ClinicalOrganization + rdfs:label "Organisation clinique"@fr-FR ; +. +core:ClinicalRole + rdfs:label "Rôle clinique"@fr-FR ; +. +core:CoPrincipalInvestigatorRole + rdfs:label "Rôle de co-chercheur principal"@fr-FR ; +. +core:College + rdfs:label "Collège"@fr-FR ; +. +core:Committee + rdfs:label "Comité"@fr-FR ; +. +core:Company + rdfs:label "Compagnie"@fr-FR ; +. +core:Competition + rdfs:label "Compétition"@fr-FR ; +. +core:ConferencePaper + rdfs:label "Article de conférence"@fr-FR ; +. +core:ConferencePoster + rdfs:label "Affiche de conférence"@fr-FR ; +. +core:ConferenceSeries + rdfs:label "Série de conférences"@fr-FR ; +. +core:Consortium + rdfs:label "Consortium"@fr-FR ; +. +core:Continent + rdfs:label "Continent"@fr-FR ; +. +core:Contract + rdfs:label "Contrat"@fr-FR ; +. +core:CoreLaboratory + rdfs:label "Laboratoire principal"@fr-FR ; +. +core:Country + rdfs:label "Pays"@fr-FR ; +. +core:County + rdfs:label "Comté"@fr-FR ; +. +core:Course + rdfs:label "Cours"@fr-FR ; +. +core:Credential + rdfs:label "certification"@fr-FR ; +. +core:Database + rdfs:label "Base de données"@fr-FR ; +. +core:Dataset + rdfs:label "Jeu de données"@fr-FR ; +. +core:DateTimeInterval + rdfs:label "intervalle date/heure"@fr-FR ; +. +core:DateTimeValue + rdfs:label "Date/Temps"@fr-FR ; +. +core:DateTimeValuePrecision + rdfs:label "Précision date/heure"@fr-FR ; +. +core:Department + rdfs:label "Département"@fr-FR ; +. +core:Division + rdfs:label "Division"@fr-FR ; +. +core:EditorRole + rdfs:label "Rôle d'éditeur"@fr-FR ; +. +core:EditorialArticle + rdfs:label "Article éditorial"@fr-FR ; +. +core:Editorship + rdfs:label "Rédaction"@fr-FR ; +. +core:EducationalProcess + rdfs:label "Processus éducationnel"@fr-FR ; +. +core:EmeritusFaculty + rdfs:label "Professeur émérite"@fr-FR ; +. +core:EmeritusLibrarian + rdfs:label "Bibliothécaire émérite"@fr-FR ; +. +core:EmeritusProfessor + rdfs:label "Professeur émérite"@fr-FR ; +. +core:Equipment + rdfs:label "Équipement"@fr-FR ; +. +core:EventSeries + rdfs:label "Série d'événements"@fr-FR ; +. +core:Exhibit + rdfs:label "Exposition"@fr-FR ; +. +core:ExtensionUnit + rdfs:label "Service de vulgarisation"@fr-FR ; +. +core:F1000Link + rdfs:label "Lien F1000"@fr-FR ; +. +core:Facility + rdfs:label "Installation"@fr-FR ; +. +core:FacultyAdministrativePosition + rdfs:label "Poste administratif de professeur"@fr-FR ; +. +core:FacultyMember + rdfs:label "Professeur"@fr-FR ; +. +core:FacultyMentoringRelationship + rdfs:label "Relation de mentorat entre les professeurs"@fr-FR ; +. +core:FacultyPosition + rdfs:label "Poste de professeur"@fr-FR ; +. +core:Foundation + rdfs:label "Fondation"@fr-FR ; +. +core:FundingOrganization + rdfs:label "Organisme de financement"@fr-FR ; +. +core:GeographicLocation + rdfs:label "Lieu géographique"@fr-FR ; +. +core:GeographicRegion + rdfs:label "Région géographique"@fr-FR ; +. +core:GeopoliticalEntity + rdfs:label "Entité géopolitique"@fr-FR ; +. +core:GovernmentAgency + rdfs:label "Agence gouvernementale"@fr-FR ; +. +core:GraduateAdvisingRelationship + rdfs:label "Relation de conseil aux diplômés"@fr-FR ; +. +core:GraduateStudent + rdfs:label "Diplômé"@fr-FR ; +. +core:Grant + rdfs:label "Subvention"@fr-FR ; +. +core:Hospital + rdfs:label "Hôpital"@fr-FR ; +. +core:Institute + rdfs:label "Institut"@fr-FR ; +. +core:Internship + rdfs:label "Stage"@fr-FR ; +. +core:InvestigatorRole + rdfs:label "Rôle de chercheur"@fr-FR ; +. +core:InvitedTalk + rdfs:label "Conférence sur invitation"@fr-FR ; +. +core:IssuedCredential + rdfs:label "Diplôme émis"@fr-FR ; +. +core:Laboratory + rdfs:label "Laboratoire"@fr-FR ; +. +core:LeaderRole + rdfs:label "Rôle de leader"@fr-FR ; +. +core:Librarian + rdfs:label "Bibliothécaire"@fr-FR ; +. +core:LibrarianPosition + rdfs:label "Poste de bibliothécaire"@fr-FR ; +. +core:Library + rdfs:label "Bibliothèque"@fr-FR ; +. +core:License + rdfs:label "Permis"@fr-FR ; +. +core:Licensure + rdfs:label "Permis d'exercer"@fr-FR ; +. +core:Location + rdfs:label "Lieu"@fr-FR ; +. +core:MedicalResidency + rdfs:label "Résidence médicale"@fr-FR ; +. +core:Meeting + rdfs:label "Réunion"@fr-FR ; +. +core:MemberRole + rdfs:label "Rôle de membre"@fr-FR ; +. +core:Museum + rdfs:label "Musée"@fr-FR ; +. +core:NewsRelease + rdfs:label "Communiqué de presse"@fr-FR ; +. +core:Newsletter + rdfs:label "Bulletin d'information"@fr-FR ; +. +core:NonAcademic + rdfs:label "Non-académique"@fr-FR ; +. +core:NonAcademicPosition + rdfs:label "Poste non-académique"@fr-FR ; +. +core:NonFacultyAcademic + rdfs:label "Enseignant"@fr-FR ; +. +core:NonFacultyAcademicPosition + rdfs:label "Poste académique non professoral"@fr-FR ; +. +core:OrganizerRole + rdfs:label "Rôle d'organisateur"@fr-FR ; +. +core:OrganizingProcess + rdfs:label "Processus organisationnel"@fr-FR ; +. +core:OutreachProviderRole + rdfs:label "Rôle de responsable de la mobilisation des connaissances "@fr-FR ; +. +core:PeerReviewerRole + rdfs:label "Rôle de pair évaluateur"@fr-FR ; +. +core:PopulatedPlace + rdfs:label "Lieu habité"@fr-FR ; +. +core:Position + rdfs:label "Poste"@fr-FR ; +. +core:Postdoc + rdfs:label "Post-doctorat"@fr-FR ; +. +core:PostdocOrFellowAdvisingRelationship + rdfs:label "Relation conseil avec les étudiants post-doctoraux ou fellow "@fr-FR ; +. +core:PostdocPosition + rdfs:label "Poste postdoctoral"@fr-FR ; +. +core:PostdoctoralTraining + rdfs:label "Formation postdoctorale"@fr-FR ; +. +core:Presentation + rdfs:label "Présentation"@fr-FR ; +. +core:PresenterRole + rdfs:label "Rôle de présentateur"@fr-FR ; +. +core:PresentingProcess + rdfs:label "Processus de présentation"@fr-FR ; +. +core:PrimaryPosition + rdfs:label "Poste principal"@fr-FR ; +. +core:PrincipalInvestigatorRole + rdfs:label "Rôle de chercheur principal"@fr-FR ; +. +core:PrivateCompany + rdfs:label "Compagnie privée"@fr-FR ; +. +core:Program + rdfs:label "Programme"@fr-FR ; +. +core:Project + rdfs:label "Projet"@fr-FR ; +. +core:Publisher + rdfs:label "Éditeur"@fr-FR ; +. +core:Relationship + rdfs:label "Relation"@fr-FR ; +. +core:ResearchOrganization + rdfs:label "Organisation de recherche"@fr-FR ; +. +core:ResearchProposal + rdfs:label "Proposition de recherche"@fr-FR ; +. +core:ResearcherRole + rdfs:label "Rôle de chercheur"@fr-FR ; +. +core:Review + rdfs:label "Critique"@fr-FR ; +. +core:ReviewerRole + rdfs:label "Rôle de réviseur"@fr-FR ; +. +core:Room + rdfs:label "Chambre"@fr-FR ; +. +core:School + rdfs:label "École"@fr-FR ; +. +core:Score + rdfs:label "Pointage"@fr-FR ; +. +core:Screenplay + rdfs:label "Scénario"@fr-FR ; +. +core:SeminarSeries + rdfs:label "Collection de séminaires"@fr-FR ; +. +core:ServiceProvidingLaboratory + rdfs:label "Service de laboratoire"@fr-FR ; +. +core:Speech + rdfs:label "Discours"@fr-FR ; +. +core:StateOrProvince + rdfs:label "État ou Province"@fr-FR ; +. +core:Student + rdfs:label "Étudiant"@fr-FR ; +. +core:StudentOrganization + rdfs:label "Organisation étudiante"@fr-FR ; +. +core:SubnationalRegion + rdfs:label "Région infranationale"@fr-FR ; +. +core:TeacherRole + rdfs:label "Rôle de professeur"@fr-FR ; +. +core:Team + rdfs:label "Équipe"@fr-FR ; +. +core:Translation + rdfs:label "Traduction"@fr-FR ; +. +core:UndergraduateAdvisingRelationship + rdfs:label "Relation conseil de premier cycle"@fr-FR ; +. +core:UndergraduateStudent + rdfs:label "Étudiant de premier cycle"@fr-FR ; +. +core:University + rdfs:label "Université"@fr-FR ; +. +core:Video + rdfs:label "Vidéo"@fr-FR ; +. +core:WorkingPaper + rdfs:label "Document de travail"@fr-FR ; +. +core:WorkshopSeries + rdfs:label "Séries d'ateliers"@fr-FR ; +. +core:abbreviation + rdfs:label "abbréviation"@fr-FR ; +. +core:affiliatedOrganization + rdfs:label "Affiliation organisationnelle"@fr-FR ; +. +core:assignedBy + rdfs:label "assigné par"@fr-FR ; +. +core:assignee + rdfs:label "mandataire "@fr-FR ; +. +core:assigneeFor + rdfs:label "Brevets"@fr-FR ; +. +core:assigns + rdfs:label "assigne"@fr-FR ; +. +core:cclCode + rdfs:label "published US Classification Class/subclass (CCL) code"@fr-FR ; +. +core:conceptAssociatedWith + rdfs:label "concept de"@fr-FR ; +. +core:contactInformation + rdfs:label "contact"@fr-FR ; +. +core:contributingRole + rdfs:label "contributeur"@fr-FR ; +. +core:courseCredits + rdfs:label "crédits"@fr-FR ; +. +core:dateFiled + rdfs:label "date saisie"@fr-FR ; +. +core:dateIssued + rdfs:label "date de parution"@fr-FR ; +. +core:dateTime + rdfs:label "date/heure"@fr-FR ; +. +core:dateTimeInterval + rdfs:label "intervalle date/heure"@fr-FR ; +. +core:dateTimePrecision + rdfs:label "précision date/heure"@fr-FR ; +. +core:dateTimeValue + rdfs:label "Date/heure"@fr-FR ; +. +core:degreeCandidacy + rdfs:label "candidature au diplôme"@fr-FR ; +. +core:departmentOrSchool + rdfs:label "nom du département ou de l'école au sein de l'institution"@fr-FR ; +. +core:description + rdfs:label "description"@fr-FR ; +. +core:distributes + rdfs:label "distribue"@fr-FR ; +. +core:distributesFundingFrom + rdfs:label "distribue le financement provenant de"@fr-FR ; +. +core:eRACommonsId + rdfs:label "eRA Commons ID"@fr-FR ; +. +core:eligibleFor + rdfs:label "admissibilité au diplôme atteinte"@fr-FR ; +. +core:end + rdfs:label "fin"@fr-FR ; +. +core:entryTerm + rdfs:label "terme saisi"@fr-FR ; +. +core:equipmentFor + rdfs:label "équipement destiné à"@fr-FR ; +. +core:expirationDate + rdfs:label "date d'expiration"@fr-FR ; +. +core:featuredIn + rdfs:label "Mentionné dans"@fr-FR ; +. +core:features + rdfs:label "caractéristiques"@fr-FR ; +. +core:freetextKeyword + rdfs:label "mots clés"@fr-FR ; +. +core:fundingVehicleFor + rdfs:label "fournit du financement pour"@fr-FR ; +. +core:geographicFocus + rdfs:label "Perspective géographique"@fr-FR ; +. +core:geographicFocusOf + rdfs:label "Perspective géographique"@fr-FR ; +. +core:governingAuthorityFor + rdfs:label "autorité dirigeante de"@fr-FR ; +. +core:grantDirectCosts + rdfs:label "coûts directs"@fr-FR ; +. +core:grantSubcontractedThrough + rdfs:label "sous-contracté par"@fr-FR ; +. +core:hasAssociatedConcept + rdfs:label "concept associé"@fr-FR ; +. +core:hasCollaborator + rdfs:label "collaborateurs"@fr-FR ; +. +core:hasEquipment + rdfs:label "équipement"@fr-FR ; +. +core:hasFacility + rdfs:label "installation"@fr-FR ; +. +core:hasFundingVehicle + rdfs:label "financement fourni par"@fr-FR ; +. +core:hasGoverningAuthority + rdfs:label "autorité dirigeante"@fr-FR ; +. +core:hasMonetaryAmount + rdfs:label "Valeur monétaire"@fr-FR ; +. +core:hasPredecessorOrganization + rdfs:label "organisation précédente"@fr-FR ; +. +core:hasPrerequisite + rdfs:label "prérequis"@fr-FR ; +. +core:hasProceedings + rdfs:label "actes"@fr-FR ; +. +core:hasPublicationVenue + rdfs:label "publié dans"@fr-FR ; +. +core:hasResearchArea + rdfs:label "Domaine de recherche"@fr-FR ; +. +core:hasSubjectArea + rdfs:label "domaine"@fr-FR ; +. +core:hasSuccessorOrganization + rdfs:label "organisation remplaçante"@fr-FR ; +. +core:hasTranslation + rdfs:label "traduction"@fr-FR ; +. +core:hasValue + rdfs:label "valeur"@fr-FR ; +. +core:hideFromDisplay + rdfs:label "masquer à l'affichage"@fr-FR ; +. +core:hrJobTitle + rdfs:label "titre d'emploi de RH"@fr-FR ; +. +core:iclCode + rdfs:label "code de classification internationale (ICL)"@fr-FR ; +. +core:identifier + rdfs:label "identifiant"@fr-FR ; +. +core:inPress + rdfs:label "sous presse"@fr-FR ; +. +core:informationResourceSupportedBy + rdfs:label "supporté par"@fr-FR ; +. +core:invited + rdfs:label "invité"@fr-FR ; +. +core:isCorrespondingAuthor + rdfs:label "Est-ce que cette personne est l'auteur recherché?"@fr-FR ; +. +core:licenseNumber + rdfs:label "numéro de permis"@fr-FR ; +. +core:localAwardId + rdfs:label "ID de distinction locale"@fr-FR ; +. +core:majorField + rdfs:label "domaine d'étude principal"@fr-FR ; +. +core:middleName + rdfs:label "deuxième prénom ou initiale"@fr-FR ; +. +core:nihmsid + rdfs:label "ID du système de soumission de manuscrit NIH"@fr-FR ; +. +core:offeredBy + rdfs:label "offert par"@fr-FR ; +. +core:offers + rdfs:label "offre"@fr-FR ; +. +core:orcidId + rdfs:label "ID ORCID"@fr-FR ; +. +core:outreachOverview + rdfs:label "aperçu des activités"@fr-FR ; +. +core:overview + rdfs:label "aperçu"@fr-FR ; +. +core:patentNumber + rdfs:label "numéro de brevet"@fr-FR ; +. +core:placeOfPublition + rdfs:label "lieu de publication"@fr-FR ; +. +core:pmcid + rdfs:label "ID PubMed Central"@fr-FR ; +. +core:preferredDisplayOrder + rdfs:label "ordre de présentation préféré"@fr-FR ; +. +core:prerequisiteFor + rdfs:label "prérequis pour"@fr-FR ; +. +core:proceedingsOf + rdfs:label "actes de"@fr-FR ; +. +core:providesFundingThrough + rdfs:label "fournit du financement par l'entremise de"@fr-FR ; +. +core:publicationVenueFor + rdfs:label "lieu de publication pour"@fr-FR ; +. +core:publisher + rdfs:label "éditeur"@fr-FR ; +. +core:publisherOf + rdfs:label "éditeur de"@fr-FR ; +. +core:rank + rdfs:label "rang"@fr-FR ; +. +core:relatedBy + rdfs:label "relié par"@fr-FR ; +. +core:relates + rdfs:label "relié à"@fr-FR ; +. +core:reportId + rdfs:label "identifiant du rapport"@fr-FR ; +. +core:reproduces + rdfs:label "reproduit"@fr-FR ; +. +core:researchAreaOf + rdfs:label "Domaine de recherche de"@fr-FR ; +. +core:researchOverview + rdfs:label "Aperçu de la recherche"@fr-FR ; +. +core:researcherId + rdfs:label "ID de chercheur ISI"@fr-FR ; +. +core:reviewedIn + rdfs:label "analysé dans"@fr-FR ; +. +core:roleContributesTo + rdfs:label "contribue à"@fr-FR ; +. +core:scopusId + rdfs:label "ID Scopus"@fr-FR ; +. +core:seatingCapacity + rdfs:label "capacité de la salle"@fr-FR ; +. +core:sponsorAwardId + rdfs:label "ID du prix du commanditaire"@fr-FR ; +. +core:sponsoredBy + rdfs:label "prix commandité par"@fr-FR ; +. +core:sponsors + rdfs:label "prix ou distinctions des commanditaires"@fr-FR ; +. +core:start + rdfs:label "début"@fr-FR ; +. +core:subcontractsGrant + rdfs:label "subvention en sous-traitance"@fr-FR ; +. +core:subjectAreaOf + rdfs:label "sujet de recherche de"@fr-FR ; +. +core:submitted + rdfs:label "soumis"@fr-FR ; +. +core:supplementalInformation + rdfs:label "information supplémentaire"@fr-FR ; +. +core:supportedBy + rdfs:label "supporté par"@fr-FR ; +. +core:supportedInformationResource + rdfs:label "publications financées et autres travaux"@fr-FR ; +. +core:supports + rdfs:label "supporte"@fr-FR ; +. +core:teachingOverview + rdfs:label "aperçu de l'enseignement"@fr-FR ; +. +core:termLabel + rdfs:label "étiquette du terme"@fr-FR ; +. +core:termType + rdfs:label "type de terme"@fr-FR ; +. +core:totalAwardAmount + rdfs:label "Montant total des prix "@fr-FR ; +. +core:translatorOf + rdfs:label "Traducteur de"@fr-FR ; + rdfs:label "traducteur de"@fr-FR ; +. +core:validIn + rdfs:label "valide en"@fr-FR ; +. +core:yearMonthDayPrecision + rdfs:label "année-mois-jour value"@fr-FR ; +. +core:yearMonthDayTimePrecision + rdfs:label "Année-mois-jour-heure"@fr-FR ; +. +core:yearMonthPrecision + rdfs:label "valeur année-mois"@fr-FR ; +. +core:yearPrecision + rdfs:label "Année"@fr-FR ; +. + + a owl:Ontology ; + owl:imports ; + owl:imports ; + owl:versionInfo "Adapted by Michel Héon, 2020, for Université de Québec à Montréal, http://uqam.ca" ; + owl:versionInfo "Translated by Pierre Roberge, 2020, for Université de Québec à Montréal, http://uqam.ca" ; +. + + rdfs:label "VIVO Scientific Research Ontology"@fr-FR ; +. +vivo-rech:Phase0ClinicalTrial + rdfs:label "Essai clinique de phase 0"@fr-FR ; +. +vivo-rech:Phase1ClinicalTrial + rdfs:label "Essai clinique de phase 1"@fr-FR ; +. +vivo-rech:Phase2ClinicalTrial + rdfs:label "Essai clinique de Phase 2"@fr-FR ; +. +vivo-rech:Phase3ClinicalTrial + rdfs:label "Essai clinique de Phase 3"@fr-FR ; +. +vivo-rech:Phase4ClinicalTrial + rdfs:label "Essai clinique de phase 4"@fr-FR ; +. +vivo-rech:accessProvidedBy + rdfs:label "accès fourni par"@fr-FR ; +. +vivo-rech:documentationFor + rdfs:label "documentation ou ressource du projet"@fr-FR ; +. +vivo-rech:irbNumber + rdfs:label "numéro Institutional Review Board (IRB)"@fr-FR ; +. +vivo-rech:nctId + rdfs:label "Numéro du National Clinical Trials (NCT)"@fr-FR ; +. +vivo-rech:protocolRealizedBy + rdfs:label "protocole réalisé par"@fr-FR ; +. +vivo-rech:studyPopulationCount + rdfs:label "dénombrement des populations étudiées"@fr-FR ; +. + + rdfs:label "équipements"@fr-FR ; +. + + rdfs:label "est encodé dans"@fr-FR ; +. + + rdfs:label "agent"@fr-FR ; +. +rdfs:isDefinedBy + rdfs:label "est défini par"@fr-FR ; +. +owl:DeprecatedProperty + rdfs:label "propriété obsolète"@fr-FR ; +. +owl:sameAs + rdfs:label "même que"@fr-FR ; +. + + rdfs:label "SKOS (Simple Knowledge Organization System)"@fr-FR ; +. +skos:Concept + rdfs:label "Concept"@fr-FR ; +. +skos:broader + rdfs:label "concept plus général"@fr-FR ; +. +skos:narrower + rdfs:label "concept plus précis"@fr-FR ; +. +skos:related + rdfs:label "concept associé"@fr-FR ; +. + + rdfs:label "VCard"@fr-FR ; +. +vcard:Acquaintance + rdfs:label "Connaissance"@fr-FR ; +. +vcard:Address + rdfs:label "Adresse"@fr-FR ; +. +vcard:Addressing + rdfs:label "Adresse"@fr-FR ; +. +vcard:Agent + rdfs:label "Agent"@fr-FR ; +. +vcard:Calendar + rdfs:label "Calendrier"@fr-FR ; +. +vcard:CalendarBusy + rdfs:label "Calendrier occupé"@fr-FR ; +. +vcard:CalendarLink + rdfs:label "Lien calendrier"@fr-FR ; +. +vcard:CalendarRequest + rdfs:label "Requête calendrier"@fr-FR ; +. +vcard:Category + rdfs:label "Catégorie"@fr-FR ; +. +vcard:Cell + rdfs:label "Cellulaire"@fr-FR ; +. +vcard:Child + rdfs:label "Enfant"@fr-FR ; +. +vcard:Code + rdfs:label "Code"@fr-FR ; +. +vcard:Colleague + rdfs:label "Collègue"@fr-FR ; +. +vcard:Communication + rdfs:label "Communication"@fr-FR ; +. +vcard:Contact + rdfs:label "Contact"@fr-FR ; +. +vcard:Coresident + rdfs:label "Co-résident"@fr-FR ; +. +vcard:Coworker + rdfs:label "Collaborateur"@fr-FR ; +. +vcard:Crush + rdfs:label "Béguin"@fr-FR ; +. +vcard:Date + rdfs:label "Date"@fr-FR ; +. +vcard:Email + rdfs:label "Courriel"@fr-FR ; +. +vcard:Emergency + rdfs:label "Urgence"@fr-FR ; +. +vcard:Explanatory + rdfs:label "Explicatif"@fr-FR ; +. +vcard:Fax + rdfs:label "Télécopieur"@fr-FR ; +. +vcard:Female + rdfs:label "Femme"@fr-FR ; +. +vcard:FormattedName + rdfs:label "Nom formaté"@fr-FR ; +. +vcard:Friend + rdfs:label "Ami"@fr-FR ; +. +vcard:Gender + rdfs:label "Genre"@fr-FR ; +. +vcard:Geo + rdfs:label "Géo"@fr-FR ; +. +vcard:Geographical + rdfs:label "Géographique"@fr-FR ; +. +vcard:Group + rdfs:label "Groupe"@fr-FR ; +. +vcard:Home + rdfs:label "Accueil"@fr-FR ; +. +vcard:Identification + rdfs:label "Identification"@fr-FR ; +. +vcard:Individual + rdfs:label "Individu"@fr-FR ; +. +vcard:InstantMessage + rdfs:label "Messagerie"@fr-FR ; +. +vcard:Key + rdfs:label "Clé"@fr-FR ; +. +vcard:Kin + rdfs:label "Proche"@fr-FR ; +. +vcard:Kind + rdfs:label "Type VCard"@fr-FR ; +. +vcard:Language + rdfs:label "Langue"@fr-FR ; +. +vcard:Location + rdfs:label "Lieu"@fr-FR ; +. +vcard:Logo + rdfs:label "Logo"@fr-FR ; +. +vcard:Male + rdfs:label "Mâle"@fr-FR ; +. +vcard:Me + rdfs:label "Moi"@fr-FR ; +. +vcard:Met + rdfs:label "Rencontré"@fr-FR ; +. +vcard:Muse + rdfs:label "Muse"@fr-FR ; +. +vcard:Name + rdfs:label "Nom"@fr-FR ; +. +vcard:Neighbor + rdfs:label "Voisin"@fr-FR ; +. +vcard:Nickname + rdfs:label "Surnom"@fr-FR ; +. +vcard:None + rdfs:label "Aucun"@fr-FR ; +. +vcard:Note + rdfs:label "Note"@fr-FR ; +. +vcard:Organization + rdfs:label "Organisation"@fr-FR ; +. +vcard:OrganizationName + rdfs:label "Nom de l'organisation"@fr-FR ; +. +vcard:OrganizationUnitName + rdfs:label "Nom de l'unité organisationnelle"@fr-FR ; +. +vcard:Organizational + rdfs:label "Organisationnel"@fr-FR ; +. +vcard:Other + rdfs:label "Autre"@fr-FR ; +. +vcard:Pager + rdfs:label "Téléavertisseur"@fr-FR ; +. +vcard:Parent + rdfs:label "Parent"@fr-FR ; +. +vcard:Photo + rdfs:label "Photo"@fr-FR ; +. +vcard:Related + rdfs:label "Relié"@fr-FR ; +. +vcard:RelatedType + rdfs:label "Type de relation"@fr-FR ; +. +vcard:Security + rdfs:label "Sécurité"@fr-FR ; +. +vcard:Sibling + rdfs:label "Frère/soeur "@fr-FR ; +. +vcard:Sound + rdfs:label "Son"@fr-FR ; +. +vcard:Spouse + rdfs:label "Épouse"@fr-FR ; +. +vcard:Sweetheart + rdfs:label "Chérie"@fr-FR ; +. +vcard:Telephone + rdfs:label "Téléphone"@fr-FR ; +. +vcard:TelephoneType + rdfs:label "Type de téléphone"@fr-FR ; +. +vcard:Text + rdfs:label "Texte"@fr-FR ; +. +vcard:TextPhone + rdfs:label "Téléphone texto "@fr-FR ; +. +vcard:TimeZone + rdfs:label "Fuseau horaire"@fr-FR ; +. +vcard:Title + rdfs:label "Titre"@fr-FR ; +. +vcard:Type + rdfs:label "Type"@fr-FR ; +. +vcard:URL + rdfs:label "URL"@fr-FR ; +. +vcard:Unknown + rdfs:label "Inconnu"@fr-FR ; +. +vcard:Video + rdfs:label "Vidéo"@fr-FR ; +. +vcard:Voice + rdfs:label "Téléphone"@fr-FR ; +. +vcard:Work + rdfs:label "Travail"@fr-FR ; +. +vcard:additionalName + rdfs:label "nom complémentaire"@fr-FR ; +. +vcard:anniversary + rdfs:label "anniversaire"@fr-FR ; +. +vcard:birthdate + rdfs:label "date de naissance"@fr-FR ; +. +vcard:calendarBusy + rdfs:label "calendrier occupé"@fr-FR ; +. +vcard:calendarLink + rdfs:label "lien calendrier"@fr-FR ; +. +vcard:calendarRequest + rdfs:label "exigence de calendrier"@fr-FR ; +. +vcard:category + rdfs:label "catégorie"@fr-FR ; +. +vcard:country + rdfs:label "pays"@fr-FR ; +. +vcard:email + rdfs:label "courriel"@fr-FR ; +. +vcard:familyName + rdfs:label "nom de famille"@fr-FR ; +. +vcard:formattedName + rdfs:label "nom standardisé"@fr-FR ; +. +vcard:gender + rdfs:label "genre"@fr-FR ; +. +vcard:geo + rdfs:label "géo"@fr-FR ; +. +vcard:givenName + rdfs:label "prénom"@fr-FR ; +. +vcard:hasAddress + rdfs:label "adresse"@fr-FR ; +. +vcard:hasCalendarLink + rdfs:label "lien calendrier"@fr-FR ; +. +vcard:hasCalendarRequest + rdfs:label "exigence de calendrier"@fr-FR ; +. +vcard:hasCalenderBusy + rdfs:label "calendrier chargé"@fr-FR ; +. +vcard:hasCategory + rdfs:label "catégorie"@fr-FR ; +. +vcard:hasEmail + rdfs:label "courriel"@fr-FR ; +. +vcard:hasFormattedName + rdfs:label "nom standardisé"@fr-FR ; +. +vcard:hasGeo + rdfs:label "données géographiques"@fr-FR ; +. +vcard:hasInstantMessage + rdfs:label "messagerie"@fr-FR ; +. +vcard:hasKey + rdfs:label "clé"@fr-FR ; +. +vcard:hasLanguage + rdfs:label "langue"@fr-FR ; +. +vcard:hasLogo + rdfs:label "logo"@fr-FR ; +. +vcard:hasMember + rdfs:label "membre"@fr-FR ; +. +vcard:hasName + rdfs:label "nom"@fr-FR ; +. +vcard:hasNickname + rdfs:label "surnom"@fr-FR ; +. +vcard:hasNote + rdfs:label "note"@fr-FR ; +. +vcard:hasOrganizationName + rdfs:label "nom de l'organisation"@fr-FR ; +. +vcard:hasOrganizationalUnitName + rdfs:label "a un nom d'organisation"@fr-FR ; +. +vcard:hasPhoto + rdfs:label "photo"@fr-FR ; +. +vcard:hasRelated + rdfs:label "relié"@fr-FR ; +. +vcard:hasRole + rdfs:label "rôle"@fr-FR ; +. +vcard:hasSound + rdfs:label "son"@fr-FR ; +. +vcard:hasTelephone + rdfs:label "téléphone"@fr-FR ; +. +vcard:hasTimeZone + rdfs:label "fuseau horaire"@fr-FR ; +. +vcard:hasTitle + rdfs:label "titre"@fr-FR ; +. +vcard:hasURL + rdfs:label "URL"@fr-FR ; +. +vcard:honorificPrefix + rdfs:label "préfixe honorifique"@fr-FR ; +. +vcard:honorificSuffix + rdfs:label "suffixe honorifique"@fr-FR ; +. +vcard:instantMessage + rdfs:label "message instantané"@fr-FR ; +. +vcard:key + rdfs:label "Clé de chiffrement"@fr-FR ; +. +vcard:language + rdfs:label "a une langue"@fr-FR ; +. +vcard:locality + rdfs:label "localité"@fr-FR ; +. +vcard:logo + rdfs:label "logo"@fr-FR ; +. +vcard:nickName + rdfs:label "surnom"@fr-FR ; +. +vcard:note + rdfs:label "note"@fr-FR ; +. +vcard:organizationName + rdfs:label "nom de l'organisation"@fr-FR ; +. +vcard:organizationalUnitName + rdfs:label "nom de l'unité organisationnelle"@fr-FR ; +. +vcard:photo + rdfs:label "photo"@fr-FR ; +. +vcard:postalCode + rdfs:label "code postal"@fr-FR ; +. +vcard:productId + rdfs:label "ID de produit"@fr-FR ; +. +vcard:region + rdfs:label "région"@fr-FR ; +. +vcard:related + rdfs:label "relié à"@fr-FR ; +. +vcard:revision + rdfs:label "révision"@fr-FR ; +. +vcard:role + rdfs:label "rôle"@fr-FR ; +. +vcard:sortAs + rdfs:label "tri sur"@fr-FR ; +. +vcard:sound + rdfs:label "son"@fr-FR ; +. +vcard:source + rdfs:label "source"@fr-FR ; +. +vcard:streetAddress + rdfs:label "adresse postale"@fr-FR ; +. +vcard:telephone + rdfs:label "Téléphone"@fr-FR ; +. +vcard:timeZone + rdfs:label "fuseau horaire"@fr-FR ; +. +vcard:title + rdfs:label "titre"@fr-FR ; +. +vcard:uid + rdfs:label "uid"@fr-FR ; +. +vcard:url + rdfs:label "URL"@fr-FR ; +. +foaf: + rdfs:label "FOAF (Friend of a Friend)"@fr-FR ; +. +foaf:Agent + rdfs:label "Agent"@fr-FR ; +. +foaf:Group + rdfs:label "Groupe"@fr-FR ; +. +foaf:Organization + rdfs:label "Organisation"@fr-FR ; +. +foaf:Person + rdfs:label "Personne"@fr-FR ; +. diff --git a/src/main/java/exemple/Exemple.java b/src/main/java/exemple/Exemple.java new file mode 100644 index 0000000..aeaf019 --- /dev/null +++ b/src/main/java/exemple/Exemple.java @@ -0,0 +1,95 @@ +package exemple; +import java.io.FileOutputStream; +import java.util.Set; + +import org.semanticweb.owlapi.apibinding.OWLManager; +import org.semanticweb.owlapi.formats.TurtleDocumentFormat; +import org.semanticweb.owlapi.io.StreamDocumentTarget; +import org.semanticweb.owlapi.model.IRI; +import org.semanticweb.owlapi.model.OWLClass; +import org.semanticweb.owlapi.model.OWLNamedIndividual; +import org.semanticweb.owlapi.model.OWLObjectProperty; +import org.semanticweb.owlapi.model.OWLOntology; +import org.semanticweb.owlapi.model.OWLOntologyCreationException; +import org.semanticweb.owlapi.model.OWLOntologyStorageException; +import org.semanticweb.owlapi.reasoner.InferenceType; +import org.semanticweb.owlapi.reasoner.Node; +import org.semanticweb.owlapi.reasoner.NodeSet; +import org.semanticweb.owlapi.reasoner.OWLReasoner; +import org.semanticweb.owlapi.reasoner.OWLReasonerConfiguration; +import org.semanticweb.owlapi.reasoner.OWLReasonerFactory; +import org.semanticweb.owlapi.reasoner.SimpleConfiguration; +import org.semanticweb.owlapi.apibinding.OWLManager; + +import uk.ac.manchester.cs.jfact.JFactFactory; + +public class Exemple { + + public static void main(String[] args) throws OWLOntologyCreationException, OWLOntologyStorageException { + JFactFactory reasonerFactory = new JFactFactory(); + OWLOntology pizzaOntology = OWLManager.createOWLOntologyManager().loadOntology( + IRI.create("file:///home/heon/00-PROJECT-VIVO-EHESS/00-GIT/VIVO-Sample-Data/restriction-dev/test-case-restriction.ttl")); + // a config object. Things like monitor, timeout, etc, go here + OWLReasonerConfiguration config = new SimpleConfiguration(50000); + // Create a reasoner that will reason over our ontology and its imports + // closure. Pass in the configuration. + OWLReasoner reasoner = reasonerFactory.createReasoner(pizzaOntology, config); + // Ask the reasoner to classify the ontology + reasoner.precomputeInferences(InferenceType.values()); + // We can determine if the ontology is actually consistent (in this + // case, it should be). + System.err.println(reasoner.isConsistent()); + // get a list of unsatisfiable classes + Node bottomNode = reasoner.getUnsatisfiableClasses(); + // leave owl:Nothing out + Set unsatisfiable = bottomNode.getEntitiesMinusBottom(); + if (!unsatisfiable.isEmpty()) { + System.out.println("The following classes are unsatisfiable: "); + for (OWLClass cls : unsatisfiable) { + System.out.println(cls.getIRI().getFragment()); + } + } else { + System.out.println("There are no unsatisfiable classes"); + } + // Look up and print all direct subclasses for all classes + for (OWLClass c : pizzaOntology.getClassesInSignature()) { + // the boolean argument specifies direct subclasses; false would + // specify all subclasses + // a NodeSet represents a set of Nodes. + // a Node represents a set of equivalent classes + NodeSet subClasses = reasoner.getSubClasses(c, true); + for (OWLClass subClass : subClasses.getFlattened()) { + System.out.println(subClass.getIRI().getFragment() + "\tsubclass of\t" + + c.getIRI().getFragment()); + } + } + // for each class, look up the instances + for (OWLClass c : pizzaOntology.getClassesInSignature()) { + // the boolean argument specifies direct subclasses; false would + // specify all subclasses + // a NodeSet represents a set of Nodes. + // a Node represents a set of equivalent classes/or sameAs + // individuals + NodeSet instances = reasoner.getInstances(c, true); + for (OWLNamedIndividual i : instances.getFlattened()) { +// if (!i.getIRI().getFragment().contains("prs_0000002_indva")) break; + System.out.println(i.getIRI().getFragment() + "\tinstance of\t" + + c.getIRI().getFragment()); + // look up all property assertions + for (OWLObjectProperty op : pizzaOntology + .getObjectPropertiesInSignature()) { + NodeSet petValuesNodeSet = reasoner + .getObjectPropertyValues(i, op); + for (OWLNamedIndividual value : petValuesNodeSet.getFlattened()) { + System.out.println(i.getIRI().getFragment() + "\t" + + op.getIRI().getFragment() + "\t" + + value.getIRI().getFragment()); + } + } + } + } +// OWLOntology ronto = reasoner.getRootOntology(); +// pizzaOntology.getOWLOntologyManager().saveOntology(ronto, new TurtleDocumentFormat(), new StreamDocumentTarget(System.out)); + } + +} From c8a2ab4ce709d197233a248e9506723a8105f547 Mon Sep 17 00:00:00 2001 From: michel heon Date: Mon, 28 Dec 2020 04:29:53 -0500 Subject: [PATCH 2/6] Test sur le raisonneur --- pom.xml | 7 +++++- src/main/java/exemple/TestVitroReasonner.java | 23 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 src/main/java/exemple/TestVitroReasonner.java diff --git a/pom.xml b/pom.xml index 99ddc4c..3c4a9ef 100644 --- a/pom.xml +++ b/pom.xml @@ -22,5 +22,10 @@ pom - + + org.vivoweb + vitro-api + 1.11.2-SNAPSHOT + + \ No newline at end of file diff --git a/src/main/java/exemple/TestVitroReasonner.java b/src/main/java/exemple/TestVitroReasonner.java new file mode 100644 index 0000000..e15f428 --- /dev/null +++ b/src/main/java/exemple/TestVitroReasonner.java @@ -0,0 +1,23 @@ +package exemple; + +import static edu.cornell.mannlib.vitro.webapp.modelaccess.ModelNames.TBOX_ASSERTIONS; +import static edu.cornell.mannlib.vitro.webapp.modelaccess.ModelNames.TBOX_INFERENCES; +import static edu.cornell.mannlib.vitro.webapp.modelaccess.ModelNames.TBOX_UNION; + +import edu.cornell.mannlib.vitro.webapp.tboxreasoner.ReasonerConfiguration; +import edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.BasicTBoxReasonerDriver; +import edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact.JFactTBoxReasoner; + +public class TestVitroReasonner { + + public static void main(String[] args) { + JFactTBoxReasoner rea = new JFactTBoxReasoner(); + BasicTBoxReasonerDriver driver; + driver = new BasicTBoxReasonerDriver( + contextModels.getOntModel(TBOX_ASSERTIONS), contextModels + .getOntModel(TBOX_INFERENCES).getBaseModel(), + contextModels.getOntModel(TBOX_UNION), reasoner, + ReasonerConfiguration.DEFAULT); + } + +} From d38a437444a34952d0ce83ef0f75e42b11f0646e Mon Sep 17 00:00:00 2001 From: michel heon Date: Mon, 28 Dec 2020 05:06:39 -0500 Subject: [PATCH 3/6] =?UTF-8?q?Pr=C3=A9paration=20de=20l'ajout=20des=20typ?= =?UTF-8?q?e=20d'organisation=20pour=20ajout=20de=20fonctions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restriction-dev/vivo-ehess-restriction.ttl | 4 +- sample-dataset/all-exemples.ttl | 2 + sample-dataset/comments-mh.ttl | 2 + sample-dataset/exemple1.ttl | 20 ++-- sample-dataset/exemple2.ttl | 10 +- sample-dataset/exemple3.ttl | 4 +- sample-dataset/export2.ttl | 4 +- sample-dataset/resu.ttl | 4 +- .../{ontology-ehess.n3 => vivo-ehess.n3} | 9 +- .../{ontology-fr_FR.n3 => vivo-fr_FR.n3} | 100 +++++++----------- semantic-ontology/vivo_all.ttl | 32 ------ semantic-ontology/vivo_all_import.ttl | 13 +++ 12 files changed, 85 insertions(+), 119 deletions(-) rename semantic-ontology/{ontology-ehess.n3 => vivo-ehess.n3} (97%) rename semantic-ontology/{ontology-fr_FR.n3 => vivo-fr_FR.n3} (93%) delete mode 100644 semantic-ontology/vivo_all.ttl create mode 100644 semantic-ontology/vivo_all_import.ttl diff --git a/restriction-dev/vivo-ehess-restriction.ttl b/restriction-dev/vivo-ehess-restriction.ttl index 24b3ed6..21ee02a 100644 --- a/restriction-dev/vivo-ehess-restriction.ttl +++ b/restriction-dev/vivo-ehess-restriction.ttl @@ -1,6 +1,6 @@ # baseURI: http://data.ehess.fr/ontology/vivo-ehess-restriction # imports: http://data.ehess.fr/ontology/vivo-ehess -# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://data.ehess.fr/ontology/vivo-fr # imports: http://vivoweb.org/ontology/core @prefix : . @@ -137,7 +137,7 @@ spin:imports ; spin:imports ; owl:imports ; - owl:imports vivofr: ; + owl:imports ; owl:imports ; . :RESTRICTIONS diff --git a/sample-dataset/all-exemples.ttl b/sample-dataset/all-exemples.ttl index 29763c1..623e3c9 100755 --- a/sample-dataset/all-exemples.ttl +++ b/sample-dataset/all-exemples.ttl @@ -3,6 +3,7 @@ # imports: http://data.ehess.fr/ontology/vivo-ehess/exemple2 # imports: http://data.ehess.fr/ontology/vivo-ehess/exemple3 # imports: http://data.ehess.fr/ontology/vivo-ehess/export2 +# imports: http://data.ehess.fr/ontology/vivo-fr # imports: http://www.w3.org/2003/01/geo/wgs84_pos @prefix : . @@ -22,6 +23,7 @@ owl:imports ; owl:imports ; owl:imports ; + owl:imports ; owl:imports ; owl:versionInfo "Created with TopBraid Composer" ; . diff --git a/sample-dataset/comments-mh.ttl b/sample-dataset/comments-mh.ttl index e8e6279..367f472 100755 --- a/sample-dataset/comments-mh.ttl +++ b/sample-dataset/comments-mh.ttl @@ -3,6 +3,7 @@ # imports: http://data.ehess.fr/ontology/vivo-ehess/exemple2 # imports: http://data.ehess.fr/ontology/vivo-ehess/exemple3 # imports: http://data.ehess.fr/ontology/vivo-ehess/export2 +# imports: http://data.ehess.fr/ontology/vivo-fr # imports: http://spinrdf.org/spl # imports: http://xmlns.com/foaf/0.1/ # prefix: comments-mh @@ -33,6 +34,7 @@ owl:imports ; owl:imports ; owl:imports ; + owl:imports ; owl:imports ; owl:imports ; owl:versionIRI ; diff --git a/sample-dataset/exemple1.ttl b/sample-dataset/exemple1.ttl index b0a7b60..423e7d5 100755 --- a/sample-dataset/exemple1.ttl +++ b/sample-dataset/exemple1.ttl @@ -1,6 +1,6 @@ # baseURI: http://data.ehess.fr/ontology/vivo-ehess/exemple1 # imports: http://data.ehess.fr/ontology/vivo-ehess -# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://data.ehess.fr/ontology/vivo-fr # imports: http://vivoweb.org/ontology/core # imports: http://xmlns.com/foaf/0.1/ @@ -29,14 +29,6 @@ rdfs:label "Institut interdisciplinaire d'anthropologie du contemporain"@fr-fr ; rdfs:label "Interdisciplinary Institute for Contemporary Anthropology"@en-us ; . - - a vivoehess:MMB_0000005 ; - vivo:relates ; - vivo:relates ; - vivo:relates ; - rdfs:label "FooBar Project support engineer"@en-us ; - rdfs:label "Ingénieur support au projet FooBar"@fr-fr ; -. a vivofr:CLS_0000001 ; vivo:relates ; @@ -55,6 +47,14 @@ rdfs:label "Collaborateurs"@fr-fr ; rdfs:label "Collaborators"@en-us ; . + + a vivoehess:MMB_0000005 ; + vivo:relates ; + vivo:relates ; + vivo:relates ; + rdfs:label "FooBar Project support engineer"@en-us ; + rdfs:label "Ingénieur support au projet FooBar"@fr-fr ; +. a vivofr:ORG_0000010 ; vivoehess:aPourIdentifiantTechnique "ddr_units_list#EHESS" ; @@ -92,7 +92,7 @@ a owl:Ontology ; owl:imports ; - owl:imports vivofr: ; + owl:imports ; owl:imports ; owl:imports foaf: ; . diff --git a/sample-dataset/exemple2.ttl b/sample-dataset/exemple2.ttl index c30774d..01e2793 100755 --- a/sample-dataset/exemple2.ttl +++ b/sample-dataset/exemple2.ttl @@ -1,6 +1,6 @@ # baseURI: http://data.ehess.fr/ontology/vivo-ehess/exemple2 # imports: http://data.ehess.fr/ontology/vivo-ehess -# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://data.ehess.fr/ontology/vivo-fr # imports: http://vivoweb.org/ontology/core # imports: http://xmlns.com/foaf/0.1/ @@ -49,9 +49,9 @@ . a vivoehess:MBE_0000001 ; - vivo:relates ; - vivo:relates ; vivo:relates ; + vivo:relates ; + vivo:relates ; rdfs:label "membre statutaire"@fr-fr ; rdfs:label "statutory membership"@en-us ; . @@ -125,8 +125,8 @@ . a vivoehess:MBE_0000002 ; - vivo:relates ; vivo:relates ; + vivo:relates ; vivo:relates ; rdfs:label "membre statutaire"@fr-fr ; rdfs:label "statutory membership"@en-us ; @@ -134,7 +134,7 @@ a owl:Ontology ; owl:imports ; - owl:imports vivofr: ; + owl:imports ; owl:imports ; owl:imports foaf: ; . diff --git a/sample-dataset/exemple3.ttl b/sample-dataset/exemple3.ttl index a9d496a..72b2ee4 100755 --- a/sample-dataset/exemple3.ttl +++ b/sample-dataset/exemple3.ttl @@ -1,6 +1,6 @@ # baseURI: http://data.ehess.fr/ontology/vivo-ehess/exemple3 # imports: http://data.ehess.fr/ontology/vivo-ehess -# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://data.ehess.fr/ontology/vivo-fr # imports: http://vivoweb.org/ontology/core # imports: http://xmlns.com/foaf/0.1/ @@ -92,7 +92,7 @@ a owl:Ontology ; owl:imports ; - owl:imports vivofr: ; + owl:imports ; owl:imports ; owl:imports foaf: ; . diff --git a/sample-dataset/export2.ttl b/sample-dataset/export2.ttl index d4cd7dd..617d8d5 100755 --- a/sample-dataset/export2.ttl +++ b/sample-dataset/export2.ttl @@ -1,6 +1,6 @@ # baseURI: http://data.ehess.fr/ontology/vivo-ehess/export2 # imports: http://data.ehess.fr/ontology/vivo-ehess -# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://data.ehess.fr/ontology/vivo-fr # imports: http://vivoweb.org/ontology/core @prefix : . @@ -1325,7 +1325,7 @@ a owl:Ontology ; owl:imports ; - owl:imports vivofr: ; + owl:imports ; owl:imports ; . diff --git a/sample-dataset/resu.ttl b/sample-dataset/resu.ttl index 0e86b11..5b8f159 100644 --- a/sample-dataset/resu.ttl +++ b/sample-dataset/resu.ttl @@ -1,7 +1,7 @@ # baseURI: http://data.ehess.fr/ontology/vivo-ehess/DATA-export-Export # imports: http://data.ehess.fr/ontology/vivo-ehess # imports: http://data.ehess.fr/ontology/vivo-ehess-restriction -# imports: http://data.ehess.fr/ontology/vivo-fr# +# imports: http://data.ehess.fr/ontology/vivo-fr # imports: http://vivoweb.org/ontology/core # imports: http://vivoweb.org/ontology/core_fr_FR @@ -182,7 +182,7 @@ ehess-individual:SpecialistLogiciel a owl:Ontology ; owl:imports ; owl:imports ; - owl:imports vivofr: ; + owl:imports ; owl:imports ; owl:imports ; . diff --git a/semantic-ontology/ontology-ehess.n3 b/semantic-ontology/vivo-ehess.n3 similarity index 97% rename from semantic-ontology/ontology-ehess.n3 rename to semantic-ontology/vivo-ehess.n3 index 5c2cc92..ad94345 100755 --- a/semantic-ontology/ontology-ehess.n3 +++ b/semantic-ontology/vivo-ehess.n3 @@ -17,7 +17,6 @@ @prefix dcelem: . @prefix dcterms: . @prefix display: . -@prefix ehess: . @prefix ero: . @prefix event: . @prefix fabio: . @@ -60,7 +59,7 @@ @prefix vitro-public: . @prefix vivo: . @prefix vivoc: . -@prefix vivoehess: . +@prefix vivoehess: . @prefix vivofr: . @prefix wcmc: . @prefix wos: . @@ -73,9 +72,9 @@ terms:issued "2020-10-15"^^xsd:date ; terms:rights "CC BY-SA 4.0" ; vann:preferredNamespacePrefix "vivoehess" ; - vitro:ontologyPrefixAnnot "vivofr" ; - rdfs:label "Vivo FR Ontology"@en-US ; - rdfs:label "ontologie Vivo FR"@fr-FR ; + vitro:ontologyPrefixAnnot "vivoehess" ; + rdfs:label "Vivo EHESS Ontology"@en-US ; + rdfs:label "ontologie Vivo EHESS"@fr-FR ; owl:imports vivofr: ; owl:imports ; owl:versionInfo "Version 1.0 - 2018-04-03" ; diff --git a/semantic-ontology/ontology-fr_FR.n3 b/semantic-ontology/vivo-fr_FR.n3 similarity index 93% rename from semantic-ontology/ontology-fr_FR.n3 rename to semantic-ontology/vivo-fr_FR.n3 index 852db0e..e941d96 100755 --- a/semantic-ontology/ontology-fr_FR.n3 +++ b/semantic-ontology/vivo-fr_FR.n3 @@ -1,4 +1,8 @@ -@prefix : +# baseURI: http://data.ehess.fr/ontology/vivo-fr +# imports: http://data.ehess.fr/ontology/vivo-ehess +# prefix: vivofr + +@prefix : . @prefix acti: . @prefix afn: . @prefix ai: . @@ -58,12 +62,17 @@ @prefix vitro: . @prefix vitro-public: . @prefix vivo: . +@prefix vivo-ehess: . @prefix vivoc: . @prefix vivofr: . @prefix wcmc: . @prefix wos: . @prefix xsd: . + + a owl:Ontology ; + owl:imports ; +. vivofr: a owl:Ontology ; cc:license ; @@ -76,6 +85,8 @@ vivofr: vitro:ontologyPrefixAnnot "vivofr" ; rdfs:label "Vivo FR Ontology"@en-US ; rdfs:label "ontologie Vivo FR"@fr-FR ; + owl:imports ; + owl:imports ; owl:versionInfo "Version 1.0 - 2018-04-03" ; . vivofr:CLS_0000001 @@ -330,7 +341,7 @@ vivofr:MMB_0000001 vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; rdfs:label "appartenance"@fr-FR ; rdfs:label "membership"@en-US ; - rdfs:subClassOf vivofr:REL_0000001 ; + rdfs:subClassOf vivo:Relationship ; . vivofr:MMB_0000002 a owl:Class ; @@ -347,8 +358,8 @@ vivofr:MMB_0000002 . vivofr:MMB_0000003 a owl:Class ; - obo:IAO_0000115 "Appartenance permanente à une structure (typiquement une unité de recherche) à titre principal"@fr-FR ; - obo:IAO_0000115 "Permanent main membership (typically, to a research structure)"@en-US ; + obo:IAO_0000115 "Appartenance permanente à une structure (typiquement une unité de recherche) à titre secondaire"@fr-FR ; + obo:IAO_0000115 "Permanent accessory membership (typically, to a research structure)"@en-US ; vitro:displayLimitAnnot "-1"^^xsd:int ; vitro:displayRankAnnot "-1"^^xsd:int ; vitro:hiddenFromDisplayBelowRoleLevelAnnot ; @@ -419,51 +430,44 @@ vivofr:MMB_0000008 rdfs:label "membership as Phd Student"@en-US ; rdfs:subClassOf vivofr:MMB_0000004 ; . -vivofr:ORG_0000002 - a rdfs:Class ; - a owl:Class ; - rdfs:label "research organization"@en-US ; - rdfs:label "structure de recherche"@fr-FR ; - rdfs:subClassOf foaf:Organization ; -. vivofr:ORG_0000003 a rdfs:Class ; a owl:Class ; rdfs:label "CNRS research organization"@en-US ; rdfs:label "structure de recherche CNRS"@fr-FR ; - rdfs:subClassOf foaf:Organization ; + rdfs:subClassOf vivo:ResearchOrganization ; . vivofr:ORG_0000004 a rdfs:Class ; a owl:Class ; rdfs:label "institution research organization"@en-US ; rdfs:label "structure de recherche établissement"@fr-FR ; - rdfs:subClassOf foaf:Organization ; + rdfs:subClassOf vivo:ResearchOrganization ; . vivofr:ORG_0000005 a rdfs:Class ; a owl:Class ; rdfs:label "level 1 research organization"@en-US ; rdfs:label "structure de recherche de niveau 1"@fr-FR ; - rdfs:subClassOf vivofr:ORG_0000002 ; + rdfs:subClassOf vivo:ResearchOrganization ; . vivofr:ORG_0000006 a rdfs:Class ; a owl:Class ; rdfs:label "level 2 research organization"@en-US ; rdfs:label "structure de recherche de niveau 2"@fr-FR ; - rdfs:subClassOf vivofr:ORG_0000002 ; + rdfs:subClassOf vivo:ResearchOrganization ; . vivofr:ORG_0000007 a rdfs:Class ; a owl:Class ; rdfs:label "level 3 research organization"@en-US ; rdfs:label "structure de recherche de niveau 3"@fr-FR ; - rdfs:subClassOf vivofr:ORG_0000002 ; + rdfs:subClassOf vivo:ResearchOrganization ; . vivofr:ORG_0000008 a owl:Class ; - obo:IAO_0000115 "In french, Unité de Recherche" ; + obo:IAO_0000115 "Unité de recherche" ; obo:IAO_0000115 "Équivalent d'un laboratoire : https://fr.wikipedia.org/wiki/Laboratoire_de_recherche, Par exemple le CRH (UMR 8558)"@fr-FR ; vitro:hiddenFromDisplayBelowRoleLevelAnnot ; vitro:hiddenFromPublishBelowRoleLevelAnnot ; @@ -476,7 +480,7 @@ vivofr:ORG_0000008 . vivofr:ORG_0000009 a owl:Class ; - obo:IAO_0000115 "In french, unité de service" ; + obo:IAO_0000115 "Unité de service"@fr-FR ; obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Unit%C3%A9_mixte_de_service"@fr-FR ; vitro:hiddenFromDisplayBelowRoleLevelAnnot ; vitro:hiddenFromPublishBelowRoleLevelAnnot ; @@ -487,14 +491,6 @@ vivofr:ORG_0000009 rdfs:subClassOf vivofr:ORG_0000003 ; rdfs:subClassOf vivofr:ORG_0000006 ; . -vivofr:ORG_0000010 - a owl:Class ; - obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Universit%C3%A9"@fr-FR ; - rdfs:label "university"@en-US ; - rdfs:label "université"@fr-FR ; - rdfs:subClassOf foaf:Organization ; - owl:equivalentClass vivo:University ; -. vivofr:ORG_0000011 a owl:Class ; obo:IAO_0000115 "In french, Structure fédérative de recherche" ; @@ -575,7 +571,7 @@ vivofr:PRP_0000001 vivofr:PRP_0000002 a owl:DatatypeProperty ; a owl:FunctionalProperty ; - obo:IAO_0000115 "Identifiant de l'utilisateur, commun aux différentes applications de la recherche"@fr-FR ; + obo:IAO_0000115 "Identifiant interne de l'utilisateur, commun aux différentes applications de la recherche"@fr-FR ; vitro:hiddenFromDisplayBelowRoleLevelAnnot ; vitro:hiddenFromPublishBelowRoleLevelAnnot ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; @@ -628,12 +624,19 @@ vivofr:PRP_0000005 rdfs:label "identifiant IdRef"@fr-FR ; rdfs:subPropertyOf vivo:identifier ; . -vivofr:PRS_0000001 - a owl:Class ; - obo:IAO_0000115 "Une personne chargée de produire et de diffuser des savoirs au sein d'un établissement d'enseignement supérieur."@fr-FR ; - rdfs:label "personnel Académique"@fr-FR ; - rdfs:subClassOf foaf:Person ; - owl:equivalentClass vivo:FacultyMember ; +vivofr:PRP_0000006 + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + vivo:Position + vivofr:MMB_0000001 + ) ; + ] ; + rdfs:label "afficher le libellé original"@en-US ; + rdfs:label "display original label"@en-US ; + rdfs:range xsd:boolean ; . vivofr:PRS_0000002 a owl:Class ; @@ -698,7 +701,7 @@ vivofr:PRS_0000006 vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; rdfs:label "doctorant.e"@fr-FR ; rdfs:label "phD Student"@en-US ; - rdfs:subClassOf foaf:Person ; + rdfs:subClassOf vivo:GraduateStudent ; . vivofr:PRS_0000007 a owl:Class ; @@ -713,21 +716,6 @@ vivofr:PRS_0000007 rdfs:subClassOf foaf:Person ; skos:altLabel "HDR"@fr-FR ; . -vivofr:PRS_0000008 - a owl:Class ; - obo:IAO_0000115 "Une assistante ou un assistant ingénieur"@fr-FR ; - obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Chercheur_postdoctoral"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "postDoctorant.e"@fr-FR ; - rdfs:label "postdoc"@en-US ; - rdfs:subClassOf foaf:Person ; - owl:equivalentClass vivo:PostDoc ; -. vivofr:PRS_0000009 a owl:Class ; obo:IAO_0000115 "Personne exerçant des activités de recherche au niveau ESR, sans avoir d'activité d'enseignement"@fr-FR ; @@ -739,7 +727,7 @@ vivofr:PRS_0000009 vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; rdfs:label "chercheur"@fr-FR ; rdfs:label "researcher"@en-US ; - rdfs:subClassOf vivofr:PRS_0000001 ; + rdfs:subClassOf vivo:FacultyMember ; . vivofr:PRS_0000010 a owl:Class ; @@ -752,7 +740,7 @@ vivofr:PRS_0000010 vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; rdfs:label "enseignant"@fr-FR ; rdfs:label "teacher"@en-US ; - rdfs:subClassOf vivofr:PRS_0000001 ; + rdfs:subClassOf vivo:FacultyMember ; . vivofr:PRS_0000011 a owl:Class ; @@ -765,7 +753,7 @@ vivofr:PRS_0000011 vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; rdfs:label "enseignant.e-chercheur.e"@fr-FR ; rdfs:label "teacher researcher"@en-US ; - rdfs:subClassOf vivofr:PRS_0000001 ; + rdfs:subClassOf vivo:FacultyMember ; rdfs:subClassOf [ owl:unionOf ( [ @@ -797,11 +785,5 @@ vivofr:PRS_0000012 vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; rdfs:label "enseignant.e-chercheur.e émérite"@fr-FR ; rdfs:label "teacher researcher emeritus"@en-US ; - rdfs:subClassOf vivofr:PRS_0000001 ; -. -vivofr:REL_0000001 - a owl:Class ; - obo:IAO_0000115 "Relation réifiée entre deux entités"@fr-FR ; - rdfs:label "relation"@fr-FR ; - owl:equivalentClass vivo:Relationship ; + rdfs:subClassOf vivo:FacultyMember ; . diff --git a/semantic-ontology/vivo_all.ttl b/semantic-ontology/vivo_all.ttl deleted file mode 100644 index f9351ce..0000000 --- a/semantic-ontology/vivo_all.ttl +++ /dev/null @@ -1,32 +0,0 @@ -# baseURI: http://example.org/vivo_all -# imports: http://data.ehess.fr/ontology/vivo-ehess -# imports: http://data.ehess.fr/ontology/vivo-fr# -# imports: http://spinrdf.org/spl -# imports: http://vivoweb.org/ontology/core -# imports: http://vivoweb.org/ontology/core_fr_FR -# imports: http://vivoweb.org/ontology/vitroAnnotfr_FR -# prefix: vivo_all - -@prefix arg: . -@prefix core_fr_FR: . -@prefix owl: . -@prefix rdf: . -@prefix rdfs: . -@prefix sp: . -@prefix spin: . -@prefix spl: . -@prefix vitroAnnotfr_FR: . -@prefix vivo-ehess: . -@prefix vivo_all: . -@prefix xsd: . - - - a owl:Ontology ; - owl:imports ; - owl:imports ; - owl:imports ; - owl:imports ; - owl:imports ; - owl:imports ; - owl:versionInfo "Created with TopBraid Composer" ; -. diff --git a/semantic-ontology/vivo_all_import.ttl b/semantic-ontology/vivo_all_import.ttl new file mode 100644 index 0000000..1a7fb4b --- /dev/null +++ b/semantic-ontology/vivo_all_import.ttl @@ -0,0 +1,13 @@ +# baseURI: http://example.org/all_vivo_import +# prefix: all_vivo_import + +@prefix all_vivo_import: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . + + + a owl:Ontology ; + owl:versionInfo "Created with TopBraid Composer" ; +. From fa8a4642b06330c7cb28584c0a3a28b98a7dd947 Mon Sep 17 00:00:00 2001 From: michel heon Date: Mon, 28 Dec 2020 05:07:19 -0500 Subject: [PATCH 4/6] =?UTF-8?q?IDEM=20du=20pr=C3=A9c=C3=A9dent=20commentai?= =?UTF-8?q?re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- semantic-ontology/vivo_fr.ttl | 2659 +++++++++++++++++ semantic-ontology/vivo_translations_fr_FR.ttl | 47 + 2 files changed, 2706 insertions(+) create mode 100644 semantic-ontology/vivo_fr.ttl create mode 100644 semantic-ontology/vivo_translations_fr_FR.ttl diff --git a/semantic-ontology/vivo_fr.ttl b/semantic-ontology/vivo_fr.ttl new file mode 100644 index 0000000..4c6a648 --- /dev/null +++ b/semantic-ontology/vivo_fr.ttl @@ -0,0 +1,2659 @@ +# baseURI: http://vivoweb.org/ontology/core_fr +# prefix: core_fr + +@prefix : . +@prefix bibo: . +@prefix core: . +@prefix core_fr: . +@prefix foaf: . +@prefix geo: . +@prefix ns: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix skos2: . +@prefix statistics: . +@prefix study_protocol: . +@prefix terms: . +@prefix vcard: . +@prefix vitro: . +@prefix vivo-rech: . +@prefix xsd: . + + + rdfs:label "Ontologie géopolitique"@fr ; +. +geo:GDP + rdfs:label "PIB"@fr ; +. +geo:GDPNotes + rdfs:label "Notes PIB"@fr ; +. +geo:GDPTotalInCurrentPrices + rdfs:label "Total du PIB en prix courants"@fr ; +. +geo:GDPUnit + rdfs:label "Unité de PIB"@fr ; +. +geo:GDPYear + rdfs:label "GDPYear"@fr ; +. +geo:agriculturalArea + rdfs:label "secteur agricole"@fr ; +. +geo:agriculturalAreaNotes + rdfs:label "notes sur les territoires agricoles"@fr ; +. +geo:agriculturalAreaTotal + rdfs:label "agriculturalAreaTotal"@fr ; +. +geo:agriculturalAreaUnit + rdfs:label "unité territoriale agricole"@fr ; +. +geo:agriculturalAreaYear + rdfs:label "territoireAgricoleAnnée"@fr ; +. +geo:area + rdfs:label "Région"@fr ; +. +geo:codeAGROVOC + rdfs:label "codeAGROVOC"@fr ; +. +geo:codeCurrency + rdfs:label "codeMonnaie"@fr ; +. +geo:codeDBPediaID + rdfs:label "codeDBPediaID"@fr ; +. +geo:codeFAOSTAT + rdfs:label "codeFAOSTAT"@fr ; +. +geo:codeFAOTERM + rdfs:label "codeFAOTERM"@fr ; +. +geo:codeGAUL + rdfs:label "codeGAUL"@fr ; +. +geo:codeISO2 + rdfs:label "codeISO2"@fr ; +. +geo:codeISO3 + rdfs:label "codeISO3"@fr ; +. +geo:codeUN + rdfs:label "codeUN"@fr ; +. +geo:codeUNDP + rdfs:label "codeUNDP"@fr ; +. +geo:countryArea + rdfs:label "paysRégion"@fr ; +. +geo:countryAreaNotes + rdfs:label "note de pays et régions"@fr ; +. +geo:countryAreaTotal + rdfs:label "total pays"@fr ; +. +geo:countryAreaUnit + rdfs:label "Unité de pays"@fr ; +. +geo:countryAreaYear + rdfs:label "paysRégionAnnée"@fr ; +. +geo:disputed + rdfs:label "Contesté"@fr ; +. +geo:economic_region + rdfs:label "Région économique"@fr ; +. +geo:geographical_region + rdfs:label "Région transnationale"@fr ; +. +geo:group + rdfs:label "Groupe"@fr ; +. +geo:hasBorderWith + rdfs:label "frontière avec"@fr ; +. +geo:hasCode + rdfs:label "code"@fr ; +. +geo:hasCoordinate + rdfs:label "coordonnées"@fr ; +. +geo:hasCurrency + rdfs:label "devise"@fr ; +. +geo:hasListName + rdfs:label "has list name "@fr ; +. +geo:hasMaxLatitude + rdfs:label "latitude maximale"@fr ; +. +geo:hasMaxLongitude + rdfs:label "longitude maximale"@fr ; +. +geo:hasMember + rdfs:label "pays ou territoire membre"@fr ; +. +geo:hasMinLatitude + rdfs:label "latitude minimale"@fr ; +. +geo:hasMinLongitude + rdfs:label "longitude minimale"@fr ; +. +geo:hasNationality + rdfs:label "nationalité"@fr ; +. +geo:hasOfficialName + rdfs:label "nom officiel"@fr ; +. +geo:hasShortName + rdfs:label "nom court"@fr ; +. +geo:hasStatistics + rdfs:label "statistiques"@fr ; +. +geo:isAdministeredBy + rdfs:label "est administré par"@fr ; +. +geo:isInGroup + rdfs:label "regroupement géographique"@fr ; +. +geo:isPredecessorOf + rdfs:label "précède"@fr ; +. +geo:isSuccessorOf + rdfs:label "est le successeur de"@fr ; +. +geo:landArea + rdfs:label "zone terrestre"@fr ; +. +geo:landAreaNotes + rdfs:label "notes territoriales"@fr ; +. +geo:landAreaTotal + rdfs:label "superficie totale"@fr ; +. +geo:landAreaUnit + rdfs:label "unité de surface"@fr ; +. +geo:landAreaYear + rdfs:label "territoireAnnée"@fr ; +. +geo:nameCurrencyAR + rdfs:label "nameCurrencyAR"@fr ; +. +geo:nameCurrencyEN + rdfs:label "nameCurrencyEN"@fr ; +. +geo:nameCurrencyES + rdfs:label "nameCurrencyES"@fr ; +. +geo:nameCurrencyFR + rdfs:label "nameCurrencyFR"@fr ; +. +geo:nameCurrencyIT + rdfs:label "nameCurrencyIT"@fr ; +. +geo:nameCurrencyRU + rdfs:label "nameCurrencyRU"@fr ; +. +geo:nameCurrencyZH + rdfs:label "nameCurrencyZH"@fr ; +. +geo:nameListAR + rdfs:label "nameListAR"@fr ; +. +geo:nameListEN + rdfs:label "nameListEN"@fr ; +. +geo:nameListES + rdfs:label "nameListES"@fr ; +. +geo:nameListFR + rdfs:label "nameListFR"@fr ; +. +geo:nameListIT + rdfs:label "nameListIT"@fr ; +. +geo:nameListRU + rdfs:label "nameListRU"@fr ; +. +geo:nameListZH + rdfs:label "nameListZH"@fr ; +. +geo:nameOfficialAR + rdfs:label "nameOfficialAR"@fr ; +. +geo:nameOfficialEN + rdfs:label "nameOfficialEN"@fr ; +. +geo:nameOfficialES + rdfs:label "nameOfficialES"@fr ; +. +geo:nameOfficialFR + rdfs:label "nameOfficialFR"@fr ; +. +geo:nameOfficialIT + rdfs:label "nomOfficielTI"@fr ; +. +geo:nameOfficialRU + rdfs:label "nameOfficialRU"@fr ; +. +geo:nameOfficialZH + rdfs:label "nameOfficialZH"@fr ; +. +geo:nameShortAR + rdfs:label "nameShortAR"@fr ; +. +geo:nameShortEN + rdfs:label "nameShortEN"@fr ; +. +geo:nameShortES + rdfs:label "nameShortES"@fr ; +. +geo:nameShortFR + rdfs:label "nameShortFR"@fr ; +. +geo:nameShortIT + rdfs:label "nameShortIT"@fr ; +. +geo:nameShortRU + rdfs:label "nomRaccourciRU "@fr ; +. +geo:nameShortZH + rdfs:label "nameShortZH"@fr ; +. +geo:nationalityAR + rdfs:label "nationalityAR"@fr ; +. +geo:nationalityEN + rdfs:label "nationalityEN"@fr ; +. +geo:nationalityES + rdfs:label "nationalityES"@fr ; +. +geo:nationalityFR + rdfs:label "nationalitéFR "@fr ; +. +geo:nationalityIT + rdfs:label "nationalityIT"@fr ; +. +geo:nationalityRU + rdfs:label "nationalityRU"@fr ; +. +geo:nationalityZH + rdfs:label "nationalityZH"@fr ; +. +geo:non_self_governing + rdfs:label "Non autonome"@fr ; +. +geo:organization + rdfs:label "Organisation"@fr ; +. +geo:other + rdfs:label "Autre"@fr ; +. +geo:population + rdfs:label "population"@fr ; +. +geo:populationNotes + rdfs:label "notes démographiques"@fr ; +. +geo:populationTotal + rdfs:label "population totale"@fr ; +. +geo:populationUnit + rdfs:label "unité de population"@fr ; +. +geo:populationYear + rdfs:label "populationAnnée"@fr ; +. +geo:self_governing + rdfs:label "Autonome"@fr ; +. +geo:special_group + rdfs:label "Groupe spécial"@fr ; +. +geo:territory + rdfs:label "Territoire"@fr ; +. +geo:validSince + rdfs:label "valide depuis"@fr ; +. +geo:validUntil + rdfs:label "valide jusqu'à"@fr ; +. +obo: + rdfs:label "OBO Foundry"@fr ; +. +obo:ARG_0000001 + rdfs:label "gabarit"@fr ; +. +obo:ARG_0000015 + rdfs:label "étiquette définie par l'utilisateur"@fr ; +. +obo:ARG_0000172 + rdfs:label "ID de patient"@fr ; +. +obo:ARG_0000197 + rdfs:label "ID de service de santé"@fr ; +. +obo:ARG_2000008 + rdfs:label "Sujet mesure de poids"@fr ; +. +obo:ARG_2000009 + rdfs:label "Mesure d'expertise"@fr ; +. +obo:ARG_2000010 + rdfs:label "Processus de mesure du poids du sujet "@fr ; +. +obo:ARG_2000011 + rdfs:label "Processus de mesure de l'expertise"@fr ; +. +obo:ARG_2000012 + rdfs:label "Étiquette de mesure"@fr ; +. +obo:ARG_2000021 + rdfs:label "Expérience"@fr ; +. +obo:ARG_2000022 + rdfs:label "spécialisation"@fr ; +. +obo:ARG_2000028 + rdfs:label "information du contact"@fr ; +. +obo:ARG_2000029 + rdfs:label "Coordonnées pour"@fr ; +. +obo:ARG_2000065 + rdfs:label "American Board of Allergy and Immunology"@fr ; +. +obo:ARG_2000066 + rdfs:label "American Board of Anesthesiology"@fr ; +. +obo:ARG_2000067 + rdfs:label "American Board of Colon and Rectal Surgery"@fr ; +. +obo:ARG_2000068 + rdfs:label "American Board of Dermatology"@fr ; +. +obo:ARG_2000069 + rdfs:label "American Board of Emergency Medicine"@fr ; +. +obo:ARG_2000070 + rdfs:label "American Board of Family Medicine"@fr ; +. +obo:ARG_2000071 + rdfs:label "American Board of Internal Medicine"@fr ; +. +obo:ARG_2000072 + rdfs:label "American Board of Medical Genetics"@fr ; +. +obo:ARG_2000073 + rdfs:label "American Board of Neurological Surgery"@fr ; +. +obo:ARG_2000074 + rdfs:label "American Board of Nuclear Medicine"@fr ; +. +obo:ARG_2000075 + rdfs:label "American Board of Obstetrics and Gynecology"@fr ; +. +obo:ARG_2000076 + rdfs:label "American Board of Ophthalmology"@fr ; +. +obo:ARG_2000077 + rdfs:label "American Board of Orthopaedic Surgery"@fr ; +. +obo:ARG_2000078 + rdfs:label "American Board of Otolaryngology"@fr ; +. +obo:ARG_2000079 + rdfs:label "American Board of Pathology"@fr ; +. +obo:ARG_2000080 + rdfs:label "American Board of Pediatrics"@fr ; +. +obo:ARG_2000081 + rdfs:label "American Board of Physical Medicine and Rehabilitation"@fr ; +. +obo:ARG_2000083 + rdfs:label "American Board of Plastic Surgery"@fr ; +. +obo:ARG_2000084 + rdfs:label "American Board of Preventive Medicine"@fr ; +. +obo:ARG_2000085 + rdfs:label "American Board of Psychiatry and Neurology"@fr ; +. +obo:ARG_2000086 + rdfs:label "American Board of Radiology"@fr ; +. +obo:ARG_2000087 + rdfs:label "American Board of Surgery"@fr ; +. +obo:ARG_2000088 + rdfs:label "American Board of Thoracic Surgery"@fr ; +. +obo:ARG_2000089 + rdfs:label "American Board of Urology"@fr ; +. +obo:ARG_2000376 + rdfs:label "Qualificatif du contact"@fr ; +. +obo:ARG_2000377 + rdfs:label "Profil FOAF"@fr ; +. +obo:ARG_2000379 + rdfs:label "Contact"@fr ; +. +obo:ARG_2000390 + rdfs:label "contexte de"@fr ; +. +obo:ARG_2000391 + rdfs:label "contexte"@fr ; +. +obo:ARG_2000399 + rdfs:label "agent de liaison"@fr ; +. +obo:ARG_2000400 + rdfs:label "nombre par année"@fr ; +. +obo:BFO_0000001 + rdfs:label "Entité"@fr ; +. +obo:BFO_0000002 + rdfs:label "Continuant"@fr ; +. +obo:BFO_0000003 + rdfs:label "occurrence"@fr ; +. +obo:BFO_0000004 + rdfs:label "Entité continuante indépendante "@fr ; +. +obo:BFO_0000006 + rdfs:label "Région spatiale"@fr ; +. +obo:BFO_0000008 + rdfs:label "Région temporelle"@fr ; +. +obo:BFO_0000015 + rdfs:label "Processus"@fr ; +. +obo:BFO_0000016 + rdfs:label "Disposition"@fr ; +. +obo:BFO_0000017 + rdfs:label "Entité réalisable"@fr ; +. +obo:BFO_0000019 + rdfs:label "Qualité"@fr ; +. +obo:BFO_0000020 + rdfs:label "Continuant dépendant spécifiquement"@fr ; +. +obo:BFO_0000023 + rdfs:label "Rôle"@fr ; +. +obo:BFO_0000029 + rdfs:label "Site"@fr ; +. +obo:BFO_0000031 + rdfs:label "Continuant génériquement dépendant"@fr ; +. +obo:BFO_0000034 + rdfs:label "Fonction"@fr ; +. +obo:BFO_0000038 + rdfs:label "Région temporelle unidimensionnelle"@fr ; +. +obo:BFO_0000040 + rdfs:label "Entité matérielle"@fr ; +. +obo:BFO_0000050 + rdfs:label "partie de"@fr ; +. +obo:BFO_0000051 + rdfs:label "partie"@fr ; +. +obo:BFO_0000054 + rdfs:label "réalisé dans"@fr ; +. +obo:BFO_0000055 + rdfs:label "réalise"@fr ; +. +obo:BFO_0000141 + rdfs:label "Entité immatérielle"@fr ; +. +obo:BFO_0000148 + rdfs:label "Région temporelle à dimension zéro"@fr ; +. +obo:ERO_0000004 + rdfs:label "Instrument"@fr ; +. +obo:ERO_0000005 + rdfs:label "Service"@fr ; +. +obo:ERO_0000006 + rdfs:label "Réactif"@fr ; +. +obo:ERO_0000007 + rdfs:label "Technique"@fr ; +. +obo:ERO_0000012 + rdfs:label "Rôle de fournisseur de service"@fr ; +. +obo:ERO_0000014 + rdfs:label "Projet de recherche"@fr ; +. +obo:ERO_0000015 + rdfs:label "Étude sur des sujets humains"@fr ; +. +obo:ERO_0000016 + rdfs:label "Essai clinique"@fr ; +. +obo:ERO_0000020 + rdfs:label "Spécimen biologique"@fr ; +. +obo:ERO_0000029 + rdfs:label "fournit l'accès à"@fr ; +. +obo:ERO_0000031 + rdfs:label "utilise"@fr ; +. +obo:ERO_0000033 + rdfs:label "expertise technique"@fr ; +. +obo:ERO_0000034 + rdfs:label "manufacturier"@fr ; +. +obo:ERO_0000037 + rdfs:label "contact ou fournisseur de service"@fr ; +. +obo:ERO_0000038 + rdfs:label "spécifie l'usage de"@fr ; +. +obo:ERO_0000044 + rdfs:label "numéro d'inventaire"@fr ; +. +obo:ERO_0000045 + rdfs:label "restrictions"@fr ; +. +obo:ERO_0000046 + rdfs:label "restriction géographique"@fr ; +. +obo:ERO_0000050 + rdfs:label "numéro de modèle"@fr ; +. +obo:ERO_0000054 + rdfs:label "format de données de labo"@fr ; +. +obo:ERO_0000070 + rdfs:label "utilisé par"@fr ; +. +obo:ERO_0000071 + rdfs:label "Software"@fr ; +. +obo:ERO_0000072 + rdfs:label "version"@fr ; +. +obo:ERO_0000224 + rdfs:label "Rôle de financement"@fr ; +. +obo:ERO_0000225 + rdfs:label "Rôle d'enseignant"@fr ; +. +obo:ERO_0000390 + rdfs:label "service fourni par"@fr ; +. +obo:ERO_0000391 + rdfs:label "Service d'accès"@fr ; +. +obo:ERO_0000392 + rdfs:label "Service de stockage"@fr ; +. +obo:ERO_0000393 + rdfs:label "Service de formation"@fr ; +. +obo:ERO_0000394 + rdfs:label "Service de traitement matériel"@fr ; +. +obo:ERO_0000395 + rdfs:label "Service d'analyse matérielle"@fr ; +. +obo:ERO_0000396 + rdfs:label "Service de production de matières"@fr ; +. +obo:ERO_0000397 + rdfs:label "réalise la technique"@fr ; +. +obo:ERO_0000398 + rdfs:label "effectué par"@fr ; +. +obo:ERO_0000424 + rdfs:label "étude démographique"@fr ; +. +obo:ERO_0000460 + rdfs:label "documentation"@fr ; +. +obo:ERO_0000481 + rdfs:label "réalise le protocole"@fr ; +. +obo:ERO_0000482 + rdfs:label "logiciel"@fr ; +. +obo:ERO_0000543 + rdfs:label "technique associée"@fr ; +. +obo:ERO_0000565 + rdfs:label "Bureau du transfert technologique"@fr ; +. +obo:ERO_0000572 + rdfs:label "étude sur"@fr ; +. +obo:ERO_0000595 + rdfs:label "Opportunité de recherche"@fr ; +. +obo:ERO_0000774 + rdfs:label "critères d'éligibilité"@fr ; +. +obo:ERO_0000775 + rdfs:label "conditions de résidence"@fr ; +. +obo:ERO_0000776 + rdfs:label "Rôle de résident (É.-U.)"@fr ; +. +obo:ERO_0000777 + rdfs:label "Rôle de citoyen (É.-U.)"@en ; +. +obo:ERO_0000778 + rdfs:label "citoyen non américain"@fr ; +. +obo:ERO_0000779 + rdfs:label "Rôle de résident permanent"@fr ; +. +obo:ERO_0000780 + rdfs:label "Rôle de résident non-permanent"@fr ; +. +obo:ERO_0000783 + rdfs:label "Rôle d'étudiant"@fr ; +. +obo:ERO_0000784 + rdfs:label "Rôle d'étudiant de premier cycle"@fr ; +. +obo:ERO_0000785 + rdfs:label "Rôle d'étudiant diplômé"@fr ; +. +obo:ERO_0000786 + rdfs:label "Rôle d'élève du secondaire"@fr ; +. +obo:ERO_0000787 + rdfs:label "Rôle d'employé"@fr ; +. +obo:ERO_0000788 + rdfs:label "Rôle de professeur"@fr ; +. +obo:ERO_0000789 + rdfs:label "Rôle d'employé"@fr ; +. +obo:ERO_0000790 + rdfs:label "Stagiaire post-baccalauréat"@fr ; +. +obo:ERO_0000914 + rdfs:label "Rôle de l'étudiant stagiaire de cycle supérieur"@fr ; +. +obo:ERO_0000918 + rdfs:label "projet de recherche associé"@fr ; +. +obo:ERO_0000919 + rdfs:label "spécimen biologique associé"@fr ; +. +obo:ERO_0001245 + rdfs:label "Licences d'utilisation"@fr ; +. +obo:ERO_0001254 + rdfs:label "Service de transport"@fr ; +. +obo:ERO_0001255 + rdfs:label "Service de support"@fr ; +. +obo:ERO_0001256 + rdfs:label "Service d'entreposage matériel"@fr ; +. +obo:ERO_0001257 + rdfs:label "Service de stockage de données"@fr ; +. +obo:ERO_0001258 + rdfs:label "Service d'entretien"@fr ; +. +obo:ERO_0001259 + rdfs:label "Service d'entretien matériel"@fr ; +. +obo:ERO_0001260 + rdfs:label "Service d'entretien de données"@fr ; +. +obo:ERO_0001261 + rdfs:label "Service d'analyse"@fr ; +. +obo:ERO_0001262 + rdfs:label "Service d'analyse de données"@fr ; +. +obo:ERO_0001263 + rdfs:label "Service de modification matérielle"@fr ; +. +obo:ERO_0001518 + rdfs:label "phase"@fr ; +. +obo:ERO_0001520 + rdfs:label "effectue des études sur les humains"@fr ; +. +obo:ERO_0001521 + rdfs:label "réalisé par l'organisation"@fr ; +. +obo:ERO_0001716 + rdfs:label "Base de données"@fr ; +. +obo:IAO_0000003 + rdfs:label "Étiquette d'unité de mesure"@fr ; +. +obo:IAO_0000005 + rdfs:label "Spécification des objectifs"@fr ; +. +obo:IAO_0000007 + rdfs:label "Spécification des actions"@fr ; +. +obo:IAO_0000009 + rdfs:label "Étiquette de référence"@fr ; +. +obo:IAO_0000013 + rdfs:label "Article"@fr ; +. +obo:IAO_0000027 + rdfs:label "Élément de données"@fr ; +. +obo:IAO_0000030 + rdfs:label "ressource"@fr ; +. +obo:IAO_0000032 + rdfs:label "Point de référence de la mesure scalaire"@fr ; +. +obo:IAO_0000033 + rdfs:label "Entité de directives"@fr ; +. +obo:IAO_0000039 + rdfs:label "étiquette d'unité de mesure"@fr ; +. +obo:IAO_0000102 + rdfs:label "Données sur une partie de l'ontologie"@fr ; +. +obo:IAO_0000104 + rdfs:label "Spécification du plan"@fr ; +. +obo:IAO_0000109 + rdfs:label "Référence de mesure"@fr ; +. +obo:IAO_0000124 + rdfs:label "non préservé "@fr ; +. +obo:IAO_0000136 + rdfs:label "traite de"@fr ; +. +obo:IAO_0000142 + rdfs:label "mentions"@fr ; +. +obo:IAO_0000144 + rdfs:label "Conclusion (texte)"@fr ; +. +obo:IAO_0000221 + rdfs:label "mesure de qualité de"@fr ; +. +obo:IAO_0000227 + rdfs:label "termes fusionnés"@fr ; +. +obo:IAO_0000300 + rdfs:label "Entité textuelle"@fr ; +. +obo:IAO_0000417 + rdfs:label "fait l'objet d'une évaluation qualitative "@fr ; +. +obo:OBI_0000011 + rdfs:label "Processus planifié"@fr ; +. +obo:OBI_0000017 + rdfs:label "Rôle réglementaire"@fr ; +. +obo:OBI_0000272 + rdfs:label "Protocole"@fr ; +. +obo:OBI_0000293 + rdfs:label "intrant spécifique"@fr ; +. +obo:OBI_0000299 + rdfs:label "résultat défini"@fr ; +. +obo:OBI_0000304 + rdfs:label "manufacturé par"@fr ; +. +obo:OBI_0000312 + rdfs:label "résultat spécifique de"@fr ; +. +obo:OBI_0000417 + rdfs:label "atteint l'objectif fixé"@fr ; +. +obo:OBI_0000643 + rdfs:label "grain "@fr ; +. +obo:OBI_0000833 + rdfs:label "objectif atteint par"@fr ; +. +obo:OBI_0000835 + rdfs:label "Manufacturier"@fr ; +. +obo:OBI_0001554 + rdfs:label "Référence de mesure du taux"@fr ; +. +obo:OBI_0100026 + rdfs:label "Organisme"@fr ; +. +obo:OBI_0500000 + rdfs:label "Plan d'étude"@fr ; +. +obo:RO_0000052 + rdfs:label "inhérent à"@fr ; +. +obo:RO_0000053 + rdfs:label "détenteur de"@fr ; +. +obo:RO_0000056 + rdfs:label "participe à"@fr ; +. +obo:RO_0000057 + rdfs:label "participants"@fr ; +. +obo:RO_0001000 + rdfs:label "dérivé de"@fr ; +. +obo:RO_0001015 + rdfs:label "lieu de"@fr ; +. +obo:RO_0001018 + rdfs:label "contenu dans"@fr ; +. +obo:RO_0001019 + rdfs:label "contient"@fr ; +. +obo:RO_0001025 + rdfs:label "situé en"@fr ; +. +obo:RO_0002220 + rdfs:label "adjacent à"@fr ; +. +obo:RO_0002233 + rdfs:label "intrant"@fr ; +. +obo:RO_0002234 + rdfs:label "résultat"@fr ; +. +obo:RO_0002350 + rdfs:label "membre de"@fr ; +. +obo:RO_0002351 + rdfs:label "membre"@fr ; +. +obo:RO_0002353 + rdfs:label "résultat de"@fr ; +. +obo:RO_0003000 + rdfs:label "produit"@fr ; +. +obo:RO_0003001 + rdfs:label "produit par"@fr ; +. +obo:UO_0000280 + rdfs:label "Unité tarifaire"@fr ; +. + + rdfs:label "Événement ontologique"@fr ; +. + + rdfs:label "Événement"@fr ; +. +terms:contributor + rdfs:label "contributeur"@fr ; +. +terms:relation + rdfs:label "relation"@fr ; +. + + rdfs:label "Recherche OCRe"@fr ; +. + + rdfs:label "planification des recherches (OCRe)"@fr ; +. + + rdfs:label "Phase"@fr ; +. + + rdfs:label "Phase 0"@fr ; +. + + rdfs:label "Phase 1"@fr ; +. + + rdfs:label "Phase 2"@fr ; +. + + rdfs:label "Phase 3"@fr ; +. + + rdfs:label "Phase 4"@fr ; +. + + rdfs:label "Étude d'un seul groupe"@fr ; +. +bibo: + rdfs:label "Ontologie Bibo"@fr ; +. +bibo:AcademicArticle + rdfs:label "Article de recherche"@fr ; +. +bibo:Article + rdfs:label "Article"@fr ; +. +bibo:AudioDocument + rdfs:label "Document audio"@fr ; +. +bibo:AudioVisualDocument + rdfs:label "Document audiovisuel"@fr ; +. +bibo:Bill + rdfs:label "Loi"@fr ; +. +bibo:Book + rdfs:label "Livre"@fr ; +. +bibo:BookSection + rdfs:label "Section d'un livre"@fr ; +. +bibo:Brief + rdfs:label "Dossier"@fr ; +. +bibo:Chapter + rdfs:label "Chapitre"@fr ; +. +bibo:Code + rdfs:label "Code"@fr ; +. +bibo:CollectedDocument + rdfs:label "Documents recueillis"@fr ; +. +bibo:Collection + rdfs:label "Collection"@fr ; +. +bibo:Conference + rdfs:label "Conférence"@fr ; +. +bibo:CourtReporter + rdfs:label "Greffier"@fr ; +. +bibo:Document + rdfs:label "Document"@fr ; +. +bibo:DocumentPart + rdfs:label "Partie du document"@fr ; +. +bibo:DocumentStatus + rdfs:label "Statut du document"@fr ; +. +bibo:EditedBook + rdfs:label "Livre édité"@fr ; +. +bibo:Excerpt + rdfs:label "Extrait"@fr ; +. +bibo:Film + rdfs:label "Film"@fr ; +. +bibo:Hearing + rdfs:label "Audience"@fr ; +. +bibo:Image + rdfs:label "Image"@fr ; +. +bibo:Interview + rdfs:label "Interview"@fr ; +. +bibo:Issue + rdfs:label "numéro"@fr ; +. +bibo:Journal + rdfs:label "Revue"@fr ; +. +bibo:LegalCaseDocument + rdfs:label "Document de cas juridique"@fr ; +. +bibo:LegalDecision + rdfs:label "Décision"@fr ; +. +bibo:LegalDocument + rdfs:label "Document légal"@fr ; +. +bibo:Legislation + rdfs:label "Législation"@fr ; +. +bibo:Letter + rdfs:label "Lettre"@fr ; +. +bibo:Magazine + rdfs:label "Revue"@fr ; +. +bibo:Manual + rdfs:label "Manuel"@fr ; +. +bibo:Manuscript + rdfs:label "manuscrit"@fr ; +. +bibo:Map + rdfs:label "Carte"@fr ; +. +bibo:Newspaper + rdfs:label "Journal"@fr ; +. +bibo:Note + rdfs:label "Note"@fr ; +. +bibo:Patent + rdfs:label "Brevet"@fr ; +. +bibo:Performance + rdfs:label "Performance"@fr ; +. +bibo:Periodical + rdfs:label "Périodique"@fr ; +. +bibo:PersonalCommunicationDocument + rdfs:label "Document de communication personnel"@fr ; +. +bibo:Proceedings + rdfs:label "Actes"@fr ; +. +bibo:Quote + rdfs:label "Citation"@fr ; +. +bibo:ReferenceSource + rdfs:label "Source de référence"@fr ; +. +bibo:Report + rdfs:label "Rapport"@fr ; +. +bibo:Series + rdfs:label "Collection"@fr ; +. +bibo:Slide + rdfs:label "Diapositive"@fr ; +. +bibo:Slideshow + rdfs:label "Diaporama"@fr ; +. +bibo:Standard + rdfs:label "Standard"@fr ; +. +bibo:Statute + rdfs:label "Statut"@fr ; +. +bibo:Thesis + rdfs:label "Thèse"@fr ; +. +bibo:ThesisDegree + rdfs:label "Diplôme de thèse"@fr ; +. +bibo:Webpage + rdfs:label "Page web"@fr ; +. +bibo:Website + rdfs:label "Site web"@fr ; +. +bibo:Workshop + rdfs:label "Atelier"@fr ; +. +bibo:abstract + rdfs:label "résumé"@fr ; +. +bibo:accepted + rdfs:label "accepté"@fr ; +. +bibo:affirmedBy + rdfs:label "affirmé par"@fr ; +. +bibo:annotates + rdfs:label "annote"@fr ; +. +bibo:asin + rdfs:label "Amazon Standard Identification Number (ASIN)"@fr ; +. +bibo:chapter + rdfs:label "numéro de chapitre"@fr ; +. +bibo:citedBy + rdfs:label "cité par"@fr ; +. +bibo:cites + rdfs:label "cite"@fr ; +. +bibo:coden + rdfs:label "coden"@fr ; +. +bibo:court + rdfs:label "Tribunal "@fr ; +. +bibo:degree + rdfs:label "diplôme associé"@fr ; +. +bibo:director + rdfs:label "directeur"@fr ; +. +bibo:distributor + rdfs:label "distributeur"@fr ; +. +bibo:doi + rdfs:label "Digital Object Identifier (DOI)"@fr ; +. +bibo:draft + rdfs:label "brouillon"@fr ; +. +bibo:eanucc13 + rdfs:label "EAN International-Uniform Code Council (EAN-UCC) 13"@fr ; +. +bibo:edition + rdfs:label "édition"@fr ; +. +bibo:eissn + rdfs:label "Electronic International Standard Serial Number (EISSN)"@fr ; +. +bibo:gtin14 + rdfs:label "Global Trade Item Number (GTIN-14)"@fr ; +. +bibo:identifier + rdfs:label "identifiant"@fr ; +. +bibo:interviewee + rdfs:label "personne interviewée"@fr ; +. +bibo:interviewer + rdfs:label "intervieweur"@fr ; +. +bibo:isbn10 + rdfs:label "International Standard Book Number (ISBN) 10"@fr ; +. +bibo:isbn13 + rdfs:label "International Standard Book Number (ISBN) 13"@fr ; +. +bibo:issn + rdfs:label "International Standard Serial Number (ISSN)"@fr ; +. +bibo:issue + rdfs:label "numéro"@fr ; +. +bibo:issuer + rdfs:label "émetteur"@fr ; +. +bibo:lccn + rdfs:label " numéro de contrôle de Library of Congress (LCCN)"@fr ; +. +bibo:locator + rdfs:label "localisateur"@fr ; +. +bibo:numPages + rdfs:label "nombre de pages"@fr ; +. +bibo:number + rdfs:label "numéro"@fr ; +. +bibo:oclcnum + rdfs:label " numéro de Online Computer Library Center (OCLC)"@fr ; +. +bibo:pageEnd + rdfs:label "page de fin"@fr ; +. +bibo:pageStart + rdfs:label "Page de début"@fr ; +. +bibo:peerReviewed + rdfs:label "revu par les pairs"@fr ; +. +bibo:performer + rdfs:label "interprète"@fr ; +. +bibo:pmid + rdfs:label "ID PubMed"@fr ; +. +bibo:prefixName + rdfs:label "préfixe de nom"@fr ; +. +bibo:presentedAt + rdfs:label "présenté à l'événement"@fr ; +. +bibo:presents + rdfs:label "documents associés"@fr ; +. +bibo:published + rdfs:label "publié"@fr ; +. +bibo:recipient + rdfs:label "destinataire"@fr ; +. +bibo:rejected + rdfs:label "rejeté"@fr ; +. +bibo:reproducedIn + rdfs:label "reproduit dans"@fr ; +. +bibo:reversedBy + rdfs:label "inversé par"@fr ; +. +bibo:reviewOf + rdfs:label "critique de"@fr ; +. +bibo:section + rdfs:label "section"@fr ; +. +bibo:shortDescription + rdfs:label "courte description"@fr ; +. +bibo:sici + rdfs:label "Serial Item and Contribution Identifier (SICI)"@fr ; +. +bibo:status + rdfs:label "statut"@fr ; +. +bibo:subsequentLegalDecision + rdfs:label "décision légale subséquente"@fr ; +. +bibo:transcriptOf + rdfs:label "transcription de"@fr ; +. +bibo:translationOf + rdfs:label "traduction de"@fr ; +. +bibo:translator + rdfs:label "traducteur"@fr ; +. +bibo:unpublished + rdfs:label "non publié"@fr ; +. +bibo:upc + rdfs:label "Code universel de produit (UPC)"@fr ; +. +bibo:uri + rdfs:label "URI"@fr ; +. +bibo:volume + rdfs:label "volume"@fr ; +. + + rdfs:label "Citation Counting and Context Characterization Ontology"@fr ; +. + + rdfs:label "Source de données bibliographiques"@fr ; +. + + rdfs:label "Nombre total de citations"@fr ; +. + + rdfs:label "fréquence globale de citation"@fr ; +. + + rdfs:label "Date du compteur global des citations"@fr ; +. + + rdfs:label "source de compte global"@fr ; +. + + rdfs:label "compteur global"@fr ; +. + + rdfs:label "CiTO (Citation Typing Ontology)"@fr ; +. + + rdfs:label "cite comme source de données"@fr ; +. + + rdfs:label "est cité comme source par"@fr ; +. + + rdfs:label "FaBiO (FRBR-Aligned Bibliographic Ontology)"@fr ; +. + + rdfs:label "Recommandation clinique"@fr ; +. + + rdfs:label "Commentaire"@fr ; +. + + rdfs:label "Erratum"@fr ; +. + + rdfs:label "espace de nommage URI préféré"@fr ; +. + + rdfs:label "interne à Vitro"@fr ; +. +vitro:moniker + rdfs:label "moniker (deprecated) "@fr ; +. + + rdfs:label "Vitro Public Ontology"@fr ; +. + + rdfs:label "Dossier"@fr ; +. + + rdfs:label "FichierOctetFlux"@fr ; +. + + rdfs:label "VIVO Core"@fr ; +. +core:Abstract + rdfs:label "Résumé"@fr ; +. +core:AcademicDegree + rdfs:label "Diplôme universitaire"@fr ; +. +core:AcademicDepartment + rdfs:label "Département (académique)"@fr ; +. +core:AcademicTerm + rdfs:label "Période académique"@fr ; +. +core:AcademicYear + rdfs:label "Année académique"@fr ; +. +core:AdministratorRole + rdfs:label "Rôle d'administrateur"@fr ; +. +core:AdviseeRole + rdfs:label "Rôle de personne conseillée"@fr ; +. +core:AdvisingProcess + rdfs:label "Processus de consultation"@fr ; +. +core:AdvisingRelationship + rdfs:label "Relation de conseil"@fr ; +. +core:AdvisorRole + rdfs:label "Rôle de conseiller"@fr ; +. +core:Association + rdfs:label "Association"@fr ; +. +core:AttendeeRole + rdfs:label "Rôle de participant"@fr ; +. +core:AttendingProcess + rdfs:label "Processus de participation"@fr ; +. +core:Authorship + rdfs:label "Paternité"@fr ; +. +core:Award + rdfs:label "Prix et distinctions"@fr ; +. +core:AwardReceipt + rdfs:label "Prix ou distinction reçu"@fr ; +. +core:AwardedDegree + rdfs:label "Diplôme accordé"@fr ; +. +core:Blog + rdfs:label "Blogue"@fr ; +. +core:BlogPosting + rdfs:label "Publication de blogue"@fr ; +. +core:Building + rdfs:label "Édifice"@fr ; +. +core:Campus + rdfs:label "Campus"@fr ; +. +core:CaseStudy + rdfs:label "Étude de cas"@fr ; +. +core:Catalog + rdfs:label "Catalogue"@fr ; +. +core:Center + rdfs:label "Centre"@fr ; +. +core:Certificate + rdfs:label "Certificat"@fr ; +. +core:Certification + rdfs:label "Certification"@fr ; +. +core:ClinicalOrganization + rdfs:label "Organisation clinique"@fr ; +. +core:ClinicalRole + rdfs:label "Rôle clinique"@fr ; +. +core:CoPrincipalInvestigatorRole + rdfs:label "Rôle de co-chercheur principal"@fr ; +. +core:College + rdfs:label "Collège"@fr ; +. +core:Committee + rdfs:label "Comité"@fr ; +. +core:Company + rdfs:label "Compagnie"@fr ; +. +core:Competition + rdfs:label "Compétition"@fr ; +. +core:ConferencePaper + rdfs:label "Article de conférence"@fr ; +. +core:ConferencePoster + rdfs:label "Affiche de conférence"@fr ; +. +core:ConferenceSeries + rdfs:label "Série de conférences"@fr ; +. +core:Consortium + rdfs:label "Consortium"@fr ; +. +core:Continent + rdfs:label "Continent"@fr ; +. +core:Contract + rdfs:label "Contrat"@fr ; +. +core:CoreLaboratory + rdfs:label "Laboratoire principal"@fr ; +. +core:Country + rdfs:label "Pays"@fr ; +. +core:County + rdfs:label "Comté"@fr ; +. +core:Course + rdfs:label "Cours"@fr ; +. +core:Credential + rdfs:label "certification"@fr ; +. +core:Database + rdfs:label "Base de données"@fr ; +. +core:Dataset + rdfs:label "Jeu de données"@fr ; +. +core:DateTimeInterval + rdfs:label "intervalle date/heure"@fr ; +. +core:DateTimeValue + rdfs:label "Date/Temps"@fr ; +. +core:DateTimeValuePrecision + rdfs:label "Précision date/heure"@fr ; +. +core:Department + rdfs:label "Département"@fr ; +. +core:Division + rdfs:label "Division"@fr ; +. +core:EditorRole + rdfs:label "Rôle d'éditeur"@fr ; +. +core:EditorialArticle + rdfs:label "Article éditorial"@fr ; +. +core:Editorship + rdfs:label "Rédaction"@fr ; +. +core:EducationalProcess + rdfs:label "Processus éducationnel"@fr ; +. +core:EmeritusFaculty + rdfs:label "Professeur émérite"@fr ; +. +core:EmeritusLibrarian + rdfs:label "Bibliothécaire émérite"@fr ; +. +core:EmeritusProfessor + rdfs:label "Professeur émérite"@fr ; +. +core:Equipment + rdfs:label "Équipement"@fr ; +. +core:EventSeries + rdfs:label "Série d'événements"@fr ; +. +core:Exhibit + rdfs:label "Exposition"@fr ; +. +core:ExtensionUnit + rdfs:label "Service de vulgarisation"@fr ; +. +core:F1000Link + rdfs:label "Lien F1000"@fr ; +. +core:Facility + rdfs:label "Installation"@fr ; +. +core:FacultyAdministrativePosition + rdfs:label "Poste administratif de professeur"@fr ; +. +core:FacultyMember + rdfs:label "Professeur"@fr ; +. +core:FacultyMentoringRelationship + rdfs:label "Relation de mentorat entre les professeurs"@fr ; +. +core:FacultyPosition + rdfs:label "Poste de professeur"@fr ; +. +core:Foundation + rdfs:label "Fondation"@fr ; +. +core:FundingOrganization + rdfs:label "Organisme de financement"@fr ; +. +core:GeographicLocation + rdfs:label "Lieu géographique"@fr ; +. +core:GeographicRegion + rdfs:label "Région géographique"@fr ; +. +core:GeopoliticalEntity + rdfs:label "Entité géopolitique"@fr ; +. +core:GovernmentAgency + rdfs:label "Agence gouvernementale"@fr ; +. +core:GraduateAdvisingRelationship + rdfs:label "Relation de conseil aux diplômés"@fr ; +. +core:GraduateStudent + rdfs:label "Diplômé"@fr ; +. +core:Grant + rdfs:label "Subvention"@fr ; +. +core:Hospital + rdfs:label "Hôpital"@fr ; +. +core:Institute + rdfs:label "Institut"@fr ; +. +core:Internship + rdfs:label "Stage"@fr ; +. +core:InvestigatorRole + rdfs:label "Rôle de chercheur"@fr ; +. +core:InvitedTalk + rdfs:label "Conférence sur invitation"@fr ; +. +core:IssuedCredential + rdfs:label "Diplôme émis"@fr ; +. +core:Laboratory + rdfs:label "Laboratoire"@fr ; +. +core:LeaderRole + rdfs:label "Rôle de leader"@fr ; +. +core:Librarian + rdfs:label "Bibliothécaire"@fr ; +. +core:LibrarianPosition + rdfs:label "Poste de bibliothécaire"@fr ; +. +core:Library + rdfs:label "Bibliothèque"@fr ; +. +core:License + rdfs:label "Permis"@fr ; +. +core:Licensure + rdfs:label "Permis d'exercer"@fr ; +. +core:Location + rdfs:label "Lieu"@fr ; +. +core:MedicalResidency + rdfs:label "Résidence médicale"@fr ; +. +core:Meeting + rdfs:label "Réunion"@fr ; +. +core:MemberRole + rdfs:label "Rôle de membre"@fr ; +. +core:Museum + rdfs:label "Musée"@fr ; +. +core:NewsRelease + rdfs:label "Communiqué de presse"@fr ; +. +core:Newsletter + rdfs:label "Bulletin d'information"@fr ; +. +core:NonAcademic + rdfs:label "Non-académique"@fr ; +. +core:NonAcademicPosition + rdfs:label "Poste non-académique"@fr ; +. +core:NonFacultyAcademic + rdfs:label "Enseignant"@fr ; +. +core:NonFacultyAcademicPosition + rdfs:label "Poste académique non professoral"@fr ; +. +core:OrganizerRole + rdfs:label "Rôle d'organisateur"@fr ; +. +core:OrganizingProcess + rdfs:label "Processus organisationnel"@fr ; +. +core:OutreachProviderRole + rdfs:label "Rôle de responsable de la mobilisation des connaissances "@fr ; +. +core:PeerReviewerRole + rdfs:label "Rôle de pair évaluateur"@fr ; +. +core:PopulatedPlace + rdfs:label "Lieu habité"@fr ; +. +core:Position + rdfs:label "Poste"@fr ; +. +core:Postdoc + rdfs:label "Post-doctorat"@fr ; +. +core:PostdocOrFellowAdvisingRelationship + rdfs:label "Relation conseil avec les étudiants post-doctoraux ou fellow "@fr ; +. +core:PostdocPosition + rdfs:label "Poste postdoctoral"@fr ; +. +core:PostdoctoralTraining + rdfs:label "Formation postdoctorale"@fr ; +. +core:Presentation + rdfs:label "Présentation"@fr ; +. +core:PresenterRole + rdfs:label "Rôle de présentateur"@fr ; +. +core:PresentingProcess + rdfs:label "Processus de présentation"@fr ; +. +core:PrimaryPosition + rdfs:label "Poste principal"@fr ; +. +core:PrincipalInvestigatorRole + rdfs:label "Rôle de chercheur principal"@fr ; +. +core:PrivateCompany + rdfs:label "Compagnie privée"@fr ; +. +core:Program + rdfs:label "Programme"@fr ; +. +core:Project + rdfs:label "Projet"@fr ; +. +core:Publisher + rdfs:label "Éditeur"@fr ; +. +core:Relationship + rdfs:label "Relation"@fr ; +. +core:ResearchOrganization + rdfs:label "Organisation de recherche"@fr ; +. +core:ResearchProposal + rdfs:label "Proposition de recherche"@fr ; +. +core:ResearcherRole + rdfs:label "Rôle de chercheur"@fr ; +. +core:Review + rdfs:label "Critique"@fr ; +. +core:ReviewerRole + rdfs:label "Rôle de réviseur"@fr ; +. +core:Room + rdfs:label "Chambre"@fr ; +. +core:School + rdfs:label "École"@fr ; +. +core:Score + rdfs:label "Pointage"@fr ; +. +core:Screenplay + rdfs:label "Scénario"@fr ; +. +core:SeminarSeries + rdfs:label "Collection de séminaires"@fr ; +. +core:ServiceProvidingLaboratory + rdfs:label "Service de laboratoire"@fr ; +. +core:Speech + rdfs:label "Discours"@fr ; +. +core:StateOrProvince + rdfs:label "État ou Province"@fr ; +. +core:Student + rdfs:label "Étudiant"@fr ; +. +core:StudentOrganization + rdfs:label "Organisation étudiante"@fr ; +. +core:SubnationalRegion + rdfs:label "Région infranationale"@fr ; +. +core:TeacherRole + rdfs:label "Rôle de professeur"@fr ; +. +core:Team + rdfs:label "Équipe"@fr ; +. +core:Translation + rdfs:label "Traduction"@fr ; +. +core:UndergraduateAdvisingRelationship + rdfs:label "Relation conseil de premier cycle"@fr ; +. +core:UndergraduateStudent + rdfs:label "Étudiant de premier cycle"@fr ; +. +core:University + rdfs:label "Université"@fr ; +. +core:Video + rdfs:label "Vidéo"@fr ; +. +core:WorkingPaper + rdfs:label "Document de travail"@fr ; +. +core:WorkshopSeries + rdfs:label "Séries d'ateliers"@fr ; +. +core:abbreviation + rdfs:label "abbréviation"@fr ; +. +core:affiliatedOrganization + rdfs:label "Affiliation organisationnelle"@fr ; +. +core:assignedBy + rdfs:label "assigné par"@fr ; +. +core:assignee + rdfs:label "mandataire "@fr ; +. +core:assigneeFor + rdfs:label "Brevets"@fr ; +. +core:assigns + rdfs:label "assigne"@fr ; +. +core:cclCode + rdfs:label "published US Classification Class/subclass (CCL) code"@fr ; +. +core:conceptAssociatedWith + rdfs:label "concept de"@fr ; +. +core:contactInformation + rdfs:label "contact"@fr ; +. +core:contributingRole + rdfs:label "contributeur"@fr ; +. +core:courseCredits + rdfs:label "crédits"@fr ; +. +core:dateFiled + rdfs:label "date saisie"@fr ; +. +core:dateIssued + rdfs:label "date de parution"@fr ; +. +core:dateTime + rdfs:label "date/heure"@fr ; +. +core:dateTimeInterval + rdfs:label "intervalle date/heure"@fr ; +. +core:dateTimePrecision + rdfs:label "précision date/heure"@fr ; +. +core:dateTimeValue + rdfs:label "Date/heure"@fr ; +. +core:degreeCandidacy + rdfs:label "candidature au diplôme"@fr ; +. +core:departmentOrSchool + rdfs:label "nom du département ou de l'école au sein de l'institution"@fr ; +. +core:description + rdfs:label "description"@fr ; +. +core:distributes + rdfs:label "distribue"@fr ; +. +core:distributesFundingFrom + rdfs:label "distribue le financement provenant de"@fr ; +. +core:eRACommonsId + rdfs:label "eRA Commons ID"@fr ; +. +core:eligibleFor + rdfs:label "admissibilité au diplôme atteinte"@fr ; +. +core:end + rdfs:label "fin"@fr ; +. +core:entryTerm + rdfs:label "terme saisi"@fr ; +. +core:equipmentFor + rdfs:label "équipement destiné à"@fr ; +. +core:expirationDate + rdfs:label "date d'expiration"@fr ; +. +core:featuredIn + rdfs:label "Mentionné dans"@fr ; +. +core:features + rdfs:label "caractéristiques"@fr ; +. +core:freetextKeyword + rdfs:label "mots clés"@fr ; +. +core:fundingVehicleFor + rdfs:label "fournit du financement pour"@fr ; +. +core:geographicFocus + rdfs:label "Perspective géographique"@fr ; +. +core:geographicFocusOf + rdfs:label "Perspective géographique"@fr ; +. +core:governingAuthorityFor + rdfs:label "autorité dirigeante de"@fr ; +. +core:grantDirectCosts + rdfs:label "coûts directs"@fr ; +. +core:grantSubcontractedThrough + rdfs:label "sous-contracté par"@fr ; +. +core:hasAssociatedConcept + rdfs:label "concept associé"@fr ; +. +core:hasCollaborator + rdfs:label "collaborateurs"@fr ; +. +core:hasEquipment + rdfs:label "équipement"@fr ; +. +core:hasFacility + rdfs:label "installation"@fr ; +. +core:hasFundingVehicle + rdfs:label "financement fourni par"@fr ; +. +core:hasGoverningAuthority + rdfs:label "autorité dirigeante"@fr ; +. +core:hasMonetaryAmount + rdfs:label "Valeur monétaire"@fr ; +. +core:hasPredecessorOrganization + rdfs:label "organisation précédente"@fr ; +. +core:hasPrerequisite + rdfs:label "prérequis"@fr ; +. +core:hasProceedings + rdfs:label "actes"@fr ; +. +core:hasPublicationVenue + rdfs:label "publié dans"@fr ; +. +core:hasResearchArea + rdfs:label "Domaine de recherche"@fr ; +. +core:hasSubjectArea + rdfs:label "domaine"@fr ; +. +core:hasSuccessorOrganization + rdfs:label "organisation remplaçante"@fr ; +. +core:hasTranslation + rdfs:label "traduction"@fr ; +. +core:hasValue + rdfs:label "valeur"@fr ; +. +core:hideFromDisplay + rdfs:label "masquer à l'affichage"@fr ; +. +core:hrJobTitle + rdfs:label "titre d'emploi de RH"@fr ; +. +core:iclCode + rdfs:label "code de classification internationale (ICL)"@fr ; +. +core:identifier + rdfs:label "identifiant"@fr ; +. +core:inPress + rdfs:label "sous presse"@fr ; +. +core:informationResourceSupportedBy + rdfs:label "supporté par"@fr ; +. +core:invited + rdfs:label "invité"@fr ; +. +core:isCorrespondingAuthor + rdfs:label "Est-ce que cette personne est l'auteur recherché?"@fr ; +. +core:licenseNumber + rdfs:label "numéro de permis"@fr ; +. +core:localAwardId + rdfs:label "ID de distinction locale"@fr ; +. +core:majorField + rdfs:label "domaine d'étude principal"@fr ; +. +core:middleName + rdfs:label "deuxième prénom ou initiale"@fr ; +. +core:nihmsid + rdfs:label "ID du système de soumission de manuscrit NIH"@fr ; +. +core:offeredBy + rdfs:label "offert par"@fr ; +. +core:offers + rdfs:label "offre"@fr ; +. +core:orcidId + rdfs:label "ID ORCID"@fr ; +. +core:outreachOverview + rdfs:label "aperçu des activités"@fr ; +. +core:overview + rdfs:label "aperçu"@fr ; +. +core:patentNumber + rdfs:label "numéro de brevet"@fr ; +. +core:placeOfPublition + rdfs:label "lieu de publication"@fr ; +. +core:pmcid + rdfs:label "ID PubMed Central"@fr ; +. +core:preferredDisplayOrder + rdfs:label "ordre de présentation préféré"@fr ; +. +core:prerequisiteFor + rdfs:label "prérequis pour"@fr ; +. +core:proceedingsOf + rdfs:label "actes de"@fr ; +. +core:providesFundingThrough + rdfs:label "fournit du financement par l'entremise de"@fr ; +. +core:publicationVenueFor + rdfs:label "lieu de publication pour"@fr ; +. +core:publisher + rdfs:label "éditeur"@fr ; +. +core:publisherOf + rdfs:label "éditeur de"@fr ; +. +core:rank + rdfs:label "rang"@fr ; +. +core:relatedBy + rdfs:label "relié par"@fr ; +. +core:relates + rdfs:label "relié à"@fr ; +. +core:reportId + rdfs:label "identifiant du rapport"@fr ; +. +core:reproduces + rdfs:label "reproduit"@fr ; +. +core:researchAreaOf + rdfs:label "Domaine de recherche de"@fr ; +. +core:researchOverview + rdfs:label "Aperçu de la recherche"@fr ; +. +core:researcherId + rdfs:label "ID de chercheur ISI"@fr ; +. +core:reviewedIn + rdfs:label "analysé dans"@fr ; +. +core:roleContributesTo + rdfs:label "contribue à"@fr ; +. +core:scopusId + rdfs:label "ID Scopus"@fr ; +. +core:seatingCapacity + rdfs:label "capacité de la salle"@fr ; +. +core:sponsorAwardId + rdfs:label "ID du prix du commanditaire"@fr ; +. +core:sponsoredBy + rdfs:label "prix commandité par"@fr ; +. +core:sponsors + rdfs:label "prix ou distinctions des commanditaires"@fr ; +. +core:start + rdfs:label "début"@fr ; +. +core:subcontractsGrant + rdfs:label "subvention en sous-traitance"@fr ; +. +core:subjectAreaOf + rdfs:label "sujet de recherche de"@fr ; +. +core:submitted + rdfs:label "soumis"@fr ; +. +core:supplementalInformation + rdfs:label "information supplémentaire"@fr ; +. +core:supportedBy + rdfs:label "supporté par"@fr ; +. +core:supportedInformationResource + rdfs:label "publications financées et autres travaux"@fr ; +. +core:supports + rdfs:label "supporte"@fr ; +. +core:teachingOverview + rdfs:label "aperçu de l'enseignement"@fr ; +. +core:termLabel + rdfs:label "étiquette du terme"@fr ; +. +core:termType + rdfs:label "type de terme"@fr ; +. +core:totalAwardAmount + rdfs:label "Montant total des prix "@fr ; +. +core:translatorOf + rdfs:label "Traducteur de"@fr ; + rdfs:label "traducteur de"@fr ; +. +core:validIn + rdfs:label "valide en"@fr ; +. +core:yearMonthDayPrecision + rdfs:label "année-mois-jour value"@fr ; +. +core:yearMonthDayTimePrecision + rdfs:label "Année-mois-jour-heure"@fr ; +. +core:yearMonthPrecision + rdfs:label "valeur année-mois"@fr ; +. +core:yearPrecision + rdfs:label "Année"@fr ; +. + + a owl:Ontology ; +. + + rdfs:label "VIVO Scientific Research Ontology"@fr ; +. +vivo-rech:Phase0ClinicalTrial + rdfs:label "Essai clinique de phase 0"@fr ; +. +vivo-rech:Phase1ClinicalTrial + rdfs:label "Essai clinique de phase 1"@fr ; +. +vivo-rech:Phase2ClinicalTrial + rdfs:label "Essai clinique de Phase 2"@fr ; +. +vivo-rech:Phase3ClinicalTrial + rdfs:label "Essai clinique de Phase 3"@fr ; +. +vivo-rech:Phase4ClinicalTrial + rdfs:label "Essai clinique de phase 4"@fr ; +. +vivo-rech:accessProvidedBy + rdfs:label "accès fourni par"@fr ; +. +vivo-rech:documentationFor + rdfs:label "documentation ou ressource du projet"@fr ; +. +vivo-rech:irbNumber + rdfs:label "numéro Institutional Review Board (IRB)"@fr ; +. +vivo-rech:nctId + rdfs:label "Numéro du National Clinical Trials (NCT)"@fr ; +. +vivo-rech:protocolRealizedBy + rdfs:label "protocole réalisé par"@fr ; +. +vivo-rech:studyPopulationCount + rdfs:label "dénombrement des populations étudiées"@fr ; +. + + rdfs:label "équipements"@fr ; +. + + rdfs:label "est encodé dans"@fr ; +. + + rdfs:label "agent"@fr ; +. +rdfs:isDefinedBy + rdfs:label "est défini par"@fr ; +. +owl:DeprecatedProperty + rdfs:label "propriété obsolète"@fr ; +. +owl:sameAs + rdfs:label "même que"@fr ; +. + + rdfs:label "SKOS (Simple Knowledge Organization System)"@fr ; +. +skos:Concept + rdfs:label "Concept"@fr ; +. +skos:broader + rdfs:label "concept plus général"@fr ; +. +skos:narrower + rdfs:label "concept plus précis"@fr ; +. +skos:related + rdfs:label "concept associé"@fr ; +. + + rdfs:label "VCard"@fr ; +. +vcard:Acquaintance + rdfs:label "Connaissance"@fr ; +. +vcard:Address + rdfs:label "Adresse"@fr ; +. +vcard:Addressing + rdfs:label "Adresse"@fr ; +. +vcard:Agent + rdfs:label "Agent"@fr ; +. +vcard:Calendar + rdfs:label "Calendrier"@fr ; +. +vcard:CalendarBusy + rdfs:label "Calendrier occupé"@fr ; +. +vcard:CalendarLink + rdfs:label "Lien calendrier"@fr ; +. +vcard:CalendarRequest + rdfs:label "Requête calendrier"@fr ; +. +vcard:Category + rdfs:label "Catégorie"@fr ; +. +vcard:Cell + rdfs:label "Cellulaire"@fr ; +. +vcard:Child + rdfs:label "Enfant"@fr ; +. +vcard:Code + rdfs:label "Code"@fr ; +. +vcard:Colleague + rdfs:label "Collègue"@fr ; +. +vcard:Communication + rdfs:label "Communication"@fr ; +. +vcard:Contact + rdfs:label "Contact"@fr ; +. +vcard:Coresident + rdfs:label "Co-résident"@fr ; +. +vcard:Coworker + rdfs:label "Collaborateur"@fr ; +. +vcard:Crush + rdfs:label "Béguin"@fr ; +. +vcard:Date + rdfs:label "Date"@fr ; +. +vcard:Email + rdfs:label "Courriel"@fr ; +. +vcard:Emergency + rdfs:label "Urgence"@fr ; +. +vcard:Explanatory + rdfs:label "Explicatif"@fr ; +. +vcard:Fax + rdfs:label "Télécopieur"@fr ; +. +vcard:Female + rdfs:label "Femme"@fr ; +. +vcard:FormattedName + rdfs:label "Nom formaté"@fr ; +. +vcard:Friend + rdfs:label "Ami"@fr ; +. +vcard:Gender + rdfs:label "Genre"@fr ; +. +vcard:Geo + rdfs:label "Géo"@fr ; +. +vcard:Geographical + rdfs:label "Géographique"@fr ; +. +vcard:Group + rdfs:label "Groupe"@fr ; +. +vcard:Home + rdfs:label "Accueil"@fr ; +. +vcard:Identification + rdfs:label "Identification"@fr ; +. +vcard:Individual + rdfs:label "Individu"@fr ; +. +vcard:InstantMessage + rdfs:label "Messagerie"@fr ; +. +vcard:Key + rdfs:label "Clé"@fr ; +. +vcard:Kin + rdfs:label "Proche"@fr ; +. +vcard:Kind + rdfs:label "Type VCard"@fr ; +. +vcard:Language + rdfs:label "Langue"@fr ; +. +vcard:Location + rdfs:label "Lieu"@fr ; +. +vcard:Logo + rdfs:label "Logo"@fr ; +. +vcard:Male + rdfs:label "Mâle"@fr ; +. +vcard:Me + rdfs:label "Moi"@fr ; +. +vcard:Met + rdfs:label "Rencontré"@fr ; +. +vcard:Muse + rdfs:label "Muse"@fr ; +. +vcard:Name + rdfs:label "Nom"@fr ; +. +vcard:Neighbor + rdfs:label "Voisin"@fr ; +. +vcard:Nickname + rdfs:label "Surnom"@fr ; +. +vcard:None + rdfs:label "Aucun"@fr ; +. +vcard:Note + rdfs:label "Note"@fr ; +. +vcard:Organization + rdfs:label "Organisation"@fr ; +. +vcard:OrganizationName + rdfs:label "Nom de l'organisation"@fr ; +. +vcard:OrganizationUnitName + rdfs:label "Nom de l'unité organisationnelle"@fr ; +. +vcard:Organizational + rdfs:label "Organisationnel"@fr ; +. +vcard:Other + rdfs:label "Autre"@fr ; +. +vcard:Pager + rdfs:label "Téléavertisseur"@fr ; +. +vcard:Parent + rdfs:label "Parent"@fr ; +. +vcard:Photo + rdfs:label "Photo"@fr ; +. +vcard:Related + rdfs:label "Relié"@fr ; +. +vcard:RelatedType + rdfs:label "Type de relation"@fr ; +. +vcard:Security + rdfs:label "Sécurité"@fr ; +. +vcard:Sibling + rdfs:label "Frère/soeur "@fr ; +. +vcard:Sound + rdfs:label "Son"@fr ; +. +vcard:Spouse + rdfs:label "Épouse"@fr ; +. +vcard:Sweetheart + rdfs:label "Chérie"@fr ; +. +vcard:Telephone + rdfs:label "Téléphone"@fr ; +. +vcard:TelephoneType + rdfs:label "Type de téléphone"@fr ; +. +vcard:Text + rdfs:label "Texte"@fr ; +. +vcard:TextPhone + rdfs:label "Téléphone texto "@fr ; +. +vcard:TimeZone + rdfs:label "Fuseau horaire"@fr ; +. +vcard:Title + rdfs:label "Titre"@fr ; +. +vcard:Type + rdfs:label "Type"@fr ; +. +vcard:URL + rdfs:label "URL"@fr ; +. +vcard:Unknown + rdfs:label "Inconnu"@fr ; +. +vcard:Video + rdfs:label "Vidéo"@fr ; +. +vcard:Voice + rdfs:label "Téléphone"@fr ; +. +vcard:Work + rdfs:label "Travail"@fr ; +. +vcard:additionalName + rdfs:label "nom complémentaire"@fr ; +. +vcard:anniversary + rdfs:label "anniversaire"@fr ; +. +vcard:birthdate + rdfs:label "date de naissance"@fr ; +. +vcard:calendarBusy + rdfs:label "calendrier occupé"@fr ; +. +vcard:calendarLink + rdfs:label "lien calendrier"@fr ; +. +vcard:calendarRequest + rdfs:label "exigence de calendrier"@fr ; +. +vcard:category + rdfs:label "catégorie"@fr ; +. +vcard:country + rdfs:label "pays"@fr ; +. +vcard:email + rdfs:label "courriel"@fr ; +. +vcard:familyName + rdfs:label "nom de famille"@fr ; +. +vcard:formattedName + rdfs:label "nom standardisé"@fr ; +. +vcard:gender + rdfs:label "genre"@fr ; +. +vcard:geo + rdfs:label "géo"@fr ; +. +vcard:givenName + rdfs:label "prénom"@fr ; +. +vcard:hasAddress + rdfs:label "adresse"@fr ; +. +vcard:hasCalendarLink + rdfs:label "lien calendrier"@fr ; +. +vcard:hasCalendarRequest + rdfs:label "exigence de calendrier"@fr ; +. +vcard:hasCalenderBusy + rdfs:label "calendrier chargé"@fr ; +. +vcard:hasCategory + rdfs:label "catégorie"@fr ; +. +vcard:hasEmail + rdfs:label "courriel"@fr ; +. +vcard:hasFormattedName + rdfs:label "nom standardisé"@fr ; +. +vcard:hasGeo + rdfs:label "données géographiques"@fr ; +. +vcard:hasInstantMessage + rdfs:label "messagerie"@fr ; +. +vcard:hasKey + rdfs:label "clé"@fr ; +. +vcard:hasLanguage + rdfs:label "langue"@fr ; +. +vcard:hasLogo + rdfs:label "logo"@fr ; +. +vcard:hasMember + rdfs:label "membre"@fr ; +. +vcard:hasName + rdfs:label "nom"@fr ; +. +vcard:hasNickname + rdfs:label "surnom"@fr ; +. +vcard:hasNote + rdfs:label "note"@fr ; +. +vcard:hasOrganizationName + rdfs:label "nom de l'organisation"@fr ; +. +vcard:hasOrganizationalUnitName + rdfs:label "a un nom d'organisation"@fr ; +. +vcard:hasPhoto + rdfs:label "photo"@fr ; +. +vcard:hasRelated + rdfs:label "relié"@fr ; +. +vcard:hasRole + rdfs:label "rôle"@fr ; +. +vcard:hasSound + rdfs:label "son"@fr ; +. +vcard:hasTelephone + rdfs:label "téléphone"@fr ; +. +vcard:hasTimeZone + rdfs:label "fuseau horaire"@fr ; +. +vcard:hasTitle + rdfs:label "titre"@fr ; +. +vcard:hasURL + rdfs:label "URL"@fr ; +. +vcard:honorificPrefix + rdfs:label "préfixe honorifique"@fr ; +. +vcard:honorificSuffix + rdfs:label "suffixe honorifique"@fr ; +. +vcard:instantMessage + rdfs:label "message instantané"@fr ; +. +vcard:key + rdfs:label "Clé de chiffrement"@fr ; +. +vcard:language + rdfs:label "a une langue"@fr ; +. +vcard:locality + rdfs:label "localité"@fr ; +. +vcard:logo + rdfs:label "logo"@fr ; +. +vcard:nickName + rdfs:label "surnom"@fr ; +. +vcard:note + rdfs:label "note"@fr ; +. +vcard:organizationName + rdfs:label "nom de l'organisation"@fr ; +. +vcard:organizationalUnitName + rdfs:label "nom de l'unité organisationnelle"@fr ; +. +vcard:photo + rdfs:label "photo"@fr ; +. +vcard:postalCode + rdfs:label "code postal"@fr ; +. +vcard:productId + rdfs:label "ID de produit"@fr ; +. +vcard:region + rdfs:label "région"@fr ; +. +vcard:related + rdfs:label "relié à"@fr ; +. +vcard:revision + rdfs:label "révision"@fr ; +. +vcard:role + rdfs:label "rôle"@fr ; +. +vcard:sortAs + rdfs:label "tri sur"@fr ; +. +vcard:sound + rdfs:label "son"@fr ; +. +vcard:source + rdfs:label "source"@fr ; +. +vcard:streetAddress + rdfs:label "adresse postale"@fr ; +. +vcard:telephone + rdfs:label "Téléphone"@fr ; +. +vcard:timeZone + rdfs:label "fuseau horaire"@fr ; +. +vcard:title + rdfs:label "titre"@fr ; +. +vcard:uid + rdfs:label "uid"@fr ; +. +vcard:url + rdfs:label "URL"@fr ; +. +foaf: + rdfs:label "FOAF (Friend of a Friend)"@fr ; +. +foaf:Agent + rdfs:label "Agent"@fr ; +. +foaf:Group + rdfs:label "Groupe"@fr ; +. +foaf:Organization + rdfs:label "Organisation"@fr ; +. +foaf:Person + rdfs:label "Personne"@fr ; +. diff --git a/semantic-ontology/vivo_translations_fr_FR.ttl b/semantic-ontology/vivo_translations_fr_FR.ttl new file mode 100644 index 0000000..535bb32 --- /dev/null +++ b/semantic-ontology/vivo_translations_fr_FR.ttl @@ -0,0 +1,47 @@ +# baseURI: http://vivoweb.org/ontology/core_fr_FR +# prefix: core_fr_FR + +@prefix : . +@prefix bibo: . +@prefix core: . +@prefix core_fr_FR: . +@prefix foaf: . +@prefix geo: . +@prefix ns: . +@prefix obo: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix skos2: . +@prefix statistics: . +@prefix study_protocol: . +@prefix terms: . +@prefix vcard: . +@prefix vitro: . +@prefix vivo-rech: . +@prefix xsd: . + +core:Position + obo:IAO_0000115 "Une fonction, un emploi dans une organisation"@fr-FR ; + rdfs:label "fonction"@fr-FR ; +. +core:Relationship + obo:IAO_0000115 "Relation réifiée entre deux entités"@fr-FR ; + rdfs:label "relation"@fr-FR ; +. +core:ResearchOrganization + rdfs:label "structure de recherche"@fr-FR ; +. +core:Postdoc + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Chercheur_postdoctoral"@fr-FR ; + rdfs:label "postdoctorant.e"@fr-FR ; +. +core:FacultyMember + obo:IAO_0000115 "Une personne chargée de produire et de diffuser des savoirs au sein d'un établissement d'enseignement supérieur."@fr-FR ; + rdfs:label "personnel Académique"@fr-FR ; +. +core:University + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Universit%C3%A9"@fr-FR ; + rdfs:label "université"@fr-FR ; +. \ No newline at end of file From 182ba97619245d3dedd8abd5328042928bd7c588 Mon Sep 17 00:00:00 2001 From: michel heon Date: Mon, 28 Dec 2020 05:26:56 -0500 Subject: [PATCH 5/6] Ajustement de l'ontologie VIVO --- semantic-ontology/vivo.ttl | 610 +++---- semantic-ontology/vivo_fr_FR.n3 | 789 +++++++++ semantic-ontology/vivo_fr_FR.ttl | 2667 ------------------------------ 3 files changed, 1095 insertions(+), 2971 deletions(-) mode change 100755 => 100644 semantic-ontology/vivo.ttl create mode 100644 semantic-ontology/vivo_fr_FR.n3 delete mode 100755 semantic-ontology/vivo_fr_FR.ttl diff --git a/semantic-ontology/vivo.ttl b/semantic-ontology/vivo.ttl old mode 100755 new mode 100644 index c000cc7..ec9b665 --- a/semantic-ontology/vivo.ttl +++ b/semantic-ontology/vivo.ttl @@ -2,12 +2,13 @@ # prefix: core @prefix : . -@prefix bibo: . +@prefix c4o: . @prefix core: . @prefix geopolitical: . @prefix ns: . @prefix obo: . @prefix owl: . +@prefix purl-bibo: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @@ -17,6 +18,7 @@ @prefix terms: . @prefix vcard: . @prefix vitro: . +@prefix vivo-sr: . @prefix xsd: . geopolitical:GDP @@ -1303,7 +1305,7 @@ geopolitical:validUntil obo:ARG_0000001 a owl:DatatypeProperty ; obo:IAO_0000115 "The document can be used as a template for the creation of other documents. " ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:label "is template"@en ; rdfs:range xsd:boolean ; . @@ -1754,7 +1756,7 @@ obo:ERO_0000029 obo:ERO_0001716 ) ; ] ; - owl:inverseOf ; + owl:inverseOf vivo-sr:accessProvidedBy ; . obo:ERO_0000031 a owl:ObjectProperty ; @@ -1887,7 +1889,7 @@ obo:ERO_0000045 obo:ERO_0000595 obo:ERO_0001716 obo:OBI_0100026 - bibo:Document + purl-bibo:Document ) ; ] ; rdfs:label "has restriction"@en ; @@ -2158,8 +2160,8 @@ obo:ERO_0000460 ) ; ] ; rdfs:label "has documentation"@en ; - rdfs:range bibo:Document ; - owl:inverseOf ; + rdfs:range purl-bibo:Document ; + owl:inverseOf vivo-sr:documentationFor ; . obo:ERO_0000481 a owl:ObjectProperty ; @@ -2179,7 +2181,7 @@ obo:ERO_0000481 ] ; rdfs:label "realizes protocol"@en ; rdfs:range obo:OBI_0000272 ; - owl:inverseOf ; + owl:inverseOf vivo-sr:protocolRealizedBy ; . obo:ERO_0000482 a owl:ObjectProperty ; @@ -2670,7 +2672,7 @@ obo:IAO_0000013 obo:IAO_0000119 "group:OBI"@en ; obo:IAO_0000412 ; rdfs:label "Journal Article"@en ; - rdfs:subClassOf bibo:AcademicArticle ; + rdfs:subClassOf purl-bibo:AcademicArticle ; . obo:IAO_0000027 a owl:Class ; @@ -3008,7 +3010,7 @@ obo:OBI_0000272 obo:IAO_0000119 "OBI branch derived + wikipedia (http://en.wikipedia.org/wiki/Protocol_%28natural_sciences%29)"@en ; obo:IAO_0000412 ; rdfs:label "Protocol"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . obo:OBI_0000293 a owl:ObjectProperty ; @@ -3258,8 +3260,8 @@ The previous short definition was: \"An arbitrary classification of a space/time rdfs:subClassOf obo:BFO_0000015 ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom bibo:Document ; - owl:onProperty bibo:presents ; + owl:allValuesFrom purl-bibo:Document ; + owl:onProperty purl-bibo:presents ; ] ; rdfs:subClassOf [ a owl:Restriction ; @@ -3370,27 +3372,27 @@ A study in which an individual acts has his/her own comparison does not fall int study_protocol:develop_comment a owl:AnnotationProperty ; . -bibo:AcademicArticle +purl-bibo:AcademicArticle a owl:Class ; obo:IAO_0000112 "A specific academic journal article" ; obo:IAO_0000115 "Written by scholars for other scholars, typically published in an academic journal with an abstract and bibliography" ; rdfs:comment "A scholarly academic article, typically published in a journal."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Academic Article"@en ; - rdfs:subClassOf bibo:Article ; + rdfs:subClassOf purl-bibo:Article ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom bibo:Journal ; + owl:allValuesFrom purl-bibo:Journal ; owl:onProperty core:hasPublicationVenue ; ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:eanucc13 ; + owl:onProperty purl-bibo:eanucc13 ; ] ; ns:term_status "stable" ; . -bibo:Article +purl-bibo:Article a owl:Class ; obo:IAO_0000112 "A specific journal article" ; obo:IAO_0000112 "Short Definition modified from the bibo ontology." ; @@ -3398,81 +3400,81 @@ bibo:Article rdfs:comment "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Article"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:doi ; + owl:onProperty purl-bibo:doi ; ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:pageEnd ; + owl:onProperty purl-bibo:pageEnd ; ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:pageStart ; + owl:onProperty purl-bibo:pageStart ; ] ; ns:term_status "stable" ; . -bibo:AudioDocument +purl-bibo:AudioDocument a owl:Class ; obo:IAO_0000112 "phonograph record; tape; CD; DVD; DAT" ; obo:IAO_0000115 "Recorded audio in any format" ; rdfs:comment "An audio document; aka record."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Audio Document"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom ; - owl:onProperty bibo:distributor ; + owl:onProperty purl-bibo:distributor ; ] ; ns:term_status "stable" ; . -bibo:AudioVisualDocument +purl-bibo:AudioVisualDocument a owl:Class ; obo:IAO_0000112 "film; video; Blu-ray" ; obo:IAO_0000115 "Audiovisual recording in any format" ; rdfs:comment "An audio-visual document; film, video, and so forth."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Audio-Visual Document"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom ; - owl:onProperty bibo:distributor ; + owl:onProperty purl-bibo:distributor ; ] ; ns:term_status "stable" ; . -bibo:Bill +purl-bibo:Bill a owl:Class ; obo:IAO_0000112 "Short Definition from the bibo ontology" ; obo:IAO_0000115 "Draft legislation presented for discussion to a legal body" ; rdfs:comment "Draft legislation presented for discussion to a legal body."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Bill"@en ; - rdfs:subClassOf bibo:Legislation ; + rdfs:subClassOf purl-bibo:Legislation ; ns:term_status "stable" ; . -bibo:Book +purl-bibo:Book a owl:Class ; obo:IAO_0000112 "Short Definition copied from bibo ontology" ; obo:IAO_0000115 "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers" ; rdfs:comment "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Book"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:edition ; + owl:onProperty purl-bibo:edition ; ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:lccn ; + owl:onProperty purl-bibo:lccn ; ] ; rdfs:subClassOf [ a owl:Restriction ; @@ -3486,50 +3488,50 @@ bibo:Book ] ; ns:term_status "stable" ; . -bibo:BookSection +purl-bibo:BookSection a owl:Class ; obo:IAO_0000112 "Short Definition from the bibo ontology " ; obo:IAO_0000115 "A section of a book" ; rdfs:comment "A section of a book."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Book Section"@en ; - rdfs:subClassOf bibo:DocumentPart ; + rdfs:subClassOf purl-bibo:DocumentPart ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:edition ; + owl:onProperty purl-bibo:edition ; ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:pageEnd ; + owl:onProperty purl-bibo:pageEnd ; ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:pageStart ; + owl:onProperty purl-bibo:pageStart ; ] ; ns:term_status "unstable" ; . -bibo:Brief +purl-bibo:Brief a owl:Class ; obo:IAO_0000115 "A document stating the facts and points of law of a client's case" ; rdfs:comment "A written argument submitted to a court."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Brief"@en ; - rdfs:subClassOf bibo:LegalCaseDocument ; + rdfs:subClassOf purl-bibo:LegalCaseDocument ; ns:term_status "unstable" ; . -bibo:Chapter +purl-bibo:Chapter a owl:Class ; obo:IAO_0000115 "A main division of a book" ; rdfs:comment "A chapter of a book."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Chapter"@en ; - rdfs:subClassOf bibo:BookSection ; + rdfs:subClassOf purl-bibo:BookSection ; ns:term_status "unstable" ; . -bibo:Code +purl-bibo:Code a owl:Class ; obo:IAO_0000112 "Code of Federal Regulations" ; obo:IAO_0000112 "Short Definition from OCLC Input Standards, EntW" ; @@ -3537,17 +3539,17 @@ bibo:Code rdfs:comment "A collection of statutes."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Code"@en ; - rdfs:subClassOf bibo:Periodical ; + rdfs:subClassOf purl-bibo:Periodical ; ns:term_status "stable" ; . -bibo:CollectedDocument +purl-bibo:CollectedDocument a owl:Class ; obo:IAO_0000112 "Short Definition is the Medical Subject Heading (MeSH) definition" ; obo:IAO_0000115 "Work consisting of collections of previously published works" ; rdfs:comment "A document that simultaneously contains other documents."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Collected Document"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom ; @@ -3555,7 +3557,7 @@ bibo:CollectedDocument ] ; ns:term_status "stable" ; . -bibo:Collection +purl-bibo:Collection a owl:Class ; obo:IAO_0000112 "Collection of information resources that have a unified identity. Archives, museums and libraries often acquire collections on specific subjects and from distinguished authors or researchers. Also includes collections of resources bundled into a license." ; obo:IAO_0000112 "Hill Ornithology Collection; Wiley Interscience Online Books Biochemisty Collection" ; @@ -3567,11 +3569,11 @@ bibo:Collection rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:oclcnum ; + owl:onProperty purl-bibo:oclcnum ; ] ; ns:term_status "stable" ; . -bibo:Conference +purl-bibo:Conference a owl:Class ; obo:IAO_0000112 "2010 International Congress on Autoimmunity; American Libraries Association 2009" ; obo:IAO_0000112 "core:Seminar and bibo:Conference are very similar." ; @@ -3587,17 +3589,17 @@ bibo:Conference ] ; ns:term_status "stable" ; . -bibo:CourtReporter +purl-bibo:CourtReporter a owl:Class ; obo:IAO_0000112 "Supreme Court Reporter" ; obo:IAO_0000115 "Collection of legal cases" ; rdfs:comment "A collection of legal cases."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Court Reporter"@en ; - rdfs:subClassOf bibo:Periodical ; + rdfs:subClassOf purl-bibo:Periodical ; ns:term_status "stable" ; . -bibo:Document +purl-bibo:Document a owl:Class ; obo:IAO_0000111 "document"@en ; obo:IAO_0000112 "A journal article, patent application, laboratory notebook, or a book"@en ; @@ -3613,8 +3615,8 @@ bibo:Document rdfs:subClassOf obo:IAO_0000030 ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ; + owl:allValuesFrom c4o:GlobalCitationCount ; + owl:onProperty c4o:hasGlobalCitationFrequency ; ] ; rdfs:subClassOf [ a owl:Restriction ; @@ -3624,17 +3626,17 @@ bibo:Document rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:abstract ; + owl:onProperty purl-bibo:abstract ; ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:numPages ; + owl:onProperty purl-bibo:numPages ; ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:oclcnum ; + owl:onProperty purl-bibo:oclcnum ; ] ; rdfs:subClassOf [ a owl:Restriction ; @@ -3642,14 +3644,14 @@ bibo:Document owl:onProperty core:features ; ] ; . -bibo:DocumentPart +purl-bibo:DocumentPart a owl:Class ; obo:IAO_0000112 "Short Definition from the bibo ontology " ; obo:IAO_0000115 "A distinct part of a larger document or collected document" ; rdfs:comment "a distinct part of a larger document or collected document."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Document Part"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; @@ -3662,7 +3664,7 @@ bibo:DocumentPart ] ; ns:term_status "unstable" ; . -bibo:DocumentStatus +purl-bibo:DocumentStatus a owl:Class ; obo:IAO_0000112 "The status of a document with respect to its publication. The statuses are represented as individuals of this class. Use the \"show all individuals of this class\" button on the class control panel to see the currently defined statuses." ; obo:IAO_0000112 "submitted; accepted; in-press; published; invited; refereed." ; @@ -3672,18 +3674,18 @@ bibo:DocumentStatus rdfs:label "Document Status"@en ; ns:term_status "stable" ; . -bibo:EditedBook +purl-bibo:EditedBook a owl:Class ; obo:IAO_0000112 "Best American Science Writing 2009" ; obo:IAO_0000115 "An edited collection of stand-alone articles published as a book" ; rdfs:comment "An edited book."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Edited Book"@en ; - rdfs:subClassOf bibo:CollectedDocument ; + rdfs:subClassOf purl-bibo:CollectedDocument ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:edition ; + owl:onProperty purl-bibo:edition ; ] ; rdfs:subClassOf [ a owl:Restriction ; @@ -3697,26 +3699,26 @@ bibo:EditedBook ] ; ns:term_status "stable" ; . -bibo:Excerpt +purl-bibo:Excerpt a owl:Class ; obo:IAO_0000112 "Short Definition from the bibo ontology" ; obo:IAO_0000115 "A passage selected from a larger work" ; rdfs:comment "A passage selected from a larger work."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Excerpt"@en ; - rdfs:subClassOf bibo:DocumentPart ; + rdfs:subClassOf purl-bibo:DocumentPart ; ns:term_status "stable" ; . -bibo:Film +purl-bibo:Film a owl:Class ; obo:IAO_0000115 "Audiovisual recording in film format" ; rdfs:comment "aka movie."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Film"@en ; - rdfs:subClassOf bibo:AudioVisualDocument ; + rdfs:subClassOf purl-bibo:AudioVisualDocument ; ns:term_status "stable" ; . -bibo:Hearing +purl-bibo:Hearing a owl:Class ; obo:IAO_0000112 "Definiton from Bibo here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; obo:IAO_0000115 "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit." ; @@ -3726,7 +3728,7 @@ bibo:Hearing rdfs:subClassOf ; ns:term_status "stable" ; . -bibo:Image +purl-bibo:Image a owl:Class ; obo:IAO_0000112 """ """ ; @@ -3735,10 +3737,10 @@ bibo:Image rdfs:comment "A document that presents visual or diagrammatic information."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Image"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; ns:term_status "stable" ; . -bibo:Interview +purl-bibo:Interview a owl:Class ; obo:IAO_0000112 "radio or newspaper interview" ; obo:IAO_0000115 "A conversation between two or more people where questions are asked by the interviewer to obtain information from the interviewee." ; @@ -3748,17 +3750,17 @@ bibo:Interview rdfs:subClassOf ; ns:term_status "stable" ; . -bibo:Issue +purl-bibo:Issue a owl:Class ; obo:IAO_0000112 "Short Definition from the bibo ontology" ; obo:IAO_0000115 "something that is printed or published and distributed, esp. a given number of a periodical" ; rdfs:comment "something that is printed or published and distributed, esp. a given number of a periodical"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Issue"@en ; - rdfs:subClassOf bibo:CollectedDocument ; + rdfs:subClassOf purl-bibo:CollectedDocument ; ns:term_status "stable" ; . -bibo:Journal +purl-bibo:Journal a owl:Class ; obo:IAO_0000112 "Articles usually contain abstracts and bibliographies. Includes peer-reviewed, non-peer-reviewed, and open access journals. Journals are usually indexed in the major academic databases such as PubMed and Web of Science." ; obo:IAO_0000112 "Journal of Information Science; IEEE Intelligent System; Scientometrics" ; @@ -3766,7 +3768,7 @@ bibo:Journal rdfs:comment "A periodical of scholarly journal Articles."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Journal"@en ; - rdfs:subClassOf bibo:Periodical ; + rdfs:subClassOf purl-bibo:Periodical ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom xsd:string ; @@ -3774,51 +3776,51 @@ bibo:Journal ] ; ns:term_status "stable" ; . -bibo:LegalCaseDocument +purl-bibo:LegalCaseDocument a owl:Class ; obo:IAO_0000115 "Official court papers for a case" ; rdfs:comment "A document accompanying a legal case."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Legal Case Document"@en ; - rdfs:subClassOf bibo:LegalDocument ; + rdfs:subClassOf purl-bibo:LegalDocument ; ns:term_status "unstable" ; . -bibo:LegalDecision +purl-bibo:LegalDecision a owl:Class ; obo:IAO_0000115 "The written determination of a case, motion or claim by a court or tribunal" ; rdfs:comment "A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Decision"@en ; - rdfs:subClassOf bibo:LegalCaseDocument ; + rdfs:subClassOf purl-bibo:LegalCaseDocument ; ns:term_status "unstable" ; . -bibo:LegalDocument +purl-bibo:LegalDocument a owl:Class ; obo:IAO_0000115 "a document that states some contractual relationship or grants some right" ; rdfs:comment "A legal document; for example, a court decision, a brief, and so forth."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Legal Document"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; ns:term_status "stable" ; . -bibo:Legislation +purl-bibo:Legislation a owl:Class ; obo:IAO_0000112 "From OCLC Input Standards, EntW" ; obo:IAO_0000115 "Enactments of legislative bodies, published in either statute or code form" ; rdfs:comment "A legal document proposing or enacting a law or a group of laws."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Legislation"@en ; - rdfs:subClassOf bibo:LegalDocument ; + rdfs:subClassOf purl-bibo:LegalDocument ; ns:term_status "unstable" ; . -bibo:Letter +purl-bibo:Letter a owl:Class ; obo:IAO_0000112 "A written or printed communication addressed to a person or organization and usually transmitted by mail" ; obo:IAO_0000115 "A written or printed communication addressed to a person or organization and usually transmitted by mail" ; rdfs:label "Letter"@en ; - rdfs:subClassOf bibo:PersonalCommunicationDocument ; + rdfs:subClassOf purl-bibo:PersonalCommunicationDocument ; . -bibo:Magazine +purl-bibo:Magazine a owl:Class ; obo:IAO_0000112 "Abstracts and bibliographies are usually not included in magazines. " ; obo:IAO_0000112 "New Yorker" ; @@ -3826,67 +3828,67 @@ bibo:Magazine rdfs:comment "A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Magazine"@en ; - rdfs:subClassOf bibo:Periodical ; + rdfs:subClassOf purl-bibo:Periodical ; ns:term_status "stable" ; . -bibo:Manual +purl-bibo:Manual a owl:Class ; obo:IAO_0000112 "SDB User Manual" ; obo:IAO_0000115 "A book of instructions or guide to a specific topic" ; rdfs:comment "A small reference book, especially one giving instructions."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Manual"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; ns:term_status "unstable" ; . -bibo:Manuscript +purl-bibo:Manuscript a owl:Class ; obo:IAO_0000112 "Short Definition is the Medical Subject Heading (MeSH) definition" ; obo:IAO_0000115 "Works prepared by hand including handwritten or typescript drafts of pre-publication papers or works not otherwise reproduced in multiple copies" ; rdfs:comment "An unpublished Document, which may also be submitted to a publisher for publication."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "manuscript"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; ns:term_status "stable" ; . -bibo:Map +purl-bibo:Map a owl:Class ; obo:IAO_0000112 "The Short Definition is how the bibo ontology defines Map. It has been extended to include more broader concept of map which includes science maps, social network maps." ; obo:IAO_0000115 "A graphical depiction of geographic features, scientific discipline, scientific data analytical results" ; rdfs:comment "A graphical depiction of geographic features."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Map"@en ; - rdfs:subClassOf bibo:Image ; + rdfs:subClassOf purl-bibo:Image ; ns:term_status "unstable" ; . -bibo:Newspaper +purl-bibo:Newspaper a owl:Class ; obo:IAO_0000112 "USA Today" ; obo:IAO_0000115 "Contains news articles, opinions, features, advertising, and is usually issued daily or weekly" ; rdfs:comment "A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Newspaper"@en ; - rdfs:subClassOf bibo:Periodical ; + rdfs:subClassOf purl-bibo:Periodical ; ns:term_status "stable" ; . -bibo:Note +purl-bibo:Note a owl:Class ; obo:IAO_0000112 "Short Definition from bibo ontology" ; obo:IAO_0000115 "Notes or annotations about a resource" ; rdfs:comment "Notes or annotations about a resource."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Note"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; ns:term_status "stable" ; . -bibo:Patent +purl-bibo:Patent a owl:Class ; obo:IAO_0000112 "A patent is an exclusive right granted for an invention, which is a product or a process that provides, in general, a new way of doing something, or offers a new technical solution to a problem. In order to be patentable, the invention must fulfill certain conditions. (http://www.wipo.int/patentscope/en/)" ; obo:IAO_0000115 "(from BIBO) A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years" ; rdfs:comment "A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Patent"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom core:DateTimeValue ; @@ -3899,7 +3901,7 @@ bibo:Patent ] ; ns:term_status "stable" ; . -bibo:Performance +purl-bibo:Performance a owl:Class ; obo:IAO_0000115 "Something carried out, acted or rendered." ; rdfs:comment "A public performance."@en ; @@ -3908,21 +3910,21 @@ bibo:Performance rdfs:subClassOf ; ns:term_status "unstable" ; . -bibo:Periodical +purl-bibo:Periodical a owl:Class ; rdfs:comment "A group of related documents issued at regular intervals."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Periodical"@en ; - rdfs:subClassOf bibo:Collection ; + rdfs:subClassOf purl-bibo:Collection ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:eissn ; + owl:onProperty purl-bibo:eissn ; ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:issn ; + owl:onProperty purl-bibo:issn ; ] ; rdfs:subClassOf [ a owl:Restriction ; @@ -3931,55 +3933,55 @@ bibo:Periodical ] ; ns:term_status "stable" ; . -bibo:PersonalCommunicationDocument +purl-bibo:PersonalCommunicationDocument a owl:Class ; obo:IAO_0000112 "A personal communication manifested in some document." ; obo:IAO_0000115 "A personal communication manifested in some document." ; rdfs:label "Personal Communication Document"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . -bibo:Proceedings +purl-bibo:Proceedings a owl:Class ; obo:IAO_0000112 "Short Definition copied from bibo ontology" ; obo:IAO_0000115 "A compilation of documents published from an event, such as a conference" ; rdfs:comment "A compilation of documents published from an event, such as a conference."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Proceedings"@en ; - rdfs:subClassOf bibo:Book ; + rdfs:subClassOf purl-bibo:Book ; ns:term_status "unstable" ; . -bibo:Quote +purl-bibo:Quote a owl:Class ; obo:IAO_0000112 "Short Definition from the bibo ontology" ; obo:IAO_0000115 "An excerpted collection of words" ; rdfs:comment "An excerpted collection of words."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Quote"@en ; - rdfs:subClassOf bibo:Excerpt ; + rdfs:subClassOf purl-bibo:Excerpt ; ns:term_status "stable" ; . -bibo:ReferenceSource +purl-bibo:ReferenceSource a owl:Class ; obo:IAO_0000112 "Short Definition from the bibo ontology" ; obo:IAO_0000115 "A document that presents authoritative reference information, such as a dictionary or encylopedia" ; rdfs:comment "A document that presents authoritative reference information, such as a dictionary or encylopedia ."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Reference Source"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; ns:term_status "unstable" ; . -bibo:Report +purl-bibo:Report a owl:Class ; obo:IAO_0000112 "Medical Subject Heading (MeSH) definition of Technical Report: Work consisting of a formal report giving details of the investigation and results of a medical or other scientific problem. When issued by a government agency or comparable official body, its contents may be classified, unclassified, or declassified with regard to security clearance. This publication type may also cover a scientific paper or article that records the current state or current position of scientific research and development. If so labeled by the editor or publisher, this publication type may be properly used for journal articles." ; obo:IAO_0000115 "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc." ; rdfs:comment "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Report"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom ; - owl:onProperty bibo:distributor ; + owl:onProperty purl-bibo:distributor ; ] ; rdfs:subClassOf [ a owl:Restriction ; @@ -3988,74 +3990,74 @@ bibo:Report ] ; ns:term_status "stable" ; . -bibo:Series +purl-bibo:Series a owl:Class ; obo:IAO_0000112 "Methods in Molecular Biology" ; obo:IAO_0000115 "A thematic collection of documents, usually books, issued at regular or irregular intervals" ; rdfs:comment "A loose, thematic, collection of Documents, often Books."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Series"@en ; - rdfs:subClassOf bibo:Collection ; + rdfs:subClassOf purl-bibo:Collection ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:eissn ; + owl:onProperty purl-bibo:eissn ; ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:issn ; + owl:onProperty purl-bibo:issn ; ] ; ns:term_status "stable" ; . -bibo:Slide +purl-bibo:Slide a owl:Class ; obo:IAO_0000112 "Short Definition from the bibo ontology" ; obo:IAO_0000115 "A slide in a slideshow" ; rdfs:comment "A slide in a slideshow"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Slide"@en ; - rdfs:subClassOf bibo:DocumentPart ; + rdfs:subClassOf purl-bibo:DocumentPart ; ns:term_status "unstable" ; . -bibo:Slideshow +purl-bibo:Slideshow a owl:Class ; obo:IAO_0000112 "Short Definition from the bibo ontology" ; obo:IAO_0000115 "A presentation of a series of slides, usually presented in front of an audience with written text and images" ; rdfs:comment "A presentation of a series of slides, usually presented in front of an audience with written text and images."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Slideshow"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; ns:term_status "stable" ; . -bibo:Standard +purl-bibo:Standard a owl:Class ; obo:IAO_0000112 "Short Definition from OCLC Input Standards, EntW" ; obo:IAO_0000115 "A specification giving a precise statement of a process or a service requirement, often sanctioned by a nation or industry" ; rdfs:comment "A document describing a standard"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Standard"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; ns:term_status "stable" ; . -bibo:Statute +purl-bibo:Statute a owl:Class ; obo:IAO_0000112 "Short Definition from bibo ontology" ; obo:IAO_0000115 "A bill enacted into law" ; rdfs:comment "A bill enacted into law."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Statute"@en ; - rdfs:subClassOf bibo:Legislation ; + rdfs:subClassOf purl-bibo:Legislation ; ns:term_status "stable" ; . -bibo:Thesis +purl-bibo:Thesis a owl:Class ; obo:IAO_0000112 "Short Definition from OCLC Input Standards, EntW" ; obo:IAO_0000115 "Works created to satisfy the requirements for an academic certification or degree; also called dissertation" ; rdfs:comment "A document created to summarize research findings associated with the completion of an academic degree."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Thesis"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; @@ -4068,7 +4070,7 @@ bibo:Thesis ] ; ns:term_status "stable" ; . -bibo:ThesisDegree +purl-bibo:ThesisDegree a owl:Class ; obo:IAO_0000112 "Different from general academic degree, thesis degree is achieved through one's completed thesis. Thesis is a document submitted in support of candidature for a degree or professional qualification presenting the author's research and findings(http://en.wikipedia.org/wiki/Thesis_or_dissertation)." ; obo:IAO_0000112 "Doctor of Philosophy (Ph.D.)" ; @@ -4079,23 +4081,23 @@ bibo:ThesisDegree rdfs:subClassOf core:AcademicDegree ; ns:term_status "stable" ; . -bibo:Webpage +purl-bibo:Webpage a owl:Class ; obo:IAO_0000115 "One section of a website that appears at a unique address within the parent site's address or URL on the World Wide Web " ; rdfs:comment "A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Webpage"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; ns:term_status "unstable" ; . -bibo:Website +purl-bibo:Website a owl:Class ; obo:IAO_0000112 "Facebook; VIVOweb.org; Flickr" ; obo:IAO_0000115 "A group of webpages available within a specific parent address or URL on the World Wide Web" ; rdfs:comment "A group of Webpages accessible on the Web."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Website"@en ; - rdfs:subClassOf bibo:Collection ; + rdfs:subClassOf purl-bibo:Collection ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom ; @@ -4103,7 +4105,7 @@ bibo:Website ] ; ns:term_status "unstable" ; . -bibo:Workshop +purl-bibo:Workshop a owl:Class ; obo:IAO_0000115 "Bibo Definition: A seminar, discussion group, or the like, that emphasizes exchange of ideas and the demonstration and application of techniques, skills, etc." ; rdfs:comment "A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc."@en ; @@ -4112,7 +4114,7 @@ bibo:Workshop rdfs:subClassOf ; ns:term_status "stable" ; . -bibo:abstract +purl-bibo:abstract a owl:DatatypeProperty ; obo:IAO_0000112 "http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; rdfs:comment "A summary of the resource." ; @@ -4121,14 +4123,14 @@ bibo:abstract rdfs:label "abstract"@en ; ns:term_status "stable" ; . -bibo:affirmedBy +purl-bibo:affirmedBy a owl:ObjectProperty ; obo:IAO_0000112 "The public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; rdfs:comment "A legal decision that affirms a ruling."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "affirmed by"@en ; . -bibo:annotates +purl-bibo:annotates a owl:ObjectProperty ; obo:IAO_0000112 "The public description source is: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html." ; rdfs:comment "Critical or explanatory note for a Document."@en ; @@ -4136,49 +4138,49 @@ bibo:annotates rdfs:label "annotates"@en ; ns:term_status "stable" ; . -bibo:asin +purl-bibo:asin a owl:DatatypeProperty ; obo:IAO_0000112 "020530902X" ; obo:IAO_0000112 "Amazon standard identification number. Source: http://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number." ; rdfs:comment "Amazon Standard Identification Number"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Amazon Standard Identification Number (ASIN)"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:chapter +purl-bibo:chapter a owl:DatatypeProperty ; rdfs:comment "An chapter number"@en ; - rdfs:domain bibo:BookSection ; + rdfs:domain purl-bibo:BookSection ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "chapter number"@en ; - rdfs:subPropertyOf bibo:locator ; + rdfs:subPropertyOf purl-bibo:locator ; ns:term_status "unstable" ; . -bibo:citedBy +purl-bibo:citedBy a owl:ObjectProperty ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:label "cited by"@en ; - rdfs:range bibo:Document ; - owl:inverseOf bibo:cites ; + rdfs:range purl-bibo:Document ; + owl:inverseOf purl-bibo:cites ; . -bibo:cites +purl-bibo:cites a owl:ObjectProperty ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:label "cites"@en ; - rdfs:range bibo:Document ; + rdfs:range purl-bibo:Document ; . -bibo:coden +purl-bibo:coden a owl:DatatypeProperty ; obo:IAO_0000112 """CODEN became particularly common in the scientific community as a citation system for periodicals cited in technical- as well in chemistry-related publications and as a search tool in many bibliographic catalogues. Definition and description came from Wikipedia here: http://en.wikipedia.org/wiki/CODEN """ ; rdfs:comment "An identifier of serials, still in use by libraries, but replaced by ISSN for any new work"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "coden"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:court +purl-bibo:court a owl:ObjectProperty ; obo:IAO_0000112 "Public description take from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this property \"unstable\"." ; rdfs:comment "A court associated with a legal document; for example, that which issues a decision."@en ; @@ -4186,17 +4188,17 @@ bibo:court rdfs:label "Court"@en ; ns:term_status "unstable" ; . -bibo:degree +purl-bibo:degree a owl:ObjectProperty ; obo:IAO_0000112 "The source of the public description and this info is found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html. Bibo considers this term \"unstable\". The bibo editorial note is: \"We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen.\"" ; rdfs:comment "The thesis degree."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "related degree"@en ; - rdfs:range bibo:ThesisDegree ; + rdfs:range purl-bibo:ThesisDegree ; ns:term_status "unstable" ; skos2:editorialNote "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen."@en ; . -bibo:director +purl-bibo:director a owl:ObjectProperty ; obo:IAO_0000112 "Definition take from this site: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; rdfs:comment "A Film director."@en ; @@ -4204,106 +4206,106 @@ bibo:director rdfs:label "director"@en ; ns:term_status "stable" ; . -bibo:distributor +purl-bibo:distributor a owl:ObjectProperty ; vitro:descriptionAnnot "Public Description for bibo:distributor taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; rdfs:label "distributor"@en ; owl:inverseOf core:distributes ; . -bibo:doi +purl-bibo:doi a owl:DatatypeProperty ; rdfs:comment "Digital Object Identifier"@en ; rdfs:domain obo:IAO_0000030 ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Digital Object Identifier (DOI)"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:eanucc13 +purl-bibo:eanucc13 a owl:DatatypeProperty ; obo:IAO_0000112 """Definition source: http://en.wikipedia.org/wiki/European_Article_Numbering-Uniform_Code_Council. The Uniform Code Council (UCC) was the Numbering Organization in the USA to administer and manage the EAN.UCC System. In 2005 the UCC changed its name to GS1 US.""" ; rdfs:comment "European Article Number/Uniform Commercier Code 13"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "EAN International-Uniform Code Council (EAN-UCC) 13"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:edition +purl-bibo:edition a owl:DatatypeProperty ; rdfs:comment "The name defining a special edition of a document. Normally its a literal value composed of a version number and words."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "edition"@en ; ns:term_status "stable" ; . -bibo:eissn +purl-bibo:eissn a owl:DatatypeProperty ; obo:IAO_0000112 "eissn stands for Electronic International Standard Serial Number. source: http://www.definition-of.com/EISSN" ; rdfs:comment "The electronic ISSN number of a periodical."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Electronic International Standard Serial Number (EISSN)"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:gtin14 +purl-bibo:gtin14 a owl:DatatypeProperty ; obo:IAO_0000112 "http://en.wikipedia.org/wiki/Global_Trade_Item_Number." ; rdfs:comment "Global Trade Item Number 14"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Global Trade Item Number (GTIN-14)"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:identifier +purl-bibo:identifier a owl:DatatypeProperty ; rdfs:label "identifier"@en ; rdfs:subPropertyOf core:identifier ; . -bibo:interviewee +purl-bibo:interviewee a owl:ObjectProperty ; rdfs:comment "An agent that is interviewed by another agent."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "interviewee"@en ; ns:term_status "stable" ; . -bibo:interviewer +purl-bibo:interviewer a owl:ObjectProperty ; rdfs:comment "An agent that interview another agent."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "interviewer"@en ; ns:term_status "stable" ; . -bibo:isbn10 +purl-bibo:isbn10 a owl:DatatypeProperty ; obo:IAO_0000112 "http://en.wikipedia.org/wiki/Isbn." ; - rdfs:domain bibo:Book ; + rdfs:domain purl-bibo:Book ; rdfs:label "International Standard Book Number (ISBN) 10"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; . -bibo:isbn13 +purl-bibo:isbn13 a owl:DatatypeProperty ; obo:IAO_0000112 "source: http://en.wikipedia.org/wiki/Isbn." ; - rdfs:domain bibo:Book ; + rdfs:domain purl-bibo:Book ; rdfs:label "International Standard Book Number (ISBN) 13"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; . -bibo:issn +purl-bibo:issn a owl:DatatypeProperty ; obo:IAO_0000112 "source: http://en.wikipedia.org/wiki/Issn" ; rdfs:comment "International Standard Serial Number"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "International Standard Serial Number (ISSN)"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:issue +purl-bibo:issue a owl:DatatypeProperty ; obo:IAO_0000112 "Bibo has the domain of bibo:issue as the class Issue, but an example on their site uses it with Article, referring to the issue number \"4\"" ; - rdfs:domain bibo:Article ; + rdfs:domain purl-bibo:Article ; rdfs:label "issue"@en ; - rdfs:subPropertyOf bibo:locator ; + rdfs:subPropertyOf purl-bibo:locator ; . -bibo:issuer +purl-bibo:issuer a owl:ObjectProperty ; vitro:descriptionAnnot "An entity responsible for issuing often informally published documents such as press releases, reports, etc. This term is classified as unstable by bibo." ; rdfs:comment "An entity responsible for issuing often informally published documents such as press releases, reports, etc." ; @@ -4312,16 +4314,16 @@ bibo:issuer rdfs:range ; ns:term_status "unstable" ; . -bibo:lccn +purl-bibo:lccn a owl:DatatypeProperty ; obo:IAO_0000112 "Source: http://en.wikipedia.org/wiki/Library_of_Congress_Control_Number." ; rdfs:comment "Library of Congress Control Number"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Library of Congress Control Number (LCCN)"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:locator +purl-bibo:locator a owl:DatatypeProperty ; obo:IAO_0000112 "definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; rdfs:comment "A description (often numeric) that locates an item within a containing document or collection."@en ; @@ -4329,17 +4331,17 @@ bibo:locator rdfs:label "locator"@en ; ns:term_status "stable" ; . -bibo:numPages +purl-bibo:numPages a owl:DatatypeProperty ; rdfs:label "number of pages"@en ; - rdfs:subPropertyOf bibo:locator ; + rdfs:subPropertyOf purl-bibo:locator ; . -bibo:number +purl-bibo:number a owl:DatatypeProperty ; obo:IAO_0000112 "Definition from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; rdfs:label "number"@en ; . -bibo:oclcnum +purl-bibo:oclcnum a owl:DatatypeProperty ; obo:IAO_0000112 """http://info-uri.info/registry/OAIHandler?verb=GetRecord&metadataPrefix=reg&identifier=info:oclcnum/. @@ -4348,43 +4350,43 @@ bibo has the domain of this property set to the union of Collection and Document rdfs:comment "OCLC Identifier"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Online Computer Library Center (OCLC) number"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:pageEnd +purl-bibo:pageEnd a owl:DatatypeProperty ; rdfs:comment "Ending page number within a continuous page range."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "end page"@en ; - rdfs:subPropertyOf bibo:locator ; + rdfs:subPropertyOf purl-bibo:locator ; ns:term_status "stable" ; . -bibo:pageStart +purl-bibo:pageStart a owl:DatatypeProperty ; rdfs:comment "Starting page number within a continuous page range."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "start page"@en ; - rdfs:subPropertyOf bibo:locator ; + rdfs:subPropertyOf purl-bibo:locator ; ns:term_status "stable" ; . -bibo:performer +purl-bibo:performer a owl:ObjectProperty ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "performer"@en ; rdfs:subPropertyOf terms:contributor ; ns:term_status "stable" ; . -bibo:pmid +purl-bibo:pmid a owl:DatatypeProperty ; obo:IAO_0000112 "The PubMed ID (PMID) identifies a citation record (rather than full-text) in the PubMed database. It is not evidence of compliance with the NIH Public Access Policy, because it does not identify a full-text submission of any kind." ; rdfs:comment "PubMed Identifier"@en ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "PubMed ID"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:prefixName +purl-bibo:prefixName a owl:DatatypeProperty ; obo:IAO_0000112 "Mr; Ms; Mrs" ; obo:IAO_0000112 "http://dictionary.reference.com/browse/prefix" ; @@ -4393,18 +4395,18 @@ bibo:prefixName rdfs:label "name prefix"@en ; ns:term_status "stable" ; . -bibo:presentedAt +purl-bibo:presentedAt a owl:ObjectProperty ; vitro:descriptionAnnot "Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product." ; rdfs:comment "Relates a document to an event; for example, a paper to a conference."@en ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "presented at event"@en ; rdfs:range ; - owl:inverseOf bibo:presents ; + owl:inverseOf purl-bibo:presents ; ns:term_status "unstable" ; . -bibo:presents +purl-bibo:presents a owl:ObjectProperty ; obo:IAO_0000112 "Public Description from source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers the bibo:presents and the bibo:presentedAt unstable terms. It also indicates that bibo:presents is a sub-property of event:product." ; rdfs:comment "Relates an event to associated documents; for example, conference to a paper."@en ; @@ -4412,35 +4414,35 @@ bibo:presents rdfs:label "related documents"@en ; ns:term_status "unstable" ; . -bibo:recipient +purl-bibo:recipient a owl:ObjectProperty ; rdfs:comment "An agent that receives a communication document."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "recipient"@en ; ns:term_status "stable" ; . -bibo:reproducedIn +purl-bibo:reproducedIn a owl:ObjectProperty ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:label "reproduced in"@en ; - rdfs:range bibo:Document ; + rdfs:range purl-bibo:Document ; rdfs:subPropertyOf obo:BFO_0000050 ; owl:inverseOf core:reproduces ; . -bibo:reversedBy +purl-bibo:reversedBy a owl:ObjectProperty ; obo:IAO_0000112 "The first sentence of the public description was taken from here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; rdfs:comment "A legal decision that reverses a ruling."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "reversed by"@en ; . -bibo:reviewOf +purl-bibo:reviewOf a owl:ObjectProperty ; obo:IAO_0000112 "The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used." ; rdfs:label "review of"@en ; owl:inverseOf core:reviewedIn ; . -bibo:section +purl-bibo:section a owl:DatatypeProperty ; obo:IAO_0000112 """Di Rado, Alicia. 1995. Trekking through college: Classes explore modern society using the world of Star trek. Los Angeles Times, March @@ -4448,10 +4450,10 @@ modern society using the world of Star trek. Los Angeles Times, March rdfs:comment "An section number"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "section"@en ; - rdfs:subPropertyOf bibo:locator ; + rdfs:subPropertyOf purl-bibo:locator ; ns:term_status "unstable" ; . -bibo:shortDescription +purl-bibo:shortDescription a owl:DatatypeProperty ; rdfs:comment "A short description of the resource." ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; @@ -4459,30 +4461,30 @@ bibo:shortDescription ns:term_status "unstable" ; skos:scopeNote "The idea here is that while dcterms:description may involve length descriptions, this for short (two or three word) descriptions that could go in a bibliographic entry."@en ; . -bibo:sici +purl-bibo:sici a owl:DatatypeProperty ; obo:IAO_0000112 "A sub property of identifier (http://en.wikipedia.org/wiki/SICI)." ; rdfs:comment "Serial Item and Contribution Identifier"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Serial Item and Contribution Identifier (SICI)"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:status +purl-bibo:status a owl:ObjectProperty ; obo:IAO_0000112 "paraphrased editorial note from the bibo ontology: We are not defining, using an enumeration, the range of the bibo:status to be a defined list of bibo:DocumentStatus. This is because we want people to be able to define new statuses if needed; and creating such an enumeration would prevent this." ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:label "status"@en ; - rdfs:range bibo:DocumentStatus ; + rdfs:range purl-bibo:DocumentStatus ; . -bibo:subsequentLegalDecision +purl-bibo:subsequentLegalDecision a owl:ObjectProperty ; obo:IAO_0000112 "Public description is from comments of this object property in bibo ontology located here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; rdfs:comment "A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.)."@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "subsequent legal decision"@en ; . -bibo:transcriptOf +purl-bibo:transcriptOf a owl:ObjectProperty ; obo:IAO_0000112 "The bibo:transcriptOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . Bibo considers this term unstable." ; rdfs:comment "Relates a document to some transcribed original."@en ; @@ -4490,24 +4492,24 @@ bibo:transcriptOf rdfs:label "transcript of"@en ; ns:term_status "unstable" ; . -bibo:translationOf +purl-bibo:translationOf a owl:ObjectProperty ; obo:IAO_0000112 "Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; rdfs:comment "Relates a translated document to the original document."@en ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "translation of"@en ; - rdfs:range bibo:Document ; + rdfs:range purl-bibo:Document ; owl:inverseOf core:hasTranslation ; ns:term_status "stable" ; . -bibo:translator +purl-bibo:translator a owl:ObjectProperty ; rdfs:domain [ a owl:Class ; owl:unionOf ( - bibo:Collection - bibo:Document + purl-bibo:Collection + purl-bibo:Document ) ; ] ; rdfs:label "translator"@en ; @@ -4515,68 +4517,68 @@ bibo:translator rdfs:subPropertyOf terms:contributor ; owl:inverseOf core:translatorOf ; . -bibo:upc +purl-bibo:upc a owl:DatatypeProperty ; obo:IAO_0000112 "source for public description: http://en.wikipedia.org/wiki/Universal_Product_Code." ; rdfs:comment "Universal Product Code"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:label "Universal Product Code (UPC)"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; ns:term_status "stable" ; . -bibo:uri +purl-bibo:uri a owl:DatatypeProperty ; obo:IAO_0000112 "Definition from: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html" ; rdfs:label "URI"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; . -bibo:volume +purl-bibo:volume a owl:DatatypeProperty ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:label "volume"@en ; - rdfs:subPropertyOf bibo:locator ; + rdfs:subPropertyOf purl-bibo:locator ; . - +c4o:BibliographicInformationSource a owl:Class ; obo:IAO_0000115 "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus." ; vitro:descriptionAnnot "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus." ; rdfs:label "Bibliographic Information Source"@en ; rdfs:subClassOf obo:ERO_0001716 ; . - +c4o:GlobalCitationCount a owl:Class ; obo:IAO_0000115 "The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date." ; vitro:descriptionAnnot "The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date." ; rdfs:label "Global Citation Count"@en ; rdfs:subClassOf obo:IAO_0000032 ; . - +c4o:hasGlobalCitationFrequency a owl:ObjectProperty ; obo:IAO_0000115 "A property linking a publication entity to an instance of c40:GlobalCitationCount that specifies how many times a work has been cited by others, according to a particular information source on a particular date." ; vitro:descriptionAnnot "A property linking a publication entity to the property c40:GlobalCitationCount that specify how many times a work has been cited by others, according to a particular information source on a particular date." ; rdfs:label "has global citation frequency"@en ; - rdfs:range ; + rdfs:range c4o:GlobalCitationCount ; . - +c4o:hasGlobalCountDate a owl:DatatypeProperty ; obo:IAO_0000115 "The date on which the global citation count of the cited entity was recorded from a named bibliographic information source." ; - rdfs:domain ; + rdfs:domain c4o:GlobalCitationCount ; rdfs:label "has global count date"@en ; rdfs:range xsd:date ; . - +c4o:hasGlobalCountSource a owl:ObjectProperty ; obo:IAO_0000115 "A property linking an instance of c40:GlobalCitationCount to the bibliographic information source providing the global citation count information for a particular publication on a particular date." ; vitro:descriptionAnnot "A property linking the property c40:GlobalCitationCount to the bibliographic information source providing the global citation count information for a particular publication on a particular date." ; - rdfs:domain ; + rdfs:domain c4o:GlobalCitationCount ; rdfs:label "has global count source"@en ; - rdfs:range ; + rdfs:range c4o:BibliographicInformationSource ; . - +c4o:hasGlobalCountValue a owl:DatatypeProperty ; obo:IAO_0000115 "An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date." ; vitro:descriptionAnnot "An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date." ; - rdfs:domain ; + rdfs:domain c4o:GlobalCitationCount ; rdfs:label "has global count value"@en ; rdfs:range xsd:int ; . @@ -4595,7 +4597,7 @@ bibo:volume a owl:Class ; obo:IAO_0000115 "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work." ; rdfs:label "Clinical Guideline"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . a owl:Class ; @@ -4604,13 +4606,13 @@ bibo:volume has super-classes""" ; obo:IAO_0000115 "A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by" ; rdfs:label "Comment"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . a owl:Class ; obo:IAO_0000115 "A formal correction to an error introduced by the publisher into a previously published document." ; rdfs:label "Erratum"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . a owl:DatatypeProperty ; @@ -4633,7 +4635,7 @@ core:Abstract a owl:Class ; obo:IAO_0000115 "An abstract that is published as a standalone document or in a journal of abstracts" ; rdfs:label "Abstract"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . core:AcademicDegree a owl:Class ; @@ -4853,14 +4855,14 @@ core:Blog obo:IAO_0000112 "Library of Congress Blog" ; obo:IAO_0000115 "Regularly updated online journal or newsletter by one or more writers, called bloggers, containing articles and commentary of interest to the blogger" ; rdfs:label "Blog"@en ; - rdfs:subClassOf bibo:Website ; + rdfs:subClassOf purl-bibo:Website ; . core:BlogPosting a owl:Class ; obo:IAO_0000112 "A specific blog posting" ; obo:IAO_0000115 "An online article or commentary appearing on a blog" ; rdfs:label "Blog Posting"@en ; - rdfs:subClassOf bibo:Article ; + rdfs:subClassOf purl-bibo:Article ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom core:Blog ; @@ -4898,7 +4900,7 @@ core:CaseStudy obo:IAO_0000112 "A form of qualitative descriptive research that is used to study individuals, a small group of participants, or a group as a whole. Medical usage (from MeSH): clinical presentations that may be followed by evaluative studies that eventually lead to a diagnosis. " ; obo:IAO_0000115 "A qualitative descriptive research study of individuals or a group" ; rdfs:label "Case Study"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . core:Catalog a owl:Class ; @@ -4906,7 +4908,7 @@ core:Catalog obo:IAO_0000112 "Short Definition is the Medical Subject Heading (MeSH) definition " ; obo:IAO_0000115 "A list of items in a collection; an ordered compilation of item descriptions and sufficient information to afford access to them" ; rdfs:label "Catalog"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; @@ -5010,18 +5012,18 @@ core:ConferencePaper a owl:Class ; obo:IAO_0000115 "A paper presented at a conference; optionally collected into a Proceedings or a special Journal issue" ; rdfs:label "Conference Paper"@en ; - rdfs:subClassOf bibo:Article ; + rdfs:subClassOf purl-bibo:Article ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom bibo:Conference ; - owl:onProperty bibo:presentedAt ; + owl:allValuesFrom purl-bibo:Conference ; + owl:onProperty purl-bibo:presentedAt ; ] ; . core:ConferencePoster a owl:Class ; obo:IAO_0000115 "The digital file (or physical equivalent), if available after the conference, vs. the act of attending/presenting: use ConferencePresentation for information about date/time/location/name of the event where the poster was presented" ; rdfs:label "Conference Poster"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . core:ConferenceSeries a owl:Class ; @@ -5063,7 +5065,7 @@ core:Contract rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:abstract ; + owl:onProperty purl-bibo:abstract ; ] ; rdfs:subClassOf [ a owl:Restriction ; @@ -5165,7 +5167,7 @@ core:Database obo:IAO_0000112 "Short Definition is the Medical Subject Heading (MeSH) definition" ; obo:IAO_0000115 "A structured file of information or a set of logically related data stored and retrieved using computer-based means" ; rdfs:label "Database"@en ; - rdfs:subClassOf bibo:CollectedDocument ; + rdfs:subClassOf purl-bibo:CollectedDocument ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom ; @@ -5177,10 +5179,10 @@ core:Dataset obo:IAO_0000112 "US Patent Data; US Job Data" ; obo:IAO_0000115 "A named collection of data, usually containing only one type of data" ; rdfs:label "Dataset"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom bibo:Document ; + owl:allValuesFrom purl-bibo:Document ; owl:onProperty ; ] ; . @@ -5233,7 +5235,7 @@ core:EditorialArticle a owl:Class ; obo:IAO_0000115 "An article of opinion, typically published in a newspaper. For academics, most commonly Op Ed pieces" ; rdfs:label "Editorial Article"@en ; - rdfs:subClassOf bibo:Article ; + rdfs:subClassOf purl-bibo:Article ; . core:Editorship a owl:Class ; @@ -5491,7 +5493,7 @@ core:Grant rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; - owl:onProperty bibo:abstract ; + owl:onProperty purl-bibo:abstract ; ] ; rdfs:subClassOf [ a owl:Restriction ; @@ -5670,14 +5672,14 @@ core:NewsRelease a owl:Class ; obo:IAO_0000115 "A short written piece focused on an event or announcement of note, having a defined publication time and of less enduring interest than a news feature." ; rdfs:label "News Release"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . core:Newsletter a owl:Class ; obo:IAO_0000112 "The Ornithological Newsletter" ; obo:IAO_0000115 "Usually issued periodically, prepared by or for a group or institution to present information to a specific audience, often also made available to the press and public" ; rdfs:label "Newsletter"@en ; - rdfs:subClassOf bibo:Periodical ; + rdfs:subClassOf purl-bibo:Periodical ; . core:NonAcademic a owl:Class ; @@ -5887,7 +5889,7 @@ core:ResearchProposal a owl:Class ; obo:IAO_0000115 "A proposal for a research grant that has been submitted but not approved; does not represent an existing activity" ; rdfs:label "Research Proposal"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . core:ResearcherRole a owl:Class ; @@ -5900,7 +5902,7 @@ core:Review a owl:Class ; obo:IAO_0000115 "An article reviewing one or more other information resources (a book, one or more other articles, movies, etc)" ; rdfs:label "Review"@en ; - rdfs:subClassOf bibo:Article ; + rdfs:subClassOf purl-bibo:Article ; . core:ReviewerRole a owl:Class ; @@ -5934,13 +5936,13 @@ core:Score a owl:Class ; obo:IAO_0000115 "Written musical composition for voice or instruments or both" ; rdfs:label "Score"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . core:Screenplay a owl:Class ; obo:IAO_0000115 "Written script for a film production, including dialogue and descriptions of gestures, actions, shooting directions" ; rdfs:label "Screenplay"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . core:SeminarSeries a owl:Class ; @@ -5961,7 +5963,7 @@ core:Speech a owl:Class ; obo:IAO_0000115 "Text of a speech written in preparation for delivery of the speech." ; rdfs:label "Speech"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . core:StateOrProvince a owl:Class ; @@ -6013,7 +6015,7 @@ core:Translation a owl:Class ; obo:IAO_0000115 "The result of rendering a work from one language to another" ; rdfs:label "Translation"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; . core:UndergraduateAdvisingRelationship a owl:Class ; @@ -6039,13 +6041,13 @@ core:Video a owl:Class ; obo:IAO_0000115 "Audiovisual recording in video format" ; rdfs:label "Video"@en ; - rdfs:subClassOf bibo:AudioVisualDocument ; + rdfs:subClassOf purl-bibo:AudioVisualDocument ; . core:WorkingPaper a owl:Class ; obo:IAO_0000115 "A document created as a basis for discussion or a very early draft of a formal paper" ; rdfs:label "Working Paper"@en ; - rdfs:subClassOf bibo:Document ; + rdfs:subClassOf purl-bibo:Document ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom rdfs:Literal ; @@ -6080,7 +6082,7 @@ core:assignedBy . core:assignee a owl:ObjectProperty ; - rdfs:domain bibo:Patent ; + rdfs:domain purl-bibo:Patent ; rdfs:label "assignee"@en ; rdfs:range ; owl:inverseOf core:assigneeFor ; @@ -6089,7 +6091,7 @@ core:assigneeFor a owl:ObjectProperty ; rdfs:domain ; rdfs:label "assignee for patent"@en ; - rdfs:range bibo:Patent ; + rdfs:range purl-bibo:Patent ; . core:assigns a owl:ObjectProperty ; @@ -6097,7 +6099,7 @@ core:assigns . core:cclCode a owl:DatatypeProperty ; - rdfs:domain bibo:Patent ; + rdfs:domain purl-bibo:Patent ; rdfs:label "published US Classification Class/subclass (CCL) code"@en ; . core:conceptAssociatedWith @@ -6128,7 +6130,7 @@ core:courseCredits . core:dateFiled a owl:ObjectProperty ; - rdfs:domain bibo:Patent ; + rdfs:domain purl-bibo:Patent ; rdfs:label "date filed"@en ; rdfs:range core:DateTimeValue ; rdfs:subPropertyOf core:dateTimeValue ; @@ -6359,9 +6361,9 @@ core:hasPrerequisite core:hasProceedings a owl:ObjectProperty ; vitro:descriptionAnnot "A possible working example: The conference proceeding of the SPIE was generated from the conference - International Society for Optical Engineering." ; - rdfs:domain bibo:Conference ; + rdfs:domain purl-bibo:Conference ; rdfs:label "proceedings"@en ; - rdfs:range bibo:Proceedings ; + rdfs:range purl-bibo:Proceedings ; owl:inverseOf core:proceedingsOf ; . core:hasPublicationVenue @@ -6390,9 +6392,9 @@ core:hasSuccessorOrganization core:hasTranslation a owl:ObjectProperty ; obo:IAO_0000112 "Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html ." ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:label "has translation"@en ; - rdfs:range bibo:Document ; + rdfs:range purl-bibo:Document ; . core:hasValue a owl:DatatypeProperty ; @@ -6415,7 +6417,7 @@ core:iclCode a owl:DatatypeProperty ; obo:IAO_0000112 """The International classification(s) to which the published application has been assigned. """ ; - rdfs:domain bibo:Patent ; + rdfs:domain purl-bibo:Patent ; rdfs:label "International Classification (ICL) code"@en ; . core:identifier @@ -6468,9 +6470,9 @@ core:middleName . core:nihmsid a owl:DatatypeProperty ; - rdfs:domain bibo:Article ; + rdfs:domain purl-bibo:Article ; rdfs:label "NIH Manuscript Submission System ID"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; . core:offeredBy a owl:ObjectProperty ; @@ -6508,9 +6510,9 @@ core:patentNumber a owl:DatatypeProperty ; a owl:FunctionalProperty ; obo:IAO_0000112 "source of definition: http://www.uspto.gov/main/glossary/#p . The following site has patent number formats: http://www.uspto.gov/patents/ebc/kindcodesum.jsp ." ; - rdfs:domain bibo:Patent ; + rdfs:domain purl-bibo:Patent ; rdfs:label "patent number"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; . core:placeOfPublication a owl:DatatypeProperty ; @@ -6520,9 +6522,9 @@ core:placeOfPublication core:pmcid a owl:DatatypeProperty ; obo:IAO_0000112 " A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available A PMCID is a unique PubMed Central reference number, which is assigned to each full-text record made available in PubMed Central. The PMCID is issued shortly after the PI or author approves the PubMed Central formatted web version of the submission. " ; - rdfs:domain bibo:Article ; + rdfs:domain purl-bibo:Article ; rdfs:label "PubMed Central ID"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; . core:preferredDisplayOrder a owl:DatatypeProperty ; @@ -6537,9 +6539,9 @@ core:prerequisiteFor core:proceedingsOf a owl:ObjectProperty ; vitro:descriptionAnnot "A possible working example: The conference proceeding of the SPIE was generated from the conference - International Society for Optical Engineering." ; - rdfs:domain bibo:Proceedings ; + rdfs:domain purl-bibo:Proceedings ; rdfs:label "proceedings of"@en ; - rdfs:range bibo:Conference ; + rdfs:range purl-bibo:Conference ; . core:providesFundingThrough a owl:ObjectProperty ; @@ -6586,15 +6588,15 @@ core:relates core:reportId a owl:DatatypeProperty ; a owl:FunctionalProperty ; - rdfs:domain bibo:Report ; + rdfs:domain purl-bibo:Report ; rdfs:label "report identifier"@en ; - rdfs:subPropertyOf bibo:identifier ; + rdfs:subPropertyOf purl-bibo:identifier ; . core:reproduces a owl:ObjectProperty ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:label "reproduces"@en ; - rdfs:range bibo:Document ; + rdfs:range purl-bibo:Document ; rdfs:subPropertyOf obo:BFO_0000051 ; . core:researchAreaOf @@ -6749,8 +6751,8 @@ core:translatorOf rdfs:range [ a owl:Class ; owl:unionOf ( - bibo:Collection - bibo:Document + purl-bibo:Collection + purl-bibo:Document ) ; ] ; . @@ -6759,28 +6761,28 @@ core:validIn rdfs:label "valid in"@en ; rdfs:range core:GeographicLocation ; . - +vivo-sr:Phase0ClinicalTrial a owl:Class ; obo:IAO_0000115 "Phase 0 Clinical Trial" ; obo:IAO_0000115 "Phase 0 is a recent designation for exploratory, first-in-human trials conducted in accordance with the United States Food and Drug Administration's (FDA) 2006 Guidance on Exploratory Investigational New Drug (IND) Studies. Phase 0 trials are also known as human microdosing studies and are designed to speed up the development of promising drugs or imaging agents by establishing very early on whether the drug or agent behaves in human subjects as was expected from preclinical studies." ; rdfs:label "Phase 0 Clinical Trial"@en ; rdfs:subClassOf obo:ERO_0000016 ; . - +vivo-sr:Phase1ClinicalTrial a owl:Class ; obo:IAO_0000115 "In Phase I trials, researchers test an experimental drug or treatment in a small group of people (20-80) for the first time to evaluate its safety, determine a safe dosage range, and identify side effects" ; obo:IAO_0000115 "Phase 1 Clinical Trial" ; rdfs:label "Phase 1 Clinical Trial"@en ; rdfs:subClassOf obo:ERO_0000016 ; . - +vivo-sr:Phase2ClinicalTrial a owl:Class ; obo:IAO_0000115 "In Phase 2 trials, an experimental study drug or treatment is given to a larger group of people (100-300) to see if it is effective and to further evaluate its safety." ; obo:IAO_0000115 "Phase 2 Clinical Trial" ; rdfs:label "Phase 2 Clinical Trial"@en ; rdfs:subClassOf obo:ERO_0000016 ; . - +vivo-sr:Phase3ClinicalTrial a owl:Class ; obo:IAO_0000115 """In Phase 3 trials, an experimental study drug or treatment is given to large groups of people (1,000-3,000) to confirm its effectiveness, monitor side effects, compare it to commonly used treatments, and collect information that will allow the experimental drug or treatment to be used safely. """ ; @@ -6788,21 +6790,21 @@ core:validIn rdfs:label "Phase 3 Clinical Trial"@en ; rdfs:subClassOf obo:ERO_0000016 ; . - +vivo-sr:Phase4ClinicalTrial a owl:Class ; obo:IAO_0000115 "In Phase 4 trials, post marketing studies delineate additional information including the drug's or treatment's risks, benefits, and optimal use." ; obo:IAO_0000115 "Phase 4 Clinical Trial" ; rdfs:label "Phase 4 Clinical Trial"@en ; rdfs:subClassOf obo:ERO_0000016 ; . - +vivo-sr:accessProvidedBy a owl:ObjectProperty ; rdfs:label "access provided by"@en ; rdfs:range obo:ERO_0000391 ; . - +vivo-sr:documentationFor a owl:ObjectProperty ; - rdfs:domain bibo:Document ; + rdfs:domain purl-bibo:Document ; rdfs:label "documentation for project or resource"@en ; rdfs:range [ a owl:Class ; @@ -6817,18 +6819,18 @@ core:validIn ) ; ] ; . - +vivo-sr:irbNumber a owl:DatatypeProperty ; obo:IAO_0000115 "Every clinical trial in the United States must be approved and monitored by an Institutional Review Board (IRB). An IRB is an independent committee of physicians, statisticians, community advocates and others whose objective is to ensure that a clinical trial is ethical and the rights of study participants are protected. " ; rdfs:label "Institutional Review Board (IRB) number"@en ; . - +vivo-sr:nctId a owl:DatatypeProperty ; obo:IAO_0000115 "ClinicalTrials.gov is an ICMJE-acceptable public registry, offering up-to-date information for locating clinical trials for a wide range of diseases and conditions. The U.S. National Institutes of Health (NIH), through its National Library of Medicine (NLM), developed this site in collaboration with the Food and Drug Administration (FDA), as a result of the FDA Modernization Act, which was passed into law in November 1997. This property should be publically visible since it is one of the principal identifiers in a national registry of clinical trials " ; vitro:exampleAnnot "NCT00000419" ; rdfs:label "National Clinical Trials (NCT) number"@en ; . - +vivo-sr:protocolRealizedBy a owl:ObjectProperty ; rdfs:domain obo:OBI_0000272 ; rdfs:label "protocol realized by"@en ; @@ -6840,7 +6842,7 @@ core:validIn ) ; ] ; . - +vivo-sr:studyPopulationCount a owl:DatatypeProperty ; obo:IAO_0000115 "number of human participants in the study (trial)." ; rdfs:label "study population count"@en ; diff --git a/semantic-ontology/vivo_fr_FR.n3 b/semantic-ontology/vivo_fr_FR.n3 new file mode 100644 index 0000000..e941d96 --- /dev/null +++ b/semantic-ontology/vivo_fr_FR.n3 @@ -0,0 +1,789 @@ +# baseURI: http://data.ehess.fr/ontology/vivo-fr +# imports: http://data.ehess.fr/ontology/vivo-ehess +# prefix: vivofr + +@prefix : . +@prefix acti: . +@prefix afn: . +@prefix ai: . +@prefix aka: . +@prefix aktp: . +@prefix app: . +@prefix bibo: . +@prefix c4o: . +@prefix cc: . +@prefix cce: . +@prefix cito: . +@prefix config: . +@prefix dc: . +@prefix dcelem: . +@prefix dcterms: . +@prefix display: . +@prefix ehess: . +@prefix ero: . +@prefix event: . +@prefix fabio: . +@prefix far: . +@prefix foaf: . +@prefix geo: . +@prefix geopolitical: . +@prefix hr: . +@prefix j.0: . +@prefix local: . +@prefix mann: . +@prefix ns: . +@prefix obo: . +@prefix ocrer: . +@prefix ocresd: . +@prefix ospcu: . +@prefix owl: . +@prefix owl2: . +@prefix pubmed: . +@prefix pvs: . +@prefix rdf: . +@prefix rdfs: . +@prefix rdfsyn: . +@prefix sce: . +@prefix scires: . +@prefix scirr: . +@prefix skco: . +@prefix skos: . +@prefix skos2: . +@prefix socsci: . +@prefix stars: . +@prefix statistics: . +@prefix study_protocol: . +@prefix swrl: . +@prefix swrlb: . +@prefix swvs: . +@prefix terms: . +@prefix vann: . +@prefix vcard: . +@prefix vitro: . +@prefix vitro-public: . +@prefix vivo: . +@prefix vivo-ehess: . +@prefix vivoc: . +@prefix vivofr: . +@prefix wcmc: . +@prefix wos: . +@prefix xsd: . + + + a owl:Ontology ; + owl:imports ; +. +vivofr: + a owl:Ontology ; + cc:license ; + obo:IAO_0000115 "Complement to the Vivo ontology describing research staff and structures in French higher education and research institutions in order to allow the management of such data in Vivo software."@fr-FR ; + obo:IAO_0000115 "Complément à l'ontologie Vivo décrivant les personnel et les structures de recherche dans établissement ESR français afin de permettre la prise en charge de telles données dans Vivo"@fr-FR ; + terms:issued "2020-10-15"^^xsd:date ; + terms:rights "CC BY-SA 4.0" ; + vann:preferredNamespacePrefix "vivofr" ; + vann:preferredNamespaceUri vivofr: ; + vitro:ontologyPrefixAnnot "vivofr" ; + rdfs:label "Vivo FR Ontology"@en-US ; + rdfs:label "ontologie Vivo FR"@fr-FR ; + owl:imports ; + owl:imports ; + owl:versionInfo "Version 1.0 - 2018-04-03" ; +. +vivofr:CLS_0000001 + a owl:Class ; + dcelem:description "Class intended to classify members at display level (typically, on a website)"@en-US ; + dcelem:description "Classe destinée à permettre le rubriquage des membres au niveau de l'affichage (typiquement, sur un site web)"@fr-FR ; + rdfs:label "classe de membres"@fr-FR ; + rdfs:label "members class"@en-US ; + rdfs:subClassOf owl:Thing ; +. +vivofr:FNC_0000001 + a owl:Class ; + obo:IAO_0000115 "Une fonction, un emploi dans une organisation"@fr-FR ; + rdfs:label "fonction"@fr-FR ; + rdfs:label "function"@en-US ; + rdfs:subClassOf vivofr:REL_0000001 ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:allValuesFrom vivo:DateTimeInterval ; + owl:onProperty vivo:dateTimeInterval ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty vivo:rank ; + owl:someValuesFrom xsd:int ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty vivo:relates ; + owl:someValuesFrom foaf:Organization ; + ] ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty vivo:relates ; + owl:someValuesFrom foaf:Person ; + ] ; + owl:equivalentClass vivo:Position ; +. +vivofr:FNC_0000002 + a owl:Class ; + rdfs:label "autre fonction"@fr-FR ; + rdfs:label "other function"@en-US ; + rdfs:subClassOf vivofr:FNC_0000001 ; +. +vivofr:FNC_0000003 + a rdfs:Class ; + a owl:Class ; + obo:IAO_0000115 "Liaison entre une personne et un établissement, si elle est formalisée par l'appartenance à un corps administratif"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "administrative corps"@en-US ; + rdfs:label "corps administratif"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000001 ; + owl:disjointWith vivofr:FNC_0000004 ; + owl:disjointWith vivofr:FNC_0000005 ; + owl:disjointWith vivofr:FNC_0000006 ; + owl:disjointWith vivofr:FNC_0000007 ; +. +vivofr:FNC_0000004 + a owl:Class ; + rdfs:label "autre fonction d'enseignement"@fr-FR ; + rdfs:label "other teacher position"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:FNC_0000005 + a owl:Class ; + rdfs:label "autre fonction d'enseignement et de recherche"@fr-FR ; + rdfs:label "other teacher and researcher position"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:FNC_0000006 + a owl:Class ; + rdfs:label "autre fonction de support administratif"@fr-FR ; + rdfs:label "other administrative support position"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:FNC_0000007 + a owl:Class ; + rdfs:label "autre fonction de support à la recherche"@fr-FR ; + rdfs:label "other research support position"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:FNC_0000008 + a owl:Class ; + obo:IAO_0000115 "Une assistante ou un assistant ingénieur"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "assistant research engineer"@en-US ; + rdfs:label "assistant.e ingénieur.e"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000009 + a owl:Class ; + obo:IAO_0000115 "Personnels qui concourent à l'accomplissement des missions de la recherche dans un organisme de recherche ou un établissement d'enseignement supérieur"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "chargé.e de recherches"@fr-FR ; + rdfs:label "tenured junior/senior researcher"@en-US ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000010 + a owl:Class ; + obo:IAO_0000115 "Une chercheure ou un chercheur sous statut contractuel"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "chercheur.e contractuel.le"@fr-FR ; + rdfs:label "fixed-term contract researcher"@en-US ; + rdfs:subClassOf vivofr:FNC_0000021 ; +. +vivofr:FNC_0000011 + a owl:Class ; + obo:IAO_0000115 "Fonction de directrice ou directeur de recherches au CNRS"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "directeur.trice de recherches"@fr-FR ; + rdfs:label "research professor"@en-US ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000012 + a owl:Class ; + obo:IAO_0000115 "Fonction de directrice ou directeur d'études à l'EHESS, à l'ENC ou à l'EPHE"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "(full) professor"@en-US ; + rdfs:label "directeur.trice d'études"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000013 + a owl:Class ; + obo:IAO_0000115 "Fonction de directrice ou directeur d'études cumulant à l'EHESS, à l'ENC ou à l'EPHE"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "(full) professor"@en-US ; + rdfs:label "directeur.trice d'études cumulant"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000014 + a owl:Class ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Ingénieur_de_recherche"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "ingénieur.e de recherche"@fr-FR ; + rdfs:label "senior research engineer"@en-US ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000015 + a owl:Class ; + obo:IAO_0000115 "http://www.enseignementsup-recherche.gouv.fr/cid23195/ingenieur-d-etudes.html"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "ingénieur.e d'études"@fr-FR ; + rdfs:label "research engineer"@en-US ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000016 + a owl:Class ; + obo:IAO_0000115 "Un des deux corps d'enseignants chercheurs de l'université française"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "associate Professor"@en-US ; + rdfs:label "maître.sse de conférences"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000017 + obo:IAO_0000115 "Un des deux corps d'enseignants chercheurs de l'université française"@fr-FR ; + rdfs:label "(full) professor"@en-US ; + rdfs:label "professeur.e des universités"@fr-FR ; + owl:disjointWith vivofr:FNC_0000018 ; +. +vivofr:FNC_0000018 + a owl:Class ; + obo:IAO_0000115 "Professeure ou professeur des universités retraité ayant conservé rang et privilèges"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "emeritus/a Professor"@en-US ; + rdfs:label "professeur.e émerite"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000019 + a owl:Class ; + obo:IAO_0000115 "Fonction de postdoctorant"@fr-FR ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Chercheur_postdoctoral"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "post-doctorat"@fr-FR ; + rdfs:label "postdoc"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:FNC_0000020 + a owl:Class ; + obo:IAO_0000115 "Professeure ou professeur des universités"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "(full) professor"@en-US ; + rdfs:label "professeur.e des universités"@fr-FR ; + rdfs:subClassOf vivofr:FNC_0000003 ; +. +vivofr:FNC_0000021 + a owl:Class ; + rdfs:label "autre fonction de recherche"@fr-FR ; + rdfs:label "other researcher position"@en-US ; + rdfs:subClassOf vivofr:FNC_0000002 ; +. +vivofr:MMB_0000001 + a owl:Class ; + obo:IAO_0000115 "Liaison entre une personne et une structure de recherche ou une entité administrative"@fr-FR ; + obo:IAO_0000115 "Membership to a structure like research unit."@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance"@fr-FR ; + rdfs:label "membership"@en-US ; + rdfs:subClassOf vivo:Relationship ; +. +vivofr:MMB_0000002 + a owl:Class ; + obo:IAO_0000115 "Appartenance permanente à une structure (typiquement une unité de recherche) à titre principal"@fr-FR ; + obo:IAO_0000115 "Permanent main membership (typically, to a research structure)"@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance permanente à titre principal"@fr-FR ; + rdfs:label "permanent main membership"@en-US ; + rdfs:subClassOf vivofr:MMB_0000001 ; +. +vivofr:MMB_0000003 + a owl:Class ; + obo:IAO_0000115 "Appartenance permanente à une structure (typiquement une unité de recherche) à titre secondaire"@fr-FR ; + obo:IAO_0000115 "Permanent accessory membership (typically, to a research structure)"@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance permanente à titre secondaire"@fr-FR ; + rdfs:label "permanent accessory membership"@en-US ; + rdfs:subClassOf vivofr:MMB_0000001 ; +. +vivofr:MMB_0000004 + a owl:Class ; + obo:IAO_0000115 "Appartenance non permanente à une structure (typiquement une unité de recherche) à titre principal"@fr-FR ; + obo:IAO_0000115 "Transient main membership (typically, to a research structure)"@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance non permanente à titre principal"@fr-FR ; + rdfs:label "transient main membership"@en-US ; + rdfs:subClassOf vivofr:MMB_0000001 ; +. +vivofr:MMB_0000005 + a owl:Class ; + obo:IAO_0000115 "Appartenance non permanente à une structure (typiquement une unité de recherche) à titre secondaire"@fr-FR ; + obo:IAO_0000115 "Transient accessory membership (typically, to a research structure)"@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance non permanente à titre secondaire"@fr-FR ; + rdfs:label "transient accessory membership"@en-US ; + rdfs:subClassOf vivofr:MMB_0000001 ; +. +vivofr:MMB_0000006 + a owl:Class ; + obo:IAO_0000115 "Appartenance à une structure (typiquement une unité de recherche) en tant que membre d'honneur, émérite ou retraité"@fr-FR ; + obo:IAO_0000115 "Membership (typically, to a research structure) as honorary, emeritus or retired member"@en-US ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance à une structure en tant que membre d'honneur, émérite ou retraité"@fr-FR ; + rdfs:label "membership as honorary, emeritus or retired member"@en-US ; + rdfs:subClassOf vivofr:MMB_0000001 ; +. +vivofr:MMB_0000007 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance en tant que post-doctorant"@fr-FR ; + rdfs:label "membership as postdoc"@en-US ; + rdfs:subClassOf vivofr:MMB_0000004 ; +. +vivofr:MMB_0000008 + a owl:Class ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "appartenance en tant que doctorant"@fr-FR ; + rdfs:label "membership as Phd Student"@en-US ; + rdfs:subClassOf vivofr:MMB_0000004 ; +. +vivofr:ORG_0000003 + a rdfs:Class ; + a owl:Class ; + rdfs:label "CNRS research organization"@en-US ; + rdfs:label "structure de recherche CNRS"@fr-FR ; + rdfs:subClassOf vivo:ResearchOrganization ; +. +vivofr:ORG_0000004 + a rdfs:Class ; + a owl:Class ; + rdfs:label "institution research organization"@en-US ; + rdfs:label "structure de recherche établissement"@fr-FR ; + rdfs:subClassOf vivo:ResearchOrganization ; +. +vivofr:ORG_0000005 + a rdfs:Class ; + a owl:Class ; + rdfs:label "level 1 research organization"@en-US ; + rdfs:label "structure de recherche de niveau 1"@fr-FR ; + rdfs:subClassOf vivo:ResearchOrganization ; +. +vivofr:ORG_0000006 + a rdfs:Class ; + a owl:Class ; + rdfs:label "level 2 research organization"@en-US ; + rdfs:label "structure de recherche de niveau 2"@fr-FR ; + rdfs:subClassOf vivo:ResearchOrganization ; +. +vivofr:ORG_0000007 + a rdfs:Class ; + a owl:Class ; + rdfs:label "level 3 research organization"@en-US ; + rdfs:label "structure de recherche de niveau 3"@fr-FR ; + rdfs:subClassOf vivo:ResearchOrganization ; +. +vivofr:ORG_0000008 + a owl:Class ; + obo:IAO_0000115 "Unité de recherche" ; + obo:IAO_0000115 "Équivalent d'un laboratoire : https://fr.wikipedia.org/wiki/Laboratoire_de_recherche, Par exemple le CRH (UMR 8558)"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "research unit"@en-US ; + rdfs:label "unité de recherche"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000003 ; + rdfs:subClassOf vivofr:ORG_0000006 ; +. +vivofr:ORG_0000009 + a owl:Class ; + obo:IAO_0000115 "Unité de service"@fr-FR ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Unit%C3%A9_mixte_de_service"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "joint service unit"@en-US ; + rdfs:label "unité mixte de service"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000003 ; + rdfs:subClassOf vivofr:ORG_0000006 ; +. +vivofr:ORG_0000011 + a owl:Class ; + obo:IAO_0000115 "In french, Structure fédérative de recherche" ; + obo:IAO_0000115 "Une structure férérative de recherche"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "federative Research Structure"@en-US ; + rdfs:label "structure fédérative de recherche"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000003 ; + rdfs:subClassOf vivofr:ORG_0000007 ; +. +vivofr:ORG_0000012 + a owl:Class ; + obo:IAO_0000115 "In french, thématique, a research team without permanent members" ; + obo:IAO_0000115 "Une équipe de recherche sans membres permanents ayant une thématique commune"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "theme"@en-US ; + rdfs:label "thématique"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000003 ; + rdfs:subClassOf vivofr:ORG_0000005 ; +. +vivofr:ORG_0000013 + a owl:Class ; + obo:IAO_0000115 "Une équipe de recherche rassemblant des personnes, ayant une dépendance envers une unité"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "research Team"@en-US ; + rdfs:label "équipe de recherche"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000003 ; + rdfs:subClassOf vivofr:ORG_0000005 ; +. +vivofr:ORG_0000014 + a owl:Class ; + obo:IAO_0000115 "Une structure dédiée à l'administration d'un domaine particulier du fonctionnement de l'établissement."@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "administrative entity"@en-US ; + rdfs:label "entité administrative"@fr-FR ; + rdfs:subClassOf foaf:Organization ; +. +vivofr:ORG_0000015 + a owl:Class ; + obo:IAO_0000115 "Une direction, structure rattachée à la présidence et qui comprend généralement des services."@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "department"@en-US ; + rdfs:label "direction"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000014 ; +. +vivofr:PRP_0000001 + a owl:DatatypeProperty ; + obo:IAO_0000115 "Les maîtrises de conférences et directions d'études de l'EHESS sont l'équivalent de chaires dotées d'un intitulé permanent. Elles constituent l'Affiche des enseignements de recherche de l'Ecole"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:domain vivofr:FNC_0000012 ; + rdfs:domain vivofr:FNC_0000016 ; + rdfs:label "a une chaire"@fr-FR ; + rdfs:label "has a research chair"@en-US ; + rdfs:range xsd:string ; + rdfs:subPropertyOf vivo:identifier ; +. +vivofr:PRP_0000002 + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000115 "Identifiant interne de l'utilisateur, commun aux différentes applications de la recherche"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:domain foaf:Person ; + rdfs:label "a pour identifiant interne"@fr-FR ; + rdfs:label "has internal identifier"@en-US ; + rdfs:range xsd:string ; + rdfs:subPropertyOf vivo:identifier ; +. +vivofr:PRP_0000003 + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + obo:IAO_0000115 "L'identifiant spécifique d'une ressource (structure, personne...) au sein du système d'information"@fr-FR ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:domain owl:Thing ; + rdfs:label "a pour identifiant technique"@fr-FR ; + rdfs:label "has technical identifier"@en-US ; + rdfs:range xsd:string ; + rdfs:subPropertyOf vivo:identifier ; +. +vivofr:PRP_0000004 + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "A short narrative summary to be used as a single descriptive chair statement." ; + rdfs:domain foaf:Agent ; + rdfs:label "chair"@en-US ; + rdfs:label "chaire"@fr-FR ; + rdfs:subPropertyOf vivo:chaire ; + rdfs:subPropertyOf owl:topDataProperty ; +. +vivofr:PRP_0000005 + a owl:DatatypeProperty ; + a owl:InverseFunctionalProperty ; + vitro:displayLimitAnnot "1"^^xsd:int ; + vitro:displayRankAnnot "10"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inPropertyGroupAnnot ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + vitro:publicDescriptionAnnot "TODO." ; + rdfs:label "IdRef identifier"@en-US ; + rdfs:label "identifiant IdRef"@fr-FR ; + rdfs:subPropertyOf vivo:identifier ; +. +vivofr:PRP_0000006 + a owl:DatatypeProperty ; + a owl:FunctionalProperty ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( + vivo:Position + vivofr:MMB_0000001 + ) ; + ] ; + rdfs:label "afficher le libellé original"@en-US ; + rdfs:label "display original label"@en-US ; + rdfs:range xsd:boolean ; +. +vivofr:PRS_0000002 + a owl:Class ; + obo:IAO_0000115 "Personnels ingénieurs, administratifs, techniques, ouvriers et de service (IATOS)"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "personnel de soutien"@fr-FR ; + rdfs:label "support staff"@en-US ; + rdfs:subClassOf foaf:Person ; +. +vivofr:PRS_0000003 + a owl:Class ; + obo:IAO_0000115 "Personnels ingénieurs, administratifs, techniques, ouvriers et de service (IATOS) rattachés aux entités administratives"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "administrative Support staff"@en-US ; + rdfs:label "personnel de soutien administratif"@fr-FR ; + rdfs:subClassOf vivofr:PRS_0000002 ; +. +vivofr:PRS_0000004 + a owl:Class ; + obo:IAO_0000115 "Personnels ingénieurs, administratifs, techniques, ouvriers et de service (IATOS) rattachés aux unités de recherche ou de soutien"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "personnel de soutien à la recherche"@fr-FR ; + rdfs:label "research Support staff"@en-US ; + rdfs:subClassOf vivofr:PRS_0000002 ; +. +vivofr:PRS_0000005 + a owl:Class ; + obo:IAO_0000115 "Titulaire du grade académique de docteur"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "docteur.e"@fr-FR ; + rdfs:label "philosophiæ doctor"@en-US ; + rdfs:subClassOf foaf:Person ; +. +vivofr:PRS_0000006 + a owl:Class ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Doctorant"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "doctorant.e"@fr-FR ; + rdfs:label "phD Student"@en-US ; + rdfs:subClassOf vivo:GraduateStudent ; +. +vivofr:PRS_0000007 + a owl:Class ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Habilitation_universitaire#En_France"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "habilité à diriger des recherches"@fr-FR ; + rdfs:subClassOf foaf:Person ; + skos:altLabel "HDR"@fr-FR ; +. +vivofr:PRS_0000009 + a owl:Class ; + obo:IAO_0000115 "Personne exerçant des activités de recherche au niveau ESR, sans avoir d'activité d'enseignement"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "chercheur"@fr-FR ; + rdfs:label "researcher"@en-US ; + rdfs:subClassOf vivo:FacultyMember ; +. +vivofr:PRS_0000010 + a owl:Class ; + obo:IAO_0000115 "Personne exerçant des activités d'enseignement au niveau ESR, sans avoir d'activité de recherche"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "enseignant"@fr-FR ; + rdfs:label "teacher"@en-US ; + rdfs:subClassOf vivo:FacultyMember ; +. +vivofr:PRS_0000011 + a owl:Class ; + obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Enseignant-chercheur"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "enseignant.e-chercheur.e"@fr-FR ; + rdfs:label "teacher researcher"@en-US ; + rdfs:subClassOf vivo:FacultyMember ; + rdfs:subClassOf [ + owl:unionOf ( + [ + a owl:Restriction ; + owl:onProperty vivo:relatedBy ; + owl:someValuesFrom vivofr:FNC_0000012 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo:relatedBy ; + owl:someValuesFrom vivofr:FNC_0000016 ; + ] + [ + a owl:Restriction ; + owl:onProperty vivo:relatedBy ; + owl:someValuesFrom vivofr:FNC_0000017 ; + ] + ) ; + ] ; +. +vivofr:PRS_0000012 + a owl:Class ; + obo:IAO_0000115 "Une enseignante-chercheure ou un enseignant-chercheur s'étant vu accorder l'éméritat (https://fr.wikipedia.org/wiki/Professeur_%C3%A9m%C3%A9rite)"@fr-FR ; + vitro:displayLimitAnnot "-1"^^xsd:int ; + vitro:displayRankAnnot "-1"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:hiddenFromPublishBelowRoleLevelAnnot ; + vitro:inClassGroup ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; + rdfs:label "enseignant.e-chercheur.e émérite"@fr-FR ; + rdfs:label "teacher researcher emeritus"@en-US ; + rdfs:subClassOf vivo:FacultyMember ; +. diff --git a/semantic-ontology/vivo_fr_FR.ttl b/semantic-ontology/vivo_fr_FR.ttl deleted file mode 100755 index f90fff3..0000000 --- a/semantic-ontology/vivo_fr_FR.ttl +++ /dev/null @@ -1,2667 +0,0 @@ -# baseURI: http://vivoweb.org/ontology/core_fr_FR -# imports: http://purl.obolibrary.org/obo/arg/label -# imports: http://vivoweb.org/ontology/core -# prefix: core_fr_FR - -@prefix : . -@prefix bibo: . -@prefix core: . -@prefix core_fr_FR: . -@prefix vivo-fr: . -@prefix foaf: . -@prefix geo: . -@prefix ns: . -@prefix obo: . -@prefix owl: . -@prefix rdf: . -@prefix rdfs: . -@prefix skos: . -@prefix skos2: . -@prefix source: . -@prefix statistics: . -@prefix study_protocol: . -@prefix terms: . -@prefix vcard: . -@prefix vitro: . -@prefix vivo-rech: . -@prefix xsd: . - - - rdfs:label "Ontologie géopolitique"@fr-FR ; -. -geo:GDP - rdfs:label "PIB"@fr-FR ; -. -geo:GDPNotes - rdfs:label "Notes PIB"@fr-FR ; -. -geo:GDPTotalInCurrentPrices - rdfs:label "Total du PIB en prix courants"@fr-FR ; -. -geo:GDPUnit - rdfs:label "Unité de PIB"@fr-FR ; -. -geo:GDPYear - rdfs:label "GDPYear"@fr-FR ; -. -geo:agriculturalArea - rdfs:label "secteur agricole"@fr-FR ; -. -geo:agriculturalAreaNotes - rdfs:label "notes sur les territoires agricoles"@fr-FR ; -. -geo:agriculturalAreaTotal - rdfs:label "agriculturalAreaTotal"@fr-FR ; -. -geo:agriculturalAreaUnit - rdfs:label "unité territoriale agricole"@fr-FR ; -. -geo:agriculturalAreaYear - rdfs:label "territoireAgricoleAnnée"@fr-FR ; -. -geo:area - rdfs:label "Région"@fr-FR ; -. -geo:codeAGROVOC - rdfs:label "codeAGROVOC"@fr-FR ; -. -geo:codeCurrency - rdfs:label "codeMonnaie"@fr-FR ; -. -geo:codeDBPediaID - rdfs:label "codeDBPediaID"@fr-FR ; -. -geo:codeFAOSTAT - rdfs:label "codeFAOSTAT"@fr-FR ; -. -geo:codeFAOTERM - rdfs:label "codeFAOTERM"@fr-FR ; -. -geo:codeGAUL - rdfs:label "codeGAUL"@fr-FR ; -. -geo:codeISO2 - rdfs:label "codeISO2"@fr-FR ; -. -geo:codeISO3 - rdfs:label "codeISO3"@fr-FR ; -. -geo:codeUN - rdfs:label "codeUN"@fr-FR ; -. -geo:codeUNDP - rdfs:label "codeUNDP"@fr-FR ; -. -geo:countryArea - rdfs:label "paysRégion"@fr-FR ; -. -geo:countryAreaNotes - rdfs:label "note de pays et régions"@fr-FR ; -. -geo:countryAreaTotal - rdfs:label "total pays"@fr-FR ; -. -geo:countryAreaUnit - rdfs:label "Unité de pays"@fr-FR ; -. -geo:countryAreaYear - rdfs:label "paysRégionAnnée"@fr-FR ; -. -geo:disputed - rdfs:label "Contesté"@fr-FR ; -. -geo:economic_region - rdfs:label "Région économique"@fr-FR ; -. -geo:geographical_region - rdfs:label "Région transnationale"@fr-FR ; -. -geo:group - rdfs:label "Groupe"@fr-FR ; -. -geo:hasBorderWith - rdfs:label "frontière avec"@fr-FR ; -. -geo:hasCode - rdfs:label "code"@fr-FR ; -. -geo:hasCoordinate - rdfs:label "coordonnées"@fr-FR ; -. -geo:hasCurrency - rdfs:label "devise"@fr-FR ; -. -geo:hasListName - rdfs:label "has list name "@fr-FR ; -. -geo:hasMaxLatitude - rdfs:label "latitude maximale"@fr-FR ; -. -geo:hasMaxLongitude - rdfs:label "longitude maximale"@fr-FR ; -. -geo:hasMember - rdfs:label "pays ou territoire membre"@fr-FR ; -. -geo:hasMinLatitude - rdfs:label "latitude minimale"@fr-FR ; -. -geo:hasMinLongitude - rdfs:label "longitude minimale"@fr-FR ; -. -geo:hasNationality - rdfs:label "nationalité"@fr-FR ; -. -geo:hasOfficialName - rdfs:label "nom officiel"@fr-FR ; -. -geo:hasShortName - rdfs:label "nom court"@fr-FR ; -. -geo:hasStatistics - rdfs:label "statistiques"@fr-FR ; -. -geo:isAdministeredBy - rdfs:label "est administré par"@fr-FR ; -. -geo:isInGroup - rdfs:label "regroupement géographique"@fr-FR ; -. -geo:isPredecessorOf - rdfs:label "précède"@fr-FR ; -. -geo:isSuccessorOf - rdfs:label "est le successeur de"@fr-FR ; -. -geo:landArea - rdfs:label "zone terrestre"@fr-FR ; -. -geo:landAreaNotes - rdfs:label "notes territoriales"@fr-FR ; -. -geo:landAreaTotal - rdfs:label "superficie totale"@fr-FR ; -. -geo:landAreaUnit - rdfs:label "unité de surface"@fr-FR ; -. -geo:landAreaYear - rdfs:label "territoireAnnée"@fr-FR ; -. -geo:nameCurrencyAR - rdfs:label "nameCurrencyAR"@fr-FR ; -. -geo:nameCurrencyEN - rdfs:label "nameCurrencyEN"@fr-FR ; -. -geo:nameCurrencyES - rdfs:label "nameCurrencyES"@fr-FR ; -. -geo:nameCurrencyFR - rdfs:label "nameCurrencyFR"@fr-FR ; -. -geo:nameCurrencyIT - rdfs:label "nameCurrencyIT"@fr-FR ; -. -geo:nameCurrencyRU - rdfs:label "nameCurrencyRU"@fr-FR ; -. -geo:nameCurrencyZH - rdfs:label "nameCurrencyZH"@fr-FR ; -. -geo:nameListAR - rdfs:label "nameListAR"@fr-FR ; -. -geo:nameListEN - rdfs:label "nameListEN"@fr-FR ; -. -geo:nameListES - rdfs:label "nameListES"@fr-FR ; -. -geo:nameListFR - rdfs:label "nameListFR"@fr-FR ; -. -geo:nameListIT - rdfs:label "nameListIT"@fr-FR ; -. -geo:nameListRU - rdfs:label "nameListRU"@fr-FR ; -. -geo:nameListZH - rdfs:label "nameListZH"@fr-FR ; -. -geo:nameOfficialAR - rdfs:label "nameOfficialAR"@fr-FR ; -. -geo:nameOfficialEN - rdfs:label "nameOfficialEN"@fr-FR ; -. -geo:nameOfficialES - rdfs:label "nameOfficialES"@fr-FR ; -. -geo:nameOfficialFR - rdfs:label "nameOfficialFR"@fr-FR ; -. -geo:nameOfficialIT - rdfs:label "nomOfficielTI"@fr-FR ; -. -geo:nameOfficialRU - rdfs:label "nameOfficialRU"@fr-FR ; -. -geo:nameOfficialZH - rdfs:label "nameOfficialZH"@fr-FR ; -. -geo:nameShortAR - rdfs:label "nameShortAR"@fr-FR ; -. -geo:nameShortEN - rdfs:label "nameShortEN"@fr-FR ; -. -geo:nameShortES - rdfs:label "nameShortES"@fr-FR ; -. -geo:nameShortFR - rdfs:label "nameShortFR"@fr-FR ; -. -geo:nameShortIT - rdfs:label "nameShortIT"@fr-FR ; -. -geo:nameShortRU - rdfs:label "nomRaccourciRU "@fr-FR ; -. -geo:nameShortZH - rdfs:label "nameShortZH"@fr-FR ; -. -geo:nationalityAR - rdfs:label "nationalityAR"@fr-FR ; -. -geo:nationalityEN - rdfs:label "nationalityEN"@fr-FR ; -. -geo:nationalityES - rdfs:label "nationalityES"@fr-FR ; -. -geo:nationalityFR - rdfs:label "nationalitéFR "@fr-FR ; -. -geo:nationalityIT - rdfs:label "nationalityIT"@fr-FR ; -. -geo:nationalityRU - rdfs:label "nationalityRU"@fr-FR ; -. -geo:nationalityZH - rdfs:label "nationalityZH"@fr-FR ; -. -geo:non_self_governing - rdfs:label "Non autonome"@fr-FR ; -. -geo:organization - rdfs:label "Organisation"@fr-FR ; -. -geo:other - rdfs:label "Autre"@fr-FR ; -. -geo:population - rdfs:label "population"@fr-FR ; -. -geo:populationNotes - rdfs:label "notes démographiques"@fr-FR ; -. -geo:populationTotal - rdfs:label "population totale"@fr-FR ; -. -geo:populationUnit - rdfs:label "unité de population"@fr-FR ; -. -geo:populationYear - rdfs:label "populationAnnée"@fr-FR ; -. -geo:self_governing - rdfs:label "Autonome"@fr-FR ; -. -geo:special_group - rdfs:label "Groupe spécial"@fr-FR ; -. -geo:territory - rdfs:label "Territoire"@fr-FR ; -. -geo:validSince - rdfs:label "valide depuis"@fr-FR ; -. -geo:validUntil - rdfs:label "valide jusqu'à"@fr-FR ; -. -obo: - rdfs:label "OBO Foundry"@fr-FR ; -. -obo:ARG_0000001 - rdfs:label "gabarit"@fr-FR ; -. -obo:ARG_0000015 - rdfs:label "étiquette définie par l'utilisateur"@fr-FR ; -. -obo:ARG_0000172 - rdfs:label "ID de patient"@fr-FR ; -. -obo:ARG_0000197 - rdfs:label "ID de service de santé"@fr-FR ; -. -obo:ARG_2000008 - rdfs:label "Sujet mesure de poids"@fr-FR ; -. -obo:ARG_2000009 - rdfs:label "Mesure d'expertise"@fr-FR ; -. -obo:ARG_2000010 - rdfs:label "Processus de mesure du poids du sujet "@fr-FR ; -. -obo:ARG_2000011 - rdfs:label "Processus de mesure de l'expertise"@fr-FR ; -. -obo:ARG_2000012 - rdfs:label "Étiquette de mesure"@fr-FR ; -. -obo:ARG_2000021 - rdfs:label "Expérience"@fr-FR ; -. -obo:ARG_2000022 - rdfs:label "spécialisation"@fr-FR ; -. -obo:ARG_2000028 - rdfs:label "information du contact"@fr-FR ; -. -obo:ARG_2000029 - rdfs:label "Coordonnées pour"@fr-FR ; -. -obo:ARG_2000065 - rdfs:label "American Board of Allergy and Immunology"@fr-FR ; -. -obo:ARG_2000066 - rdfs:label "American Board of Anesthesiology"@fr-FR ; -. -obo:ARG_2000067 - rdfs:label "American Board of Colon and Rectal Surgery"@fr-FR ; -. -obo:ARG_2000068 - rdfs:label "American Board of Dermatology"@fr-FR ; -. -obo:ARG_2000069 - rdfs:label "American Board of Emergency Medicine"@fr-FR ; -. -obo:ARG_2000070 - rdfs:label "American Board of Family Medicine"@fr-FR ; -. -obo:ARG_2000071 - rdfs:label "American Board of Internal Medicine"@fr-FR ; -. -obo:ARG_2000072 - rdfs:label "American Board of Medical Genetics"@fr-FR ; -. -obo:ARG_2000073 - rdfs:label "American Board of Neurological Surgery"@fr-FR ; -. -obo:ARG_2000074 - rdfs:label "American Board of Nuclear Medicine"@fr-FR ; -. -obo:ARG_2000075 - rdfs:label "American Board of Obstetrics and Gynecology"@fr-FR ; -. -obo:ARG_2000076 - rdfs:label "American Board of Ophthalmology"@fr-FR ; -. -obo:ARG_2000077 - rdfs:label "American Board of Orthopaedic Surgery"@fr-FR ; -. -obo:ARG_2000078 - rdfs:label "American Board of Otolaryngology"@fr-FR ; -. -obo:ARG_2000079 - rdfs:label "American Board of Pathology"@fr-FR ; -. -obo:ARG_2000080 - rdfs:label "American Board of Pediatrics"@fr-FR ; -. -obo:ARG_2000081 - rdfs:label "American Board of Physical Medicine and Rehabilitation"@fr-FR ; -. -obo:ARG_2000083 - rdfs:label "American Board of Plastic Surgery"@fr-FR ; -. -obo:ARG_2000084 - rdfs:label "American Board of Preventive Medicine"@fr-FR ; -. -obo:ARG_2000085 - rdfs:label "American Board of Psychiatry and Neurology"@fr-FR ; -. -obo:ARG_2000086 - rdfs:label "American Board of Radiology"@fr-FR ; -. -obo:ARG_2000087 - rdfs:label "American Board of Surgery"@fr-FR ; -. -obo:ARG_2000088 - rdfs:label "American Board of Thoracic Surgery"@fr-FR ; -. -obo:ARG_2000089 - rdfs:label "American Board of Urology"@fr-FR ; -. -obo:ARG_2000376 - rdfs:label "Qualificatif du contact"@fr-FR ; -. -obo:ARG_2000377 - rdfs:label "Profil FOAF"@fr-FR ; -. -obo:ARG_2000379 - rdfs:label "Contact"@fr-FR ; -. -obo:ARG_2000390 - rdfs:label "contexte de"@fr-FR ; -. -obo:ARG_2000391 - rdfs:label "contexte"@fr-FR ; -. -obo:ARG_2000399 - rdfs:label "agent de liaison"@fr-FR ; -. -obo:ARG_2000400 - rdfs:label "nombre par année"@fr-FR ; -. -obo:BFO_0000001 - rdfs:label "Entité"@fr-FR ; -. -obo:BFO_0000002 - rdfs:label "Continuant"@fr-FR ; -. -obo:BFO_0000003 - rdfs:label "occurrence"@fr-FR ; -. -obo:BFO_0000004 - rdfs:label "Entité continuante indépendante "@fr-FR ; -. -obo:BFO_0000006 - rdfs:label "Région spatiale"@fr-FR ; -. -obo:BFO_0000008 - rdfs:label "Région temporelle"@fr-FR ; -. -obo:BFO_0000015 - rdfs:label "Processus"@fr-FR ; -. -obo:BFO_0000016 - rdfs:label "Disposition"@fr-FR ; -. -obo:BFO_0000017 - rdfs:label "Entité réalisable"@fr-FR ; -. -obo:BFO_0000019 - rdfs:label "Qualité"@fr-FR ; -. -obo:BFO_0000020 - rdfs:label "Continuant dépendant spécifiquement"@fr-FR ; -. -obo:BFO_0000023 - rdfs:label "Rôle"@fr-FR ; -. -obo:BFO_0000029 - rdfs:label "Site"@fr-FR ; -. -obo:BFO_0000031 - rdfs:label "Continuant génériquement dépendant"@fr-FR ; -. -obo:BFO_0000034 - rdfs:label "Fonction"@fr-FR ; -. -obo:BFO_0000038 - rdfs:label "Région temporelle unidimensionnelle"@fr-FR ; -. -obo:BFO_0000040 - rdfs:label "Entité matérielle"@fr-FR ; -. -obo:BFO_0000050 - rdfs:label "partie de"@fr-FR ; -. -obo:BFO_0000051 - rdfs:label "partie"@fr-FR ; -. -obo:BFO_0000054 - rdfs:label "réalisé dans"@fr-FR ; -. -obo:BFO_0000055 - rdfs:label "réalise"@fr-FR ; -. -obo:BFO_0000141 - rdfs:label "Entité immatérielle"@fr-FR ; -. -obo:BFO_0000148 - rdfs:label "Région temporelle à dimension zéro"@fr-FR ; -. -obo:ERO_0000004 - rdfs:label "Instrument"@fr-FR ; -. -obo:ERO_0000005 - rdfs:label "Service"@fr-FR ; -. -obo:ERO_0000006 - rdfs:label "Réactif"@fr-FR ; -. -obo:ERO_0000007 - rdfs:label "Technique"@fr-FR ; -. -obo:ERO_0000012 - rdfs:label "Rôle de fournisseur de service"@fr-FR ; -. -obo:ERO_0000014 - rdfs:label "Projet de recherche"@fr-FR ; -. -obo:ERO_0000015 - rdfs:label "Étude sur des sujets humains"@fr-FR ; -. -obo:ERO_0000016 - rdfs:label "Essai clinique"@fr-FR ; -. -obo:ERO_0000020 - rdfs:label "Spécimen biologique"@fr-FR ; -. -obo:ERO_0000029 - rdfs:label "fournit l'accès à"@fr-FR ; -. -obo:ERO_0000031 - rdfs:label "utilise"@fr-FR ; -. -obo:ERO_0000033 - rdfs:label "expertise technique"@fr-FR ; -. -obo:ERO_0000034 - rdfs:label "manufacturier"@fr-FR ; -. -obo:ERO_0000037 - rdfs:label "contact ou fournisseur de service"@fr-FR ; -. -obo:ERO_0000038 - rdfs:label "spécifie l'usage de"@fr-FR ; -. -obo:ERO_0000044 - rdfs:label "numéro d'inventaire"@fr-FR ; -. -obo:ERO_0000045 - rdfs:label "restrictions"@fr-FR ; -. -obo:ERO_0000046 - rdfs:label "restriction géographique"@fr-FR ; -. -obo:ERO_0000050 - rdfs:label "numéro de modèle"@fr-FR ; -. -obo:ERO_0000054 - rdfs:label "format de données de labo"@fr-FR ; -. -obo:ERO_0000070 - rdfs:label "utilisé par"@fr-FR ; -. -obo:ERO_0000071 - rdfs:label "Software"@fr-FR ; -. -obo:ERO_0000072 - rdfs:label "version"@fr-FR ; -. -obo:ERO_0000224 - rdfs:label "Rôle de financement"@fr-FR ; -. -obo:ERO_0000225 - rdfs:label "Rôle d'enseignant"@fr-FR ; -. -obo:ERO_0000390 - rdfs:label "service fourni par"@fr-FR ; -. -obo:ERO_0000391 - rdfs:label "Service d'accès"@fr-FR ; -. -obo:ERO_0000392 - rdfs:label "Service de stockage"@fr-FR ; -. -obo:ERO_0000393 - rdfs:label "Service de formation"@fr-FR ; -. -obo:ERO_0000394 - rdfs:label "Service de traitement matériel"@fr-FR ; -. -obo:ERO_0000395 - rdfs:label "Service d'analyse matérielle"@fr-FR ; -. -obo:ERO_0000396 - rdfs:label "Service de production de matières"@fr-FR ; -. -obo:ERO_0000397 - rdfs:label "réalise la technique"@fr-FR ; -. -obo:ERO_0000398 - rdfs:label "effectué par"@fr-FR ; -. -obo:ERO_0000424 - rdfs:label "étude démographique"@fr-FR ; -. -obo:ERO_0000460 - rdfs:label "documentation"@fr-FR ; -. -obo:ERO_0000481 - rdfs:label "réalise le protocole"@fr-FR ; -. -obo:ERO_0000482 - rdfs:label "logiciel"@fr-FR ; -. -obo:ERO_0000543 - rdfs:label "technique associée"@fr-FR ; -. -obo:ERO_0000565 - rdfs:label "Bureau du transfert technologique"@fr-FR ; -. -obo:ERO_0000572 - rdfs:label "étude sur"@fr-FR ; -. -obo:ERO_0000595 - rdfs:label "Opportunité de recherche"@fr-FR ; -. -obo:ERO_0000774 - rdfs:label "critères d'éligibilité"@fr-FR ; -. -obo:ERO_0000775 - rdfs:label "conditions de résidence"@fr-FR ; -. -obo:ERO_0000776 - rdfs:label "Rôle de résident (É.-U.)"@fr-FR ; -. -obo:ERO_0000777 - rdfs:label "Rôle de citoyen (É.-U.)"@en ; -. -obo:ERO_0000778 - rdfs:label "citoyen non américain"@fr-FR ; -. -obo:ERO_0000779 - rdfs:label "Rôle de résident permanent"@fr-FR ; -. -obo:ERO_0000780 - rdfs:label "Rôle de résident non-permanent"@fr-FR ; -. -obo:ERO_0000783 - rdfs:label "Rôle d'étudiant"@fr-FR ; -. -obo:ERO_0000784 - rdfs:label "Rôle d'étudiant de premier cycle"@fr-FR ; -. -obo:ERO_0000785 - rdfs:label "Rôle d'étudiant diplômé"@fr-FR ; -. -obo:ERO_0000786 - rdfs:label "Rôle d'élève du secondaire"@fr-FR ; -. -obo:ERO_0000787 - rdfs:label "Rôle d'employé"@fr-FR ; -. -obo:ERO_0000788 - rdfs:label "Rôle de professeur"@fr-FR ; -. -obo:ERO_0000789 - rdfs:label "Rôle d'employé"@fr-FR ; -. -obo:ERO_0000790 - rdfs:label "Stagiaire post-baccalauréat"@fr-FR ; -. -obo:ERO_0000914 - rdfs:label "Rôle de l'étudiant stagiaire de cycle supérieur"@fr-FR ; -. -obo:ERO_0000918 - rdfs:label "projet de recherche associé"@fr-FR ; -. -obo:ERO_0000919 - rdfs:label "spécimen biologique associé"@fr-FR ; -. -obo:ERO_0001245 - rdfs:label "Licences d'utilisation"@fr-FR ; -. -obo:ERO_0001254 - rdfs:label "Service de transport"@fr-FR ; -. -obo:ERO_0001255 - rdfs:label "Service de support"@fr-FR ; -. -obo:ERO_0001256 - rdfs:label "Service d'entreposage matériel"@fr-FR ; -. -obo:ERO_0001257 - rdfs:label "Service de stockage de données"@fr-FR ; -. -obo:ERO_0001258 - rdfs:label "Service d'entretien"@fr-FR ; -. -obo:ERO_0001259 - rdfs:label "Service d'entretien matériel"@fr-FR ; -. -obo:ERO_0001260 - rdfs:label "Service d'entretien de données"@fr-FR ; -. -obo:ERO_0001261 - rdfs:label "Service d'analyse"@fr-FR ; -. -obo:ERO_0001262 - rdfs:label "Service d'analyse de données"@fr-FR ; -. -obo:ERO_0001263 - rdfs:label "Service de modification matérielle"@fr-FR ; -. -obo:ERO_0001518 - rdfs:label "phase"@fr-FR ; -. -obo:ERO_0001520 - rdfs:label "effectue des études sur les humains"@fr-FR ; -. -obo:ERO_0001521 - rdfs:label "réalisé par l'organisation"@fr-FR ; -. -obo:ERO_0001716 - rdfs:label "Base de données"@fr-FR ; -. -obo:IAO_0000003 - rdfs:label "Étiquette d'unité de mesure"@fr-FR ; -. -obo:IAO_0000005 - rdfs:label "Spécification des objectifs"@fr-FR ; -. -obo:IAO_0000007 - rdfs:label "Spécification des actions"@fr-FR ; -. -obo:IAO_0000009 - rdfs:label "Étiquette de référence"@fr-FR ; -. -obo:IAO_0000013 - rdfs:label "Article"@fr-FR ; -. -obo:IAO_0000027 - rdfs:label "Élément de données"@fr-FR ; -. -obo:IAO_0000030 - rdfs:label "ressource"@fr-FR ; -. -obo:IAO_0000032 - rdfs:label "Point de référence de la mesure scalaire"@fr-FR ; -. -obo:IAO_0000033 - rdfs:label "Entité de directives"@fr-FR ; -. -obo:IAO_0000039 - rdfs:label "étiquette d'unité de mesure"@fr-FR ; -. -obo:IAO_0000102 - rdfs:label "Données sur une partie de l'ontologie"@fr-FR ; -. -obo:IAO_0000104 - rdfs:label "Spécification du plan"@fr-FR ; -. -obo:IAO_0000109 - rdfs:label "Référence de mesure"@fr-FR ; -. -obo:IAO_0000124 - rdfs:label "non préservé "@fr-FR ; -. -obo:IAO_0000136 - rdfs:label "traite de"@fr-FR ; -. -obo:IAO_0000142 - rdfs:label "mentions"@fr-FR ; -. -obo:IAO_0000144 - rdfs:label "Conclusion (texte)"@fr-FR ; -. -obo:IAO_0000221 - rdfs:label "mesure de qualité de"@fr-FR ; -. -obo:IAO_0000227 - rdfs:label "termes fusionnés"@fr-FR ; -. -obo:IAO_0000300 - rdfs:label "Entité textuelle"@fr-FR ; -. -obo:IAO_0000417 - rdfs:label "fait l'objet d'une évaluation qualitative "@fr-FR ; -. -obo:OBI_0000011 - rdfs:label "Processus planifié"@fr-FR ; -. -obo:OBI_0000017 - rdfs:label "Rôle réglementaire"@fr-FR ; -. -obo:OBI_0000272 - rdfs:label "Protocole"@fr-FR ; -. -obo:OBI_0000293 - rdfs:label "intrant spécifique"@fr-FR ; -. -obo:OBI_0000299 - rdfs:label "résultat défini"@fr-FR ; -. -obo:OBI_0000304 - rdfs:label "manufacturé par"@fr-FR ; -. -obo:OBI_0000312 - rdfs:label "résultat spécifique de"@fr-FR ; -. -obo:OBI_0000417 - rdfs:label "atteint l'objectif fixé"@fr-FR ; -. -obo:OBI_0000643 - rdfs:label "grain "@fr-FR ; -. -obo:OBI_0000833 - rdfs:label "objectif atteint par"@fr-FR ; -. -obo:OBI_0000835 - rdfs:label "Manufacturier"@fr-FR ; -. -obo:OBI_0001554 - rdfs:label "Référence de mesure du taux"@fr-FR ; -. -obo:OBI_0100026 - rdfs:label "Organisme"@fr-FR ; -. -obo:OBI_0500000 - rdfs:label "Plan d'étude"@fr-FR ; -. -obo:RO_0000052 - rdfs:label "inhérent à"@fr-FR ; -. -obo:RO_0000053 - rdfs:label "détenteur de"@fr-FR ; -. -obo:RO_0000056 - rdfs:label "participe à"@fr-FR ; -. -obo:RO_0000057 - rdfs:label "participants"@fr-FR ; -. -obo:RO_0001000 - rdfs:label "dérivé de"@fr-FR ; -. -obo:RO_0001015 - rdfs:label "lieu de"@fr-FR ; -. -obo:RO_0001018 - rdfs:label "contenu dans"@fr-FR ; -. -obo:RO_0001019 - rdfs:label "contient"@fr-FR ; -. -obo:RO_0001025 - rdfs:label "situé en"@fr-FR ; -. -obo:RO_0002220 - rdfs:label "adjacent à"@fr-FR ; -. -obo:RO_0002233 - rdfs:label "intrant"@fr-FR ; -. -obo:RO_0002234 - rdfs:label "résultat"@fr-FR ; -. -obo:RO_0002350 - rdfs:label "membre de"@fr-FR ; -. -obo:RO_0002351 - rdfs:label "membre"@fr-FR ; -. -obo:RO_0002353 - rdfs:label "résultat de"@fr-FR ; -. -obo:RO_0003000 - rdfs:label "produit"@fr-FR ; -. -obo:RO_0003001 - rdfs:label "produit par"@fr-FR ; -. -obo:UO_0000280 - rdfs:label "Unité tarifaire"@fr-FR ; -. - - rdfs:label "Événement ontologique"@fr-FR ; -. - - rdfs:label "Événement"@fr-FR ; -. -terms:contributor - rdfs:label "contributeur"@fr-FR ; -. -terms:relation - rdfs:label "relation"@fr-FR ; -. - - rdfs:label "Recherche OCRe"@fr-FR ; -. - - rdfs:label "planification des recherches (OCRe)"@fr-FR ; -. - - rdfs:label "Phase"@fr-FR ; -. - - rdfs:label "Phase 0"@fr-FR ; -. - - rdfs:label "Phase 1"@fr-FR ; -. - - rdfs:label "Phase 2"@fr-FR ; -. - - rdfs:label "Phase 3"@fr-FR ; -. - - rdfs:label "Phase 4"@fr-FR ; -. - - rdfs:label "Étude d'un seul groupe"@fr-FR ; -. -bibo: - rdfs:label "Ontologie Bibo"@fr-FR ; -. -bibo:AcademicArticle - rdfs:label "Article de recherche"@fr-FR ; -. -bibo:Article - rdfs:label "Article"@fr-FR ; -. -bibo:AudioDocument - rdfs:label "Document audio"@fr-FR ; -. -bibo:AudioVisualDocument - rdfs:label "Document audiovisuel"@fr-FR ; -. -bibo:Bill - rdfs:label "Loi"@fr-FR ; -. -bibo:Book - rdfs:label "Livre"@fr-FR ; -. -bibo:BookSection - rdfs:label "Section d'un livre"@fr-FR ; -. -bibo:Brief - rdfs:label "Dossier"@fr-FR ; -. -bibo:Chapter - rdfs:label "Chapitre"@fr-FR ; -. -bibo:Code - rdfs:label "Code"@fr-FR ; -. -bibo:CollectedDocument - rdfs:label "Documents recueillis"@fr-FR ; -. -bibo:Collection - rdfs:label "Collection"@fr-FR ; -. -bibo:Conference - rdfs:label "Conférence"@fr-FR ; -. -bibo:CourtReporter - rdfs:label "Greffier"@fr-FR ; -. -bibo:Document - rdfs:label "Document"@fr-FR ; -. -bibo:DocumentPart - rdfs:label "Partie du document"@fr-FR ; -. -bibo:DocumentStatus - rdfs:label "Statut du document"@fr-FR ; -. -bibo:EditedBook - rdfs:label "Livre édité"@fr-FR ; -. -bibo:Excerpt - rdfs:label "Extrait"@fr-FR ; -. -bibo:Film - rdfs:label "Film"@fr-FR ; -. -bibo:Hearing - rdfs:label "Audience"@fr-FR ; -. -bibo:Image - rdfs:label "Image"@fr-FR ; -. -bibo:Interview - rdfs:label "Interview"@fr-FR ; -. -bibo:Issue - rdfs:label "numéro"@fr-FR ; -. -bibo:Journal - rdfs:label "Revue"@fr-FR ; -. -bibo:LegalCaseDocument - rdfs:label "Document de cas juridique"@fr-FR ; -. -bibo:LegalDecision - rdfs:label "Décision"@fr-FR ; -. -bibo:LegalDocument - rdfs:label "Document légal"@fr-FR ; -. -bibo:Legislation - rdfs:label "Législation"@fr-FR ; -. -bibo:Letter - rdfs:label "Lettre"@fr-FR ; -. -bibo:Magazine - rdfs:label "Revue"@fr-FR ; -. -bibo:Manual - rdfs:label "Manuel"@fr-FR ; -. -bibo:Manuscript - rdfs:label "manuscrit"@fr-FR ; -. -bibo:Map - rdfs:label "Carte"@fr-FR ; -. -bibo:Newspaper - rdfs:label "Journal"@fr-FR ; -. -bibo:Note - rdfs:label "Note"@fr-FR ; -. -bibo:Patent - rdfs:label "Brevet"@fr-FR ; -. -bibo:Performance - rdfs:label "Performance"@fr-FR ; -. -bibo:Periodical - rdfs:label "Périodique"@fr-FR ; -. -bibo:PersonalCommunicationDocument - rdfs:label "Document de communication personnel"@fr-FR ; -. -bibo:Proceedings - rdfs:label "Actes"@fr-FR ; -. -bibo:Quote - rdfs:label "Citation"@fr-FR ; -. -bibo:ReferenceSource - rdfs:label "Source de référence"@fr-FR ; -. -bibo:Report - rdfs:label "Rapport"@fr-FR ; -. -bibo:Series - rdfs:label "Collection"@fr-FR ; -. -bibo:Slide - rdfs:label "Diapositive"@fr-FR ; -. -bibo:Slideshow - rdfs:label "Diaporama"@fr-FR ; -. -bibo:Standard - rdfs:label "Standard"@fr-FR ; -. -bibo:Statute - rdfs:label "Statut"@fr-FR ; -. -bibo:Thesis - rdfs:label "Thèse"@fr-FR ; -. -bibo:ThesisDegree - rdfs:label "Diplôme de thèse"@fr-FR ; -. -bibo:Webpage - rdfs:label "Page web"@fr-FR ; -. -bibo:Website - rdfs:label "Site web"@fr-FR ; -. -bibo:Workshop - rdfs:label "Atelier"@fr-FR ; -. -bibo:abstract - rdfs:label "résumé"@fr-FR ; -. -bibo:accepted - rdfs:label "accepté"@fr-FR ; -. -bibo:affirmedBy - rdfs:label "affirmé par"@fr-FR ; -. -bibo:annotates - rdfs:label "annote"@fr-FR ; -. -bibo:asin - rdfs:label "Amazon Standard Identification Number (ASIN)"@fr-FR ; -. -bibo:chapter - rdfs:label "numéro de chapitre"@fr-FR ; -. -bibo:citedBy - rdfs:label "cité par"@fr-FR ; -. -bibo:cites - rdfs:label "cite"@fr-FR ; -. -bibo:coden - rdfs:label "coden"@fr-FR ; -. -bibo:court - rdfs:label "Tribunal "@fr-FR ; -. -bibo:degree - rdfs:label "diplôme associé"@fr-FR ; -. -bibo:director - rdfs:label "directeur"@fr-FR ; -. -bibo:distributor - rdfs:label "distributeur"@fr-FR ; -. -bibo:doi - rdfs:label "Digital Object Identifier (DOI)"@fr-FR ; -. -bibo:draft - rdfs:label "brouillon"@fr-FR ; -. -bibo:eanucc13 - rdfs:label "EAN International-Uniform Code Council (EAN-UCC) 13"@fr-FR ; -. -bibo:edition - rdfs:label "édition"@fr-FR ; -. -bibo:eissn - rdfs:label "Electronic International Standard Serial Number (EISSN)"@fr-FR ; -. -bibo:gtin14 - rdfs:label "Global Trade Item Number (GTIN-14)"@fr-FR ; -. -bibo:identifier - rdfs:label "identifiant"@fr-FR ; -. -bibo:interviewee - rdfs:label "personne interviewée"@fr-FR ; -. -bibo:interviewer - rdfs:label "intervieweur"@fr-FR ; -. -bibo:isbn10 - rdfs:label "International Standard Book Number (ISBN) 10"@fr-FR ; -. -bibo:isbn13 - rdfs:label "International Standard Book Number (ISBN) 13"@fr-FR ; -. -bibo:issn - rdfs:label "International Standard Serial Number (ISSN)"@fr-FR ; -. -bibo:issue - rdfs:label "numéro"@fr-FR ; -. -bibo:issuer - rdfs:label "émetteur"@fr-FR ; -. -bibo:lccn - rdfs:label " numéro de contrôle de Library of Congress (LCCN)"@fr-FR ; -. -bibo:locator - rdfs:label "localisateur"@fr-FR ; -. -bibo:numPages - rdfs:label "nombre de pages"@fr-FR ; -. -bibo:number - rdfs:label "numéro"@fr-FR ; -. -bibo:oclcnum - rdfs:label " numéro de Online Computer Library Center (OCLC)"@fr-FR ; -. -bibo:pageEnd - rdfs:label "page de fin"@fr-FR ; -. -bibo:pageStart - rdfs:label "Page de début"@fr-FR ; -. -bibo:peerReviewed - rdfs:label "revu par les pairs"@fr-FR ; -. -bibo:performer - rdfs:label "interprète"@fr-FR ; -. -bibo:pmid - rdfs:label "ID PubMed"@fr-FR ; -. -bibo:prefixName - rdfs:label "préfixe de nom"@fr-FR ; -. -bibo:presentedAt - rdfs:label "présenté à l'événement"@fr-FR ; -. -bibo:presents - rdfs:label "documents associés"@fr-FR ; -. -bibo:published - rdfs:label "publié"@fr-FR ; -. -bibo:recipient - rdfs:label "destinataire"@fr-FR ; -. -bibo:rejected - rdfs:label "rejeté"@fr-FR ; -. -bibo:reproducedIn - rdfs:label "reproduit dans"@fr-FR ; -. -bibo:reversedBy - rdfs:label "inversé par"@fr-FR ; -. -bibo:reviewOf - rdfs:label "critique de"@fr-FR ; -. -bibo:section - rdfs:label "section"@fr-FR ; -. -bibo:shortDescription - rdfs:label "courte description"@fr-FR ; -. -bibo:sici - rdfs:label "Serial Item and Contribution Identifier (SICI)"@fr-FR ; -. -bibo:status - rdfs:label "statut"@fr-FR ; -. -bibo:subsequentLegalDecision - rdfs:label "décision légale subséquente"@fr-FR ; -. -bibo:transcriptOf - rdfs:label "transcription de"@fr-FR ; -. -bibo:translationOf - rdfs:label "traduction de"@fr-FR ; -. -bibo:translator - rdfs:label "traducteur"@fr-FR ; -. -bibo:unpublished - rdfs:label "non publié"@fr-FR ; -. -bibo:upc - rdfs:label "Code universel de produit (UPC)"@fr-FR ; -. -bibo:uri - rdfs:label "URI"@fr-FR ; -. -bibo:volume - rdfs:label "volume"@fr-FR ; -. - - rdfs:label "Citation Counting and Context Characterization Ontology"@fr-FR ; -. - - rdfs:label "Source de données bibliographiques"@fr-FR ; -. - - rdfs:label "Nombre total de citations"@fr-FR ; -. - - rdfs:label "fréquence globale de citation"@fr-FR ; -. - - rdfs:label "Date du compteur global des citations"@fr-FR ; -. - - rdfs:label "source de compte global"@fr-FR ; -. - - rdfs:label "compteur global"@fr-FR ; -. - - rdfs:label "CiTO (Citation Typing Ontology)"@fr-FR ; -. - - rdfs:label "cite comme source de données"@fr-FR ; -. - - rdfs:label "est cité comme source par"@fr-FR ; -. - - rdfs:label "FaBiO (FRBR-Aligned Bibliographic Ontology)"@fr-FR ; -. - - rdfs:label "Recommandation clinique"@fr-FR ; -. - - rdfs:label "Commentaire"@fr-FR ; -. - - rdfs:label "Erratum"@fr-FR ; -. - - rdfs:label "espace de nommage URI préféré"@fr-FR ; -. - - rdfs:label "interne à Vitro"@fr-FR ; -. -vitro:moniker - rdfs:label "moniker (deprecated) "@fr-FR ; -. - - rdfs:label "Vitro Public Ontology"@fr-FR ; -. - - rdfs:label "Dossier"@fr-FR ; -. - - rdfs:label "FichierOctetFlux"@fr-FR ; -. - - rdfs:label "VIVO Core"@fr-FR ; -. -core:Abstract - rdfs:label "Résumé"@fr-FR ; -. -core:AcademicDegree - rdfs:label "Diplôme universitaire"@fr-FR ; -. -core:AcademicDepartment - rdfs:label "Département (académique)"@fr-FR ; -. -core:AcademicTerm - rdfs:label "Période académique"@fr-FR ; -. -core:AcademicYear - rdfs:label "Année académique"@fr-FR ; -. -core:AdministratorRole - rdfs:label "Rôle d'administrateur"@fr-FR ; -. -core:AdviseeRole - rdfs:label "Rôle de personne conseillée"@fr-FR ; -. -core:AdvisingProcess - rdfs:label "Processus de consultation"@fr-FR ; -. -core:AdvisingRelationship - rdfs:label "Relation de conseil"@fr-FR ; -. -core:AdvisorRole - rdfs:label "Rôle de conseiller"@fr-FR ; -. -core:Association - rdfs:label "Association"@fr-FR ; -. -core:AttendeeRole - rdfs:label "Rôle de participant"@fr-FR ; -. -core:AttendingProcess - rdfs:label "Processus de participation"@fr-FR ; -. -core:Authorship - rdfs:label "Paternité"@fr-FR ; -. -core:Award - rdfs:label "Prix et distinctions"@fr-FR ; -. -core:AwardReceipt - rdfs:label "Prix ou distinction reçu"@fr-FR ; -. -core:AwardedDegree - rdfs:label "Diplôme accordé"@fr-FR ; -. -core:Blog - rdfs:label "Blogue"@fr-FR ; -. -core:BlogPosting - rdfs:label "Publication de blogue"@fr-FR ; -. -core:Building - rdfs:label "Édifice"@fr-FR ; -. -core:Campus - rdfs:label "Campus"@fr-FR ; -. -core:CaseStudy - rdfs:label "Étude de cas"@fr-FR ; -. -core:Catalog - rdfs:label "Catalogue"@fr-FR ; -. -core:Center - rdfs:label "Centre"@fr-FR ; -. -core:Certificate - rdfs:label "Certificat"@fr-FR ; -. -core:Certification - rdfs:label "Certification"@fr-FR ; -. -core:ClinicalOrganization - rdfs:label "Organisation clinique"@fr-FR ; -. -core:ClinicalRole - rdfs:label "Rôle clinique"@fr-FR ; -. -core:CoPrincipalInvestigatorRole - rdfs:label "Rôle de co-chercheur principal"@fr-FR ; -. -core:College - rdfs:label "Collège"@fr-FR ; -. -core:Committee - rdfs:label "Comité"@fr-FR ; -. -core:Company - rdfs:label "Compagnie"@fr-FR ; -. -core:Competition - rdfs:label "Compétition"@fr-FR ; -. -core:ConferencePaper - rdfs:label "Article de conférence"@fr-FR ; -. -core:ConferencePoster - rdfs:label "Affiche de conférence"@fr-FR ; -. -core:ConferenceSeries - rdfs:label "Série de conférences"@fr-FR ; -. -core:Consortium - rdfs:label "Consortium"@fr-FR ; -. -core:Continent - rdfs:label "Continent"@fr-FR ; -. -core:Contract - rdfs:label "Contrat"@fr-FR ; -. -core:CoreLaboratory - rdfs:label "Laboratoire principal"@fr-FR ; -. -core:Country - rdfs:label "Pays"@fr-FR ; -. -core:County - rdfs:label "Comté"@fr-FR ; -. -core:Course - rdfs:label "Cours"@fr-FR ; -. -core:Credential - rdfs:label "certification"@fr-FR ; -. -core:Database - rdfs:label "Base de données"@fr-FR ; -. -core:Dataset - rdfs:label "Jeu de données"@fr-FR ; -. -core:DateTimeInterval - rdfs:label "intervalle date/heure"@fr-FR ; -. -core:DateTimeValue - rdfs:label "Date/Temps"@fr-FR ; -. -core:DateTimeValuePrecision - rdfs:label "Précision date/heure"@fr-FR ; -. -core:Department - rdfs:label "Département"@fr-FR ; -. -core:Division - rdfs:label "Division"@fr-FR ; -. -core:EditorRole - rdfs:label "Rôle d'éditeur"@fr-FR ; -. -core:EditorialArticle - rdfs:label "Article éditorial"@fr-FR ; -. -core:Editorship - rdfs:label "Rédaction"@fr-FR ; -. -core:EducationalProcess - rdfs:label "Processus éducationnel"@fr-FR ; -. -core:EmeritusFaculty - rdfs:label "Professeur émérite"@fr-FR ; -. -core:EmeritusLibrarian - rdfs:label "Bibliothécaire émérite"@fr-FR ; -. -core:EmeritusProfessor - rdfs:label "Professeur émérite"@fr-FR ; -. -core:Equipment - rdfs:label "Équipement"@fr-FR ; -. -core:EventSeries - rdfs:label "Série d'événements"@fr-FR ; -. -core:Exhibit - rdfs:label "Exposition"@fr-FR ; -. -core:ExtensionUnit - rdfs:label "Service de vulgarisation"@fr-FR ; -. -core:F1000Link - rdfs:label "Lien F1000"@fr-FR ; -. -core:Facility - rdfs:label "Installation"@fr-FR ; -. -core:FacultyAdministrativePosition - rdfs:label "Poste administratif de professeur"@fr-FR ; -. -core:FacultyMember - rdfs:label "Professeur"@fr-FR ; -. -core:FacultyMentoringRelationship - rdfs:label "Relation de mentorat entre les professeurs"@fr-FR ; -. -core:FacultyPosition - rdfs:label "Poste de professeur"@fr-FR ; -. -core:Foundation - rdfs:label "Fondation"@fr-FR ; -. -core:FundingOrganization - rdfs:label "Organisme de financement"@fr-FR ; -. -core:GeographicLocation - rdfs:label "Lieu géographique"@fr-FR ; -. -core:GeographicRegion - rdfs:label "Région géographique"@fr-FR ; -. -core:GeopoliticalEntity - rdfs:label "Entité géopolitique"@fr-FR ; -. -core:GovernmentAgency - rdfs:label "Agence gouvernementale"@fr-FR ; -. -core:GraduateAdvisingRelationship - rdfs:label "Relation de conseil aux diplômés"@fr-FR ; -. -core:GraduateStudent - rdfs:label "Diplômé"@fr-FR ; -. -core:Grant - rdfs:label "Subvention"@fr-FR ; -. -core:Hospital - rdfs:label "Hôpital"@fr-FR ; -. -core:Institute - rdfs:label "Institut"@fr-FR ; -. -core:Internship - rdfs:label "Stage"@fr-FR ; -. -core:InvestigatorRole - rdfs:label "Rôle de chercheur"@fr-FR ; -. -core:InvitedTalk - rdfs:label "Conférence sur invitation"@fr-FR ; -. -core:IssuedCredential - rdfs:label "Diplôme émis"@fr-FR ; -. -core:Laboratory - rdfs:label "Laboratoire"@fr-FR ; -. -core:LeaderRole - rdfs:label "Rôle de leader"@fr-FR ; -. -core:Librarian - rdfs:label "Bibliothécaire"@fr-FR ; -. -core:LibrarianPosition - rdfs:label "Poste de bibliothécaire"@fr-FR ; -. -core:Library - rdfs:label "Bibliothèque"@fr-FR ; -. -core:License - rdfs:label "Permis"@fr-FR ; -. -core:Licensure - rdfs:label "Permis d'exercer"@fr-FR ; -. -core:Location - rdfs:label "Lieu"@fr-FR ; -. -core:MedicalResidency - rdfs:label "Résidence médicale"@fr-FR ; -. -core:Meeting - rdfs:label "Réunion"@fr-FR ; -. -core:MemberRole - rdfs:label "Rôle de membre"@fr-FR ; -. -core:Museum - rdfs:label "Musée"@fr-FR ; -. -core:NewsRelease - rdfs:label "Communiqué de presse"@fr-FR ; -. -core:Newsletter - rdfs:label "Bulletin d'information"@fr-FR ; -. -core:NonAcademic - rdfs:label "Non-académique"@fr-FR ; -. -core:NonAcademicPosition - rdfs:label "Poste non-académique"@fr-FR ; -. -core:NonFacultyAcademic - rdfs:label "Enseignant"@fr-FR ; -. -core:NonFacultyAcademicPosition - rdfs:label "Poste académique non professoral"@fr-FR ; -. -core:OrganizerRole - rdfs:label "Rôle d'organisateur"@fr-FR ; -. -core:OrganizingProcess - rdfs:label "Processus organisationnel"@fr-FR ; -. -core:OutreachProviderRole - rdfs:label "Rôle de responsable de la mobilisation des connaissances "@fr-FR ; -. -core:PeerReviewerRole - rdfs:label "Rôle de pair évaluateur"@fr-FR ; -. -core:PopulatedPlace - rdfs:label "Lieu habité"@fr-FR ; -. -core:Position - rdfs:label "Poste"@fr-FR ; -. -core:Postdoc - rdfs:label "Post-doctorat"@fr-FR ; -. -core:PostdocOrFellowAdvisingRelationship - rdfs:label "Relation conseil avec les étudiants post-doctoraux ou fellow "@fr-FR ; -. -core:PostdocPosition - rdfs:label "Poste postdoctoral"@fr-FR ; -. -core:PostdoctoralTraining - rdfs:label "Formation postdoctorale"@fr-FR ; -. -core:Presentation - rdfs:label "Présentation"@fr-FR ; -. -core:PresenterRole - rdfs:label "Rôle de présentateur"@fr-FR ; -. -core:PresentingProcess - rdfs:label "Processus de présentation"@fr-FR ; -. -core:PrimaryPosition - rdfs:label "Poste principal"@fr-FR ; -. -core:PrincipalInvestigatorRole - rdfs:label "Rôle de chercheur principal"@fr-FR ; -. -core:PrivateCompany - rdfs:label "Compagnie privée"@fr-FR ; -. -core:Program - rdfs:label "Programme"@fr-FR ; -. -core:Project - rdfs:label "Projet"@fr-FR ; -. -core:Publisher - rdfs:label "Éditeur"@fr-FR ; -. -core:Relationship - rdfs:label "Relation"@fr-FR ; -. -core:ResearchOrganization - rdfs:label "Organisation de recherche"@fr-FR ; -. -core:ResearchProposal - rdfs:label "Proposition de recherche"@fr-FR ; -. -core:ResearcherRole - rdfs:label "Rôle de chercheur"@fr-FR ; -. -core:Review - rdfs:label "Critique"@fr-FR ; -. -core:ReviewerRole - rdfs:label "Rôle de réviseur"@fr-FR ; -. -core:Room - rdfs:label "Chambre"@fr-FR ; -. -core:School - rdfs:label "École"@fr-FR ; -. -core:Score - rdfs:label "Pointage"@fr-FR ; -. -core:Screenplay - rdfs:label "Scénario"@fr-FR ; -. -core:SeminarSeries - rdfs:label "Collection de séminaires"@fr-FR ; -. -core:ServiceProvidingLaboratory - rdfs:label "Service de laboratoire"@fr-FR ; -. -core:Speech - rdfs:label "Discours"@fr-FR ; -. -core:StateOrProvince - rdfs:label "État ou Province"@fr-FR ; -. -core:Student - rdfs:label "Étudiant"@fr-FR ; -. -core:StudentOrganization - rdfs:label "Organisation étudiante"@fr-FR ; -. -core:SubnationalRegion - rdfs:label "Région infranationale"@fr-FR ; -. -core:TeacherRole - rdfs:label "Rôle de professeur"@fr-FR ; -. -core:Team - rdfs:label "Équipe"@fr-FR ; -. -core:Translation - rdfs:label "Traduction"@fr-FR ; -. -core:UndergraduateAdvisingRelationship - rdfs:label "Relation conseil de premier cycle"@fr-FR ; -. -core:UndergraduateStudent - rdfs:label "Étudiant de premier cycle"@fr-FR ; -. -core:University - rdfs:label "Université"@fr-FR ; -. -core:Video - rdfs:label "Vidéo"@fr-FR ; -. -core:WorkingPaper - rdfs:label "Document de travail"@fr-FR ; -. -core:WorkshopSeries - rdfs:label "Séries d'ateliers"@fr-FR ; -. -core:abbreviation - rdfs:label "abbréviation"@fr-FR ; -. -core:affiliatedOrganization - rdfs:label "Affiliation organisationnelle"@fr-FR ; -. -core:assignedBy - rdfs:label "assigné par"@fr-FR ; -. -core:assignee - rdfs:label "mandataire "@fr-FR ; -. -core:assigneeFor - rdfs:label "Brevets"@fr-FR ; -. -core:assigns - rdfs:label "assigne"@fr-FR ; -. -core:cclCode - rdfs:label "published US Classification Class/subclass (CCL) code"@fr-FR ; -. -core:conceptAssociatedWith - rdfs:label "concept de"@fr-FR ; -. -core:contactInformation - rdfs:label "contact"@fr-FR ; -. -core:contributingRole - rdfs:label "contributeur"@fr-FR ; -. -core:courseCredits - rdfs:label "crédits"@fr-FR ; -. -core:dateFiled - rdfs:label "date saisie"@fr-FR ; -. -core:dateIssued - rdfs:label "date de parution"@fr-FR ; -. -core:dateTime - rdfs:label "date/heure"@fr-FR ; -. -core:dateTimeInterval - rdfs:label "intervalle date/heure"@fr-FR ; -. -core:dateTimePrecision - rdfs:label "précision date/heure"@fr-FR ; -. -core:dateTimeValue - rdfs:label "Date/heure"@fr-FR ; -. -core:degreeCandidacy - rdfs:label "candidature au diplôme"@fr-FR ; -. -core:departmentOrSchool - rdfs:label "nom du département ou de l'école au sein de l'institution"@fr-FR ; -. -core:description - rdfs:label "description"@fr-FR ; -. -core:distributes - rdfs:label "distribue"@fr-FR ; -. -core:distributesFundingFrom - rdfs:label "distribue le financement provenant de"@fr-FR ; -. -core:eRACommonsId - rdfs:label "eRA Commons ID"@fr-FR ; -. -core:eligibleFor - rdfs:label "admissibilité au diplôme atteinte"@fr-FR ; -. -core:end - rdfs:label "fin"@fr-FR ; -. -core:entryTerm - rdfs:label "terme saisi"@fr-FR ; -. -core:equipmentFor - rdfs:label "équipement destiné à"@fr-FR ; -. -core:expirationDate - rdfs:label "date d'expiration"@fr-FR ; -. -core:featuredIn - rdfs:label "Mentionné dans"@fr-FR ; -. -core:features - rdfs:label "caractéristiques"@fr-FR ; -. -core:freetextKeyword - rdfs:label "mots clés"@fr-FR ; -. -core:fundingVehicleFor - rdfs:label "fournit du financement pour"@fr-FR ; -. -core:geographicFocus - rdfs:label "Perspective géographique"@fr-FR ; -. -core:geographicFocusOf - rdfs:label "Perspective géographique"@fr-FR ; -. -core:governingAuthorityFor - rdfs:label "autorité dirigeante de"@fr-FR ; -. -core:grantDirectCosts - rdfs:label "coûts directs"@fr-FR ; -. -core:grantSubcontractedThrough - rdfs:label "sous-contracté par"@fr-FR ; -. -core:hasAssociatedConcept - rdfs:label "concept associé"@fr-FR ; -. -core:hasCollaborator - rdfs:label "collaborateurs"@fr-FR ; -. -core:hasEquipment - rdfs:label "équipement"@fr-FR ; -. -core:hasFacility - rdfs:label "installation"@fr-FR ; -. -core:hasFundingVehicle - rdfs:label "financement fourni par"@fr-FR ; -. -core:hasGoverningAuthority - rdfs:label "autorité dirigeante"@fr-FR ; -. -core:hasMonetaryAmount - rdfs:label "Valeur monétaire"@fr-FR ; -. -core:hasPredecessorOrganization - rdfs:label "organisation précédente"@fr-FR ; -. -core:hasPrerequisite - rdfs:label "prérequis"@fr-FR ; -. -core:hasProceedings - rdfs:label "actes"@fr-FR ; -. -core:hasPublicationVenue - rdfs:label "publié dans"@fr-FR ; -. -core:hasResearchArea - rdfs:label "Domaine de recherche"@fr-FR ; -. -core:hasSubjectArea - rdfs:label "domaine"@fr-FR ; -. -core:hasSuccessorOrganization - rdfs:label "organisation remplaçante"@fr-FR ; -. -core:hasTranslation - rdfs:label "traduction"@fr-FR ; -. -core:hasValue - rdfs:label "valeur"@fr-FR ; -. -core:hideFromDisplay - rdfs:label "masquer à l'affichage"@fr-FR ; -. -core:hrJobTitle - rdfs:label "titre d'emploi de RH"@fr-FR ; -. -core:iclCode - rdfs:label "code de classification internationale (ICL)"@fr-FR ; -. -core:identifier - rdfs:label "identifiant"@fr-FR ; -. -core:inPress - rdfs:label "sous presse"@fr-FR ; -. -core:informationResourceSupportedBy - rdfs:label "supporté par"@fr-FR ; -. -core:invited - rdfs:label "invité"@fr-FR ; -. -core:isCorrespondingAuthor - rdfs:label "Est-ce que cette personne est l'auteur recherché?"@fr-FR ; -. -core:licenseNumber - rdfs:label "numéro de permis"@fr-FR ; -. -core:localAwardId - rdfs:label "ID de distinction locale"@fr-FR ; -. -core:majorField - rdfs:label "domaine d'étude principal"@fr-FR ; -. -core:middleName - rdfs:label "deuxième prénom ou initiale"@fr-FR ; -. -core:nihmsid - rdfs:label "ID du système de soumission de manuscrit NIH"@fr-FR ; -. -core:offeredBy - rdfs:label "offert par"@fr-FR ; -. -core:offers - rdfs:label "offre"@fr-FR ; -. -core:orcidId - rdfs:label "ID ORCID"@fr-FR ; -. -core:outreachOverview - rdfs:label "aperçu des activités"@fr-FR ; -. -core:overview - rdfs:label "aperçu"@fr-FR ; -. -core:patentNumber - rdfs:label "numéro de brevet"@fr-FR ; -. -core:placeOfPublition - rdfs:label "lieu de publication"@fr-FR ; -. -core:pmcid - rdfs:label "ID PubMed Central"@fr-FR ; -. -core:preferredDisplayOrder - rdfs:label "ordre de présentation préféré"@fr-FR ; -. -core:prerequisiteFor - rdfs:label "prérequis pour"@fr-FR ; -. -core:proceedingsOf - rdfs:label "actes de"@fr-FR ; -. -core:providesFundingThrough - rdfs:label "fournit du financement par l'entremise de"@fr-FR ; -. -core:publicationVenueFor - rdfs:label "lieu de publication pour"@fr-FR ; -. -core:publisher - rdfs:label "éditeur"@fr-FR ; -. -core:publisherOf - rdfs:label "éditeur de"@fr-FR ; -. -core:rank - rdfs:label "rang"@fr-FR ; -. -core:relatedBy - rdfs:label "relié par"@fr-FR ; -. -core:relates - rdfs:label "relié à"@fr-FR ; -. -core:reportId - rdfs:label "identifiant du rapport"@fr-FR ; -. -core:reproduces - rdfs:label "reproduit"@fr-FR ; -. -core:researchAreaOf - rdfs:label "Domaine de recherche de"@fr-FR ; -. -core:researchOverview - rdfs:label "Aperçu de la recherche"@fr-FR ; -. -core:researcherId - rdfs:label "ID de chercheur ISI"@fr-FR ; -. -core:reviewedIn - rdfs:label "analysé dans"@fr-FR ; -. -core:roleContributesTo - rdfs:label "contribue à"@fr-FR ; -. -core:scopusId - rdfs:label "ID Scopus"@fr-FR ; -. -core:seatingCapacity - rdfs:label "capacité de la salle"@fr-FR ; -. -core:sponsorAwardId - rdfs:label "ID du prix du commanditaire"@fr-FR ; -. -core:sponsoredBy - rdfs:label "prix commandité par"@fr-FR ; -. -core:sponsors - rdfs:label "prix ou distinctions des commanditaires"@fr-FR ; -. -core:start - rdfs:label "début"@fr-FR ; -. -core:subcontractsGrant - rdfs:label "subvention en sous-traitance"@fr-FR ; -. -core:subjectAreaOf - rdfs:label "sujet de recherche de"@fr-FR ; -. -core:submitted - rdfs:label "soumis"@fr-FR ; -. -core:supplementalInformation - rdfs:label "information supplémentaire"@fr-FR ; -. -core:supportedBy - rdfs:label "supporté par"@fr-FR ; -. -core:supportedInformationResource - rdfs:label "publications financées et autres travaux"@fr-FR ; -. -core:supports - rdfs:label "supporte"@fr-FR ; -. -core:teachingOverview - rdfs:label "aperçu de l'enseignement"@fr-FR ; -. -core:termLabel - rdfs:label "étiquette du terme"@fr-FR ; -. -core:termType - rdfs:label "type de terme"@fr-FR ; -. -core:totalAwardAmount - rdfs:label "Montant total des prix "@fr-FR ; -. -core:translatorOf - rdfs:label "Traducteur de"@fr-FR ; - rdfs:label "traducteur de"@fr-FR ; -. -core:validIn - rdfs:label "valide en"@fr-FR ; -. -core:yearMonthDayPrecision - rdfs:label "année-mois-jour value"@fr-FR ; -. -core:yearMonthDayTimePrecision - rdfs:label "Année-mois-jour-heure"@fr-FR ; -. -core:yearMonthPrecision - rdfs:label "valeur année-mois"@fr-FR ; -. -core:yearPrecision - rdfs:label "Année"@fr-FR ; -. - - a owl:Ontology ; - owl:imports ; - owl:imports ; - owl:versionInfo "Adapted by Michel Héon, 2020, for Université de Québec à Montréal, http://uqam.ca" ; - owl:versionInfo "Translated by Pierre Roberge, 2020, for Université de Québec à Montréal, http://uqam.ca" ; -. - - rdfs:label "VIVO Scientific Research Ontology"@fr-FR ; -. -vivo-rech:Phase0ClinicalTrial - rdfs:label "Essai clinique de phase 0"@fr-FR ; -. -vivo-rech:Phase1ClinicalTrial - rdfs:label "Essai clinique de phase 1"@fr-FR ; -. -vivo-rech:Phase2ClinicalTrial - rdfs:label "Essai clinique de Phase 2"@fr-FR ; -. -vivo-rech:Phase3ClinicalTrial - rdfs:label "Essai clinique de Phase 3"@fr-FR ; -. -vivo-rech:Phase4ClinicalTrial - rdfs:label "Essai clinique de phase 4"@fr-FR ; -. -vivo-rech:accessProvidedBy - rdfs:label "accès fourni par"@fr-FR ; -. -vivo-rech:documentationFor - rdfs:label "documentation ou ressource du projet"@fr-FR ; -. -vivo-rech:irbNumber - rdfs:label "numéro Institutional Review Board (IRB)"@fr-FR ; -. -vivo-rech:nctId - rdfs:label "Numéro du National Clinical Trials (NCT)"@fr-FR ; -. -vivo-rech:protocolRealizedBy - rdfs:label "protocole réalisé par"@fr-FR ; -. -vivo-rech:studyPopulationCount - rdfs:label "dénombrement des populations étudiées"@fr-FR ; -. - - rdfs:label "équipements"@fr-FR ; -. - - rdfs:label "est encodé dans"@fr-FR ; -. - - rdfs:label "agent"@fr-FR ; -. -rdfs:isDefinedBy - rdfs:label "est défini par"@fr-FR ; -. -owl:DeprecatedProperty - rdfs:label "propriété obsolète"@fr-FR ; -. -owl:sameAs - rdfs:label "même que"@fr-FR ; -. - - rdfs:label "SKOS (Simple Knowledge Organization System)"@fr-FR ; -. -skos:Concept - rdfs:label "Concept"@fr-FR ; -. -skos:broader - rdfs:label "concept plus général"@fr-FR ; -. -skos:narrower - rdfs:label "concept plus précis"@fr-FR ; -. -skos:related - rdfs:label "concept associé"@fr-FR ; -. - - rdfs:label "VCard"@fr-FR ; -. -vcard:Acquaintance - rdfs:label "Connaissance"@fr-FR ; -. -vcard:Address - rdfs:label "Adresse"@fr-FR ; -. -vcard:Addressing - rdfs:label "Adresse"@fr-FR ; -. -vcard:Agent - rdfs:label "Agent"@fr-FR ; -. -vcard:Calendar - rdfs:label "Calendrier"@fr-FR ; -. -vcard:CalendarBusy - rdfs:label "Calendrier occupé"@fr-FR ; -. -vcard:CalendarLink - rdfs:label "Lien calendrier"@fr-FR ; -. -vcard:CalendarRequest - rdfs:label "Requête calendrier"@fr-FR ; -. -vcard:Category - rdfs:label "Catégorie"@fr-FR ; -. -vcard:Cell - rdfs:label "Cellulaire"@fr-FR ; -. -vcard:Child - rdfs:label "Enfant"@fr-FR ; -. -vcard:Code - rdfs:label "Code"@fr-FR ; -. -vcard:Colleague - rdfs:label "Collègue"@fr-FR ; -. -vcard:Communication - rdfs:label "Communication"@fr-FR ; -. -vcard:Contact - rdfs:label "Contact"@fr-FR ; -. -vcard:Coresident - rdfs:label "Co-résident"@fr-FR ; -. -vcard:Coworker - rdfs:label "Collaborateur"@fr-FR ; -. -vcard:Crush - rdfs:label "Béguin"@fr-FR ; -. -vcard:Date - rdfs:label "Date"@fr-FR ; -. -vcard:Email - rdfs:label "Courriel"@fr-FR ; -. -vcard:Emergency - rdfs:label "Urgence"@fr-FR ; -. -vcard:Explanatory - rdfs:label "Explicatif"@fr-FR ; -. -vcard:Fax - rdfs:label "Télécopieur"@fr-FR ; -. -vcard:Female - rdfs:label "Femme"@fr-FR ; -. -vcard:FormattedName - rdfs:label "Nom formaté"@fr-FR ; -. -vcard:Friend - rdfs:label "Ami"@fr-FR ; -. -vcard:Gender - rdfs:label "Genre"@fr-FR ; -. -vcard:Geo - rdfs:label "Géo"@fr-FR ; -. -vcard:Geographical - rdfs:label "Géographique"@fr-FR ; -. -vcard:Group - rdfs:label "Groupe"@fr-FR ; -. -vcard:Home - rdfs:label "Accueil"@fr-FR ; -. -vcard:Identification - rdfs:label "Identification"@fr-FR ; -. -vcard:Individual - rdfs:label "Individu"@fr-FR ; -. -vcard:InstantMessage - rdfs:label "Messagerie"@fr-FR ; -. -vcard:Key - rdfs:label "Clé"@fr-FR ; -. -vcard:Kin - rdfs:label "Proche"@fr-FR ; -. -vcard:Kind - rdfs:label "Type VCard"@fr-FR ; -. -vcard:Language - rdfs:label "Langue"@fr-FR ; -. -vcard:Location - rdfs:label "Lieu"@fr-FR ; -. -vcard:Logo - rdfs:label "Logo"@fr-FR ; -. -vcard:Male - rdfs:label "Mâle"@fr-FR ; -. -vcard:Me - rdfs:label "Moi"@fr-FR ; -. -vcard:Met - rdfs:label "Rencontré"@fr-FR ; -. -vcard:Muse - rdfs:label "Muse"@fr-FR ; -. -vcard:Name - rdfs:label "Nom"@fr-FR ; -. -vcard:Neighbor - rdfs:label "Voisin"@fr-FR ; -. -vcard:Nickname - rdfs:label "Surnom"@fr-FR ; -. -vcard:None - rdfs:label "Aucun"@fr-FR ; -. -vcard:Note - rdfs:label "Note"@fr-FR ; -. -vcard:Organization - rdfs:label "Organisation"@fr-FR ; -. -vcard:OrganizationName - rdfs:label "Nom de l'organisation"@fr-FR ; -. -vcard:OrganizationUnitName - rdfs:label "Nom de l'unité organisationnelle"@fr-FR ; -. -vcard:Organizational - rdfs:label "Organisationnel"@fr-FR ; -. -vcard:Other - rdfs:label "Autre"@fr-FR ; -. -vcard:Pager - rdfs:label "Téléavertisseur"@fr-FR ; -. -vcard:Parent - rdfs:label "Parent"@fr-FR ; -. -vcard:Photo - rdfs:label "Photo"@fr-FR ; -. -vcard:Related - rdfs:label "Relié"@fr-FR ; -. -vcard:RelatedType - rdfs:label "Type de relation"@fr-FR ; -. -vcard:Security - rdfs:label "Sécurité"@fr-FR ; -. -vcard:Sibling - rdfs:label "Frère/soeur "@fr-FR ; -. -vcard:Sound - rdfs:label "Son"@fr-FR ; -. -vcard:Spouse - rdfs:label "Épouse"@fr-FR ; -. -vcard:Sweetheart - rdfs:label "Chérie"@fr-FR ; -. -vcard:Telephone - rdfs:label "Téléphone"@fr-FR ; -. -vcard:TelephoneType - rdfs:label "Type de téléphone"@fr-FR ; -. -vcard:Text - rdfs:label "Texte"@fr-FR ; -. -vcard:TextPhone - rdfs:label "Téléphone texto "@fr-FR ; -. -vcard:TimeZone - rdfs:label "Fuseau horaire"@fr-FR ; -. -vcard:Title - rdfs:label "Titre"@fr-FR ; -. -vcard:Type - rdfs:label "Type"@fr-FR ; -. -vcard:URL - rdfs:label "URL"@fr-FR ; -. -vcard:Unknown - rdfs:label "Inconnu"@fr-FR ; -. -vcard:Video - rdfs:label "Vidéo"@fr-FR ; -. -vcard:Voice - rdfs:label "Téléphone"@fr-FR ; -. -vcard:Work - rdfs:label "Travail"@fr-FR ; -. -vcard:additionalName - rdfs:label "nom complémentaire"@fr-FR ; -. -vcard:anniversary - rdfs:label "anniversaire"@fr-FR ; -. -vcard:birthdate - rdfs:label "date de naissance"@fr-FR ; -. -vcard:calendarBusy - rdfs:label "calendrier occupé"@fr-FR ; -. -vcard:calendarLink - rdfs:label "lien calendrier"@fr-FR ; -. -vcard:calendarRequest - rdfs:label "exigence de calendrier"@fr-FR ; -. -vcard:category - rdfs:label "catégorie"@fr-FR ; -. -vcard:country - rdfs:label "pays"@fr-FR ; -. -vcard:email - rdfs:label "courriel"@fr-FR ; -. -vcard:familyName - rdfs:label "nom de famille"@fr-FR ; -. -vcard:formattedName - rdfs:label "nom standardisé"@fr-FR ; -. -vcard:gender - rdfs:label "genre"@fr-FR ; -. -vcard:geo - rdfs:label "géo"@fr-FR ; -. -vcard:givenName - rdfs:label "prénom"@fr-FR ; -. -vcard:hasAddress - rdfs:label "adresse"@fr-FR ; -. -vcard:hasCalendarLink - rdfs:label "lien calendrier"@fr-FR ; -. -vcard:hasCalendarRequest - rdfs:label "exigence de calendrier"@fr-FR ; -. -vcard:hasCalenderBusy - rdfs:label "calendrier chargé"@fr-FR ; -. -vcard:hasCategory - rdfs:label "catégorie"@fr-FR ; -. -vcard:hasEmail - rdfs:label "courriel"@fr-FR ; -. -vcard:hasFormattedName - rdfs:label "nom standardisé"@fr-FR ; -. -vcard:hasGeo - rdfs:label "données géographiques"@fr-FR ; -. -vcard:hasInstantMessage - rdfs:label "messagerie"@fr-FR ; -. -vcard:hasKey - rdfs:label "clé"@fr-FR ; -. -vcard:hasLanguage - rdfs:label "langue"@fr-FR ; -. -vcard:hasLogo - rdfs:label "logo"@fr-FR ; -. -vcard:hasMember - rdfs:label "membre"@fr-FR ; -. -vcard:hasName - rdfs:label "nom"@fr-FR ; -. -vcard:hasNickname - rdfs:label "surnom"@fr-FR ; -. -vcard:hasNote - rdfs:label "note"@fr-FR ; -. -vcard:hasOrganizationName - rdfs:label "nom de l'organisation"@fr-FR ; -. -vcard:hasOrganizationalUnitName - rdfs:label "a un nom d'organisation"@fr-FR ; -. -vcard:hasPhoto - rdfs:label "photo"@fr-FR ; -. -vcard:hasRelated - rdfs:label "relié"@fr-FR ; -. -vcard:hasRole - rdfs:label "rôle"@fr-FR ; -. -vcard:hasSound - rdfs:label "son"@fr-FR ; -. -vcard:hasTelephone - rdfs:label "téléphone"@fr-FR ; -. -vcard:hasTimeZone - rdfs:label "fuseau horaire"@fr-FR ; -. -vcard:hasTitle - rdfs:label "titre"@fr-FR ; -. -vcard:hasURL - rdfs:label "URL"@fr-FR ; -. -vcard:honorificPrefix - rdfs:label "préfixe honorifique"@fr-FR ; -. -vcard:honorificSuffix - rdfs:label "suffixe honorifique"@fr-FR ; -. -vcard:instantMessage - rdfs:label "message instantané"@fr-FR ; -. -vcard:key - rdfs:label "Clé de chiffrement"@fr-FR ; -. -vcard:language - rdfs:label "a une langue"@fr-FR ; -. -vcard:locality - rdfs:label "localité"@fr-FR ; -. -vcard:logo - rdfs:label "logo"@fr-FR ; -. -vcard:nickName - rdfs:label "surnom"@fr-FR ; -. -vcard:note - rdfs:label "note"@fr-FR ; -. -vcard:organizationName - rdfs:label "nom de l'organisation"@fr-FR ; -. -vcard:organizationalUnitName - rdfs:label "nom de l'unité organisationnelle"@fr-FR ; -. -vcard:photo - rdfs:label "photo"@fr-FR ; -. -vcard:postalCode - rdfs:label "code postal"@fr-FR ; -. -vcard:productId - rdfs:label "ID de produit"@fr-FR ; -. -vcard:region - rdfs:label "région"@fr-FR ; -. -vcard:related - rdfs:label "relié à"@fr-FR ; -. -vcard:revision - rdfs:label "révision"@fr-FR ; -. -vcard:role - rdfs:label "rôle"@fr-FR ; -. -vcard:sortAs - rdfs:label "tri sur"@fr-FR ; -. -vcard:sound - rdfs:label "son"@fr-FR ; -. -vcard:source - rdfs:label "source"@fr-FR ; -. -vcard:streetAddress - rdfs:label "adresse postale"@fr-FR ; -. -vcard:telephone - rdfs:label "Téléphone"@fr-FR ; -. -vcard:timeZone - rdfs:label "fuseau horaire"@fr-FR ; -. -vcard:title - rdfs:label "titre"@fr-FR ; -. -vcard:uid - rdfs:label "uid"@fr-FR ; -. -vcard:url - rdfs:label "URL"@fr-FR ; -. -foaf: - rdfs:label "FOAF (Friend of a Friend)"@fr-FR ; -. -foaf:Agent - rdfs:label "Agent"@fr-FR ; -. -foaf:Group - rdfs:label "Groupe"@fr-FR ; -. -foaf:Organization - rdfs:label "Organisation"@fr-FR ; -. -foaf:Person - rdfs:label "Personne"@fr-FR ; -. From feaf39c21bc96105dc4f5d3feff9d81ddf193e18 Mon Sep 17 00:00:00 2001 From: michel heon Date: Mon, 28 Dec 2020 06:44:03 -0500 Subject: [PATCH 6/6] =?UTF-8?q?Ajout=20des=20IRI=20ORG=5F00000{16,21}=20?= =?UTF-8?q?=C3=A0=20vivo=5Ffr=5FFR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- semantic-ontology/vivo-fr_FR.n3 | 789 -------------------------- semantic-ontology/vivo_all_import.ttl | 16 +- semantic-ontology/vivo_fr_FR.n3 | 55 ++ 3 files changed, 70 insertions(+), 790 deletions(-) delete mode 100755 semantic-ontology/vivo-fr_FR.n3 diff --git a/semantic-ontology/vivo-fr_FR.n3 b/semantic-ontology/vivo-fr_FR.n3 deleted file mode 100755 index e941d96..0000000 --- a/semantic-ontology/vivo-fr_FR.n3 +++ /dev/null @@ -1,789 +0,0 @@ -# baseURI: http://data.ehess.fr/ontology/vivo-fr -# imports: http://data.ehess.fr/ontology/vivo-ehess -# prefix: vivofr - -@prefix : . -@prefix acti: . -@prefix afn: . -@prefix ai: . -@prefix aka: . -@prefix aktp: . -@prefix app: . -@prefix bibo: . -@prefix c4o: . -@prefix cc: . -@prefix cce: . -@prefix cito: . -@prefix config: . -@prefix dc: . -@prefix dcelem: . -@prefix dcterms: . -@prefix display: . -@prefix ehess: . -@prefix ero: . -@prefix event: . -@prefix fabio: . -@prefix far: . -@prefix foaf: . -@prefix geo: . -@prefix geopolitical: . -@prefix hr: . -@prefix j.0: . -@prefix local: . -@prefix mann: . -@prefix ns: . -@prefix obo: . -@prefix ocrer: . -@prefix ocresd: . -@prefix ospcu: . -@prefix owl: . -@prefix owl2: . -@prefix pubmed: . -@prefix pvs: . -@prefix rdf: . -@prefix rdfs: . -@prefix rdfsyn: . -@prefix sce: . -@prefix scires: . -@prefix scirr: . -@prefix skco: . -@prefix skos: . -@prefix skos2: . -@prefix socsci: . -@prefix stars: . -@prefix statistics: . -@prefix study_protocol: . -@prefix swrl: . -@prefix swrlb: . -@prefix swvs: . -@prefix terms: . -@prefix vann: . -@prefix vcard: . -@prefix vitro: . -@prefix vitro-public: . -@prefix vivo: . -@prefix vivo-ehess: . -@prefix vivoc: . -@prefix vivofr: . -@prefix wcmc: . -@prefix wos: . -@prefix xsd: . - - - a owl:Ontology ; - owl:imports ; -. -vivofr: - a owl:Ontology ; - cc:license ; - obo:IAO_0000115 "Complement to the Vivo ontology describing research staff and structures in French higher education and research institutions in order to allow the management of such data in Vivo software."@fr-FR ; - obo:IAO_0000115 "Complément à l'ontologie Vivo décrivant les personnel et les structures de recherche dans établissement ESR français afin de permettre la prise en charge de telles données dans Vivo"@fr-FR ; - terms:issued "2020-10-15"^^xsd:date ; - terms:rights "CC BY-SA 4.0" ; - vann:preferredNamespacePrefix "vivofr" ; - vann:preferredNamespaceUri vivofr: ; - vitro:ontologyPrefixAnnot "vivofr" ; - rdfs:label "Vivo FR Ontology"@en-US ; - rdfs:label "ontologie Vivo FR"@fr-FR ; - owl:imports ; - owl:imports ; - owl:versionInfo "Version 1.0 - 2018-04-03" ; -. -vivofr:CLS_0000001 - a owl:Class ; - dcelem:description "Class intended to classify members at display level (typically, on a website)"@en-US ; - dcelem:description "Classe destinée à permettre le rubriquage des membres au niveau de l'affichage (typiquement, sur un site web)"@fr-FR ; - rdfs:label "classe de membres"@fr-FR ; - rdfs:label "members class"@en-US ; - rdfs:subClassOf owl:Thing ; -. -vivofr:FNC_0000001 - a owl:Class ; - obo:IAO_0000115 "Une fonction, un emploi dans une organisation"@fr-FR ; - rdfs:label "fonction"@fr-FR ; - rdfs:label "function"@en-US ; - rdfs:subClassOf vivofr:REL_0000001 ; - rdfs:subClassOf [ - a owl:Restriction ; - owl:allValuesFrom vivo:DateTimeInterval ; - owl:onProperty vivo:dateTimeInterval ; - ] ; - rdfs:subClassOf [ - a owl:Restriction ; - owl:onProperty vivo:rank ; - owl:someValuesFrom xsd:int ; - ] ; - rdfs:subClassOf [ - a owl:Restriction ; - owl:onProperty vivo:relates ; - owl:someValuesFrom foaf:Organization ; - ] ; - rdfs:subClassOf [ - a owl:Restriction ; - owl:onProperty vivo:relates ; - owl:someValuesFrom foaf:Person ; - ] ; - owl:equivalentClass vivo:Position ; -. -vivofr:FNC_0000002 - a owl:Class ; - rdfs:label "autre fonction"@fr-FR ; - rdfs:label "other function"@en-US ; - rdfs:subClassOf vivofr:FNC_0000001 ; -. -vivofr:FNC_0000003 - a rdfs:Class ; - a owl:Class ; - obo:IAO_0000115 "Liaison entre une personne et un établissement, si elle est formalisée par l'appartenance à un corps administratif"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "administrative corps"@en-US ; - rdfs:label "corps administratif"@fr-FR ; - rdfs:subClassOf vivofr:FNC_0000001 ; - owl:disjointWith vivofr:FNC_0000004 ; - owl:disjointWith vivofr:FNC_0000005 ; - owl:disjointWith vivofr:FNC_0000006 ; - owl:disjointWith vivofr:FNC_0000007 ; -. -vivofr:FNC_0000004 - a owl:Class ; - rdfs:label "autre fonction d'enseignement"@fr-FR ; - rdfs:label "other teacher position"@en-US ; - rdfs:subClassOf vivofr:FNC_0000002 ; -. -vivofr:FNC_0000005 - a owl:Class ; - rdfs:label "autre fonction d'enseignement et de recherche"@fr-FR ; - rdfs:label "other teacher and researcher position"@en-US ; - rdfs:subClassOf vivofr:FNC_0000002 ; -. -vivofr:FNC_0000006 - a owl:Class ; - rdfs:label "autre fonction de support administratif"@fr-FR ; - rdfs:label "other administrative support position"@en-US ; - rdfs:subClassOf vivofr:FNC_0000002 ; -. -vivofr:FNC_0000007 - a owl:Class ; - rdfs:label "autre fonction de support à la recherche"@fr-FR ; - rdfs:label "other research support position"@en-US ; - rdfs:subClassOf vivofr:FNC_0000002 ; -. -vivofr:FNC_0000008 - a owl:Class ; - obo:IAO_0000115 "Une assistante ou un assistant ingénieur"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "assistant research engineer"@en-US ; - rdfs:label "assistant.e ingénieur.e"@fr-FR ; - rdfs:subClassOf vivofr:FNC_0000003 ; -. -vivofr:FNC_0000009 - a owl:Class ; - obo:IAO_0000115 "Personnels qui concourent à l'accomplissement des missions de la recherche dans un organisme de recherche ou un établissement d'enseignement supérieur"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "chargé.e de recherches"@fr-FR ; - rdfs:label "tenured junior/senior researcher"@en-US ; - rdfs:subClassOf vivofr:FNC_0000003 ; -. -vivofr:FNC_0000010 - a owl:Class ; - obo:IAO_0000115 "Une chercheure ou un chercheur sous statut contractuel"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "chercheur.e contractuel.le"@fr-FR ; - rdfs:label "fixed-term contract researcher"@en-US ; - rdfs:subClassOf vivofr:FNC_0000021 ; -. -vivofr:FNC_0000011 - a owl:Class ; - obo:IAO_0000115 "Fonction de directrice ou directeur de recherches au CNRS"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "directeur.trice de recherches"@fr-FR ; - rdfs:label "research professor"@en-US ; - rdfs:subClassOf vivofr:FNC_0000003 ; -. -vivofr:FNC_0000012 - a owl:Class ; - obo:IAO_0000115 "Fonction de directrice ou directeur d'études à l'EHESS, à l'ENC ou à l'EPHE"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "(full) professor"@en-US ; - rdfs:label "directeur.trice d'études"@fr-FR ; - rdfs:subClassOf vivofr:FNC_0000003 ; -. -vivofr:FNC_0000013 - a owl:Class ; - obo:IAO_0000115 "Fonction de directrice ou directeur d'études cumulant à l'EHESS, à l'ENC ou à l'EPHE"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "(full) professor"@en-US ; - rdfs:label "directeur.trice d'études cumulant"@fr-FR ; - rdfs:subClassOf vivofr:FNC_0000003 ; -. -vivofr:FNC_0000014 - a owl:Class ; - obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Ingénieur_de_recherche"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "ingénieur.e de recherche"@fr-FR ; - rdfs:label "senior research engineer"@en-US ; - rdfs:subClassOf vivofr:FNC_0000003 ; -. -vivofr:FNC_0000015 - a owl:Class ; - obo:IAO_0000115 "http://www.enseignementsup-recherche.gouv.fr/cid23195/ingenieur-d-etudes.html"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "ingénieur.e d'études"@fr-FR ; - rdfs:label "research engineer"@en-US ; - rdfs:subClassOf vivofr:FNC_0000003 ; -. -vivofr:FNC_0000016 - a owl:Class ; - obo:IAO_0000115 "Un des deux corps d'enseignants chercheurs de l'université française"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "associate Professor"@en-US ; - rdfs:label "maître.sse de conférences"@fr-FR ; - rdfs:subClassOf vivofr:FNC_0000003 ; -. -vivofr:FNC_0000017 - obo:IAO_0000115 "Un des deux corps d'enseignants chercheurs de l'université française"@fr-FR ; - rdfs:label "(full) professor"@en-US ; - rdfs:label "professeur.e des universités"@fr-FR ; - owl:disjointWith vivofr:FNC_0000018 ; -. -vivofr:FNC_0000018 - a owl:Class ; - obo:IAO_0000115 "Professeure ou professeur des universités retraité ayant conservé rang et privilèges"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "emeritus/a Professor"@en-US ; - rdfs:label "professeur.e émerite"@fr-FR ; - rdfs:subClassOf vivofr:FNC_0000003 ; -. -vivofr:FNC_0000019 - a owl:Class ; - obo:IAO_0000115 "Fonction de postdoctorant"@fr-FR ; - obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Chercheur_postdoctoral"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "post-doctorat"@fr-FR ; - rdfs:label "postdoc"@en-US ; - rdfs:subClassOf vivofr:FNC_0000002 ; -. -vivofr:FNC_0000020 - a owl:Class ; - obo:IAO_0000115 "Professeure ou professeur des universités"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "(full) professor"@en-US ; - rdfs:label "professeur.e des universités"@fr-FR ; - rdfs:subClassOf vivofr:FNC_0000003 ; -. -vivofr:FNC_0000021 - a owl:Class ; - rdfs:label "autre fonction de recherche"@fr-FR ; - rdfs:label "other researcher position"@en-US ; - rdfs:subClassOf vivofr:FNC_0000002 ; -. -vivofr:MMB_0000001 - a owl:Class ; - obo:IAO_0000115 "Liaison entre une personne et une structure de recherche ou une entité administrative"@fr-FR ; - obo:IAO_0000115 "Membership to a structure like research unit."@en-US ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "appartenance"@fr-FR ; - rdfs:label "membership"@en-US ; - rdfs:subClassOf vivo:Relationship ; -. -vivofr:MMB_0000002 - a owl:Class ; - obo:IAO_0000115 "Appartenance permanente à une structure (typiquement une unité de recherche) à titre principal"@fr-FR ; - obo:IAO_0000115 "Permanent main membership (typically, to a research structure)"@en-US ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "appartenance permanente à titre principal"@fr-FR ; - rdfs:label "permanent main membership"@en-US ; - rdfs:subClassOf vivofr:MMB_0000001 ; -. -vivofr:MMB_0000003 - a owl:Class ; - obo:IAO_0000115 "Appartenance permanente à une structure (typiquement une unité de recherche) à titre secondaire"@fr-FR ; - obo:IAO_0000115 "Permanent accessory membership (typically, to a research structure)"@en-US ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "appartenance permanente à titre secondaire"@fr-FR ; - rdfs:label "permanent accessory membership"@en-US ; - rdfs:subClassOf vivofr:MMB_0000001 ; -. -vivofr:MMB_0000004 - a owl:Class ; - obo:IAO_0000115 "Appartenance non permanente à une structure (typiquement une unité de recherche) à titre principal"@fr-FR ; - obo:IAO_0000115 "Transient main membership (typically, to a research structure)"@en-US ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "appartenance non permanente à titre principal"@fr-FR ; - rdfs:label "transient main membership"@en-US ; - rdfs:subClassOf vivofr:MMB_0000001 ; -. -vivofr:MMB_0000005 - a owl:Class ; - obo:IAO_0000115 "Appartenance non permanente à une structure (typiquement une unité de recherche) à titre secondaire"@fr-FR ; - obo:IAO_0000115 "Transient accessory membership (typically, to a research structure)"@en-US ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "appartenance non permanente à titre secondaire"@fr-FR ; - rdfs:label "transient accessory membership"@en-US ; - rdfs:subClassOf vivofr:MMB_0000001 ; -. -vivofr:MMB_0000006 - a owl:Class ; - obo:IAO_0000115 "Appartenance à une structure (typiquement une unité de recherche) en tant que membre d'honneur, émérite ou retraité"@fr-FR ; - obo:IAO_0000115 "Membership (typically, to a research structure) as honorary, emeritus or retired member"@en-US ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "appartenance à une structure en tant que membre d'honneur, émérite ou retraité"@fr-FR ; - rdfs:label "membership as honorary, emeritus or retired member"@en-US ; - rdfs:subClassOf vivofr:MMB_0000001 ; -. -vivofr:MMB_0000007 - a owl:Class ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "appartenance en tant que post-doctorant"@fr-FR ; - rdfs:label "membership as postdoc"@en-US ; - rdfs:subClassOf vivofr:MMB_0000004 ; -. -vivofr:MMB_0000008 - a owl:Class ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "appartenance en tant que doctorant"@fr-FR ; - rdfs:label "membership as Phd Student"@en-US ; - rdfs:subClassOf vivofr:MMB_0000004 ; -. -vivofr:ORG_0000003 - a rdfs:Class ; - a owl:Class ; - rdfs:label "CNRS research organization"@en-US ; - rdfs:label "structure de recherche CNRS"@fr-FR ; - rdfs:subClassOf vivo:ResearchOrganization ; -. -vivofr:ORG_0000004 - a rdfs:Class ; - a owl:Class ; - rdfs:label "institution research organization"@en-US ; - rdfs:label "structure de recherche établissement"@fr-FR ; - rdfs:subClassOf vivo:ResearchOrganization ; -. -vivofr:ORG_0000005 - a rdfs:Class ; - a owl:Class ; - rdfs:label "level 1 research organization"@en-US ; - rdfs:label "structure de recherche de niveau 1"@fr-FR ; - rdfs:subClassOf vivo:ResearchOrganization ; -. -vivofr:ORG_0000006 - a rdfs:Class ; - a owl:Class ; - rdfs:label "level 2 research organization"@en-US ; - rdfs:label "structure de recherche de niveau 2"@fr-FR ; - rdfs:subClassOf vivo:ResearchOrganization ; -. -vivofr:ORG_0000007 - a rdfs:Class ; - a owl:Class ; - rdfs:label "level 3 research organization"@en-US ; - rdfs:label "structure de recherche de niveau 3"@fr-FR ; - rdfs:subClassOf vivo:ResearchOrganization ; -. -vivofr:ORG_0000008 - a owl:Class ; - obo:IAO_0000115 "Unité de recherche" ; - obo:IAO_0000115 "Équivalent d'un laboratoire : https://fr.wikipedia.org/wiki/Laboratoire_de_recherche, Par exemple le CRH (UMR 8558)"@fr-FR ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "research unit"@en-US ; - rdfs:label "unité de recherche"@fr-FR ; - rdfs:subClassOf vivofr:ORG_0000003 ; - rdfs:subClassOf vivofr:ORG_0000006 ; -. -vivofr:ORG_0000009 - a owl:Class ; - obo:IAO_0000115 "Unité de service"@fr-FR ; - obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Unit%C3%A9_mixte_de_service"@fr-FR ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "joint service unit"@en-US ; - rdfs:label "unité mixte de service"@fr-FR ; - rdfs:subClassOf vivofr:ORG_0000003 ; - rdfs:subClassOf vivofr:ORG_0000006 ; -. -vivofr:ORG_0000011 - a owl:Class ; - obo:IAO_0000115 "In french, Structure fédérative de recherche" ; - obo:IAO_0000115 "Une structure férérative de recherche"@fr-FR ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "federative Research Structure"@en-US ; - rdfs:label "structure fédérative de recherche"@fr-FR ; - rdfs:subClassOf vivofr:ORG_0000003 ; - rdfs:subClassOf vivofr:ORG_0000007 ; -. -vivofr:ORG_0000012 - a owl:Class ; - obo:IAO_0000115 "In french, thématique, a research team without permanent members" ; - obo:IAO_0000115 "Une équipe de recherche sans membres permanents ayant une thématique commune"@fr-FR ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "theme"@en-US ; - rdfs:label "thématique"@fr-FR ; - rdfs:subClassOf vivofr:ORG_0000003 ; - rdfs:subClassOf vivofr:ORG_0000005 ; -. -vivofr:ORG_0000013 - a owl:Class ; - obo:IAO_0000115 "Une équipe de recherche rassemblant des personnes, ayant une dépendance envers une unité"@fr-FR ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "research Team"@en-US ; - rdfs:label "équipe de recherche"@fr-FR ; - rdfs:subClassOf vivofr:ORG_0000003 ; - rdfs:subClassOf vivofr:ORG_0000005 ; -. -vivofr:ORG_0000014 - a owl:Class ; - obo:IAO_0000115 "Une structure dédiée à l'administration d'un domaine particulier du fonctionnement de l'établissement."@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "administrative entity"@en-US ; - rdfs:label "entité administrative"@fr-FR ; - rdfs:subClassOf foaf:Organization ; -. -vivofr:ORG_0000015 - a owl:Class ; - obo:IAO_0000115 "Une direction, structure rattachée à la présidence et qui comprend généralement des services."@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "department"@en-US ; - rdfs:label "direction"@fr-FR ; - rdfs:subClassOf vivofr:ORG_0000014 ; -. -vivofr:PRP_0000001 - a owl:DatatypeProperty ; - obo:IAO_0000115 "Les maîtrises de conférences et directions d'études de l'EHESS sont l'équivalent de chaires dotées d'un intitulé permanent. Elles constituent l'Affiche des enseignements de recherche de l'Ecole"@fr-FR ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:domain vivofr:FNC_0000012 ; - rdfs:domain vivofr:FNC_0000016 ; - rdfs:label "a une chaire"@fr-FR ; - rdfs:label "has a research chair"@en-US ; - rdfs:range xsd:string ; - rdfs:subPropertyOf vivo:identifier ; -. -vivofr:PRP_0000002 - a owl:DatatypeProperty ; - a owl:FunctionalProperty ; - obo:IAO_0000115 "Identifiant interne de l'utilisateur, commun aux différentes applications de la recherche"@fr-FR ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:domain foaf:Person ; - rdfs:label "a pour identifiant interne"@fr-FR ; - rdfs:label "has internal identifier"@en-US ; - rdfs:range xsd:string ; - rdfs:subPropertyOf vivo:identifier ; -. -vivofr:PRP_0000003 - a owl:DatatypeProperty ; - a owl:FunctionalProperty ; - obo:IAO_0000115 "L'identifiant spécifique d'une ressource (structure, personne...) au sein du système d'information"@fr-FR ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:domain owl:Thing ; - rdfs:label "a pour identifiant technique"@fr-FR ; - rdfs:label "has technical identifier"@en-US ; - rdfs:range xsd:string ; - rdfs:subPropertyOf vivo:identifier ; -. -vivofr:PRP_0000004 - a owl:DatatypeProperty ; - a owl:FunctionalProperty ; - vitro:displayLimitAnnot "1"^^xsd:int ; - vitro:displayRankAnnot "10"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inPropertyGroupAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - vitro:publicDescriptionAnnot "A short narrative summary to be used as a single descriptive chair statement." ; - rdfs:domain foaf:Agent ; - rdfs:label "chair"@en-US ; - rdfs:label "chaire"@fr-FR ; - rdfs:subPropertyOf vivo:chaire ; - rdfs:subPropertyOf owl:topDataProperty ; -. -vivofr:PRP_0000005 - a owl:DatatypeProperty ; - a owl:InverseFunctionalProperty ; - vitro:displayLimitAnnot "1"^^xsd:int ; - vitro:displayRankAnnot "10"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inPropertyGroupAnnot ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - vitro:publicDescriptionAnnot "TODO." ; - rdfs:label "IdRef identifier"@en-US ; - rdfs:label "identifiant IdRef"@fr-FR ; - rdfs:subPropertyOf vivo:identifier ; -. -vivofr:PRP_0000006 - a owl:DatatypeProperty ; - a owl:FunctionalProperty ; - rdfs:domain [ - a owl:Class ; - owl:unionOf ( - vivo:Position - vivofr:MMB_0000001 - ) ; - ] ; - rdfs:label "afficher le libellé original"@en-US ; - rdfs:label "display original label"@en-US ; - rdfs:range xsd:boolean ; -. -vivofr:PRS_0000002 - a owl:Class ; - obo:IAO_0000115 "Personnels ingénieurs, administratifs, techniques, ouvriers et de service (IATOS)"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "personnel de soutien"@fr-FR ; - rdfs:label "support staff"@en-US ; - rdfs:subClassOf foaf:Person ; -. -vivofr:PRS_0000003 - a owl:Class ; - obo:IAO_0000115 "Personnels ingénieurs, administratifs, techniques, ouvriers et de service (IATOS) rattachés aux entités administratives"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "administrative Support staff"@en-US ; - rdfs:label "personnel de soutien administratif"@fr-FR ; - rdfs:subClassOf vivofr:PRS_0000002 ; -. -vivofr:PRS_0000004 - a owl:Class ; - obo:IAO_0000115 "Personnels ingénieurs, administratifs, techniques, ouvriers et de service (IATOS) rattachés aux unités de recherche ou de soutien"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "personnel de soutien à la recherche"@fr-FR ; - rdfs:label "research Support staff"@en-US ; - rdfs:subClassOf vivofr:PRS_0000002 ; -. -vivofr:PRS_0000005 - a owl:Class ; - obo:IAO_0000115 "Titulaire du grade académique de docteur"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "docteur.e"@fr-FR ; - rdfs:label "philosophiæ doctor"@en-US ; - rdfs:subClassOf foaf:Person ; -. -vivofr:PRS_0000006 - a owl:Class ; - obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Doctorant"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "doctorant.e"@fr-FR ; - rdfs:label "phD Student"@en-US ; - rdfs:subClassOf vivo:GraduateStudent ; -. -vivofr:PRS_0000007 - a owl:Class ; - obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Habilitation_universitaire#En_France"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "habilité à diriger des recherches"@fr-FR ; - rdfs:subClassOf foaf:Person ; - skos:altLabel "HDR"@fr-FR ; -. -vivofr:PRS_0000009 - a owl:Class ; - obo:IAO_0000115 "Personne exerçant des activités de recherche au niveau ESR, sans avoir d'activité d'enseignement"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "chercheur"@fr-FR ; - rdfs:label "researcher"@en-US ; - rdfs:subClassOf vivo:FacultyMember ; -. -vivofr:PRS_0000010 - a owl:Class ; - obo:IAO_0000115 "Personne exerçant des activités d'enseignement au niveau ESR, sans avoir d'activité de recherche"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "enseignant"@fr-FR ; - rdfs:label "teacher"@en-US ; - rdfs:subClassOf vivo:FacultyMember ; -. -vivofr:PRS_0000011 - a owl:Class ; - obo:IAO_0000115 "https://fr.wikipedia.org/wiki/Enseignant-chercheur"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "enseignant.e-chercheur.e"@fr-FR ; - rdfs:label "teacher researcher"@en-US ; - rdfs:subClassOf vivo:FacultyMember ; - rdfs:subClassOf [ - owl:unionOf ( - [ - a owl:Restriction ; - owl:onProperty vivo:relatedBy ; - owl:someValuesFrom vivofr:FNC_0000012 ; - ] - [ - a owl:Restriction ; - owl:onProperty vivo:relatedBy ; - owl:someValuesFrom vivofr:FNC_0000016 ; - ] - [ - a owl:Restriction ; - owl:onProperty vivo:relatedBy ; - owl:someValuesFrom vivofr:FNC_0000017 ; - ] - ) ; - ] ; -. -vivofr:PRS_0000012 - a owl:Class ; - obo:IAO_0000115 "Une enseignante-chercheure ou un enseignant-chercheur s'étant vu accorder l'éméritat (https://fr.wikipedia.org/wiki/Professeur_%C3%A9m%C3%A9rite)"@fr-FR ; - vitro:displayLimitAnnot "-1"^^xsd:int ; - vitro:displayRankAnnot "-1"^^xsd:int ; - vitro:hiddenFromDisplayBelowRoleLevelAnnot ; - vitro:hiddenFromPublishBelowRoleLevelAnnot ; - vitro:inClassGroup ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; - rdfs:label "enseignant.e-chercheur.e émérite"@fr-FR ; - rdfs:label "teacher researcher emeritus"@en-US ; - rdfs:subClassOf vivo:FacultyMember ; -. diff --git a/semantic-ontology/vivo_all_import.ttl b/semantic-ontology/vivo_all_import.ttl index 1a7fb4b..4227018 100644 --- a/semantic-ontology/vivo_all_import.ttl +++ b/semantic-ontology/vivo_all_import.ttl @@ -1,13 +1,27 @@ # baseURI: http://example.org/all_vivo_import -# prefix: all_vivo_import +# imports: http://data.ehess.fr/ontology/vivo-ehess +# imports: http://data.ehess.fr/ontology/vivo-fr +# imports: http://vivoweb.org/ontology/core +# imports: http://vivoweb.org/ontology/core_fr +# imports: http://vivoweb.org/ontology/core_fr_FR +@prefix : . @prefix all_vivo_import: . +@prefix core: . +@prefix core_fr: . +@prefix core_fr_FR: . @prefix owl: . @prefix rdf: . @prefix rdfs: . +@prefix vivo-fr: . @prefix xsd: . a owl:Ontology ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; + owl:imports ; owl:versionInfo "Created with TopBraid Composer" ; . diff --git a/semantic-ontology/vivo_fr_FR.n3 b/semantic-ontology/vivo_fr_FR.n3 index e941d96..8c8d1ac 100644 --- a/semantic-ontology/vivo_fr_FR.n3 +++ b/semantic-ontology/vivo_fr_FR.n3 @@ -1,5 +1,6 @@ # baseURI: http://data.ehess.fr/ontology/vivo-fr # imports: http://data.ehess.fr/ontology/vivo-ehess +# imports: http://vivoweb.org/ontology/core # prefix: vivofr @prefix : . @@ -72,6 +73,7 @@ a owl:Ontology ; owl:imports ; + owl:imports ; . vivofr: a owl:Ontology ; @@ -555,6 +557,56 @@ vivofr:ORG_0000015 rdfs:label "direction"@fr-FR ; rdfs:subClassOf vivofr:ORG_0000014 ; . +vivofr:ORG_0000016 + a owl:Class ; + rdfs:label "Ministry of Culture"@en-US ; + rdfs:label "Ministère de la culture"@fr-FR ; + rdfs:subClassOf vivo:GovernmentAgency ; +. +vivofr:ORG_0000017 + a owl:Class ; + rdfs:label "Institut protestant de théologie"@fr-FR ; + rdfs:label "Protestant Institute of Theology"@en-US ; + rdfs:subClassOf vivo:Institute ; + vcard:url "https://iptheologie.fr/"^^xsd:anyURI ; +. +vivofr:ORG_0000018 + a owl:Class ; + rdfs:label "City of Architecture and Heritage"@en-US ; + rdfs:label "Cité de l'architecture et du patrimoine"@fr-FR ; + rdfs:subClassOf vivofr:ORG_0000019 ; + vcard:url "https://fr.wikipedia.org/wiki/Cit%C3%A9_de_l%27architecture_et_du_patrimoine"^^xsd:anyURI ; +. +vivofr:ORG_0000019 + a owl:Class ; + rdfs:label "Industrial and commercial public establishment in France"@en-US ; + rdfs:label "Établissement public à caractère industriel et commercial en France (EPIC)"@fr-FR ; + rdfs:subClassOf foaf:Organization ; + vcard:url "https://fr.wikipedia.org/wiki/%C3%89tablissement_public_%C3%A0_caract%C3%A8re_industriel_et_commercial_en_France"^^xsd:anyURI ; +. +vivofr:ORG_0000020 + a owl:Class ; + rdfs:label "centre hospitaliser universitaire"@fr-FR ; + rdfs:label "university hospital center"@en-US ; + rdfs:subClassOf vivo:ClinicalOrganization ; + rdfs:subClassOf vivo:Hospital ; + rdfs:subClassOf vivo:University ; + vcard:url "https://fr.wikipedia.org/wiki/Centre_hospitalier_universitaire"^^xsd:anyURI ; +. +vivofr:ORG_0000021 + a owl:Class ; + rdfs:label "fondation de coopération scientifique"@fr-FR ; + rdfs:label "scientific cooperation foundation"@en-US ; + rdfs:subClassOf vivo:Foundation ; + vcard:url "https://fr.wikipedia.org/wiki/%C3%89cole_d%27%C3%A9conomie_de_Paris"^^xsd:anyURI ; +. +vivofr:ORG_0000022 + a owl:Class ; + rdfs:label "Doctors of the World"@en-US ; + rdfs:label "Médecins du monde"@fr-FR ; + rdfs:subClassOf vivo:Association ; + vcard:url "https://fr.wikipedia.org/wiki/%C3%89cole_d%27%C3%A9conomie_de_Paris"^^xsd:anyURI ; +. vivofr:PRP_0000001 a owl:DatatypeProperty ; obo:IAO_0000115 "Les maîtrises de conférences et directions d'études de l'EHESS sont l'équivalent de chaires dotées d'un intitulé permanent. Elles constituent l'Affiche des enseignements de recherche de l'Ecole"@fr-FR ; @@ -787,3 +839,6 @@ vivofr:PRS_0000012 rdfs:label "teacher researcher emeritus"@en-US ; rdfs:subClassOf vivo:FacultyMember ; . +vivo:Company + rdfs:label "entreprise"@fr-FR ; +.

+ Dépôt GitHub : https://github.com/cvbrandoe/

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

E)lx-G19Ij-82avqvdvn{P{aV2(AwcJYopp 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�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 N>^HE$Sjga4Y1da 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